This repository was archived by the owner on Sep 1, 2022. It is now read-only.
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Address ipywidgets timing issue for envs with jupyter-js-services too #332
Closed
Description
#322 added a check to protect against a timing issue in notebook server. That check breaks in dashboard server (jupyter/dashboards_server#193) because the nested object hierarchy isn't the same. The logic needs to cater to both the classic notebook environment and one with services-shim for jupyter-js-services.
model.comm.jsServicesComm.isDisposed
seems like the right goods.