danijar / handout

Turn Python scripts into handouts with Markdown and figures
Apache License 2.0
2.02k stars 106 forks source link

Allow to directly add images to the handout #4

Closed danijar closed 5 years ago

danijar commented 5 years ago

Right now, this requires the user to create a matplotlib figure with the image. There should be a doc.add_image(tensor_or_filename) method.

danijar commented 5 years ago

Done