https://github.com/lresende/enterprise_scheduler_extension
Jupyter Enteprise Gateway Notebook Scheduler UI Extension
https://github.com/lresende/enterprise_scheduler_extension
Last synced: 6 months ago
JSON representation
Jupyter Enteprise Gateway Notebook Scheduler UI Extension
- Host: GitHub
- URL: https://github.com/lresende/enterprise_scheduler_extension
- Owner: lresende
- License: apache-2.0
- Created: 2018-04-12T02:23:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T21:23:20.000Z (over 6 years ago)
- Last Synced: 2025-03-28T15:48:25.386Z (6 months ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 3
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/ibm/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.```bash
make clean install
```You can check that the notebook server extension was successful installed with:
```bash
jupyter serverextension list
```You can check that the JupyterLab extension was successful installed with:
```bash
jupyter labextension list
```