Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active April 12, 2020 11:07
Show Gist options
  • Save innyso/e4cb19971003086790a1635092993b13 to your computer and use it in GitHub Desktop.
Save innyso/e4cb19971003086790a1635092993b13 to your computer and use it in GitHub Desktop.
#pipenv #python #jupyter

Run Jupyter notebook using pipenv

pipenv shell
pipenv install jupyter
pipenv run jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment