Skip to content

Instantly share code, notes, and snippets.

@mleuthold
Created September 9, 2020 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mleuthold/993b6966967a3bbdf16886177f12cdde to your computer and use it in GitHub Desktop.
Save mleuthold/993b6966967a3bbdf16886177f12cdde to your computer and use it in GitHub Desktop.
conda create -n py36-test python=3.6
source activate py36-test
python -m ipykernel install --name py36-test
source deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment