Skip to content

Releases: man-group/notebooker

0.4.2

27 Apr 09:20
4db0f46
Compare
Choose a tag to compare
  • Improvement: Prometheus metrics now record number of successes/failures which have been captured by the webapp.
  • Improvement: Unpinned nbconvert and added ipython_genutils dependency

0.4.1

09 Mar 10:46
c98d005
Compare
Choose a tag to compare
  • Improvement: The email "from" address is now fully configurable.
  • Bugfix: The default "from" email address domain is no longer non-existent.
  • Improvement: --running-timeout parameter allows customization of max allowed notebook runtime

0.4.0

17 Dec 10:39
d097ae5
Compare
Choose a tag to compare
  • Improvement: The index page has been overhauled to be a lot more user-friendly, divided up by notebook template name.

0.3.2

10 Nov 09:32
cbddadc
Compare
Choose a tag to compare
  • Feature: .ipynb files are now natively supported and can be used as Notebook Templates (#57)

0.3.1

29 Oct 13:57
21f897c
Compare
Choose a tag to compare
  • Improvement: index page should be a lot quicker due to storage improvements.
  • Bugfix: hide_code and generate_pdf options now work as intended with the scheduler.
  • Bugfix: Large notebooks were causing serialisation errors; now safely stored in gridfs.
  • Incompatibility: Reports run with this version onwards will not be readable by older versions of Notebooker.

0.3.0

05 Oct 10:47
ce0d324
Compare
Choose a tag to compare
  • Major feature: scheduling natively within Notebooker
  • Bugfix: Newer versions of uuid now work properly with Notebooker
  • Improvement: See the version number in the Notebooker GUI and with a /core/version GET call.

0.2.1

11 Feb 16:58
05acc98
Compare
Choose a tag to compare
  • Bugfix: notebooker_execute entrypoint should now work as intended
  • Bugfix: Sanity and template regression tests should now work as intended
  • Improvement: Specifying a git repo should be a little simpler

0.2.0

17 Dec 20:30
446ac46
Compare
Choose a tag to compare
  • Code output can now be hidden from PDF and email output! Either check the box in the "Run Report" dialog or, using the cli, use the new --hide-code option.
  • Performance improvement for queries

0.1.0

17 Dec 20:06
acc8938
Compare
Choose a tag to compare

Support for database plugins and tidying up configuration to be consistent across the board.

Breaking changes

  • 3 primary entrypoints have been consolidated under one - notebooker-cli, e.g. notebooker-cli start-webapp and notebooker-cli execute-notebook. Run notebooker-cli --help for more info.
  • In config, PY_TEMPLATE_DIR has been renamed to PY_TEMPLATE_BASE_DIR
  • In config, GIT_REPO_TEMPLATE_DIR has been renamed to PY_TEMPLATE_SUBDIR

v0.0.2

25 Oct 19:41
da288b2
Compare
Choose a tag to compare

Bugfixes & cleanup
Docker support (#14)