Skip to content

Instantly share code, notes, and snippets.

@AnirudhDagar
Created December 5, 2021 22:38
Show Gist options
  • Save AnirudhDagar/6d86c49f70b97e1a43e21fadd2327d04 to your computer and use it in GitHub Desktop.
Save AnirudhDagar/6d86c49f70b97e1a43e21fadd2327d04 to your computer and use it in GitHub Desktop.
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