Please read carefully
-
The process for installing JupyterLab and Jupyter Server extensions differs depending on the JupyterLab version of your Studio instance. In JupyterLab 1, you can install extensions without activating any conda environment. In JupyterLab 3, you must activate the
studio
conda environment before installing extensions. The script for adding the auto-shutdown extension has been updated to work with both versions of JupyterLab. -
If you are merging multiple LCC scripts into one default LCC script for your domain, ensure that the auto shutdown extension is the last to be installed. Specifically, the line to set the time interval should be the last to be executed. This line starts the polling for idle kernels, and if there are
restart-jupyter-server
commands executed after this line, the plugin will not be polling for idle apps and shutting them down.
For more information, see Installing JupyterLab and Jupyter Server extensions.
You can read more about the launch in the blog post here.