Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ and to install into a particular conda environment with [`mamba`](https://mamba.
mamba install --channel conda-forge jupytergis
```

#### With Docker

```bash
docker run -p 8888:8888 ghcr.io/geojupyter/jupytergis:latest
```

Replace `latest` with a specific version number if you prefer.
Docker build source is at <https://github.com/geojupyter/jupytergis-docker>.

## Documentation

https://geojupyter.github.io/jupytergis
Expand Down
6 changes: 6 additions & 0 deletions docs/user_guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ Alternatively, you can install JupyterGIS with ``pip``
.. code-block:: bash

pip install jupytergis

Or you can run JupyterGIS from a Docker image:

.. code-block:: bash

docker run -p 8888:8888 ghcr.io/geojupyter/jupytergis:latest
Loading