Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 205 Bytes

disable-ipython-terminal-title.md

File metadata and controls

5 lines (4 loc) · 205 Bytes

Disable iPython Terminal Title

Because it's annoying and doesn't go away after exiting

c.TerminalInteractiveShell.term_title = False in ipython_config.py in whichever profile it is you're using.