Skip to content

Instantly share code, notes, and snippets.

@sancau
Created July 31, 2018 15:59
Show Gist options
  • Save sancau/52a8c44dda52b7176f7e75b3b36fc6e3 to your computer and use it in GitHub Desktop.
Save sancau/52a8c44dda52b7176f7e75b3b36fc6e3 to your computer and use it in GitHub Desktop.
Allow to choose specific pipenv kernel in Jupyter
pipenv shell
pipenv install ipykernel
python -m ipykernel install --user --name=VENV_NAME
jupyter lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment