jupyter-scheduler
jupyter-scheduler copied to clipboard
Run Jupyter notebooks as jobs
### Problem The [operators documentation](https://jupyter-scheduler.readthedocs.io/en/latest/operators/index.html#scheduler-class) reads, in part, > For more information on how to write a custom implementation, please to [*sic*] our [developer’s guide](https://jupyter-scheduler.readthedocs.io/en/latest/developers/index.html). The developer's guide does not...
I use jupyter scheduler to create a report on a daily basis. The report should be a clean HTML without code or input. Thus I currently have to run a...
## Description Some of the screen shots in the documentation are much larger than they should be. The text in the screen shots is larger than the text in the...
### Problem In the process of using the timing call function, I have finished the test configuration in the local environment, but when I deploy to the production environment, I...
Got this error when running the scheduler on a ipynb with quipclient API and sqlalchemy. The objective is to load the data from Quip to redshift table. Able to run...
## Description A few years ago I developed a plugin for Jupyter, [JupyterLab Scheduler](https://github.com/tiburon-security/jupyterlab_scheduler/), that provided functionality for scheduling the execution of notebooks. Over the years, I've kept the plugin...
### Problem Based solely on the docs, it's not clear if a user's scheduled jobs will continue to run after they, for example, log out. ### Proposed Solution Update the...
The Jupyter Scheduler README says that it works with JupyterLab 3.0 or newer. Only 3.5.x and 3.6.x are still actively maintained, other than for security flaws and other high-severity issues....
# Description Binder links are not currently working. Most of the time, the setup process takes so long that Binder terminates the connection. In the rare case it does go...
### Problem When users have a lot of jobs or job definitions, they cannot take an action in bulk on them. For example, deleting many jobs is difficult (see #328)....