From 67f5c9f2681c7cf869d8f661f8661aee89cae6e8 Mon Sep 17 00:00:00 2001 From: John Sundh Date: Fri, 22 Nov 2024 19:23:48 +0100 Subject: [PATCH] Formatting change --- pages/jupyter.qmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/jupyter.qmd b/pages/jupyter.qmd index bb4cd3da..26f9572c 100644 --- a/pages/jupyter.qmd +++ b/pages/jupyter.qmd @@ -1084,7 +1084,10 @@ some of the code cells contain _chunk options_ just like the ones you learned about in the Quarto tutorial. These options are ignored when executing the cells from within Jupyter lab, but are used by Quarto when rendering the notebook. -We will now use quarto from the commandline to both execute and render the notebook. But first we need to add a YAML header to the notebook. Create a new cell at the top of the notebook, set it to Markdown format and add the following: +We will now use quarto from the commandline to both execute and render the +notebook. But first we need to add a YAML header to the notebook. Create a new +cell at the top of the notebook, set it to Markdown format and add the +following: ```yaml ---