Conversation
The WebSocket wrapper around the IPython comm does not define `readyState`, and so resizes are never forwarded to the Python side.
|
How do we test this? Is this @ianhi issue? |
@jklymak how do you mean? I think this is a follow up to: #19131. In particular this commit: 725e908 which changed things in the webagg js which nbagg relies on.
Run the UAT test in One thing that I've been adding for lots of repos working with widgets is a github bot that comments on PRs with a binder link. In this case that link is: with the more general case described here: https://mybinder.readthedocs.io/en/latest/howto/gh-actions-badges.html I'll bet that that script could be modified to check if any files in |
|
@meseeksdev backport to v3.4.x |
|
@meeseeksdev backport to v3.4.x |
…746-on-v3.4.x Backport PR #19746 on branch v3.4.x (Fix resizing in nbAgg.)
PR Summary
The WebSocket wrapper around the IPython comm does not define
readyState, and so resizes are never forwarded to the Python side.PR Checklist
pytestpasses).flake8on changed files to check).flake8-docstringsand runflake8 --docstring-convention=all).doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).