Spaces:
Sleeping
Sleeping
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;