Created
September 5, 2024 11:03
-
-
Save indiejoseph/b1f04b4f71b77ad7bce8b9379fc72e29 to your computer and use it in GitHub Desktop.
Register Conda environment as Ipython kernel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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