Isaac Vidas
Asked on Aug 23, 2023
To add another kernel to Jupyter running in Skypilot, you can follow these steps:
ipykernel
package in your conda environment using conda install ipykernel
.python -m ipykernel install --user --name=myenv
to install the kernel.Please note that you may need to restart Jupyter after installing the kernel. If you are using the cloud provider's deep learning image, it is recommended to start your own Jupyter notebook to have more control over the environment.