##// END OF EJS Templates
Merge pull request #9662 from adamgreenhall/patch-1...
Matthias Bussonnier -
r22626:dc4b85d3 merge
parent child Browse files
Show More
@@ -295,7 +295,6 b' def embed(**kwargs):'
295 if config is None:
295 if config is None:
296 config = load_default_config()
296 config = load_default_config()
297 config.InteractiveShellEmbed = config.TerminalInteractiveShell
297 config.InteractiveShellEmbed = config.TerminalInteractiveShell
298 config.InteractiveShellEmbed.colors='nocolor'
299 kwargs['config'] = config
298 kwargs['config'] = config
300 #save ps1/ps2 if defined
299 #save ps1/ps2 if defined
301 ps1 = None
300 ps1 = None
General Comments 0
You need to be logged in to leave comments. Login now