Skip to content

Commit

Permalink
Uncomment 'c.TerminalIPythonApp.pylab = 'auto''
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav authored and HXN Operator committed Apr 21, 2022
1 parent c354a19 commit 6083fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipython_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

# Pre-load matplotlib and numpy for interactive use, selecting a particular
# matplotlib backend and loop integration.
# c.TerminalIPythonApp.pylab = 'auto'
c.TerminalIPythonApp.pylab = 'auto'

# Create a massive crash report when IPython encounters what may be an internal
# error. The default is to append a short message to the usual traceback
Expand Down

0 comments on commit 6083fd8

Please sign in to comment.