Requirements¶
For the main module nbjoint¶
The nbjoint 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 nbjoint module with the version in the configuration file
and check for compatibility.
For testing the module¶
For testing nbjoint, the scripts in the tests subdirectory also use the standard module
and the nonstandard module