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

Add callback after compute initialized in interactive editors #1818

Closed
brollb opened this issue Jul 29, 2020 · 0 comments
Closed

Add callback after compute initialized in interactive editors #1818

brollb opened this issue Jul 29, 2020 · 0 comments

Comments

@brollb
Copy link
Contributor

brollb commented Jul 29, 2020

In most cases, this is likely not required as the compute "shield" will ensure the user does not interact with the UI until after the compute is successfully initialized. However, when developing an interactive editor, it can be helpful to try to run some python code without the UI when the compute is initialized. That is, it can be helpful when testing the code run on the interactive compute without having to interact with the UI first. In this case, it would be useful to have some callback like onComputeInitialized.

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

No branches or pull requests

1 participant