Skip to content

Instantly share code, notes, and snippets.

@kaedonkers
Last active September 11, 2023 13:23
Show Gist options
  • Save kaedonkers/526c26407b0a3435899b0da2608ef454 to your computer and use it in GitHub Desktop.
Save kaedonkers/526c26407b0a3435899b0da2608ef454 to your computer and use it in GitHub Desktop.
Install conda environment as Jupyter kernel using ipykernel
## Install conda environment as Jupyter kernel using ipykernel
source activate {env_name}
conda install ipykernel -y -q
ipython kernel install --user --name $CONDA_DEFAULT_ENV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment