[IPython-dev] iPython 3 vs Jupyter etc
Matthias Bussonnier
bussonniermatthias at gmail.com
Fri Feb 6 16:40:32 EST 2015
Le 6 févr. 2015 à 12:18, John Omernik <john at omernik.com> a écrit :
> Yep a bit. I will say that it may be worth someone's effort to put
> that on the iPython.org website or something. Just clarifying what is
> what and what is on the roadmap. I think there may be a number of
> people who want to dip their foot in the water, but may hesitate out
> of confusion.
>
> Thanks for the clarification.
Yes, there or on jupyter.org
We know we are bad at communicating. If anyone reading
want to contribute and is afraid of coding, writing things like
that on the website would be a perfect way to contribute
and would be of great help to everyone.
Le 6 févr. 2015 à 12:38, John Omernik <john at omernik.com> a écrit :
> One silly question:
>
> I've install iPython 3.0 Dev. (First let me say nice work folks, looks
> great). I am still running Python 2.7 as my shell, and for analytics,
> it's where I am comfortable. for Jupyterhub, it requires iPython 3.0
> and Python 3. Is that requirement only to run the hub itself, or will
> I need to run all my iPython kernals as python 3 as well? I installed
> python3 with apt-get, and that was my next "step"
Not silly at all.
You can perfectly run IPython 3 with Python 3 and kernels on Python 2.
for the time being you will need to install IPython notebook with python 2 and issue a
$ ipython2 kernelspec install-self
This will make the IPython2 kernel available with IPython3 server running on python 3.
--
M
More information about the IPython-dev
mailing list