Last active
October 13, 2020 16:21
-
-
Save phillipsj/4acba351e80aec543eeb4692a833c33c to your computer and use it in GitHub Desktop.
Executing the dash python app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python app.py | |
Dash is running on http://127.0.0.1:8050/ | |
* Serving Flask app "app" (lazy loading) | |
* Environment: production | |
WARNING: This is a development server. Do not use it in a production deployment. | |
Use a production WSGI server instead. | |
* Debug mode: on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment