Skip to content

Releases: LSYS/runPyNB

v0.3.0

01 May 03:14
ac07b01
Compare
Choose a tag to compare

What's Changed

  • Remove cell timeout as default (#10)
  • Print cell execution error to stdout (#11)
  • Update py versions in CI

Full Changelog: v0.0.1...v0.3.0

v0.2.0

13 Feb 07:13
9a27069
Compare
Choose a tag to compare

What's Changed

  • Fix workflows (fixes #9)
  • Allow writing to notebook for both successful and failed runs (closes #7)

Install

pip install runpynb

Quick Start

Run all notebooks in directory.

$ runpynb

Full Changelog: v0.1.1...v0.2.0

Patch ubuntu/macOS

21 Aug 04:51
Compare
Choose a tag to compare
  • Another patch for ubuntu/macOS (Python 3.8, Python 3.9)
  • Add script to assert that CR is removed
  • Add workflow to test CLI from PyPI

Docs: https://runpynb.readthedocs.io/en/latest/

Patch for ubuntu/macOS

13 Aug 11:22
Compare
Choose a tag to compare

Patch for ubuntu/macOS (EOF issue)

fixes IO error

13 Aug 11:04
Compare
Choose a tag to compare

fixing IO UnicodeDecodeIO error

Patch for ubuntu/macOS

04 Aug 03:28
Compare
Choose a tag to compare

Patching to remove CR from script for linux and macOS builds

New release

03 Aug 10:31
41c8704
Compare
Choose a tag to compare

Utility to run Jupyter notebooks from shell and makefiles.

Init v0.0.1

03 Aug 07:51
Compare
Choose a tag to compare
Init v0.0.1 Pre-release
Pre-release

Testing PyPI packaging.