Skip to content

Instantly share code, notes, and snippets.

@klebercode
Forked from jhuangtw/pipenv_jupyter.sh
Last active January 7, 2020 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klebercode/7bf84df8b9a08bff2015580c30bae8fb to your computer and use it in GitHub Desktop.
Save klebercode/7bf84df8b9a08bff2015580c30bae8fb to your computer and use it in GitHub Desktop.
Running Jupyter with pipenv
pipenv install ipykernel jupyter
pipenv shell
python -m ipykernel install --user --name=$(basename $(pwd))
jupyter notebook
# then in UI, switch kernel to the one matching your pipenv shell name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment