web interface to plot time-series excel/csv files
- Clone the repo
$ git clone https://github.com/sathishk0230/plotter.git
$ cd plotter
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Run the development server:
$ python app.py
- Navigate to http://localhost:8050