comparison dot_ipython/profile_default/ipython_config.py @ 575:cffb5f8caafa

Set colorscheme in ipython
author zegervdv <zegervdv@me.com>
date Sat, 05 Mar 2022 11:05:54 +0100
parents bc1a474c732b
children
comparison
equal deleted inserted replaced
574:8b04d5ffd210 575:cffb5f8caafa
1 c.TerminalInteractiveShell.confirm_exit = False 1 c.TerminalInteractiveShell.confirm_exit = False
2 c.TerminalInteractiveShell.editing_mode = 'vi' 2 c.TerminalInteractiveShell.editing_mode = 'vi'
3 c.TerminalInteractiveShell.true_color = True
4 c.TerminalInteractiveShell.highlighting_style = 'one-dark'
3 c.InteractiveShellApp.extensions = ["autoreload"] 5 c.InteractiveShellApp.extensions = ["autoreload"]
4 c.InteractiveShellApp.exec_lines = ['%autoreload 2'] 6 c.InteractiveShellApp.exec_lines = ['%autoreload 2']