We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try running examples/python/notebook/cube.ipynb and turn on the performance metrics, and you'll see:
examples/python/notebook/cube.ipynb
(see top left corner)
When "Play" hits the end it should probably stop, or at least we shouldn't be calling request_repaint unless there are new log events arriving.
request_repaint
The text was updated successfully, but these errors were encountered:
The fix should be the same as for #2077
Sorry, something went wrong.
This regression happened in a recent refactor of re_viewer, where the request_repaint was moved
The fix for this regressed other behavior. See: #2103
Fix for the regression: #2106
Successfully merging a pull request may close this issue.
Try running
examples/python/notebook/cube.ipynb
and turn on the performance metrics, and you'll see:(see top left corner)
When "Play" hits the end it should probably stop, or at least we shouldn't be calling
request_repaint
unless there are new log events arriving.The text was updated successfully, but these errors were encountered: