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 %matplotlib notebook, I get the error message:
Warning: Cannot change to a different GUI toolkit: notebook. Using osx instead. Is there a way to specify that I only want the 'auto' setting for the IPython terminal, *not* for Jupyter kernels? Thanks! Juan. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/7b117721-9f9b-47eb-b302-463f404db285%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
