Skip to content

Commit 1a4b381

Browse files
committed
Allow for notebooks compilation
1 parent 57cddd8 commit 1a4b381

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_quarto.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ format:
2424
- cosmo
2525
css: styles.css
2626
toc: true
27+
code-fold: true
2728
# Uncomment the following lines if you want Jupyter notebooks as output
2829
# ipynb:
30+
# # Set this to true if you want Jupyter notebooks to contain the output of cells
2931
# output: false
30-
32+
33+
3134
filters:
3235
- export-metadata.lua
3336

chapters/chapter1.qmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: "Quarto Basics"
3-
format:
4-
html:
5-
code-fold: true
63
---
74

85

0 commit comments

Comments
 (0)