I want to use the code below to get a window to show 3D topography.
app = TopoViz3d(out_ds, canvas_height=600, time_dim="time")
app.show()
The window is open, but one of the planes shows the error "Click to show javascript error". I got the error information after I clicked. I have a screenshot attached below. I am sure that the code could run successfully.
could you tell me what happened? Thanks a lot!
