This repository was archived by the owner on Aug 29, 2025. It is now read-only.
stspeck unexpected behaviour with widget click #8
Open
avrabyt wants to merge 50 commits intoplotly:masterfrom
Open
stspeck unexpected behaviour with widget click #8avrabyt wants to merge 50 commits intoplotly:masterfrom
avrabyt wants to merge 50 commits intoplotly:masterfrom
Conversation
Added images to README
Major infrastructure upgrade to modern JupyterLab 3+ and ipywidgets 8.x ## What's New - Modern JupyterLab 3+ federated extension system - ipywidgets 8.x support with backward compatibility for 7.x - TypeScript-based widget implementation with Webpack 5 - Automatic installation (no manual labextension install needed) - Updated build system with hatchling and hatch-jupyter-builder ## Breaking Changes - Minimum Python version: 3.9+ - Minimum JupyterLab version: 3.0+ - For older environments, use ipyspeck<0.7 ## Documentation - Complete README rewrite with version compatibility warnings - Added CHANGELOG.md - Created PUBLISHING.md guide for PyPI releases - Added check_version.py for version consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! Thanks for this wrapper
stspeck, indeed it will be very helpful 🎉Was just playing with it while serving in the local server, found some unusual behaviour, please do correct me if I'm missing something here.
Btw, here's my code snippet 👇
Once the ipywidgets are triggered, the change is implemented and soon the code runs from the very beginning and the initial state of the molecule is retained. For example trying to convert to ball-stick model, or trying with different color scheme. idk, but probably one way would be store the trigger in a
session-statevariable . However, I haven't checked it in the deployed application.(P.S apologies if I'm missing something 😢 )