nteract / papermill

📚 Parameterize, execute, and analyze notebooks
http://papermill.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
5.93k stars 426 forks source link

Setup some papermill "jobs" on CircleCI #105

Open rgbkrk opened 6 years ago

rgbkrk commented 6 years ago

Either as part of this repo or a new repo called something like "papermill-example-workflow", create a regularly running job on CircleCI that will run a notebook via papermill and post the result somewhere. It should be a nice way to demonstrate how to use papermill while also operating as a good functional test.

CircleCI will need to be enabled for the repo for this to work.

thomasballinger commented 6 years ago

example CircleCI task: https://github.com/nteract/papermill/pull/159 regularly scheduled jobs are also possible, but it seems hard to upload to the same url each time.

betatim commented 6 years ago

You could post the results to a gist using an API token so for each run you can update the gist instead of creating a new one to get a stable URL?