Show More
@@ -240,6 +240,7 b' def embed(**kwargs):' | |||
|
240 | 240 | if config is None: |
|
241 | 241 | config = load_default_config() |
|
242 | 242 | config.InteractiveShellEmbed = config.TerminalInteractiveShell |
|
243 | kwargs['config'] = config | |
|
243 | 244 | global _embedded_shell |
|
244 | 245 | if _embedded_shell is None: |
|
245 | 246 | _embedded_shell = InteractiveShellEmbed(**kwargs) |
General Comments 0
You need to be logged in to leave comments.
Login now