CoolFace
Apppublic

awesome-panel/mandelbrot

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
App README

This project demonstrates how to create a Mandelbrot application with HoloViz Panel.

Created by awesome-panel.

Install

bash
pip install -r requirements_dev.txt

Serve

bash
panel serve app.py --dev

Ruff

bash
ruff format
ruff check --fix;

Known Issues