This commit is contained in:
Henrik Bakken
2021-07-08 13:21:35 +02:00
parent f484de573a
commit a143a126a2
3 changed files with 23 additions and 18 deletions
+7 -4
View File
@@ -1,13 +1,16 @@
c.InteractiveShellApp.extensions = ["autoreload"]
c.InteractiveShellApp.exec_lines = ["%autoreload 2"]
## Use colors for displaying information about objects. Because this information
# is passed through a pager (like 'less'), and some pagers get confused with
# color codes, this capability can be turned off.
# Default: True
c.InteractiveShell.color_info = True
c.InteractiveShell.separate_in = ''
c.InteractiveShell.separate_in = ""
## Set the color scheme (NoColor, Neutral, Linux, or LightBG).
c.InteractiveShell.colors = 'Linux'
c.TerminalInteractiveShell.colors = 'Linux'
# c.InteractiveShell.colors = "Linux"
# c.TerminalInteractiveShell.colors = "Linux"
## Set to confirm when you try to exit IPython with an EOF (Control-D in Unix,
# Control-Z/Enter in Windows). By typing 'exit' or 'quit', you can force a
@@ -17,7 +20,7 @@ c.TerminalInteractiveShell.confirm_exit = False
## The name or class of a Pygments style to use for syntax highlighting. To see
# available styles, run `pygmentize -L styles`.
# Default: traitlets.Undefined
c.TerminalInteractiveShell.highlighting_style = 'monokai'
# c.TerminalInteractiveShell.highlighting_style = 'monokai'
## Use 24bit colors instead of 256 colors in prompt highlighting. If your
# terminal supports true color, the following command should print 'TRUECOLOR'