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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
I have the following usecase: I would like to have a jupyter notebook in jupyterlab where I do some computations (say, on images), then create a dash app to process my data, and then retrieve (back) the value of some component properties (for example an image generated by a segmentation made from users annotations), so that I can continue the computations in the notebook. Is this possible at the moment?
I'm happy to give more explanations or provide a notebook with some mock-up code if it's clearer.