Skip to content

A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor

License

Notifications You must be signed in to change notification settings

jupyter/nbclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24c9b03 · May 27, 2020
May 7, 2020
May 22, 2020
May 27, 2020
May 27, 2020
May 27, 2020
May 19, 2020
Jan 13, 2020
May 7, 2020
May 7, 2020
Feb 17, 2020
Jan 26, 2020
Jan 26, 2020
May 17, 2020
May 22, 2020
May 27, 2020
Jan 27, 2020
May 22, 2020
Mar 20, 2020
Jan 27, 2020
May 7, 2020
May 22, 2020

Repository files navigation

Binder Travis Build Status Build Status Documentation Status image Python 3.6 Python 3.7 Python 3.8 Code style: black

nbclient

A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.

NBClient is a tool for executing Jupyter Notebooks.

NBClient lets you:

  • execute notebooks

Similar in nature to jupyter_client, as the jupyter_client is to the jupyter protocol nbclient is to notebooks allowing for execution contexts to be run.

Origins

This library used to be part of nbconvert and was extracted into its own library for easier updating and importing by downstream libraries and applications.

Python Version Support

This library currently supports python 3.6+ versions. As minor python versions are officially sunset by the python org nbclient will similarly drop support in the future.

Documentation

See readthedocs for more in-depth details about the project and API capabilities.