Skip to content

brunorpinho/docker-geoscience-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages