jupyter-scheduler
jupyter-scheduler copied to clipboard
Run Jupyter notebooks as jobs
### Problem Sagemaker Studio uses this extension to jobs on SageMaker infrastructure but it comes with some restrictions on the type of names it can take for a job or...
### Problem When using notebooks to generate reports, it is common to use HTML as a target output in order to share them with others. The current jupyter scheduler supports...
### Problem Users cannot run multiple notebooks at once. ### Proposed Solution In the file browser, let users select multiple notebooks (multiple files or directories), right-click, and choose a context...
### Problem Currently, the notebook job execution log can be downloaded after the job completion. For long running notebook job, this requires user to wait until job is completed. While...
### Problem After selecting the "create job" button, the user is brought to the job creation UI with the input notebook path auto populated. After that there is no validation...
### Problem After the notebook job is created, the following banner is shown to remind user to reload so that the newly created job or job def could be displayed...
### Problem The [developer docs](https://jupyter-scheduler.readthedocs.io/en/latest/developers/index.html) on ReadTheDocs do not describe the API. ### Proposed Solution Publish API documentation for Jupyter Scheduler. ### Additional context Follow-up to #311.
## Description "no @emotion/react version specified" warning in shown on `jlpm build`: ``` WARNING in shared module @emotion/react No required version specified and unable to automatically determine one. Unable to...
### Problem One of the ways you can create a new job is right-clicking on a notebook in a file browser and choosing "Create a job" from the menu. PR...
### Problem Some environments may be able to run file types other than notebooks (ipynb files) but we only show the "Create Notebook Job" context menu item in the file...