Created
September 9, 2020 16:28
-
-
Save mleuthold/993b6966967a3bbdf16886177f12cdde to your computer and use it in GitHub Desktop.
This file contains 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 -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