Skip to content

Commit f1a1e0d

Browse files
committed
Add ipynb output
1 parent 066f18d commit f1a1e0d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_quarto.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ project:
77
website:
88
page-navigation: true
99
title: "Educational resource template for Python"
10+
site-url: "https://github.com/InseeFrLab/AIML4OS-template-quarto-python"
11+
repo-url: "https://github.com/InseeFrLab/AIML4OS-template-quarto-python"
1012
repo-actions: [edit, source, issue]
1113
sidebar:
1214
search: true
@@ -23,10 +25,10 @@ format:
2325
css: styles.css
2426
toc: true
2527
code-fold: true
26-
# Uncomment the following lines if you want Jupyter notebooks as output
27-
# ipynb:
28-
# # Set this to true if you want Jupyter notebooks to contain the output of cells
29-
# output: false
28+
# Comment the following lines if you do not want Jupyter notebooks as output
29+
ipynb:
30+
# Set this to true if you want Jupyter notebooks to contain the output of cells
31+
output: false
3032

3133

3234
filters:

0 commit comments

Comments
 (0)