Installing a jupyter kernel
by
Sergio Rossell - 09 Sep 2020
Tags:
#jupyter
Installing a jupyter kernel.
Imagine "main" is the name of your environment.
python -m ipykernel install --user --name main --display-name "main"
Note that the display name can be different than the enviroment name (in the example they are both "main").