Path to this page:
./
www/py-ipywidgets,
IPython HTML widgets for Jupyter
Branch: CURRENT,
Version: 8.1.5,
Package name: py312-ipywidgets-8.1.5,
Maintainer: pkgsrc-usersInteractive HTML widgets for Jupyter notebooks and the IPython kernel.
Required to run:[
devel/py-traitlets] [
devel/py-ipykernel] [
www/py-nbformat] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 113.987 KB
Version history: (Expand)
- (2024-09-03) Updated to version: py312-ipywidgets-8.1.5
- (2024-07-20) Updated to version: py311-ipywidgets-8.1.3
- (2024-02-12) Updated to version: py311-ipywidgets-8.1.2
- (2023-02-09) Updated to version: py310-ipywidgets-7.7.0
- (2022-04-07) Updated to version: py39-ipywidgets-7.7.0
- (2022-01-31) Updated to version: py39-ipywidgets-7.6.5
CVS history: (Expand)
2024-02-12 20:09:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipywidgets: updated to 8.1.2
Release 8.1.1
Bug fixed
Raise error when copy method is used on base widget class
Reverts 3689 and 3738 back to the original working codebase
Docs
Update to JupyterLite 0.1.0
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-05-05 11:19:07 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
www: Try to unbreak python nonsense.
|
2022-04-07 12:20:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipywidgets: updated to 7.7.0
7.7
---
Highlights include:
- Fix installation on Python 3.10.
- Throw an error if we cannot render a widget, enabling the rendering system to \
fall back to rendering a different data type if available.
- Create a new widget control comm channel, enabling more efficient fetching of \
kernel widget state.
- Refactor logic for fetching kernel widget state to the manager base class. \
This logic first tries to use the new widget control comm channel, falling back \
to the existing method of requesting each widget's state individually.
- Enable HTMLManager output widgets to render state updates.
- Do not reset JupyterLab CSS variables if they are already defined.
- Fix variable inspector example.
- Introduce new widget manager `has_model` method for synchronously checking if \
a widget model is registered.
- Work around bug in Chrome rendering Combobox arrows.
- Optionally echo update messages from frontends to other frontends. This \
enables widget views in different frontends to maintain consistent state \
simultaneously, and also makes sure that simultaneous updates from the kernel \
and frontend resolve to a consistent state. This is off by default in ipywidgets \
7.7, and it is anticipated this will be on by default in ipywidgets 8.0. To \
enable echo update messages across ipwyidgets, set the environment variable \
`JUPYTER_WIDGETS_ECHO` to 1. To opt a specific attribute out of echo updates, \
tag the attribute with `echo_update=False` metadata (we do this in core for the \
FileUpload widget's `data` attribute).
|
2022-02-04 14:49:26 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-ipywidgets: not for Python 3.7
|
2022-01-31 19:19:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipywidgets: updated to 7.6.5
7.6.5:
Bug fixes
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2022-01-02 01:21:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-ipywidgets: convert to egg.mk
Bump PKGREVISION.
|