Related Work
============

`Jupyter Kernel Gateway <https://github.com/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.

   .. _notebook-http Mode: https://github.com/jupyter/kernel_gateway/blob/master/docs/source/http-mode.md

`Papermill <http://papermill.readthedocs.io/en/latest/>`__
   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.
