jupyter-widgets / jupyterlab-sidecar

A sidecar output widget for JupyterLab
BSD 3-Clause "New" or "Revised" License
247 stars 39 forks source link

Testing if a Sidecar tab is still open #27

Open PhillipDowney opened 4 years ago

PhillipDowney commented 4 years ago

How do I test to see if a sidecar is still open and has not been closed by a user ?

currently I close the side car and reopen it in my code, because if you manually close the side car the open() method does nothing. There does not seem to be any variables I can access to indicate status.