Skip to content

Releases: noteable-io/papermill-origami

0.0.6

05 Oct 19:02
c4901fd
Compare
Choose a tag to compare

[0.0.6] - 2022-10-05

  • execute_notebook need not be passed in a logger 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 of result.data.state.is_error_state in execute_notebook due to corresponding changes in noteable-origami
  • Ensure that NoteableHandler always has a NoteableClient instance defined when NoteableHandler.read is called
  • Register NoteableHandler with scheme noteable:// as entrypoint in pyproject.toml

0.0.5

13 Sep 20:59
c71e3eb
Compare
Choose a tag to compare

[0.0.5] - 2022-09-13

Added

  • Add callbacks to set kernel error outputs from Noteable into papermill

0.0.4

09 Sep 20:21
11246a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.3...0.0.4

0.0.3

09 Sep 19:24
912345f
Compare
Choose a tag to compare

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

12 Aug 20:23
758b962
Compare
Choose a tag to compare

Added

  • Initial setup