python-anywidget
No description set
- Sources inherited from project devel:languages:python:jupyter
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / python-anywidget
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-anywidget && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
anywidget-0.9.13.tar.gz | 0009666998 9.22 MB | |
python-anywidget.changes | 0000006466 6.31 KB | |
python-anywidget.spec | 0000003696 3.61 KB |
Revision 25 (latest revision is 26)
Benjamin Greiner (bnavigator)
committed
(revision 25)
- 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.
Comments 0