Skip to content

Commit 102fae9

Browse files
authored
Merge pull request #3 from climateintelligence/enable-binder
added binder config
2 parents 2163076 + ba7895e commit 102fae9

File tree

4 files changed

+42
-28
lines changed

4 files changed

+42
-28
lines changed

.binder/postBuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
# Post build script for Binder
3+
4+
# Install any additional dependencies
5+
#pip install ipywidgets
6+

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,39 @@ Descriptions of the CLINT Climate Resilience Application packages prototypes dev
33

44
[![nbviewer](https://img.shields.io/badge/jupyter-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/climateintelligence/CLINT-tutorials/tree/main/notebooks/)
55

6+
7+
## Notebooks for CLINT demo
8+
9+
The notebooks demostrate how you can acces the CLINT WPS services using Python with the OWSLib library.
10+
11+
Try the following notebooks:
12+
* duck
13+
* hawk
14+
15+
You can also run the CLINT WPS service using the Phoenix web-app:
16+
https://clint.dkrz.de/
17+
18+
The demo contains also a notebook (peafowl) to display netcdf files using the OGC WMS mapping service.
19+
20+
## Prepare
21+
22+
Create conda environment:
23+
```
24+
mamba env create
25+
26+
conda activate clint-demo
27+
```
28+
29+
## Run Notebooks with jupyter lab
30+
31+
Start Jupyer Lab:
32+
```
33+
jupyter lab
34+
```
35+
36+
## Launch on Binder
37+
38+
Click the badge below to launch the notebooks on Binder:
39+
40+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/climateintelligence/CLINT-tutorials/HEAD)
41+
File renamed without changes.

notebooks/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)