Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.02 KB

Tutorials

This repo is a temporary place holder for a set of jupyter and quarto notebooks to be used as tutorials within GRASS website and some maybe also included in docs within source code.

Visualizing Quarto notebooks

Download and install quarto

See https://quarto.org/docs/download/ and follow the instructions for your system.

Render the notebooks

There are different ways to render and preview Quarto notebooks. They can be rendered from RStudio by clicking the Render button as shown below:

image

They can also be rendered in VS Code from the Preview button if the Quarto extension is previously installed:

image

Finally, cloning this repo and running, eg.:

quarto preview grass_gis_in_google_colab.qmd

in a terminal will render the html output in the default internet browser.