This python package lets you explore fractals defined on the complex number plane. Therefore, it packages a bokeh app and some Jupyter notebooks, that can be run with docker compose.
- Working docker installation.
-
Clone or download the
slfractalsrepository -
Run the fractal visualization app and a Jupyter server to explore the notebooks by entering in a terminal in the local project folder
docker compose up
-
Access the
bokehapp in your web browser at http://localhost:5006/fractal_app -
Access the Jupyter server and the notebooks in your web browser at http://localhost:8888/tree?token=mandelbr0t
-
Run
docker compose down
to shut down the app and notebook server and clean up all containers.
For development, you can also run a development container in VSCode, based on the settings in .devcontainer.
