Andreas Mueller: Writing (and publishing) a book written in Jupyter notebooks
In [ ]:
!jupyter nbconvert my_demo_notebook.ipynb --to markdown
!cat my_demo_notebook.ipynb
Exporters specify many aspects of conversion pipeline. E.g.:
setup(…,
entry_points = {
'nbconvert.exporters':
['jekyll = my_jekyll_exporter:JekyllExporter']
}
)
Nbconvert works on single notebooks.
Multiple notebook conversion is still in early days.
Examples: