Creating and publishing reports from notebooks

Continuing the discussion from Thinking about reapplying to Outreachy in May 2019:

I like using papermill and repo2docker to execute notebooks on a schedule (bring your own scheduler … airflow, cron, etc). papermill can read from and write tobasically “all” cloud storage backends you’d ever want. Basically something like repo2docker . papermill notebook.ipynb s3://.../somebucket/output.ipynb

There is also https://github.com/nteract/bookstore

What kind of tooling do others use? What are things you’d like to be able to do but can’t?

1 Like

Right now, I’m using nbconvert --to html … and upload the results to Artifactory. Next step is to push contents into Confluence (https://github.com/Valassis-Digital-Media/nbconflux).