New blog post on creating live charts in Excel with Python
https://lnkd.in/eJJeYjD6
In this post I explain how to
- Fetch live, real time (streaming), crypto prices in Excel
- Create a live plot that updates as new prices tick in
Getting the prices is done using the Python websockets API and a PyXLL RTD (Real Time Data) worksheet function.
The live updating chart uses HoloViews and Panel, and the Panel is embedded in Excel using PyXLL.
It's a nice simple example, but being able to integrate live elements like this into Excel opens up so many possibilities and I'm super-excited to see what PyXLL clients do with it!
https://lnkd.in/eJJeYjD6
#pyxll #python #msexcel #holoviews #panel #crypto #bitmex #websockets #dataviz