Skip to content

Commit

Permalink
feat(ipython): tweak color scheme and enable pdb by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Feb 25, 2024
1 parent dfcc434 commit ebb96b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipython_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
#c.InteractiveShell.color_info = True

## Set the color scheme (NoColor, Neutral, Linux, or LightBG).
#c.InteractiveShell.colors = 'Neutral'
c.InteractiveShell.colors = 'Linux'

##
#c.InteractiveShell.debug = False
Expand Down Expand Up @@ -249,7 +249,7 @@
#c.InteractiveShell.object_info_string_level = 0

## Automatically call the pdb debugger after every exception.
#c.InteractiveShell.pdb = False
c.InteractiveShell.pdb = True

## Deprecated since IPython 4.0 and ignored since 5.0, set
# TerminalInteractiveShell.prompts object directly.
Expand Down

0 comments on commit ebb96b9

Please sign in to comment.