marthacryan / enterprise_scheduler_extension

Jupyter Enteprise Gateway Notebook Scheduler UI Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Jupyter Enteprise Gateway Notebook Scheduler UI Extension

License:Apache License 2.0


Languages

Language:TypeScript 65.0%Language:Python 24.5%Language:Makefile 4.2%Language:Dockerfile 3.7%Language:CSS 2.5%Language:Shell 0.2%