FigureWidget performance problem on Jupyterhub #5143
Labels
bug
something broken
P1
needed for current cycle
performance
something is slow
regression
this used to work
When I use
FigureWidget
in v6.0.0 and v6.0.1 in Jupyterhub, even a very simple figure takes about 10 seconds to appear. This is particularly frustrating because it's the default renderer, so for example I see this if I just enterand execute the cell. In v5.24.1 the graph appears in about 1 sec. I'm currently in Africa, using a Jupyterhub instance on AWS in us-west-2, so at first I thought the distance may have contributed but a user in Montreal ( @cardinalgeo ) accessing the same instance reports about the same delay. My workaround, in cases where I don't need
FigureWidget
capabilities, is to change the default renderer:Local Jupyterlab - run either directly in a terminal or via docker - shows no noticeable delay using
FigureWidget
.The text was updated successfully, but these errors were encountered: