Re: Python libraries for visualisations

2021-03-17 Thread Stephen Lalor
I do a tonne of data visualization and would recommend checking out Plotly . Looks really good and easy to create fairly complex graphics with. On Monday, March 15, 2021 at 4:50:18 AM UTC geethanj...@gmail.com wrote: > Hi..How to build a dashboard using django and py

Sending Websocket Data in View Not Working (Django Channels)

2021-03-17 Thread Stephen Lalor
Hi, I have what I think is an interesting problem: - Sending data to websocket in console works. - Sending data to websocket within view does not. I detailed what's happening on SO . I'd love to kno