This combines the Scipy Notebook with common packages that I use in geosciences.
- Everything in Scipy Notebook
- Shapely, Fiona, rasterio, GeoPandas, pyproj, fatiando, mplstereonet, spectral-python, PyTorch
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.
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
- implement Mayavi for 3D visualizations