Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 22, 2024
1 parent bcd88c5 commit 67f5c9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/jupyter.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit 67f5c9f

Please sign in to comment.