MarcSkovMadsen commited on
Commit
23322c1
1 Parent(s): 4ece8a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -1,11 +1,24 @@
1
  ---
2
- title: Crossfiltering Holoviews
3
- emoji: 😻
4
- colorFrom: green
5
- colorTo: green
6
  sdk: static
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Crossfiltering HoloViews
3
+ emoji: 🕷️
4
+ colorFrom: red
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
+ See [crossfiltering_holoviews](https://awesome-panel.org/resources/crossfiltering_holoviews/) by [awesome-panel.org](https://awesome-panel.org) for more info.
12
+
13
+ ## Serve
14
+
15
+ ```python
16
+ panel serve *.py --autoreload
17
+ ```
18
+
19
+ ## Build
20
+
21
+ ```bash
22
+ yes | cp crossfiltering_holoviews_bokeh.py index.py
23
+ panel convert *.py --to pyodide-worker
24
+ ```