Tools to use a collection of notebooks as 'chapters'
Project description
Bookbook converts a set of notebooks in a directory to HTML or PDF, preserving cross references within and between notebooks.
This code is in early development, so use it at your own risk.
It expects a directory of notebooks whose names indicate their order, e.g. 01-introduction.ipynb. To run it:
python3 -m bookbook.html # HTML output under html/ python3 -m bookbook.latex [--pdf] # Latex/PDF output as combined.(tex|pdf)
Add --help to either command for more options.
Installation
Bookbook requires Python 3.5.
pip install bookbook
To install locally as an editable install, run:
pip install flit git clone https://github.com/takluyver/bookbook.git cd bookbook flit install --symlink
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bookbook-0.2.tar.gz
(6.9 kB
view hashes)
Built Distribution
bookbook-0.2-py3-none-any.whl
(13.9 kB
view hashes)