aladin / README.md
MarcSkovMadsen's picture
commit message
56d7445
|
raw
history blame
No virus
886 Bytes
metadata
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 and Panel.

The examples are resembling the examples at ipyaladin/examples.

Created by awesome-panel.

Install

pip install -r requirements_dev.txt

Serve

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

Ruff

ruff format
ruff check --fix;

Known Issues