Skip to content

Instantly share code, notes, and snippets.

@leandrobmarinho
Last active April 16, 2019 14:52
Show Gist options
  • Save leandrobmarinho/30c7e34857a7e700e6b56fd211c7290a to your computer and use it in GitHub Desktop.
Save leandrobmarinho/30c7e34857a7e700e6b56fd211c7290a to your computer and use it in GitHub Desktop.
Setting up an virtualenv for the Jupyter
# pip install ipykernel
python -m ipykernel install --user --name .env --display-name ".env"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment