A package and CLI for writing dissertations.
Project description
Installation
pip install dissertate
Basic Usage
In nb_config.py,
import dissertate
c = get_config()
c.Exporter.preprocessors = ['dissertate.preprocessors.EmptyCellElider',
'dissertate.preprocessors.CellElider']
c.Exporter.template_file = dissertate.markdown_template_path()
then,
jupyter nbconvert --config nb_config.py --to markdown your_nb.ipynb
If you don’t want a cell in the output, edit the cell metadata to include,
{"tags": ["private"]}
Alternatively, you can use
{"tags": ["todo"]}
or,
{"tags": ["setup"]}
for semantic differences that have no effect on dissertate processing.
If you want to retain the output of the cell but not the code (e.g., for an emitted matplotlib graph),
{"tags": ["output-generator"]}
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
dissertate-0.0.9.tar.gz
(6.0 kB
view hashes)