/docker-geoscience-notebook

Jupyter Notebook GeoScientific Python Stack - Dockerfile

Primary LanguagePythonMIT LicenseMIT

Jupyter Notebook GeoScientific Python Stack

This combines the Scipy Notebook with common packages that I use in geosciences.

What it Gives You

Python 2 and Python 3

The latest version of the Scipy Notebook dropped Python 2.

While some geoscientific modules are still only available in Python 2 I'm using a previous tag of Scipy Notebook with Python2 and Python3 environment configured.

Usage

Pull the image:

docker pull brunorpinho/geoscience-notebook

Run the image:

docker run -it --rm -p 8888:8888 -v {add/a/local/folder/without/brackets}:/home/jovyan/work brunorpinho/geoscience-notebook:latest

TODO

  • implement Mayavi for 3D visualizations