Requirements

For the main module nbbinder

The nbbinder module uses the standard libraries

and the nonstandard libraries

The nbformat library is used to interact with the jupyter notebooks, the nbconvert library is used to export the notebooks to other formats (e.g. slides, markdown, pdf), the yaml package is used, of course, to read the *.yml configuration files, and the packaging library is to compare the version of the nbbinder module with the version in the configuration file and check for compatibility.

For testing the module

For testing nbbinder, the scripts in the tests subdirectory also use the standard module

and the nonstandard module

For packaging the module

Exclusively for packaging nbbinder for PyPI and TestPyPI, the following nonstandard package is used: