CRON scheduler for Jupyter Lab
Project description
jupyterlab_scheduler
UI for scheduling cron jobs
Prerequisites
- JupyterLab
Installation
To install using pip:
jupyter labextension install jupyterlab_scheduler
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
# Clone the repo to your local environment
# Move to jupyterlab_scheduler directory
# Install dependencies
npm install
# Install your development version of the extension
jupyter labextension install .
You run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild.
# Run jupyterlab in watch mode
jupyter lab --watch
Now every change will be built locally and bundled into JupyterLab. Be sure to refresh your browser page after saving file changes to reload the extension (note: you'll need to wait for webpack to finish, which can take 10s+ at times).
# Run jupyterlab in auto reload mode
jupyter lab --autoreload --NotebookApp.token='' --NotebookApp.password='' --no-browser
Works better when developing server extensions
Uninstall
jupyter labextension uninstall jupyterlab_scheduler
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyterlab_scheduler-0.1.0.tar.gz
(757.0 kB
view hashes)
Built Distribution
Close
Hashes for jupyterlab_scheduler-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81a51c65c0fa93f4effe86391b12dfd71bf29bb12e2c2765435f372ef3810046 |
|
MD5 | 3fb61c36c50a1ca49f34b067199300c3 |
|
BLAKE2b-256 | 31a234ed73798a35ca33507c9e65c3c451bf4ffbef9735ad4f5e1a7551ea5360 |
Close
Hashes for jupyterlab_scheduler-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 056a870addd9d20908b028d55dd41a2644f0ada1aefee95445c28b7bbb14a4de |
|
MD5 | 423a08f6c9b3ec178fa96b7905e541bb |
|
BLAKE2b-256 | fa31cc263870d604a12e137f0a764718b43f1f6add60b0b0f5d11e98d71833c1 |