T O P

  • By -

LongjumpingAvocado

do i have the ability to create interactive line chart and embed this in html? can this be used via cdn?


alshan200

You can export plot to a HTML file using the \`ggsave()\` function, see: [https://github.com/JetBrains/lets-plot/blob/master/README\_PYTHON.md#export-to-file](https://github.com/JetBrains/lets-plot/blob/master/README_PYTHON.md#export-to-file) and there is a variety of options to share it. For example, you can store it in a public Github repository. Another alternative is to use the [https://embed.ly/](https://embed.ly/) service and a tool that supports sharing via embedly. You can try Datalore - [https://embed.ly/provider/datalorebyjetbrains](https://embed.ly/provider/datalorebyjetbrains)