Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 831 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 831 Bytes

Bifurcation diagrams in Python

Following the online course "Introduction to Dynamical Systems and Chaos" from Santa Fe Institute, I decided to attempt my own implementation of bifurcation diagrams.

Below the instructions on how to setup and run the project. If you're only interested in the results, just open Bifurcation diagram.html.

Pre-requisite

Tested on OsX:

Setup

Run

From you terminal, cd into the project folder then run Jupyter notebook:

cd project_folder
jupyter notebook

A browser window will open. Select "Bifurcation diagram.ipynb" to run the notebook.

Preview

Notebeook preview