File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments