ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
Hi, the issue was wrongly closed, thus reopening. Using tqdm 4.65.0 and message " Error displaying widget: model not found" appears in Jupyter Notebook 7 (not in JN
I'm using the Output widget to display lengthy content. At some point the auto-scrolling of the output-area kicks in. It would be great if there were a simple way to...
## Explanation of motivation There is a bug in iPyWidgets state handling that happened quite frequently: If the `comm` target is already closed (when the widget is closed/deleted) before the...
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@lukekarrys) 5c8efbc #565...
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@lukekarrys) 99d8287 #583 correctly parse...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.4. Release notes Sourced from socket.io-parser's releases. 4.2.4 Bug Fixes ensure reserved events cannot be used as event names (d9db473) properly detect plain objects (b0e6400)...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
My jupyter widget is named buckaroo. I have buckaroo on pypi, however buckaroo is taken on NPM. This wasn't an issue until I tried to install buckaroo inside of a...
### Problem I'm trying to build a jupyter plugin with the ability to programmatically add cells, execute cells, and read a specific cell to write suggestions. Most features (e.g., code...