-
-
Save klebercode/7bf84df8b9a08bff2015580c30bae8fb to your computer and use it in GitHub Desktop.
Running Jupyter with pipenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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