acd: rewrite Python wrapper without jQuery

* python/spot/__init__.py (acd): Rewrite javascript so that it does
not use jQuery, to make it easier to use in jupyterlab, or with
nbconvert.
* tests/python/zlktree.ipynb: Adjust.
* NEWS: Mention this.
This commit is contained in:
Alexandre Duret-Lutz 2022-12-09 12:04:15 +01:00
parent 09e147ee4b
commit cab3ea7faf
3 changed files with 563 additions and 182 deletions

4
NEWS
View file

@ -1,6 +1,8 @@
New in spot 2.11.3.dev (not yet released)
Nothing yet.
Python:
- spot.acd() no longer depends on jQuery for interactivity.
New in spot 2.11.3 (2022-12-09)