v1.1.0
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.