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¶
Version Information¶
package-version.txt:
0.8.0
version_requirements.txt:
nbclient
Installation commands¶
$ pip install nbclient
$ sage -i nbclient
$ conda install nbclient
$ sudo dnf 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.