--- 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)