Build a Python Dashboard with Matplotlib and Dash

preview_player
Показать описание
Learn to build an interactive app with matplotlib graphs, dropdowns and tables with Plotly Dash.

Github code:

Data set used:

Plotly Community Forum:

Video layout:
00:00 - Matplotlib Dash App
00:51 - Code and install libraries
02:22 - App layout
04:23 - Callback and incorporate Dropdown
05:31 - Build Matplotlib figure
06:35 - Display Matplotlib figure
08:10 - Build Plotly figure
Рекомендации по теме
Комментарии
Автор

Very useful, exactly what I'm searching for.
Thank you veeeery much!

dw
Автор

Thank you for all the videos. I've learned a lot. And your book is excellent too. I refer to it often.


My question involves Seaborn. I’ve made an R-style correlation matrix THAT DOES NOT REQUIRE INPUT. I’ve used your code from lines 67-71 (buf = BytesIO()…) in an attempt to send the fig to html.Img, but it doesn’t work. Any suggestions?


Thanks.

phillipnorris
Автор

Are there tutorials on how to create an instrumentation panel?

StrategicCIS
Автор

I got an error: Starting a Matplotlib GUI outside of the main thread will likely fail.

armaan_gohil
Автор

How do I export it out as a single HTML

rijusmitbiswas