An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](screenshot.png)
# 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`