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
It would be nice to add traitlets support but we are currently unable to do so because of the limitations around the asynchronous network requests and our current CellWatcher class implementation. Our current solution first returns a Future before that future is updated with the result. This presents a problem because traitlets expect the specified return type so when the Future is initially returned an error is raised.
If an improved solution for fetching async network requests can be found in the future it would be great to add traitlets support back in.
The text was updated successfully, but these errors were encountered:
It would be nice to add traitlets support but we are currently unable to do so because of the limitations around the asynchronous network requests and our current
CellWatcher
class implementation. Our current solution first returns aFuture
before that future is updated with the result. This presents a problem because traitlets expect the specified return type so when the Future is initially returned an error is raised.If an improved solution for fetching async network requests can be found in the future it would be great to add traitlets support back in.
The text was updated successfully, but these errors were encountered: