MarcSkovMadsen commited on
Commit
028a417
·
verified ·
1 Parent(s): b80a343

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -13
README.md CHANGED
@@ -1,17 +1,14 @@
1
  ---
2
- title: Aladin
3
- emoji: 🛸
4
- colorFrom: gray
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
- This project demonstrates **how to enable interactive sky visualization** in Python data apps by
12
- combining [ipyaladin](https://github.com/cds-astro/ipyaladin) and [Panel](https://panel.holoviz.org/index.html).
13
-
14
- The [examples](examples) are resembling the examples at [ipyaladin/examples](https://github.com/cds-astro/ipyaladin/tree/master/examples).
15
 
16
  Created by [awesome-panel](https://awesome-panel.org).
17
 
@@ -24,7 +21,7 @@ pip install -r requirements_dev.txt
24
  ## Serve
25
 
26
  ```bash
27
- panel serve examples/*.py --dev --static-dirs thumbnails=./thumbnails
28
  ```
29
 
30
  ## Ruff
@@ -33,8 +30,3 @@ panel serve examples/*.py --dev --static-dirs thumbnails=./thumbnails
33
  ruff format
34
  ruff check --fix;
35
  ```
36
-
37
- ## Known Issues
38
-
39
- - [CORS](https://github.com/cds-astro/ipyaladin/issues/118)
40
- - [jslinking](https://github.com/bokeh/ipywidgets_bokeh/issues/39#issuecomment-2365192366)
 
1
  ---
2
+ title: Mandelbrot
3
+ emoji: 🌀
4
+ colorFrom: purple
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
+ This project demonstrates **how to create a Mandelbrot application** with HoloViz Panel.
 
 
 
12
 
13
  Created by [awesome-panel](https://awesome-panel.org).
14
 
 
21
  ## Serve
22
 
23
  ```bash
24
+ panel serve app.py --dev
25
  ```
26
 
27
  ## Ruff
 
30
  ruff format
31
  ruff check --fix;
32
  ```