Skip to content

Instantly share code, notes, and snippets.

@prameshbajra
Last active December 6, 2020 14:53
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 prameshbajra/8d728387b31ac7ca336c49de3860cedd to your computer and use it in GitHub Desktop.
Save prameshbajra/8d728387b31ac7ca336c49de3860cedd to your computer and use it in GitHub Desktop.
My personal python environment setup.
virtualenv venv -p python3.6
// Activate the created venv ...
pip install ipykernel
pip install notebook
pip install jupyter_contrib_nbextensions
pip install autopep8
pip install yapf
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment