https://github.com/sosiristseng/template-quarto-julia
Template for Quarto notebooks in Julia
https://github.com/sosiristseng/template-quarto-julia
julia jupyter-notebook quarto template
Last synced: 2 months ago
JSON representation
Template for Quarto notebooks in Julia
- Host: GitHub
- URL: https://github.com/sosiristseng/template-quarto-julia
- Owner: sosiristseng
- License: mit
- Created: 2022-12-14T13:53:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-17T09:59:57.000Z (2 months ago)
- Last Synced: 2026-04-17T11:34:45.118Z (2 months ago)
- Topics: julia, jupyter-notebook, quarto, template
- Language: Julia
- Homepage: https://sosiristseng.github.io/template-quarto-julia/
- Size: 599 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Template for publishing Julia notebooks with Quarto
Click `Use this template` button to copy this repository.
Publish Julia notebooks using [Quarto](https://quarto.org/). (See `ci.yml`.)
- Julia notebooks are executed by [Literate.jl](https://github.com/fredrikekre/Literate.jl)
- Automatic dependency updates by dependabot and `update-manifest.yml` GitHub actions.
- Checks if the links in the notebooks are valid with `lychee`. (See `linkcheck.yml`)
See also:
- https://github.com/sosiristseng/template-juliabook : Using multiprocessing to run Literate notebooks in parallel. Jupyter Book builds the website.
- https://github.com/sosiristseng/template-juliabook-matrix : Using the dynamic parallel matrix to run Literate notebooks in parallel. Jupyter Book builds the website.
- https://github.com/sosiristseng/template-quarto-julia-matrix : Using the dynamic parallel matrix to run Literate notebooks in parallel. Quarto builds the website.
- https://github.com/sosiristseng/template-quarto-julia : Using Quarto to run and render Quarto notebooks (`*qmd`).
## You need to enable GitHub pages
From your repository settings => Pages => GitHub Pages => Build and deployment => Source, select `GitHub actions`.
## Automatic dependency updates
See `.kodiak.toml` and `dependabot.yml`.
This repository uses [Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide) and [Kodiak Bot](https://kodiakhq.com/docs/quickstart) to automatically merge Python and GitHub actions updates.
### Julia dependencies
See `update-manifest.yml`.
This repository can regularly update Julia in the `Manifest.toml`, make a PR with the updated packages, and automatically merge the updates if the notebooks are executed without any problem.
See [the instructions](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs) for how to trigger CI workflows in a PR. This repo uses my [GitHub APP](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens) to generate a token on the fly.