jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Run Jupyter notebooks as jobs

Results 120 jupyter-scheduler issues
Sort by recently updated
recently updated
newest added

### 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...

documentation
enhancement

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...

enhancement

## 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...

bug
documentation

### 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...

enhancement

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...

bug

## 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...

maintenance

### 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...

documentation
enhancement

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....

bug
documentation
good first issue

# 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...

bug

### 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)....

enhancement