This is the demo mini project to get familiar with bokeh library and flask app. After getting comfortable with these tools, we will create a new bigger project with many features, which can be submitted in competition.
In order to run above notebook, install python3.5 or above and make sure to install following dependecies:
- If you have installed python anaconda then type following command in anaconda prompt:
conda install bokeh
- If you have installed python from official site then install dependency by:
pip3 install bokeh pandas numpy matplotlib jupyter
At first install flask using following scripts.
pip3 install flask
In order to run it locally,perform following intructions:
- clone this project
- cd into deploy directory using terminal
- type
python3 app.py
in terminal - It shows localhost in terminal. Control click link and it opens in your default browser.