Pynamical is a Python package for modeling, simulating, visualizing, and animating discrete nonlinear dynamical systems and chaos.
Citation info: Boeing, G. 2016. "Visual Analysis of Nonlinear Dynamical Systems: Chaos, Fractals, Self-Similarity and the Limits of Prediction." Systems, 4 (4), 37. doi:10.3390/systems4040037.
Links for more information:
On Windows open a command prompt, change directory to location of notebook file, and run:
docker run --rm -it --name pynamical -p 8888:8888 -v %cd%:/home/jovyan/work gboeing/pynamical
On Mac/Linux open a terminal window, change directory to location of notebook file, and run:
docker run --rm -it --name pynamical -p 8888:8888 -v "$PWD":/home/jovyan/work gboeing/pynamical
Once the container is running as described above, open your computer's web browser and visit http://localhost:8888.
On Windows:
docker run --rm -it -u 0 --name pynamical -v %cd%:/home/jovyan/work gboeing/pynamical /bin/bash
On Mac/Linux:
docker run --rm -it -u 0 --name pynamical -v "$PWD":/home/jovyan/work gboeing/pynamical /bin/bash
Content type
Image
Digest
sha256:b75c48013…
Size
993.6 MB
Last updated
over 1 year ago
docker pull gboeing/pynamical