Jupyter/Jupyterlab: create and delete kernels #datascience #machinelearning

preview_player
Показать описание
#Shorts
In this video I will show you how to create and delete kernels, and this way you can clearly identify to which environment you are connecting inside jupyter or jupyterlab

# Create and remove Jupyter Kernels (Needs ipykernel installed)
=================================================================
conda install ipykernel
-create
python -m ipykernel install --user --name llamaindex --display-name "Python (llamaindex)"
-list
jupyter kernelspec list
- remove
jupyter kernelspec remove llamaindex

Command
Рекомендации по теме
visit shbcf.ru