You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dashboard build with bokeh to provide interative data visualization and exploration of survey results.
1
+
# Survey dashboard
2
+
3
+
A dashboard to display survey data in an interactive way.
4
+
5
+
## Overview
6
+
7
+
A dashboard using bokeh sever, developed to display data from HMC surveys in an interactive explorer way.
8
+
9
+
## Installation
10
+
11
+
12
+
## Usage
13
+
14
+
15
+
* Navigate to `http://localhost:8000/` in your browser.
16
+
17
+
18
+
## Development
19
+
20
+
To embed the dashboard into any website, first you have to host a bokeh server with this application somewhere and then you can embed it with bokehs `sever_document` function [see](https://docs.bokeh.org/en/latest/docs/user_guide/embed.html#app-documents)
21
+
22
+
Do steps under `usage` above, but for a public exposed URL.
23
+
24
+
Add the code from 'script' to you website:
25
+
26
+
```python
27
+
from bokeh.embed import server_document
28
+
script = server_document("url_to_running_server")
29
+
script
30
+
```
31
+
32
+
## Copyright and Licence
33
+
34
+
See [LICENSE](./LICENSE).
35
+
36
+
### Main used libraries and dependencies
37
+
38
+
The following libraries are used directly (i.e. not only transitively) in this project:
#xs = [[f'1 pli bla blub {i}' for i in x], [f'2 pli bla blub {i}' for i in x], [f'3 pli bla blub {i}' for i in x], [f'4 pli bla blub {i}' for i in x], [f'5 pli bla blub {i}' for i in x]]
#xlabels = [[f'1 pli bla blub {i}' for i in x], [f'2 pli bla blub {i}' for i in x], [f'3 pli bla blub {i}' for i in x], [f'4 pli bla blub {i}' for i in x], [f'5 pli bla blub {i}' for i in x]]
19
+
#ys = [[random.randint(0, 1200) for i in x], [random.randint(0, 1200) for i in x], [random.randint(0, 1200) for i in x],[random.randint(0, 1200) for i in x], [random.randint(0, 1200) for i in x]]
0 commit comments