You can use matplotlib library, encode the image in base64 and then show it in your html
I found this snippet of code works the same way with the way I usually do it. https://stackoverflow.com/questions/52368870/display-matplotlib-image-on-html-page-using-django If you are interested in a dynamic charts, you need to use JS library such as leaflet or D3.js On Monday, March 15, 2021 at 11:50:18 AM UTC+7 [email protected] wrote: > Hi..How to build a dashboard using django and python libraries for > creating visualisations?. Please let me know .Thanks in advance! > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d76e7c6b-f9b2-4988-b27c-2e399cb2f072n%40googlegroups.com.

