Serves pdf from underlying jupyter notebook via http.
Create good looking, dynamic reports from jupyter notebooks.
- executes notebook with given request parameters
- caches resulting pdf
- execute notebook locally
- develop notebook as usual
- pandoc
- latex
make installfor installing requirementsmake install-kernelinstall custom jupyter kernelmake to-pdfto create a pdf from notebookmake to-mdto convert notebook to markdownmake from-mdto create notebook from markdownmake notebookto start notebook as jupyter notebook in browsermake startfor running flask webservice onhttp://localhost:5000- link for opening in browser
curl http://localhost:5000/pdf?polynome=1,2,3 -o out.pdffor download
see examples/test.md
- dockerize
- nicer plots (resolution?, svg?)
- error handling
- health checks
- extend example to use an sqliteDB
- build package
- consider pinning requirements
- check vulnerabilities
- create actual command line interface, using argparse or click
- add license
- create kernel via Makefile