/enterprise_scheduler_extension

Jupyter Enteprise Gateway Notebook Scheduler UI Extension

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Jupyter Notebook Scheduler - JupyterLab Extension

This is a JupyterLab extension to schedule Jupyter Notebooks on external runtime. Currently, the only supported/tested platform is FfDL.

Installing

This extension is divided in two parts, a backend Jupyter Notebook backend extension, and a JupyterLab UI extension. Use the make command below to build and install all required components.

make clean install

You can check that the notebook server extension was successful installed with:

jupyter serverextension list

You can check that the JupyterLab extension was successful installed with:

jupyter labextension list