newbie how to update jupiter?

92 views
Skip to first unread message

Andy Davidson

unread,
Aug 18, 2016, 4:39:41 PM8/18/16
to jup...@googlegroups.com
I am new to python. I am not sure how I would update jupiter. Using pip3 show and ‘list —outdated’ it looks like I have the current version of jupiter how ever the dependencies are out of date?

Thanks

Andy

$ pip3 show jupyter

---

Metadata-Version: 2.0

Name: jupyter

Version: 1.0.0

Summary: Jupyter metapackage. Install all the Jupyter components in one go.

Home-page: http://jupyter.org

Author: Jupyter Development Team

Author-email: jup...@googlegroups.org

License: BSD

Location: /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages

Requires: qtconsole, nbconvert, ipykernel, notebook, jupyter-console, ipywidgets

Classifiers:

  Intended Audience :: Developers

  Intended Audience :: System Administrators

  Intended Audience :: Science/Research

  License :: OSI Approved :: BSD License

  Programming Language :: Python

  Programming Language :: Python :: 2

  Programming Language :: Python :: 2.7

  Programming Language :: Python :: 3

  Programming Language :: Python :: 3.3

  Programming Language :: Python :: 3.4



$ pip3 list --outdated |grep jupyter

jupyter-client (4.1.1) - Latest: 4.3.0 [wheel]

jupyter-console (4.0.3) - Latest: 5.0.0 [wheel]

jupyter-core (4.0.6) - Latest: 4.1.1 [wheel]


Matthias Bussonnier

unread,
Aug 18, 2016, 5:15:21 PM8/18/16
to jup...@googlegroups.com
Hi Andy,

You usually can update a specific package with `pip install
<packagename> --upgrade` You can sometime also find `-U` instead of
`--upgrade` but it should do the same.

In you case you want to run it your 3 outdated packages.

Hope that helps,
--
Matthias
> --
> 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.
> 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/D3DB6B0F.44710%25Andy%40SantaCruzIntegration.com.
> For more options, visit https://groups.google.com/d/optout.

Thomas Kluyver

unread,
Aug 19, 2016, 6:54:56 AM8/19/16
to Project Jupyter
Also, not all of the Jupyter packages have 'jupyter' in the name - the notebook UI package is just called 'notebook'.

I think that if you 'pip install --upgrade jupyter', it should upgrade all dependencies, even if the 'jupyter' package itself is up to date (that package is empty, it just has depdendencies on other packages). I might be misremembering that, though.


> 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/D3DB6B0F.44710%25Andy%40SantaCruzIntegration.com.
> For more options, visit https://groups.google.com/d/optout.

--
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.

Andy Davidson

unread,
Aug 19, 2016, 1:14:11 PM8/19/16
to jup...@googlegroups.com
Thanks Thomas and Matthias

I need to be very careful about upgrades. It will be hard for me to roll back

Andy

To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.

To post to this group, send email to jup...@googlegroups.com.

Thomas Kluyver

unread,
Aug 20, 2016, 11:33:57 AM8/20/16
to Project Jupyter
On 19 August 2016 at 18:14, Andy Davidson <An...@santacruzintegration.com> wrote:
I need to be very careful about upgrades. It will be hard for me to roll back

If this is a concern, then consider trying newer versions of packages in a virtualenv or a conda env. They both give you an isolated place to install packages, which you can throw away entirely if you don't need it.

Andy Davidson

unread,
Aug 22, 2016, 2:53:33 PM8/22/16
to jup...@googlegroups.com
Thanks Thomas

From: <jup...@googlegroups.com> on behalf of Thomas Kluyver <tak...@gmail.com>
Reply-To: <jup...@googlegroups.com>
Date: Saturday, August 20, 2016 at 8:33 AM
To: Project Jupyter <jup...@googlegroups.com>
Subject: Re: [jupyter] newbie how to update jupiter?

--
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.
To post to this group, send email to jup...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages