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
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: