Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traitlets #728

Open
bnmajor opened this issue Dec 31, 2023 · 0 comments
Open

Traitlets #728

bnmajor opened this issue Dec 31, 2023 · 0 comments

Comments

@bnmajor
Copy link
Collaborator

bnmajor commented Dec 31, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant