A simple app to generate plotly graphs from excel data and python scripts with configuration capabilities.
- Python 3.2+
- Nodejs
- Clone respository
- Open up 2 terminals
- In the first terminal navigate to the backend folder.
- Run
npm install
- After this run the command
npm start
and leave this terminal open in the background. - In the second terminal navigate to the frontend folder, if you don't have angular installed run the following command:
npm install -g @angular/cli
- Run
npm install
- Run
ng serve --open
- Currently excel-python bindings only have CRD functionality (no update), ideally there should also be an update option available.
- Angular application should be exported to a production environment to avoid having to install locally.