Skip to content

Latest commit

 

History

History

fractals

Fractals

Very introduction into fractals.

Installation

virtualenv -p /usr/bin/python3 venv
./venv/bin/pip install -r requirements.txt

Code

  • Python files you can run with ./venv/bin/python FILE
  • Jupyter notebooks you can run by starting the Jupyter notebook server with ./venv/bin/jupyter-notebook

Mandelbrot set

Julia set