更改 ipython Notebook / jupyter 中终端的背景颜色

lui*_*ias 5 jupyter jupyter-notebook

在 ipython notebook / jupyter (3.1.0) 中的“new”选项中,您可以打开终端。在 MacOsx 10.8 中,默认为深色背景中的白色字母。

问题:有没有办法改变/配置这个?

Ank*_*deo 3

setterm -term linux -back <background_colour> -fore <text_color> -clear
Run Code Online (Sandbox Code Playgroud)

从颜色中,您可以选择(前景和背景):

black|blue|green|cyan|red|magenta|yellow|white|default
Run Code Online (Sandbox Code Playgroud)