Skip to content

Instantly share code, notes, and snippets.

@juanluisrto
Last active July 27, 2022 15:48
Show Gist options
  • Save juanluisrto/fee0150468d6e9b63e00fd25fccfc126 to your computer and use it in GitHub Desktop.
Save juanluisrto/fee0150468d6e9b63e00fd25fccfc126 to your computer and use it in GitHub Desktop.
Using conda environment in jupyter notebook
# run from the environment you want to add to jupyter.
# --name myenv is just the internal name ipykernel gives to the kernel
source activate myenv
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