View on GitHub

fix-iocaml-notebook-exports-to-pdf

Small Python script to fix a IOCaml notebook to have a clean export to PDF (include output values AND types)

How to convert to PDF IOCaml notebooks

Explanation :sunglasses:

Issue :boom: !

Solution :rocket: !

alias j2pdf='jupyter-nbconvert --to pdf'

Note: I also use this Bash function:

 function j2html() {
   for old in "$@"; do
     jupyter-nbconvert --to html "$old"
   done
 }

Test

With this Makefile, run the tests with:

make -B test

:scroll: License ? GitHub license

MIT Licensed (file LICENSE). © Lilian Besson, 2017.

Maintenance Ask Me Anything ! Analytics

ForTheBadge built-with-swag

ForTheBadge uses-badges ForTheBadge uses-git