Jupyter Lab
GPU Dashborads
- A JupyterLab extension for displaying dashboards of GPU usage.
- Install jupyterlab-nvdashboard
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