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: [email protected] License: BSD Location: /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-package s 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] $ -- 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 [email protected]. To post to this group, send email to [email protected]. 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.
