Setting up the environment
Learn to clone and set up a Dash project locally.
We'll cover the following...
With the fast pace of change in all the packages used in the course, you’ll most likely come across some differences in functionality. So, in order to reproduce the exact outcomes described in the course, you can clone the course’s repository, install the packages used (in the specified versions), and use the included dataset.
From the command line, go to a folder in which you want to build the project and do the following:
-
Create a Python virtual environment in a folder called
dash_project
(or any other name you want). This will also create a new folder with the ...