Skip to content

Instantly share code, notes, and snippets.

@indiejoseph
Created September 5, 2024 11:03
Show Gist options
  • Save indiejoseph/b1f04b4f71b77ad7bce8b9379fc72e29 to your computer and use it in GitHub Desktop.
Save indiejoseph/b1f04b4f71b77ad7bce8b9379fc72e29 to your computer and use it in GitHub Desktop.
Register Conda environment as Ipython kernel
$ conda activate ml
(ml) $ conda install ipykernel
(ml) $ ipython kernel install --user --name=<any_name_for_kernel>
(ml) $ conda deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment