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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,19 @@ poetry install .
30
30
31
31
## Usage
32
32
33
+
33
34
After installation you can start the app, i.e the panel server/bokeh server.
34
35
```shell
35
36
panel serve --port 50006 survey_dashboard/
36
37
```
37
38
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.
43
45
44
-
45
46
## Deployment
46
47
47
48
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)
0 commit comments