Skip to content

Fix client comm connect in case of JupyterLab extension version mismatch #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2025

Conversation

philippjfr
Copy link
Member

When the JupyterLab extension version and the pyviz_comms version diverge the recent changes to the comm logic meant that it would time out trying to open the comm. This is because it was relying on an attribute on the comm wrapper that is not defined in older versions of the JupyterLab extension.

Since it is easy to install JupyterLab in a base environment and use more recent environments for the notebook kernels this divergence is likely somewhat common.

@philippjfr philippjfr merged commit 4cd44d9 into main Jun 25, 2025
4 checks passed
@philippjfr philippjfr deleted the comm_connect_version_mismatch_fix branch June 25, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant