[IPython-dev] Default Kernel for Jupyter

Thomas Kluyver takowl at gmail.com
Mon Feb 9 16:41:07 EST 2015


The default is the version of Python you're using to run the server, I
believe. You can override that by setting
c.MultiKernelManager.default_kernel_name = 'python2' in your
ipython_notebook_config.py.

On 9 February 2015 at 12:34, John Omernik <john at omernik.com> wrote:

> As I am opening my old iPython notebooks for 2.3 in Jupyter, it's
> converting them to the format, but sometimes it changes the kernel to
> python3.  We were using all Python2, and that's what I'd like to keep
> using in Jupyter. Is there away to set a default Kernel to be Python2,
> both for new notebooks and converted notebooks?
>
> 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/20150209/5b151235/attachment.html>


More information about the IPython-dev mailing list