robotics icon indicating copy to clipboard operation
robotics copied to clipboard

render plotly interactively

Open dellaert opened this issue 3 years ago • 0 comments

png works, but is not interactive. I know plotly can work with

import plotly.io as pio
pio.renderers.default = "notebook"

but I suspect some version issue with our environment.yml. Needs to be figured out by checking our dependencies one by one I think.

dellaert avatar Jan 09 '22 00:01 dellaert