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
Release files for bookbook 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bookbook-0.2.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bookbook-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:20.8 kB
Release files / bookbook-0.2.tar.gz
| Download URL | bookbook-0.2.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20e7379ce3b2b550c0d3fb5ad46ed6a93df8c431c074ccb086671197b7f3cefc
|
|
BLAKE2b-256 checksum How to use checksums |
bebd3c6a5d04e886eae314c7b9530478e508f50f11caa20d15d193cfba1b3cf0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / bookbook-0.2-py3-none-any.whl
| Download URL | bookbook-0.2-py3-none-any.whl |
|---|---|
| Size | 13.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d56a3c5b5c951245fbb6bfd5ec0868cb1e58fcf796546788103a38f7f978a6e
|
|
BLAKE2b-256 checksum How to use checksums |
82d74326ff31d47532393e3a020c1914ec822ac13ff8234f2ee18d8ad3d069a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |