Jupyter Lab


GPU Dashborads

GPU Dashboards in Jupyter Lab


Version control


How to add conda environment to jupyter lab?

# Activate my conda environment mt 
conda activate mt
(mt)$ conda install ipykernel
(mt)$ ipython kernel install --user --name=mt
(mt)$ conda deactivate

# Check in Jupyter lab 
jupyter lab

How to update Jupyter Lab?

conda update jupyterlab