onStart property
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
Implementation
final List<NotebookInstanceLifecycleHook>? onStart;
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
final List<NotebookInstanceLifecycleHook>? onStart;