a jupyter equivalent to the REST api documentation with examples and the possibility to manipulate parameters | Read-only mirror of https://github.com/geoadmin/doc-jupyter-api — Bundesamt für Landestopografie swisstopo. Issues & pull requests at the source.
  • Jupyter Notebook 83.4%
  • Dockerfile 16.3%
  • Shell 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Christoph Böcklin fc347df02e
Merge pull request #5 from geoadmin/dependabot/pip/jupyterlab-3.6.8
Bump jupyterlab from 1.2.21 to 3.6.8
2024-09-19 23:25:45 +02:00
notebooks can now use saved notebooks (with root though, which is not ideal) 2019-12-13 12:38:09 +00:00
.gitignore first commit 2019-12-09 14:38:34 +01:00
docker-compose.yml can now use saved notebooks (with root though, which is not ideal) 2019-12-13 12:38:09 +00:00
Dockerfile can now use saved notebooks (with root though, which is not ideal) 2019-12-13 12:38:09 +00:00
entrypoint.sh we should create a dockerhub for this one too 2019-12-11 11:10:17 +00:00
environment.yml first commit 2019-12-09 14:38:34 +01:00
README.md first commit 2019-12-09 14:38:34 +01:00
requirements.txt Bump jupyterlab from 1.2.21 to 3.6.8 2024-09-19 21:25:15 +00:00

#app-teaching

1. Principle of the application

This is a jupyter notebook application meant to help teach the usage of the swisstopo API.

2. Installation

2.1 using docker

It is the simplest way. You can do it with a docker pull command, followed by a docker-compose command.

docker pull swisstopo/app-teaching:stable
docker-compose up -d [ARGS]

2.2 make

A makefile is offered with two possible commands

make run-docker
make run-env

Which respectively allow you to

2.3 manually

3. Usage

4.