🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jupyter

Package Overview
Dependencies
Maintainers
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter

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

1.1.1
PyPI
Maintainers
8

Jupyter metapackage

Find more information on the Jupyter homepage.

A default installation of most common Jupyter packages

pip install jupyter installs the Jupyter Notebook, JupyterLab, and the IPython Kernel.

This is an empty metapackage for user convenience, only expressing dependencies on multiple Jupyter packages. jupyter should not be used as a dependency for any packages.

For more efficient installation of what you need, all Jupyter components installed by pip install jupyter can be installed separately. For example:

  • notebook - Jupyter Notebook
  • jupyterlab - JupyterLab (added to metapackage v1.1)
  • ipython - IPython (terminal)
  • ipykernel - IPython Kernel for Jupyter
  • jupyter-console - terminal Jupyter client
  • nbconvert - convert notebooks between formats
  • ipywidgets - interactive widgets package for IPython

No longer included in pip install jupyter, but still supported:

  • qtconsole - Qt Console (removed in metapackage v1.1)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts