Skip to content

Commit 6ca7afa

Browse files
author
ivan.heibi
committed
lab book 2 chapter
1 parent b348ee0 commit 6ca7afa

File tree

15 files changed

+3113
-6
lines changed

15 files changed

+3113
-6
lines changed

laboratory/404.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
<li>
4545
<a href="/chapter/01/" class="dropdown-item">1. Getting started with Python</a>
4646
</li>
47+
48+
<li>
49+
<a href="/chapter/02/" class="dropdown-item">2. Programming in Python - the basics</a>
50+
</li>
4751
</ul>
4852
</li>
4953
</ul>

laboratory/chapter/01/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
<li>
4545
<a href="./" class="dropdown-item active">1. Getting started with Python</a>
4646
</li>
47+
48+
<li>
49+
<a href="../02/" class="dropdown-item">2. Programming in Python - the basics</a>
50+
</li>
4751
</ul>
4852
</li>
4953
</ul>
@@ -60,7 +64,7 @@
6064
</a>
6165
</li>
6266
<li class="nav-item">
63-
<a rel="next" class="nav-link disabled">
67+
<a rel="next" href="../02/" class="nav-link">
6468
Next <i class="fa fa-arrow-right"></i>
6569
</a>
6670
</li>
@@ -266,7 +270,7 @@ <h3 id="create-and-run-the-first-python-script">Create and run the first Python
266270
<li>Run the script by clicking on the menu arrow near the run button and selecting <strong>Run Python File in Terminal</strong><br />
267271
<img src="../img/vsc_run.png"></li>
268272
</ul>
269-
<p><span class="note"><strong>Note:</strong> by default Visual Studio Code should detect the Python interpreter automatically </p></div>
273+
<p><span class="note"><strong>Note:</strong> by default Visual Studio Code should detect the Python interpreter automatically</p></div>
270274
</div>
271275
</div>
272276

laboratory/chapter/02/index.html

Lines changed: 479 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)