Skip to content

Commit a91f079

Browse files
Merge pull request #3 from jumpingrivers/fix-deploy
fix: Deployment
2 parents 0a5b4ae + 71b0fd0 commit a91f079

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,13 +1549,16 @@
15491549
</div>
15501550
<p>The number of observations is 82609.</p>
15511551
</section><section id="multi-language-support" class="slide level2"><h2>Multi-language support</h2>
1552+
<div>
15521553
<ul>
1553-
<li><p>You can also include Python code chunks!</p></li>
1554-
<li><p>Fence code cells with <code class="qmd">{python}</code> instead of <code class="qmd">{r}</code>.</p></li>
1555-
<li><p>VS Code and Jupyter are both supported by Quarto.</p></li>
1556-
<li><p>Inline code has a different syntax in Python.</p></li>
1557-
<li><p>See Python Quarto docs: <a href="https://quarto.org/docs/computations/python.html">quarto.org/docs/computations/python.html</a></p></li>
1558-
</ul></section><section id="task-3-adding-code" class="slide level2"><h2>Task 3: Adding code</h2>
1554+
<li class="fragment"><p>You can also include Python code chunks!</p></li>
1555+
<li class="fragment"><p>Fence code cells with <code class="qmd">{python}</code> instead of <code class="qmd">{r}</code>.</p></li>
1556+
<li class="fragment"><p>VS Code and Jupyter are both supported by Quarto.</p></li>
1557+
<li class="fragment"><p>Inline code has a different syntax in Python.</p></li>
1558+
<li class="fragment"><p>See Python Quarto docs: <a href="https://quarto.org/docs/computations/python.html">quarto.org/docs/computations/python.html</a></p></li>
1559+
</ul>
1560+
</div>
1561+
</section><section id="task-3-adding-code" class="slide level2"><h2>Task 3: Adding code</h2>
15591562
<ul>
15601563
<li><p>In a new slide, add a code block to load the data and libraries (see <code>task-3.R</code> chunk 1).</p></li>
15611564
<li><p>Hide any output messages from the code chunk.</p></li>

0 commit comments

Comments
 (0)