Created
January 31, 2023 18:44
-
-
Save ayghri/20c0ff5618f38eb6edd48d2f732d32c2 to your computer and use it in GitHub Desktop.
Install nbgrader in Python venv
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
python3 -m venv my_test_env | |
source my_test_env/bin/activate | |
pip install jupyter | |
pip install nbgrader | |
jupyter nbextension install --sys-prefix --py nbgrader --overwrite | |
jupyter nbextension enable --sys-prefix --py nbgrader | |
jupyter serverextension enable --sys-prefix --py nbgrader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment