Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spyder IPython background color

I'm new to Spyder(version 2.3.0dev6) and I want to change the background color of my IPython console(version 1.1.0). I can change the background color of console but not the IPython console. I also tried in the "Run configuration", "general settings", "command line options": --color=linux, but nothing happened.

like image 778
fm3c2007 Avatar asked Dec 06 '13 12:12

fm3c2007


1 Answers

(Spyder dev here) You need to update Spyder to 2.3.0beta1, which has this option under:

Tools > Preferences > IPython console > Background color > Dark background

like image 67
Carlos Cordoba Avatar answered Jun 26 '23 11:06

Carlos Cordoba