Re: [jupyter] c.InteractiveShellApp.matplotlib='auto' breaks %matplotlib notebook

2017-05-29 Thread Juan Nunez-Iglesias
fic level, but I'm not > > sure off the top of my head. > > > > But I can suggest an alternative solution. Use matplotlib 2+ and it's > > matplotlib.pyplot.ion() function. Doing that should not require you to > > specify any particular backend. It also makes your notebooks eas

[jupyter] c.InteractiveShellApp.matplotlib='auto' breaks %matplotlib notebook

2017-05-27 Thread Juan Nunez-Iglesias
Hi, I mostly use the IPython terminal when doing exploratory data analysis with Python. I used to call `ipython --matplotlib` each time until I found the `c.InteractiveShellApp.matplotlib = 'auto'` setting in ipython_config.py. However, now when I run a Jupyter notebook, if I try to use