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

2017-05-29 Thread Juan Nunez-Iglesias
Fixed! Thanks both for your help and thank you Matthias for teaching me to fish. ;) On 28 May 2017, 1:20 PM +1000, Matthias Bussonnier , wrote: > M is right, you can use --TerminalIPythonApp.matplotlib that should > apply only to the terminal frontend.

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

2017-05-27 Thread Matthias Bussonnier
M is right, you can use --TerminalIPythonApp.matplotlib that should apply only to the terminal frontend. --IPKernelApp.matplotlib would apply only to the kernel. Usually when I have a question like that, I use the following (replace matplotlib by whatever option you need) to see all the options

[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