##// END OF EJS Templates
Make prompts configurable at runtime.
Thomas Kluyver -
Show More
@@ -596,6 +596,7 b' class InteractiveShell(SingletonConfigurable, Magic):'
596
596
597 def init_prompts(self):
597 def init_prompts(self):
598 self.prompt_manager = PromptManager(shell=self, config=self.config)
598 self.prompt_manager = PromptManager(shell=self, config=self.config)
599 self.configurables.append(self.prompt_manager)
599
600
600 def init_display_formatter(self):
601 def init_display_formatter(self):
601 self.display_formatter = DisplayFormatter(config=self.config)
602 self.display_formatter = DisplayFormatter(config=self.config)
General Comments 0
You need to be logged in to leave comments. Login now