I have just started learning Plotly and it shows graph and chart correctly in Jupyter Notebook. But when I run the same script .py in text editor or from cmd it open a window in browser but then it shows
Unable to Connect Firefox can’t establish a connection to the server at 127.0.0.1:5875. and did not shows an chart or graph.
Anyone has idea how to do this? Basically I want to show data from csv in Web Browser.
%runin front of your script name to run it from within the Jupyter notebook, does that show your plot?.pyextension it runs without error but nothing shows in browser.