Skip to content

Commit 73d1de3

Browse files
committed
add jupyter dependency to CI, add automatic notebooks
1 parent 7652460 commit 73d1de3

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

.github/workflows/pr-check.yml

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515
- name: Check out repository
1616
uses: actions/checkout@v4
1717

18+
- name: Set up Python
19+
uses: actions/setup-python@v5
20+
with:
21+
python-version: '3.12'
22+
23+
- name: Install Python dependencies
24+
run: |
25+
pip install jupyter
26+
1827
- name: Set up Quarto
1928
uses: quarto-dev/quarto-actions/setup@v2
2029
with:

content/tutorials/get_started/fast_track_grass_and_R.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "Get started with GRASS & R: the rgrass package"
33
author: "Veronica Andreo"
44
date: 2024-03-29
55
date-modified: today
6-
format:
6+
format:
7+
ipynb: default
78
html:
89
toc: true
910
code-tools: true

content/tutorials/get_started/fast_track_grass_and_python.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author: "Veronica Andreo"
44
date: 2024-03-25
55
date-modified: today
66
format:
7+
ipynb: default
78
html:
89
toc: true
910
code-tools: true

content/tutorials/get_started/grass_gis_in_google_colab.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "Get started with GRASS in Google Colab"
33
author: "Veronica Andreo"
44
date: 2024-04-12
55
date-modified: today
6-
format:
6+
format:
7+
ipynb: default
78
html:
89
toc: true
910
code-tools: true

content/tutorials/good_looking_plots/good_looking_plots_in_grass.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ author: "Veronica Andreo"
44
date: 2024-04-25
55
date-modified: today
66
image: images/making_plots.png
7-
format:
7+
format:
8+
ipynb: default
89
html:
910
toc: true
1011
code-tools: true

content/tutorials/r_python_interfaces_comparison/quick_comparison_r_vs_python_grass_interfaces.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author: "Veronica Andreo"
44
date: 2024-04-01
55
date-modified: today
66
format:
7+
ipynb: default
78
html:
89
toc: true
910
code-tools: true

0 commit comments

Comments
 (0)