https://github.com/joekakone/dashboard-for-rh
Dashboard for RH
https://github.com/joekakone/dashboard-for-rh
bokeh dashboard python
Last synced: 3 months ago
JSON representation
Dashboard for RH
- Host: GitHub
- URL: https://github.com/joekakone/dashboard-for-rh
- Owner: joekakone
- Created: 2020-10-08T16:40:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T17:05:57.000Z (over 4 years ago)
- Last Synced: 2025-01-14T04:42:24.194Z (5 months ago)
- Topics: bokeh, dashboard, python
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# RH Dashboard## Install a virtua lenvironment
`virtualenv -p /usr/bin/python3 env``source env/bin/activate`
`pip install -r requirements.txt`
## Launch
`bokeh serve --show dashboard`