Spaces:
Sleeping
Sleeping
File size: 507 Bytes
56d7445 028a417 56d7445 028a417 56d7445 028a417 56d7445 ffec32f |
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 |
---
title: Mandelbrot
emoji: 🌀
colorFrom: purple
colorTo: green
sdk: docker
pinned: false
license: mit
---
This project demonstrates **how to create a Mandelbrot application** with HoloViz Panel.
Created by [awesome-panel](https://awesome-panel.org).
## Install
```bash
pip install -r requirements_dev.txt
```
## Serve
```bash
panel serve app.py --dev
```
## Ruff
```bash
ruff format
ruff check --fix;
```
## Known Issues
- [ColorMap dark styling](https://github.com/holoviz/panel/issues/7360)
|