'How do I continuously update the graph using Plotly in the same URL without re-running the code?
I am writing a Python script that simply displays the fluctuations in Profit and Loss of my trading account.
Currently I'm running a loop in which a list with my PnL statement gets updated every second.
I want to plot the graph using Plotly such that it auto updates the graph in the same URL as and when the list updates.
Any help would be appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
