Skip to content

sosiristseng/template-quarto-julia-matrix

Repository files navigation

Template publishing Julia-kerneled Jupyter notebooks with dynamic matrix and Quarto

Click Use this template button to copy this repository.

See also:

Notebook execution and publish

The notebooks under the docs folder are executed in parallel, and then Quarto creates a beautiful website from Markdown and Jupyter notebook files.

Enable GitHub pages

Open your repository settings => Pages => GitHub Pages => Build and deployment => Source, select GitHub actions.

Automatic dependency updates

Dependabot and Kodiak Bot

See dependabot.yml and .kodiak.toml configuration files.

You need to enable the Kodiak Bot APP to automatically merge updates.

Julia dependencies

The GitHub workflow update-manifest.yml regularly updates Julia dependencies, make a PR with the updated dependencies, and automatically merge the updates if the notebooks are executed smoothly.

See creating tokens to trigger CI workflows in a PR. This repo uses a custom GitHub APP to generate a token on the fly.

Checking HTTP links

linkcheck.yml uses GitHub actions to regularly check if the web links in the notebooks are valid.