nteract / outputs

A collection of React components for displaying rich Jupyter display objects
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Support for Plotly FigureWidget #5

Open josujugo opened 4 years ago

josujugo commented 4 years ago

Hi: nteract tools for interaction are getting better. Plotly is also supported. However, FigureWidget is not supported. I think that this is very interesting for nteract.

Thanks for your great work

captainsafia commented 4 years ago

Hello @josujugo! Do you have a sample of a notebook with a Plotly FigureWidget that can be used for testing/validation?

josujugo commented 4 years ago

Hi, @captainsafia! For testing purposes, the attached notebook can be used. It's a version of a typical example.

test_plotly.ipynb.zip

captainsafia commented 4 years ago

Moving this to the outputs repo where transforms live now.