Releases: noteable-io/papermill-origami
Releases · noteable-io/papermill-origami
0.0.6
[0.0.6] - 2022-10-05
execute_notebook
need not be passed in alogger
instance explicitly, it will use the module-level logger if one is not provided.- Skip executing empty code cells in
execute_notebook
to not get stuck waiting for the cell status update to come through - Check
result.state.is_error_state
instead ofresult.data.state.is_error_state
inexecute_notebook
due to corresponding changes innoteable-origami
- Ensure that
NoteableHandler
always has aNoteableClient
instance defined whenNoteableHandler.read
is called - Register
NoteableHandler
with schemenoteable://
as entrypoint inpyproject.toml
0.0.5
0.0.4
0.0.3
What's Changed
- Bump mistune from 0.8.4 to 2.0.3 by @dependabot in #5
- Fix poetry install dependencies by @rohitsanj in #16
- [ENG-4557] Sync Noteable notebook with papermill before executing by @rohitsanj in #15
- Add dagstermill engine to merge noteable, dagster, and papermill by @tizz98 in #18
- Dagstermill basic support by @MSeal in #21
- Add parameterize notebook call by @rohitsanj in #19
Full Changelog: 0.0.2...0.0.3
0.0.1: Initial release
Added
- Initial setup