A workflow for creating and editing publication ready scientific reports, from one or more Jupyter Notebooks
Project description
Project: https://github.com/chrisjsewell/ipypublish
Documentation: http://ipypublish.readthedocs.io
A workflow for creating and editing publication ready scientific reports and presentations, from one or more Jupyter Notebooks, without leaving the browser!
For an example of the potential input/output, see Example.ipynb , Example.pdf, Example.html and Example.slides.html.
Design Philosophy
In essence, the dream is to have the ultimate hybrid of Jupyter Notebook, WYSIWYG editor (e.g. MS Word) and document preparation system (e.g. TexMaker), being able to:
Dynamically (and reproducibly) explore data, run code and output the results
Dynamically edit and visualise the basic components of the document (text, math, figures, tables, references, citations, etc).
Have precise control over what elements are output to the final document and how they are layed out and typeset.
Also be able to output the same source document to different layouts and formats (pdf, html, presentation slides, etc).
Workflow
Create a notebook with some content!
optionally create a .bib file and logo image
Adjust the notebook and cell metadata.
Clone the ipypublish GitHub repository and run the nbpublish.py script for either the specific notebook, or a folder containing multiple notebooks.
A converted folder will be created, into which final .tex .pdf and _viewpdf.html files will be output, named by the notebook or folder input
The default latex template outputs all markdown cells (unless tagged latex_ignore), and then only code and output cells with latex metadata tags. See Example.ipynb, Example.pdf and Example.slides.html for an example of the potential input and output.
See the project site for more info!
Acknowledgements
I took strong influence from:
Notebook concatenation was adapted from nbconvert issue#253
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 Distributions
Built Distribution
Hashes for ipypublish-0.6.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a90fcd55cc6844fb7b2c635978a6473bb59eecb3f105d4875ca039e95210264 |
|
MD5 | b7a70155cea148cf1c2c6d1ae53ebfe9 |
|
BLAKE2b-256 | 27c906e2109a04c26b81d0db3fde9a5b73311acef8168cfebde78ed6562bdb0f |