Created
December 5, 2021 22:38
-
-
Save AnirudhDagar/6d86c49f70b97e1a43e21fadd2327d04 to your computer and use it in GitHub Desktop.
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
conda create --name d2l python=3.8 -y | |
conda activate d2l | |
pip install torch==1.8.1 torchvision==0.9.1 | |
cd d2l-en | |
pip install mu-notedown | |
python setup.py develop | |
jupyter notebook --generate-config | |
echo "c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'" | tee -a ~/.jupyter/jupyter_notebook_config.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment