You need Docker. First fetch the image with
$ docker pull colomoto/colomoto-docker-base:TAG
where TAG
is the version of the image, among colomoto/colomoto-docker-base tags.
The image can be ran using
$ docker run -it --rm -p 8888:8888 colomoto/colomoto-docker-base:TAG
then, open your browser and go to http://localhost:8888 for the Jupyter notebook web interface
(note: when using Docker Toolbox, replace localhost with the result of
docker-machine ip default
command).
This image provides a base system for the CoLoMoTo docker image.
It contains a conda installation with the Jupyter notebook, the Pandas data analysis library, and a Java runtime.