[IPython-dev] iPython 3.0-dev --matplotlib inline

MinRK benjaminrk at gmail.com
Fri Feb 6 15:27:28 EST 2015


For completeness, you can create a startup file that always enables inline
matplotlib with:

echo "get_ipython().enable_matplotlib('inline')" >
~/.ipython/profile_default/startup/matplotlib_inline.py

​

On Fri, Feb 6, 2015 at 12:24 PM, MinRK <benjaminrk at gmail.com> wrote:

> Passing kernel arguments on the notebook server CLI was deprecated in 2.0,
> and removed in 3.0. You can use the `%matplotlib inline` magic in your
> notebook to set up matplotlib, or enable matplotlib in your
> `ipython_config.py` or startup files in your IPython profile.
>
> -MinRK
>
> On Fri, Feb 6, 2015 at 12:19 PM, John Omernik <john at omernik.com> wrote:
>
>> In 2.3, I would run my ipython with --matplotlib inline, in the 3.0 I am
>> getting
>>
>> [C 14:16:28.361 NotebookApp] Bad config encountered during initialization:
>>
>> [C 14:16:28.362 NotebookApp] Unrecognized flag: '--matplotlib'
>>
>> Any thoughts? Do I need to change something to have the same affect?
>>
>> Thanks
>>
>> John
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150206/ee3476be/attachment.html>


More information about the IPython-dev mailing list