-
Notifications
You must be signed in to change notification settings - Fork 2
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
Jupyter cells need a "i'm calculating" indicator #84
Comments
Can we copy this indicator from sphinx-thebe (or something similar) and implement in our ckeditor plugin? That would solve this. |
I think this is solved by the ckeditor binder plugin status field changes? |
One issue is giving more feedback on the initial connection to binder, which I think we now have. But the second issue is getting feedback when you run an individual cell. We should clarify more these two needs. I think for the second one we may need improvements to thebe. |
Is this solved by jupyter-book/thebe#424? It sounds like this is what we were looking for. |
Yes, we just need to make a new thebe release. |
A spinner is now default in thebe 0.8.0. See jupyter-book/thebe#424, closing. |
When a user executes a cell it may take some time to complete or even never complete. We need a way for them to know that the calculation is occuring. And thus a "stop" button is likely needed too.
The text was updated successfully, but these errors were encountered: