Created
November 3, 2017 11:24
-
-
Save fedden/b2b36834ae7c29836678a286252aadfe to your computer and use it in GitHub Desktop.
Dash install
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
| pip install dash # The core dash backend | |
| pip install dash-renderer # The dash front-end | |
| pip install dash-html-components # HTML components | |
| pip install dash-core-components # Supercharged components | |
| pip install plotly --upgrade # Latest Plotly graphing library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment