Skip to content

Releases: AnswerDotAI/execnb

v0.2.7

Choose a tag to compare

@jph00 jph00 released this 14 Jul 08:50

New Features

  • Refactor shell execution to support nested run_cell calls and clear stale cell outputs (#87)

Bugs Squashed

  • Fix quiet mode to not apply trailing-semicolon suppression to cell magics (#88)

v0.2.6

Choose a tag to compare

@jph00 jph00 released this 08 Jul 09:18

New Features

  • nbrun: accept multiple cell ids, validate unique prefix match, and raise on missing notebook path (#86)

v0.2.5

Choose a tag to compare

@jph00 jph00 released this 08 Jul 05:53

New Features

  • Add profile support to CaptureShell to load IPython profile config, extensions, and startup files (#85)

v0.2.4

Choose a tag to compare

@jph00 jph00 released this 06 Jul 06:24

New Features

  • Add skip_noeval to skip #| eval: false and nbdev_export() cells (#84)

v0.2.3

Choose a tag to compare

@jph00 jph00 released this 02 Jul 04:00

New Features

  • Add select_cells, nbopen, and nbrun for running notebook cells by id prefix (#83)

v0.2.2

Choose a tag to compare

@jph00 jph00 released this 26 Apr 03:51

New Features

  • Add mpl_format=None param option that skips inline matplotlib setup (#82)

v0.2.1

Choose a tag to compare

@jph00 jph00 released this 13 Apr 22:44

New Features

  • Move nbio to fastcore (#81)

v0.2.0

Choose a tag to compare

@jph00 jph00 released this 10 Apr 00:44

Breaking changes

  • Move nbio to fastcore (#81)

v0.1.18

Choose a tag to compare

@jph00 jph00 released this 04 Jan 20:55

Bugs Squashed

  • id not extracted from cell meta (#80)

v0.1.17

Choose a tag to compare

@jph00 jph00 released this 04 Jan 05:28

New Features

  • Add cell id in nbio (#79)