##// END OF EJS Templates
colors in interactive shell
Adam Greenhall -
Show More
@@ -295,7 +295,6 b' def embed(**kwargs):'
295 295 if config is None:
296 296 config = load_default_config()
297 297 config.InteractiveShellEmbed = config.TerminalInteractiveShell
298 config.InteractiveShellEmbed.colors='nocolor'
299 298 kwargs['config'] = config
300 299 #save ps1/ps2 if defined
301 300 ps1 = None
General Comments 0
You need to be logged in to leave comments. Login now