Found this super powerful graphing tool by chance. It satisfies a few key demands:
- It builds interative beautiful plots.
- It can output as html or embeddable html code.
- It also offer a online mode to view plots through a dashboard and to embed plots through its api, if data safety is not a big concern.
Ref:
Below are some small example usage…
I. juhpyter notebook inline
1 | import plotly |
II. output as html
1 | import plotly |
III. aquire embeddable html code
*for example page, check “Plotly: show page.html”
*to embed, must include .js link in the head of the html
1 | import plotly |