Skip to content

Instantly share code, notes, and snippets.

@keithrozario
Created June 4, 2019 11:40
Show Gist options
  • Save keithrozario/53ec7504f680a13b614dcede974cbb17 to your computer and use it in GitHub Desktop.
Save keithrozario/53ec7504f680a13b614dcede974cbb17 to your computer and use it in GitHub Desktop.
$ python -m venv projectname
$ source projectname/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=projectname
@keithrozario
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment