Skip to content

Instantly share code, notes, and snippets.

@ayghri
Created January 31, 2023 18:44
Show Gist options
  • Save ayghri/20c0ff5618f38eb6edd48d2f732d32c2 to your computer and use it in GitHub Desktop.
Save ayghri/20c0ff5618f38eb6edd48d2f732d32c2 to your computer and use it in GitHub Desktop.
Install nbgrader in Python venv
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