Some other python libraries that might be useful
- pyqtgraph. Already mentioned by d08 in another thread.
- finplot. built on top of pyqtgraph for financial plotting
I have played with this one. The code is little bit messy.
Other than that, very few issues, quite reliable and stable.
- curio, by David Beazley. An alternative to asyncio and
asynchronous networking
finplot seems to be a great package. pity that it does not work in Jupyter Lab. As this far, all my work are done in jupyter lab. For charting, I copied some code from backtesting.py for auto-scale(JavaScript which I do not know) and use bokeh together to plot a candlestick chart.