Skip to content

Instantly share code, notes, and snippets.

@amdsobhy
Last active May 21, 2023 01:54
Show Gist options
  • Save amdsobhy/f79a01128aa00958fe5e0387d32e250e to your computer and use it in GitHub Desktop.
Save amdsobhy/f79a01128aa00958fe5e0387d32e250e to your computer and use it in GitHub Desktop.
Setup conda, fastai, Jupyter

1- Follow instructions in link below to install conda:

https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html

2- Kill and reopen terminal

3- Run the following:

conda install -c fastchan fastai nbdev

4- Run Jupyter

jupyter notebook --no-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment