Last active
March 19, 2024 17:58
-
-
Save anapaulagomes/203606d2df1bac5cdf806c56d4f8d45f to your computer and use it in GitHub Desktop.
How to deal with module not found in Jupyter notebooks
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
Source: https://stackoverflow.com/a/72778999 | |
python -m venv venv | |
source venv/bin/activate | |
ipython kernel install --user --name=venv | |
jupyter notebook | |
go to kernel-->change kernel-->choose the venv from the dropdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment