File tree 6 files changed +19
-10
lines changed
6 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 69
69
python -m pip install nbstripout
70
70
render_sfinx_toc ./pythia
71
71
clean_nb ./notebooks ./pythia/notebooks
72
- cp -rf ./Makefile ./pythia/
73
72
cp -rf ./chapters/references.bib ./pythia/notebooks/
74
73
cp -rf --parents ./notebooks/images ./pythia
75
74
cp -rf --parents $(find notebooks -name "*.yml") ./pythia
Original file line number Diff line number Diff line change 52
52
env :
53
53
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
54
55
- # - name: Cache Binder Build on mybinder.org
56
- # uses: jupyterhub/repo2docker-action@master
57
- # with:
58
- # NO_PUSH: true
59
- # MYBINDERORG_TAG: ${{ github.event.ref }}
60
- # REPO2DOCKER_EXTRA_ARGS: --subdir notebooks
55
+ - name : Cache Binder Build on mybinder.org
56
+ uses : jupyterhub/repo2docker-action@master
57
+ with :
58
+ NO_PUSH : true
59
+ MYBINDERORG_TAG : ${{ github.event.ref }}
60
+ REPO2DOCKER_EXTRA_ARGS : --subdir notebooks
Original file line number Diff line number Diff line change 1
1
# Earth Observation Datascience
2
2
3
3
4
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/tuw-geo/eo-datascience/main )
5
+
4
6
This is a book on Earth Observation Datascience, consisting of common
5
7
workflows in Python at the Department of Geodesy and Geoinformation at
6
8
the TU Wien (Vienna Austria).
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: "Earth Observation Datascience"
3
3
format : gfm
4
4
---
5
5
6
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/tuw-geo/eo-datascience/main )
7
+
6
8
This is a book on Earth Observation Datascience, consisting of common workflows in Python at the Department of Geodesy and Geoinformation at the TU Wien (Vienna Austria).
7
9
8
10
The workflows comprise exercises that utilize remote sensing information, such as microwave backscattering from Sentinel-1 and visible range imagery from Sentinel-2.
Original file line number Diff line number Diff line change @@ -68,9 +68,10 @@ preview: $(CONDA_ENV)/envs/eo-datascience $(CONDA_ENV_DIR) $(KERNEL_DIR)
68
68
jupyter-book build ./_preview
69
69
70
70
clean :
71
- rm --force --recursive .ipynb_checkpoints/ ** /.ipynb_checkpoints/ _book/ \
72
- _freeze/ .quarto/ _preview/ ./pytest_cache ./** /** /** /.jupyter_cache \
73
- ./** /** /.jupyter_cache
71
+ rm --force --recursive ** /.ipynb_checkpoints ** /** /.ipynb_checkpoints \
72
+ ** /** /** /.ipynb_checkpoints ** /.jupyter_cache \
73
+ ** /** /.jupyter_cache ** /** /** /.jupyter_cache \
74
+ _book _freeze .quarto _preview ./pytest_cache
74
75
75
76
teardown :
76
77
conda remove -n eo-datascience --all -y
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ set -x
4
+
5
+ make kernel
You can’t perform that action at this time.
0 commit comments