I'm using IPython 3 / Jupyter, and I want to use the %matplotlib option by default.
In IPython 2, I had the next option on the ~/.ipython/profile_default/ipython_notebook_config.py
c.InteractiveShellApp.matplotlib = 'inline'
But in IPython 3, this option is not available anymore.
It also disappeared the setting c.InlineBackend.rc, which I used to set up the appearance of charts.
How those options can be set now?
Use the option in ~/.ipython/profile_default/ipython_kernel_config.py
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With