##// END OF EJS Templates
Don't change terminal title for embedded IPython...
Thomas Kluyver -
Show More
@@ -70,6 +70,11 b' class InteractiveShellEmbed(TerminalInteractiveShell):'
70 70 display_banner = CBool(True)
71 71 exit_msg = Unicode()
72 72
73 # When embedding, by default we don't change the terminal title
74 term_title = Bool(False,
75 help="Automatically set the terminal title"
76 ).tag(config=True)
77
73 78 _inactive_locations = set()
74 79
75 80 @property
General Comments 0
You need to be logged in to leave comments. Login now