Skip to content

Instantly share code, notes, and snippets.

@acanakoglu
Created April 13, 2020 16:23
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 acanakoglu/adb6d5056269e3f94bd0947491e015fc to your computer and use it in GitHub Desktop.
Save acanakoglu/adb6d5056269e3f94bd0947491e015fc to your computer and use it in GitHub Desktop.
conda create -n vcm python=3.7
conda activate vcm
pip install ipykernel
python -m ipykernel install --user --name vcm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment