Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ author: "Caitlin Haedrich"
date: 2024-06-15
image: images/getting_started_grass_jupyternotebook.png
date-modified: today
lightbox: true
format:
html:
toc: true
Expand Down Expand Up @@ -44,7 +45,7 @@ following packages for install (switching from "Skip" to the version number):
* `python3-jupyterlab`
* `python3-ipywidgets`

![Install GRASS with OSGeo4W installer](images/osgeo4w_install_grass.png){width=60%}
![Install GRASS with OSGeo4W installer](images/osgeo4w_install_grass.png){.lightbox width=60%}

#### 3. Go make a cup of tea

Expand Down
3 changes: 2 additions & 1 deletion content/tutorials/get_started/fast_track.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Get started with GRASS GUI"
author: "Veronica Andreo"
date: 2024-03-19
date-modified: today
lightbox: true
format:
html:
toc: true
Expand Down Expand Up @@ -43,7 +44,7 @@ Just double click on the GRASS ![](images/grass-32x32.png) icon.
You will get the GUI and terminal. You can use GRASS tools in either.
It's a matter of taste, task on hand and habit, too.

![GRASS Graphical User Interface and terminal](images/grass_gui_first_time_and_cli_combined.png){width=60%}
![GRASS Graphical User Interface and terminal](images/grass_gui_first_time_and_cli_combined.png){width=60% fig-align="center"}

GRASS GUI has a single window layout by default, but it is also possible to
minimize and/or dock/undock the panels. On the right, you can find the **data**
Expand Down
1 change: 1 addition & 0 deletions content/tutorials/get_started/fast_track_grass_and_R.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Get started with GRASS & R: the rgrass package"
author: "Veronica Andreo"
date: 2024-03-29
date-modified: today
lightbox: true
format:
ipynb: default
html:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Get started with GRASS & Python in Jupyter Notebooks"
author: "Veronica Andreo"
date: 2024-03-25
date-modified: today
lightbox: true
format:
ipynb: default
html:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Get started with GRASS in Google Colab"
author: "Veronica Andreo"
date: 2024-04-12
date-modified: today
lightbox: true
format:
ipynb: default
html:
Expand Down
Loading