You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
4
12
5
-
## TODO: Add more details here!
13
+
**NBClient** is a tool for parameterizing and executing Jupyter Notebooks.
14
+
15
+
NBClient lets you:
16
+
17
+
**execute** notebooks
18
+
19
+
Similar in nature to jupyter_client, as the jupyter_client is to the jupyter
20
+
protocol nbclient is to notebooks allowing for execution contexts to be run.
21
+
22
+
## Origins
23
+
24
+
This library used to be part of [nbconvert](https://nbconvert.readthedocs.io/en/latest/) and was extracted into it's own library for easier updating and importing by downstream libraries and applications.
25
+
26
+
## Python Version Support
27
+
28
+
This library currently supports python 3.5+ verisons. As minor python
29
+
versions are officially sunset by the python org nbclient will similarly
30
+
drop support in the future.
31
+
32
+
## Documentation
33
+
34
+
See [readthedocs](https://nbclient.readthedocs.io/en/latest/) for more in-depth details about the project and API capabilities.
0 commit comments