Skip to content

v1.1.0

Compare
Choose a tag to compare
@wragge wragge released this 12 Apr 06:33
· 72 commits to master since this release

The major change in this release has been to modify the existing notebooks to use the New Zealand Web Archives new PyWb endpoint. Other changes include:

  • Updated all packages
  • Started using pip-tools to manage requirements
  • Included some basic tests
  • All notebooks formatted with isort, Black, and Flake8
  • Voila notebooks that accept parameters will now run automatically (ie without clicking the start button) if parameters are present. This used to work in AppMode, but with Voila it was necessary in insert some Javascript in the notebook to fire the click event.