Skip to content

Instantly share code, notes, and snippets.

@reduxionist
Forked from lboulard/pipx-jupyter.md
Last active June 16, 2021 11:05
Show Gist options
  • Save reduxionist/448baa7934203305750fc43555a9b7fa to your computer and use it in GitHub Desktop.
Save reduxionist/448baa7934203305750fc43555a9b7fa to your computer and use it in GitHub Desktop.
pipx and Jupyter Qt console

pipx version

pipx --version
0.15.6.0

First installation

pipx install --include-deps jupyterlab
pipx inject jupyterlab matplotlib numpy jupyter-console PyQt5 PySide2 qtconsole scipy simpy sympy

Upgrade installed

Requires runpip from version 0.13.

pipx upgrade jupyterlab
pipx runpip jupyterlab install -U matplotlib numpy jupyter-console PyQt5 qtconsole scipy simpy sympy

Else, using --include-injected from version (dev) (Commit).

pipx upgrade --include-injected jupyterlab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment