Sign inSign up

gboeing/pynamical

By gboeing

Updated over 1 year ago

Image
0

1.3K

gboeing/pynamical repository overview

Pynamical docker image

Overview

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:

Usage

Run the docker container

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
Run a Jupyter notebook

Once the container is running as described above, open your computer's web browser and visit http://localhost:8888.

To run bash in this container

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

Tag summary

Content type

Image

Digest

sha256:b75c48013

Size

993.6 MB

Last updated

over 1 year ago

docker pull gboeing/pynamical