Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Nov 6, 2024
1 parent e99365c commit e84abd2
Show file tree
Hide file tree
Showing 14 changed files with 619 additions and 534 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
932d520b
45a83d4a
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ <h2 id="toc-title">Table of contents</h2>
<li><a href="#starting-jupyterhub" id="toc-starting-jupyterhub" class="nav-link" data-scroll-target="#starting-jupyterhub">Starting JupyterHub</a></li>
<li><a href="#exploring-jupyterlab" id="toc-exploring-jupyterlab" class="nav-link" data-scroll-target="#exploring-jupyterlab">Exploring JupyterLab</a></li>
<li><a href="#setup-of-exercise-environment" id="toc-setup-of-exercise-environment" class="nav-link" data-scroll-target="#setup-of-exercise-environment">Setup of Exercise Environment</a></li>
<li><a href="#removing-exercise-environment" id="toc-removing-exercise-environment" class="nav-link" data-scroll-target="#removing-exercise-environment">Removing Exercise Environment</a></li>
<li><a href="#editing-jupyter-notebooks" id="toc-editing-jupyter-notebooks" class="nav-link" data-scroll-target="#editing-jupyter-notebooks">Editing Jupyter Notebooks</a></li>
</ul></li>
</ul>
Expand Down Expand Up @@ -302,7 +303,7 @@ <h2 class="anchored" data-anchor-id="exploring-jupyterlab">Exploring JupyterLab<
<h2 class="anchored" data-anchor-id="setup-of-exercise-environment">Setup of Exercise Environment</h2>
<p>To use the Notebooks from the course, the following steps need to be taken:</p>
<ol type="1">
<li>Navigate to the folder <code>~/shared/120.030-2024W/</code>where you should find a <code>Makefile</code> and a <code>README.md</code>.</li>
<li>Navigate to the folder <code>~/shared/120.030-2024W/</code> where you should find a <code>Makefile</code> and a <code>README.md</code>.</li>
</ol>
<p style="text-align: center;">
<img src="assets/images/start_terminal.png" style="border: 1px solid black; width: 25em; ">
Expand Down Expand Up @@ -342,6 +343,11 @@ <h2 class="anchored" data-anchor-id="setup-of-exercise-environment">Setup of Exe
</div>
</div>
</section>
<section id="removing-exercise-environment" class="level2">
<h2 class="anchored" data-anchor-id="removing-exercise-environment">Removing Exercise Environment</h2>
<p>To remove the exercise notebooks as well as the Jupyter kernel Launch a terminal from <code>~/shared/120.030-2024W/</code> and type:</p>
<pre><code>make delete</code></pre>
</section>
<section id="editing-jupyter-notebooks" class="level2">
<h2 class="anchored" data-anchor-id="editing-jupyter-notebooks">Editing Jupyter Notebooks</h2>
<p>The homework exercises of the course are labeled as <code>homework_exercise.ipynb</code>. You are supposed to use these notebooks for the homework assignments and the completed notebooks should be submitted through TUWEL. The notebooks consist of two types of cells: Python and Markdown cells. Python cells contain executable Python code, whereas Markdown cells are used for open text and multiple choice questions. Double click on an existing cell to alter its content. To add new cells click select the cell type from the drop-down menu and click on the plus sign, as follows for Python cells:</p>
Expand Down
18 changes: 14 additions & 4 deletions search.json

Large diffs are not rendered by default.

752 changes: 376 additions & 376 deletions unit_01/01_in_class_exercise.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions unit_01/02_in_class_exercise.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions unit_01/03_in_class_exercise.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions unit_02/04_in_class_exercise.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions unit_02/05_in_class_exercise.html

Large diffs are not rendered by default.

183 changes: 126 additions & 57 deletions unit_02/06_in_class_exercise.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e84abd2

Please sign in to comment.