Is there a way to generate and display Plotly graphs in Workshop?

We would like to generate and display plotly graphs in workshop. At the moment we have a Jupyter Notebook that creates these graphs. But we would like to generate them dynamically (and display them) in workshop when an action is taken by the user.

An example and explanation of how we could achieve it would be great!

Thanks

Unfortunately not as of today. What you can do instead is display a similar looking graph via the Slate app or Quiver app in Foundry and use a widget such as the iFrame widget or Quiver Dashboard widget to display these apps in your Workshop module.

Great, thanks. I will give that a go!

@fefthymiou you might try Vega/Vega-lite plots it Quiver as an alternative that offer much of the expressability of plotly.

The AIP configuration can help get you stated with Vega syntax!

5 Likes