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

MinRK benjaminrk at gmail.com
Tue Apr 14 14:31:00 EDT 2015


To get the dev version of Jupyter Notebook:

git clone https://github.com/jupyter/jupyter_notebook
cd jupyter_notebook
pip install -r requirements.txt -e .

-MinRK
​

On Tue, Apr 14, 2015 at 3:11 AM, Ruslan Korniichuk <
paad.ruslan.korniichuk at gmail.com> wrote:

> 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
>
> _______________________________________________
> 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/20150414/eec50340/attachment.html>


More information about the IPython-dev mailing list