forked from pool/python-anywidget
This branch is 32 commits behind pool/python-anywidget:factory
- Update to 0.9.13
* Improve legacy ESM deprecation notice with widget provenance
and Python migration instruction (#609)
- Release 0.9.12
* Add IPython Cell Magic for HMR (#594). New %%vfile cell magic
for prototyping widgets in notebooks. Enables syntax
highlighting and anywidget's Hot Module Replacement (HMR)
directly within the notebook. Previously, front-end code had to
be inline strings or file paths, causing loss of widget state
when editing inline-strings in notebooks. The new %%vfile cell
magic allows editing front-end code within the notebook with
live reloading on cell re-execution. Use %%vfile <filename> to
create a virtual file for either JavaScript or CSS, and use
vfile:<filename> in _esm or _css attributes of an AnyWidget
subclass to reference the virtual file. Anywidget applies HMR
updates automatically on cell re-execution.
- Release 0.9.11
* Relax version pinning for anywidget front end (#521)
* Adopted ~major.minor.* notation for more flexible version
compatibility in the front end, mirroring practices improve
compatability in environments where bumping the front-end
versions is not possible for end users (i.e., JupyterHub). This
change is intended to enhance adaptability without causing
disruptions. If issues arise, please report them on our issues
page.
OBS-URL: https://build.opensuse.org/request/show/1197745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-anywidget?expand=0&rev=11
Description
No description provided
Languages
RPM Spec
100%