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