I would like to see Plotly's HTML output in the PyCharm IDE. It currently says:
Process finished with exit code 0
for the output. However, I receive a graphical result in Jupyter
To see the Plotly html output use the offline feature. For example, like this:
plotly.offline.plot(*yourplotname*, filename='file.html')
Run the code in pycharm and it will save the .html file locally in your work folder and open the .html in your browser to view.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With