From 6083fd83127d2740cbb146eae7b580d64e8c026a Mon Sep 17 00:00:00 2001 From: Dmitri Gavrilov Date: Thu, 21 Apr 2022 09:23:30 -0400 Subject: [PATCH] Uncomment 'c.TerminalIPythonApp.pylab = 'auto'' --- ipython_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipython_config.py b/ipython_config.py index 2b5c9c5..81c9ed6 100644 --- a/ipython_config.py +++ b/ipython_config.py @@ -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