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
After downloading the git repository you can install the software either with pip or poetry.
12
-
We recomment setting it up in a seperate pyhon virtual environment.
20
+
We recommend setting it up in a separate python virtual environment.
13
21
14
22
```shell
15
23
pip install survey_dashboard
@@ -20,26 +28,27 @@ or
20
28
poetry install .
21
29
```
22
30
23
-
24
31
## Usage
25
32
26
33
After installation you can start the app, i.e the panel server/bokeh server.
27
34
```shell
28
35
panel serve --port 50006 survey_dashboard/
29
36
```
30
-
If you have given the dashboard a specific layout like the layout specific to HMC, which is on the hmc_specific branch, you might have to
37
+
If you have given the dashboard a specific layout like the layout specific to HMC, which is on the hmc_specific branch, you might have to link to to a specific template.
* Navigate to `http://localhost:50006/` in your browser.
36
43
37
44
38
-
## Development
45
+
## Deployment
39
46
40
47
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)
41
48
42
-
Do steps under `usage` above, but for a public exposed URL.
49
+
Do steps under `usage` above, but for a public exposed URL, or what ever is used for deployment.
50
+
The Language verison of the dashboard can be set with the environment variable: 'L
0 commit comments