aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/ipython/profile_default/ipython_config.py
blob: 4a3052bd14e68e194fec090c545705ece2c7ac68 (plain) (blame)
1
2
3
4
5
6
# ruff: noqa: F821  # `c` is injected by IPython at config load time
c.InteractiveShell.banner1 = ""
c.InteractiveShell.colors = "Linux"
c.InteractiveShell.enable_html_pager = True
c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.extra_open_editor_shortcuts = True