[IPython-dev] Error: Jupyter Notebook installation on clean Ubuntu 14.04.2 LTS

Ruslan Korniichuk paad.ruslan.korniichuk at gmail.com
Tue Apr 14 06:11:52 EDT 2015


Hi all,

After jupyter Notebook ver. 4.0 old method does not work (seebellow).
How do I install develompment version of Jupyter Notebook?

$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo python get-pip.py

$ sudo pip install virtualenv
$  cd ~
$ virtualenv local/python/jupyter
$ source local/python/jupyter/bin/activate

$ cd ipython
$ pip install -e ".[notebook]"

Could not find a version that satisfies the requirement jupyter-notebook
(from ipython==4.0.0.dev0) (from versions: )
Some externally hosted files were ignored as access to them may be
unreliable (use --allow-external jupyter-notebook to allow).
No matching distribution found for jupyter-notebook (from
ipython==4.0.0.dev0)

---
Best regards,
Ruslan Korniichuk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150414/5909eab0/attachment.html>


More information about the IPython-dev mailing list