File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- # Plot.ly Dash Flask Tutorial
1+ # Plotly Dash Flask Tutorial
22
33
44![ Python] ( https://img.shields.io/badge/Python-3.7-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a )
1212[ ![ GitHub Stars] ( https://img.shields.io/github/stars/toddbirchard/plotlydash-flask-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a )] ( https://github.com/toddbirchard/plotlydash-flask-tutorial/stargazers )
1313[ ![ GitHub Forks] ( https://img.shields.io/github/forks/toddbirchard/plotlydash-flask-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b )] ( https://github.com/toddbirchard/plotlydash-flask-tutorial/network )
1414
15+ ![ Plot Dash Tutorial] ( https://storage.googleapis.com/hackersandslackers-cdn/2018/12/Dash@2x.jpg )
1516
1617Source code for the accompanying tutorial found here: https://hackersandslackers.com/gaining-full-control-over-plotly-dash/
18+
19+ ## Getting Started
20+
21+ Installation is recommended with [ Pipenv] ( https://pipenv-fork.readthedocs.io/en/latest/ ) :
22+
23+ ``` shell
24+ $ git clone https://github.com/toddbirchard/plotlydash-flask-tutorial.git
25+ $ cd plotlydash-flask-tutorial
26+ $ pipenv shell
27+ $ pipenv update
28+ $ flask run
29+ ```
You can’t perform that action at this time.
0 commit comments