Related WorkΒΆ
- Jupyter Kernel Gateway
In notebook-http mode, Jupyter Kernel Gateway publishes each annotated notebook cell as a web API resource and it launches an IPython kernel for them in advance, whereas nbexec launches a kernel every time and a whole notebook acts like an API.
- Papermill
Papermill is a tool for parameterizing, executing, and analyzing Jupyter notebooks. It can execute a notebook with given parameters from command line or Python code. It also summarize the multiple executions.