This small app is built on top of streamlit
to provide a interactive view
of standard Julia set.
- clone the repo and make a virtual environment for it.
- install the dependencies (both
pip
andconda
should work). - navigate to the repo folder, and run
streamlit run juliasetApp.py