afshin / nbclient

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

Home Page:https://nbclient.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Build Status image Python 3.5 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 parameterizing and 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 it's own library for easier updating and importing by downstream libraries and applications.

Python Version Support

This library currently supports python 3.5+ verisons. 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

https://nbclient.readthedocs.io/en/latest/

License:Other


Languages

Language:Python 68.0%Language:Jupyter Notebook 32.0%