Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change background color of the terminal in ipython notebook / jupyter

In ipython notebook / jupyter (3.1.0) in the options of "new" you can open a terminal. In MacOsx 10.8, the default is white letters in dark background.

Question: is there a way to change/configure this?

like image 808
luisfciencias Avatar asked Oct 19 '22 01:10

luisfciencias


1 Answers

setterm -term linux -back <background_colour> -fore <text_color> -clear

from the colors, you can chose from (both fore- and background):

black|blue|green|cyan|red|magenta|yellow|white|default
like image 106
Ankit Kumar Namdeo Avatar answered Oct 22 '22 21:10

Ankit Kumar Namdeo