KrOstir / jupyter-geo

Jupyter Notebook for Geospatial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Notebook Geospatial

Jupyter notebook with support for geospatial analyses. Everything that gives Jupyter Notebook Scientific Python Stack and more:

Basic Use

The following command starts a container with the Jupyter Notebook server listening for HTTP connections on port 8888 with a randomly generated authentication token configured. The current folder is mapped to the Docker and available as ./work.

docker run --rm -p 8888:8888 -v $PWD/:/home/jovyan/work krostir/jupyter-geo

Take note of the authentication token included in the notebook startup log messages. Include it in the URL you visit to access the Notebook server or enter it in the Notebook login form.

To start Jupyter in Lab mode, use

docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v $PWD/:/home/jovyan/work krostir/jupyter-geo

For all other options see jupyter/docker-stacks.

About

Jupyter Notebook for Geospatial


Languages

Language:Dockerfile 100.0%