nbclient: Client library for executing notebooks. Formerly nbconvert’s ExecutePreprocessor¶
Description¶
Client library for executing notebooks. Formerly nbconvert’s ExecutePreprocessor
License¶
BSD
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
jupyter_client: Jupyter protocol implementation and client libraries
Version Information¶
package-version.txt:
0.8.0
version_requirements.txt:
nbclient
Equivalent System Packages¶
$ conda install nbclient
$ sudo yum install python3-nbclient
$ sudo emerge dev-python/nbclient
$ sudo xbps-install python3-nbclient
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.