Windows
How to run Python Dash Plotly App on Windows
- Download the latest version of Apache from the Official website
- Unzip the download
- Save Apache24 on your C: drive
- Open the conf folder and edit httpd file
- In httpd file around the middle enter in your ServerAdmin (email) and ServerName (your website)
- Save
On your C: Command prompt
- Change directory to Apache24 i.e. cd.. till you get C:\
- cd Apache24
- cd bin
- httpd.exe
- Test if your Development Server is up and running by typing localhost or 127.0.0.1 on the URL

Now you can run your Python Dash Plotly App
This can only run on your development server
Read more on how to setup a Development Server
You must be logged in to post a comment.