$ jupyter --version
4.3.0pip install --upgrade notebook Cannot remove entries from nonexistent file /home/vagrant/anaconda3/lib/python3.5/site-packages/easy-install.pthWhat do you see from pip list?
You can check the notebook version with jupyter notebook --version. jupyter --version only shows the version of the jupyter-core package, which provides basic dispatch functionality.
-Min
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/d7651a64-4e74-4408-96ca-fe299c17d701%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Gg_x9G/tornado/$ pip install --upgrade setuptools
# and rerun the notebook upgrade:
$ jupyter notebook --version
Now I'm all set and running v5.0 of notebook.
Thanks again and I hope this info helps others who may have encountered the same thing.
Best,
Duke
What do you see from
pip list?You can check the notebook version with
jupyter notebook --version.jupyter --versiononly shows the version of thejupyter-corepackage, which provides basic dispatch functionality.-Min
On Wed, Apr 5, 2017 at 12:17 AM, dukea2006 <duke...@gmail.com> wrote:
I'm trying to upgrade my environment (Ubuntu 14.04.5 LTS) from:$ jupyter --version
4.3.0
to version 5.0 by running:pip install --upgrade notebook
The upgrade appears to run correctly with the only error being;Cannot remove entries from nonexistent file /home/vagrant/anaconda3/lib/python3.5/site-packages/easy-install.pth
However, the jupyter version doesn't change and the new v5.0 features are not available.
Any suggestions for next steps?
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.