https://github.com/geoadmin/doc-jupyter-api
a jupyter equivalent to the REST api documentation with examples and the possibility to manipulate parameters
https://github.com/geoadmin/doc-jupyter-api
Last synced: 4 days ago
JSON representation
a jupyter equivalent to the REST api documentation with examples and the possibility to manipulate parameters
- Host: GitHub
- URL: https://github.com/geoadmin/doc-jupyter-api
- Owner: geoadmin
- Created: 2019-12-09T15:22:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T21:25:50.000Z (over 1 year ago)
- Last Synced: 2025-02-28T19:43:03.027Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.69 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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.