Turn Python scripts into handouts with Markdown comments and inline figures. An
alternative to Jupyter notebooks without hidden state that supports any text
editor.
Code
Handout
Getting started
You use Python Handout as a library inside a normal Python program:
Install via pip3 install -U handout.
Run your script via python3 script.py. (You can start with
examples/start.py from the repository.)
Open output/index.html in your browser to view the result.
Iterate and refresh your browser.
Features
Create the handout via doc = handout.Handout(outdir) to access these features:
请发表评论