Is auto_refresh=True
supported in Jupyter notebooks?
#2519
Unanswered
akihironitta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs state that progress is supported only with
auto_refresh=False
in jupyter notebooks:However, I confirmed that both
auto_refresh=True|False
work in a notebook environment using #2432's code. Is there anything I'm missing? Isauto_refresh=True
really supported in Jupyter notebooks?Background
Since it turned out that progress bars with
auto_refresh=False
are slow in our integration as discussed in #2432, I'm considering switchingauto_refresh
fromFalse
toTrue
.Beta Was this translation helpful? Give feedback.
All reactions