Skip to content

Instantly share code, notes, and snippets.

@MakGulati
Last active January 26, 2020 11:46
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 MakGulati/545991a1d2c549302b89461a7131e1e8 to your computer and use it in GitHub Desktop.
Save MakGulati/545991a1d2c549302b89461a7131e1e8 to your computer and use it in GitHub Desktop.
make virtual environment in jupyter notebook
#using for conda environment
pip install environment_kernels
pip install --user ipykernel
python -m ipykernel install --user --name=new_planet
@MakGulati
Copy link
Author

using for conda environment

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