Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcapes/training-course-feedback
Process training course feedback
https://github.com/gcapes/training-course-feedback
Last synced: 10 days ago
JSON representation
Process training course feedback
- Host: GitHub
- URL: https://github.com/gcapes/training-course-feedback
- Owner: gcapes
- Created: 2017-01-27T16:09:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T15:22:32.000Z (over 2 years ago)
- Last Synced: 2023-10-09T16:53:23.620Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://share.streamlit.io/gcapes/training-course-feedback/deployed-app/streamlit_plots.py
- Size: 291 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Set up
Enable the spreadsheet to be accessible,
and download a credentials.json file:
https://developers.google.com/sheets/api/quickstart/pythonThen download the spreadsheet as a csv using `download_feedback.py`.
There is a notebook for attendance, and a streamlit app `streamlit_plots.py`
for ratings and VCS usage.The streamlit app can be run using `streamlit run streamlit_plots.py` --
this also work in pycharm: https://discuss.streamlit.io/t/version-1-5-0/21455/11