We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464f4d6 commit 813da00Copy full SHA for 813da00
chapters/chapter1.qmd
@@ -1,5 +1,6 @@
1
---
2
title: "Quarto Basics"
3
+format: [html, ipynb] # This qmd file will be compiled as HTML and as a jupyter notebook
4
5
6
index.qmd
title: "Template for Python training material" # See below for multilingual resource
+format: html # This qmd file will be compiled as HTML only (no notebook)
include-before-body:
- text: <img src="resources/cover/main2.png" style="max-width:900px;width:100%"><br>
author:
0 commit comments