Greetings,
I am generating the data for a graph within a python program, and ultimately creating a graph by calling the “.plot” method of the plotly class.
After the call, the newly generated graph is displayed in a browser window.
I am wondering if there’s any way within the python program to get the exact URL of the newly created graph so that I could save it automatically?
Best Regards,
Adam