Color theme of ipython
Write
c.InteractiveShell.colors = 'Linux'
in ipython.config.py
that is created by
% ipython profile create
for the default profile.
Write
c.InteractiveShell.colors = 'Linux'
in ipython.config.py
that is created by
% ipython profile create
for the default profile.