Create publication-quality books from Jupyter notebooks
The output of fastdoc
is an asciidoc file for each input notebook. You can then use asciidoctor to convert that to HTML, DocBook, epub, mobi, and so forth.
pip install fastdoc
or conda install fastdoc
Create notebooks in a folder called book
. From that folder, run fastdoc_convert_all
in your terminal. You'll find your exported asciidoc files and all images used in ../convert_book
. For a single notebook demonstrating all the features of fastdoc
, see the test/_test.ipynb
notebook. For a complete O'Reilly book written in this way, see fastbook.