You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These above versions are pretty old, e.g., @jupyter-widgets/base is at version 4.0.0 now. However, I'm told that this doesn't actually break backward compat as much as the version suggests, since the version is bumped due to some compat issue with jupyterlab.
Critical to be aware of backend version; make sure it is at least version 7.
The text was updated successfully, but these errors were encountered:
Also, cocalc no longer ships its own fork of k3d's frontend client. All custom widgets are pulled from the standard ipywidgets cdn (jsdelivr) with version requested by the backend, as is done by colab.
See
jupyter-widgets/ipywidgets#3405
What we currently use:
These above versions are pretty old, e.g., @jupyter-widgets/base is at version 4.0.0 now. However, I'm told that this doesn't actually break backward compat as much as the version suggests, since the version is bumped due to some compat issue with jupyterlab.
The text was updated successfully, but these errors were encountered: