Skip to content

Private repo for preparation for yomari code camp 2019

Notifications You must be signed in to change notification settings

OSAC/Data-Visualization

Repository files navigation

Data-Visualization

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:

  1. If you have installed python anaconda then type following command in anaconda prompt:
conda install bokeh
  1. If you have installed python from official site then install dependency by:
pip3 install bokeh pandas numpy matplotlib jupyter

Running Flask app instructions

At first install flask using following scripts.

pip3 install flask

In order to run it locally,perform following intructions:

  1. clone this project
  2. cd into deploy directory using terminal
  3. type python3 app.py in terminal
  4. It shows localhost in terminal. Control click link and it opens in your default browser.

About

Private repo for preparation for yomari code camp 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published