Skip to content

Commit 49f8b08

Browse files
committed
deploy: beb13c6
1 parent c05c521 commit 49f8b08

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Lesson_1_Basics/Lesson_1_Student_Version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h4 class="anchored" data-anchor-id="introduction-to-jupyter-notebooks-and-googl
318318
<p>“The Jupyter Notebook is an incredibly powerful tool for interactively developing and presenting data science projects. A notebook integrates code and its output into a single document that combines visualizations, narrative text, mathematical equations, and other rich media. The intuitive workflow promotes iterative and rapid development, making notebooks an increasingly popular choice at the heart of contemporary data science, analysis, and increasingly science at large.” - <a href="https://www.dataquest.io/blog/jupyter-notebook-tutorial/">dataquest</a></p>
319319
<p>All of our lessons will be presented in Jupyter notebooks due to their interactive nature (.ipynb file extension). They consist of two main attributes, a <code>kernel</code> and <code>cells</code>. * A <code>kernel</code> interprets and executes the code. Here we are using the kernel for python; however, you can specify a kernel for another language like R. * A <code>cell</code> is a container for either text or code to be executed.</p>
320320
<p>To run the python code in a cell, you just hit shift + enter. Try it with the code below.</p>
321-
<div id="cell-8" class="cell" data-quarto="{&quot;autorun&quot;:false,&quot;echo&quot;:true,&quot;engine&quot;:&quot;pyodide&quot;}">
321+
<div id="cell-8" class="cell" data-quarto="{&quot;engine&quot;:&quot;pyodide&quot;,&quot;autorun&quot;:false,&quot;echo&quot;:true}">
322322
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(<span class="st">'hello world'</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
323323
</div>
324324
</section>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h2 class="anchored" data-anchor-id="lessons">Lessons</h2>
347347
<section id="try-an-interactive-pyodide-cell" class="level2">
348348
<h2 class="anchored" data-anchor-id="try-an-interactive-pyodide-cell">Try an interactive Pyodide cell</h2>
349349
<p>Below is a small Python snippet running <strong>in your browser</strong> via Pyodide. Click <strong>Run Code</strong> to execute it:</p>
350-
<div id="6a4796dd" class="cell" data-autorun="false" data-engine="pyodide" data-execution_count="1">
350+
<div id="789c0e85" class="cell" data-autorun="false" data-engine="pyodide" data-execution_count="1">
351351
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="bu">sum</span>([<span class="dv">10</span>, <span class="dv">20</span>, <span class="dv">30</span>, <span class="dv">40</span>, <span class="dv">50</span>])</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
352352
<div class="cell-output cell-output-display" data-execution_count="1">
353353
<pre><code>150</code></pre>

sitemap.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,50 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://how-to-learn-to-code.github.io/python-class/index.html</loc>
5-
<lastmod>2025-05-27T21:57:54.272Z</lastmod>
5+
<lastmod>2025-05-27T22:05:56.480Z</lastmod>
66
</url>
77
<url>
88
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_0_Introduction/Lesson_0_Student_Version.html</loc>
9-
<lastmod>2025-05-27T21:57:54.203Z</lastmod>
9+
<lastmod>2025-05-27T22:05:56.411Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_1_Basics/Lesson_1_Student_Version.html</loc>
13-
<lastmod>2025-05-27T21:57:54.204Z</lastmod>
13+
<lastmod>2025-05-27T22:05:56.411Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_2_Control_Structs/Lesson_2_Control_structs_student.html</loc>
17-
<lastmod>2025-05-27T21:57:54.204Z</lastmod>
17+
<lastmod>2025-05-27T22:05:56.412Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_3_Abstraction_Functions/functions_student.html</loc>
21-
<lastmod>2025-05-27T21:57:54.204Z</lastmod>
21+
<lastmod>2025-05-27T22:05:56.412Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_4_FileIO/Lesson_4_student.html</loc>
25-
<lastmod>2025-05-27T21:57:54.208Z</lastmod>
25+
<lastmod>2025-05-27T22:05:56.416Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_5_Pandas_DataFrame/Lesson5_pandas_DataFrame_Student.html</loc>
29-
<lastmod>2025-05-27T21:57:54.258Z</lastmod>
29+
<lastmod>2025-05-27T22:05:56.466Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_6_NumPy/Lesson_6_NumPy_Student_Version.html</loc>
33-
<lastmod>2025-05-27T21:57:54.259Z</lastmod>
33+
<lastmod>2025-05-27T22:05:56.467Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_7_Plotting/plotting_student.html</loc>
37-
<lastmod>2025-05-27T21:57:54.260Z</lastmod>
37+
<lastmod>2025-05-27T22:05:56.468Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_8a_Scikit_Learn/scikit_learn_student.html</loc>
41-
<lastmod>2025-05-27T21:57:54.263Z</lastmod>
41+
<lastmod>2025-05-27T22:05:56.470Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_8b_Python_Ecosystem/Lesson_8b_Python_Ecosystem_teacher.html</loc>
45-
<lastmod>2025-05-27T21:57:54.263Z</lastmod>
45+
<lastmod>2025-05-27T22:05:56.471Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_8c_scanpy/Lesson_8c_scanpy.html</loc>
49-
<lastmod>2025-05-27T21:57:54.266Z</lastmod>
49+
<lastmod>2025-05-27T22:05:56.474Z</lastmod>
5050
</url>
5151
</urlset>

0 commit comments

Comments
 (0)