Skip to content

akhmerov/nbclient

 
 

Repository files navigation

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

nbclient

A client library for executing notebooks. Formally 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.3%
  • Jupyter Notebook 31.7%