Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 377 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 377 Bytes

Quick Visualization App for JuliaSet

This small app is built on top of streamlit to provide a interactive view of standard Julia set.

demo

How to run

  • clone the repo and make a virtual environment for it.
  • install the dependencies (both pip and conda should work).
  • navigate to the repo folder, and run
streamlit run juliasetApp.py