I work almost exclusively with Python. My ideal piping is shown below:
SQL> Python (pandas, numpy)> Plotly> Standalone HTML Reports
So, Python is used to handle SQL handling, and as soon as the visual compiles in my iPython Notebook, I would like to share stand-alone visuals through an attachment.
Possible? This is done in order to make any visual effects that I want to use for lighting and mobile devices. Thus, it should not bear when reading scripts or data and display only visual ones.
Bokeh allows you to create standalone HTML files, but Plotly will be an easier option for me.
source
share