Skip to content

Commit d392409

Browse files
committed
Update template-computo-julia.qmd
1 parent c6f44dc commit d392409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template-computo-julia.qmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ author:
2222
date: last-modified
2323
date-modified: last-modified
2424
description: |
25-
This document provides a template based on the [`quarto`](https://quarto.org/) system for contributions to Computo, using the [`quarto journal extension`](https://github.com/computorg/computo-quarto-extension), the Julia 1-8 Jupyter and the Julia `Pkg` manager to set-up the dependencies.
25+
This document provides a template based on the [`quarto`](https://quarto.org/) system for contributions to Computo, using the [`quarto journal extension`](https://github.com/computorg/computo-quarto-extension), the Julia 1-10 Jupyter and the Julia `Pkg` manager to set-up the dependencies.
2626
abstract: >+
2727
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur posuere vestibulum facilisis. Aenean pretium orci augue, quis lobortis libero accumsan eu. Nam mollis lorem sit amet pellentesque ullamcorper. Curabitur lobortis libero eget malesuada vestibulum. Nam nec nibh massa. Pellentesque porttitor cursus tellus. Mauris urna erat, rhoncus sed faucibus sit amet, venenatis eu ipsum.
2828
keywords: [key1, key2, key3]
@@ -153,7 +153,7 @@ Quarto uses either Jupyter or knitr to render code chunks. This can be triggered
153153
---
154154
title: "My Document"
155155
author "Jane Doe"
156-
jupyter: julia-1.8
156+
jupyter: julia-1.10
157157
---
158158
```
159159

@@ -260,7 +260,7 @@ The repository associated with this template is pre-configure to trigger an acti
260260

261261
1. Check out repository on the `ubuntu-latest` machine
262262
2. Install quarto and dependencies, including the Computo extension
263-
3. Install Julia (1.8.1) and dependencies based on the files `Project.toml` and `Manifest.toml`
263+
3. Install Julia (1.10) and dependencies based on the files `Project.toml` and `Manifest.toml`
264264
4. Render your .qmd file and Publish the results on a gh-page (both HTML and PDF)
265265

266266
The file [.github/workflows/build_n_publish.yml](https://github.com/computorg/template-computo-python/blob/main/.github/workflows/build_n_publish.yml) is largely inspired from [this file](https://quarto.org/docs/publishing/github-pages.html#example-jupyter-with-venv).

0 commit comments

Comments
 (0)