##// END OF EJS Templates
Merge pull request #479 from muzuiget/master...
Thomas -
r3918:5163e141 merge
parent child Browse files
Show More
@@ -240,6 +240,7 b' def embed(**kwargs):'
240 if config is None:
240 if config is None:
241 config = load_default_config()
241 config = load_default_config()
242 config.InteractiveShellEmbed = config.TerminalInteractiveShell
242 config.InteractiveShellEmbed = config.TerminalInteractiveShell
243 kwargs['config'] = config
243 global _embedded_shell
244 global _embedded_shell
244 if _embedded_shell is None:
245 if _embedded_shell is None:
245 _embedded_shell = InteractiveShellEmbed(**kwargs)
246 _embedded_shell = InteractiveShellEmbed(**kwargs)
General Comments 0
You need to be logged in to leave comments. Login now