custom nbconvert exporter for Textbook to Mathigon format conversion
nbconvert
python setup.py install
python -m textbook_converter path/to/toc.yaml -o output/path
or
import textbook_converter textbook_converter.convert_notebook( 'path/to/toc.yaml', output_dir='output/path' )