Skip to content

Instantly share code, notes, and snippets.

@thesimplekid
Last active October 11, 2020 22:58
Show Gist options
  • Save thesimplekid/ab8c36490b6d1bc6094eadbeecda9271 to your computer and use it in GitHub Desktop.
Save thesimplekid/ab8c36490b6d1bc6094eadbeecda9271 to your computer and use it in GitHub Desktop.
python kernals
create Pipenv
run:
pipenv install ipykernel
then:
python -m ipykernel install --user --name <whatevername>
then:
pipenv install <needed packs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment