Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 30, 2020
1 parent 3a53de3 commit fca3a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ phase_diagram_3d(pops, xmin=-1, xmax=1, ymin=-1, ymax=1, zmin=-1, zmax=1, alpha=

Animate the 3D phase diagram of the logistic map [to reveal](examples/pynamical-demo-3d-animation.ipynb) the strange attractor's structure:

![](examples/images/phase-animate/05-logistic-3d-phase-diagram-chaotic-regime.gif)
![](examples/images/readme/phase-animate/05-logistic-3d-phase-diagram-chaotic-regime.gif)

Animate a cobweb plot of the logistic map's parameter space [to explore](examples/pynamical-demo-cobweb-plots.ipynb) sensitivity and behavior:

![](examples/images/animated-logistic-cobweb.gif)
![](examples/images/readme/animated-logistic-cobweb.gif)

Or define your [own model](https://github.com/gboeing/pynamical/blob/master/examples/pynamical-demo-other-models.ipynb) and simulate it with pynamical.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gboeing/pynamical/master?urlpath=lab)

You can run these example notebooks interactively online with [Binder](https://mybinder.org/v2/gh/gboeing/pynamical/master?urlpath=lab) or locally with the official pynamical [docker image](https://hub.docker.com/r/gboeing/pynamical).
You can run these example notebooks interactively online with [Binder](https://mybinder.org/v2/gh/gboeing/pynamical/master?urlpath=lab) or locally with the official pynamical [Docker image](https://hub.docker.com/r/gboeing/pynamical).
4 changes: 1 addition & 3 deletions tests/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ dependencies:
- pandas

# extras
- folium
- scikit-learn
- scipy
- jupyterlab

# linting/testing
- black
Expand Down

0 comments on commit fca3a9e

Please sign in to comment.