nbexec
0.1.8

User Guide

  • Getting Started
  • Notebook Parameters
  • Execution API
  • Execution Document
  • Related Work
nbexec
  • »
  • Related Work
  • View page source

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.

Previous

© Copyright 2021, NEC Corporation.

Built with Sphinx using a theme provided by Read the Docs.