[IPython-dev] Set default value of Kernel dropdown in 3.0.0-dev

Filipe ocefpaf at gmail.com
Tue Oct 7 12:21:09 EDT 2014


Hi Andrew,

Here is how I did it:

https://ocefpaf.github.io/python4oceanographers/blog/2014/09/01/ipython_kernel/

This is probably not the best way to do it, but it works.

-Filipe

On 10/07/2014 12:25 PM, Andrew Odewahn wrote:
> Hi. I'm trying to set the default kernel that is used in Notebooks
> 3.0.0-dev. (i.e., set the value of the kernel_selector_widget dropdown box
> at the top right corner).
> 
> Rather than opening in Python 3, I'd like to set it to Python 2. Is there a
> command line option I can pass for this?
> 
> Something like:
> 
> ipython notebook --ip=0.0.0.0 --no-browser
> --SomeConfig.SomeOption=kernel-python2
> 
> Any help appreciated!
> 
> Andrew




More information about the IPython-dev mailing list