File size: 886 Bytes
56d7445
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Aladin
emoji: 🛸
colorFrom: gray
colorTo: green
sdk: docker
pinned: false
license: mit
---

This project demonstrates **how to enable interactive sky visualization** in Python data apps by
combining [ipyaladin](https://github.com/cds-astro/ipyaladin) and [Panel](https://panel.holoviz.org/index.html).

The [examples](examples) are resembling the examples at [ipyaladin/examples](https://github.com/cds-astro/ipyaladin/tree/master/examples).

Created by [awesome-panel](https://awesome-panel.org).

## Install

```bash
pip install -r requirements_dev.txt
```

## Serve

```bash
panel serve examples/*.py --dev --static-dirs thumbnails=./thumbnails
```

## Ruff

```bash
ruff format
ruff check --fix;
```

## Known Issues

- [CORS](https://github.com/cds-astro/ipyaladin/issues/118)
- [jslinking](https://github.com/bokeh/ipywidgets_bokeh/issues/39#issuecomment-2365192366)