From dc4b85d3a0c4b1031cdf2ef3eb1cf2aab8c9d256 2016-06-30 19:05:47 From: Matthias Bussonnier Date: 2016-06-30 19:05:47 Subject: [PATCH] Merge pull request #9662 from adamgreenhall/patch-1 colors in interactive shell --- diff --git a/IPython/terminal/embed.py b/IPython/terminal/embed.py index 275cace..a49122d 100644 --- a/IPython/terminal/embed.py +++ b/IPython/terminal/embed.py @@ -295,7 +295,6 @@ def embed(**kwargs): if config is None: config = load_default_config() config.InteractiveShellEmbed = config.TerminalInteractiveShell - config.InteractiveShellEmbed.colors='nocolor' kwargs['config'] = config #save ps1/ps2 if defined ps1 = None