Skip to content

Commit c70c430

Browse files
committed
Improve _quarto.yml
1 parent 9e1546d commit c70c430

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_quarto.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project:
33
render: # Add HERE new chapters and new notebooks
44
- index.qmd
55
- chapters/chapter1.qmd
6-
# - notebooks/notebook1.qmd
6+
- notebooks/notebook1.qmd
77

88
website:
99
page-navigation: true
@@ -13,7 +13,7 @@ website:
1313
repo-actions: [edit, source, issue]
1414
sidebar:
1515
search: true
16-
contents: # Add HERE new chapters
16+
contents: # Add HERE new chapters (but not the notebooks)
1717
- href: index.qmd
1818
text: Introduction
1919
- href: chapters/chapter1.qmd
@@ -26,8 +26,8 @@ format:
2626
css: styles.css
2727
toc: true
2828
code-fold: true
29-
ipynb:
30-
output: false
29+
ipynb:
30+
output: true
3131

3232

3333
filters:

0 commit comments

Comments
 (0)