Show More
@@ -317,7 +317,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):' | |||
|
317 | 317 | # based app, because we call shell.show_banner() by hand below |
|
318 | 318 | # so the banner shows *before* all extension loading stuff. |
|
319 | 319 | self.shell = TerminalInteractiveShell.instance(parent=self, |
|
320 |
|
|
|
320 | profile_dir=self.profile_dir, | |
|
321 | 321 | ipython_dir=self.ipython_dir, user_ns=self.user_ns) |
|
322 | 322 | self.shell.configurables.append(self) |
|
323 | 323 |
General Comments 0
You need to be logged in to leave comments.
Login now