Python Data Visualization Transcripts
Chapter: Dash
Lecture: Getting started

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Now I'll walk through how to get started with Dash installing dash is as simple as using python -m pip install dash if you want to use dash with the
0:10 jupyter notebook, you can also install the jupiter dash package. Once you create a dash file. In this example, I'm using app.py,
0:19 you can run it just by typing python app.py. You can also run it within the notebook, and once you do this behind the scenes,
0:27 Dash creates a flask aap and serves up a little web server with your interactive visualization.


Talk Python's Mastodon Michael Kennedy's Mastodon