<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://teaching.healthtech.dtu.dk:443/22101/index.php?action=history&amp;feed=atom&amp;title=Using_Jupyter_Notebook</id>
	<title>Using Jupyter Notebook - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://teaching.healthtech.dtu.dk:443/22101/index.php?action=history&amp;feed=atom&amp;title=Using_Jupyter_Notebook"/>
	<link rel="alternate" type="text/html" href="https://teaching.healthtech.dtu.dk:443/22101/index.php?title=Using_Jupyter_Notebook&amp;action=history"/>
	<updated>2026-05-17T11:08:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://teaching.healthtech.dtu.dk:443/22101/index.php?title=Using_Jupyter_Notebook&amp;diff=11&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;__NOTOC__ {| width=500  style=&quot;float:right; margin-left: 10px; margin-top: -56px;&quot; |Previous: Programme |Next: Python Basics |} == Required course material for the lesson == Powerpoint: [https://teaching.healthtech.dtu.dk/material/22101/22101_01-InstallingJupyter.ppt Installing Jupyter] - installing Anaconda which has the Notebook&lt;br&gt; Powerpoint: [https://teaching.healthtech.dtu.dk/material/22101/22101_02-Jupyter.ppt Using Jupyter Notebook]&lt;br&gt; PDF: [https://teac...&quot;</title>
		<link rel="alternate" type="text/html" href="https://teaching.healthtech.dtu.dk:443/22101/index.php?title=Using_Jupyter_Notebook&amp;diff=11&amp;oldid=prev"/>
		<updated>2024-03-01T15:30:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {| width=500  style=&amp;quot;float:right; margin-left: 10px; margin-top: -56px;&amp;quot; |Previous: &lt;a href=&quot;/22101/index.php/Programme&quot; title=&quot;Programme&quot;&gt;Programme&lt;/a&gt; |Next: &lt;a href=&quot;/22101/index.php/Python_Basics&quot; title=&quot;Python Basics&quot;&gt;Python Basics&lt;/a&gt; |} == Required course material for the lesson == Powerpoint: [https://teaching.healthtech.dtu.dk/material/22101/22101_01-InstallingJupyter.ppt Installing Jupyter] - installing Anaconda which has the Notebook&amp;lt;br&amp;gt; Powerpoint: [https://teaching.healthtech.dtu.dk/material/22101/22101_02-Jupyter.ppt Using Jupyter Notebook]&amp;lt;br&amp;gt; PDF: [https://teac...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=500  style=&amp;quot;float:right; margin-left: 10px; margin-top: -56px;&amp;quot;&lt;br /&gt;
|Previous: [[Programme]]&lt;br /&gt;
|Next: [[Python Basics]]&lt;br /&gt;
|}&lt;br /&gt;
== Required course material for the lesson ==&lt;br /&gt;
Powerpoint: [https://teaching.healthtech.dtu.dk/material/22101/22101_01-InstallingJupyter.ppt Installing Jupyter] - installing Anaconda which has the Notebook&amp;lt;br&amp;gt;&lt;br /&gt;
Powerpoint: [https://teaching.healthtech.dtu.dk/material/22101/22101_02-Jupyter.ppt Using Jupyter Notebook]&amp;lt;br&amp;gt;&lt;br /&gt;
PDF: [https://teaching.healthtech.dtu.dk/material/22101/Jupyter-Notebook-Markdown-Cheatsheet2.pdf Markdown Cheatsheet]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Resource: [[Example code - Basics]]&amp;lt;br&amp;gt;&lt;br /&gt;
Video: [https://video.dtu.dk/media/22110-lesson02-LiveCoding/0_vkcbhv29 Live Coding]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Subjects covered ==&lt;br /&gt;
Starting and stopping the notebook server. Using the browser to access the notebook. Getting to know the menu&amp;#039;s well enough to work with the notebook.&lt;br /&gt;
Understanding the cell and how to use it for markdown and code. Running the cell. Sharing notebooks. Learning the very first python in unsystematic fashion.&lt;br /&gt;
&lt;br /&gt;
== Advice ==&lt;br /&gt;
You have to be prepared for this lesson by having installed Jupyter Notebook beforehand.&amp;lt;br&amp;gt;&lt;br /&gt;
Knowing where the files are on your computer is beneficial (hierarchy, disposition, classification).&lt;br /&gt;
&lt;br /&gt;
== Exercises to be handed in ==&lt;br /&gt;
# Create a folder on your desktop (or some other place) for the course.&lt;br /&gt;
# Start the notebook server and access the Notebook main screen on your browser.&lt;br /&gt;
# Create a new notebook in your course folder. You are going to create a new notebook for each lesson, so be systematic with the names, like &amp;quot;s123456_22101_01&amp;quot;, which is student number, course number &amp;amp; lesson number.&lt;br /&gt;
# Make the first cell a markdown cell, make a headline with your name, and tell what you hope to learn from the course.&lt;br /&gt;
# Next cell should be a code cell, that calculates the number of seconds you have lived - approximately. This is a simple calculation you can do on a pocket calculator. Remember to &amp;#039;&amp;#039;&amp;#039;Run&amp;#039;&amp;#039;&amp;#039; the cell to get a result.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;For all future exercises you must use at least two cells. The first cell is a markdown cell displaying the exercise number and explaining the exercise. The second is a code cell with your solution to the exercise. Any more are left to your discretion.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Make a python program that prints your name and your age.&lt;br /&gt;
# Make a python program that ask how many siblings you have, and prints that number with explanation of what the number represents.&lt;br /&gt;
# Make a program that prints a small poem. Show the author or origin at the end.&lt;br /&gt;
# Download your notebook and upload it for peer evaluation on DTU Learn for the course. You will do this in all future lessons/exercises. It will not be said again.&lt;br /&gt;
&lt;br /&gt;
If you think this was too easy, then rest assured; It will never be this easy again.&lt;br /&gt;
&lt;br /&gt;
== Exercises for extra practice ==&lt;br /&gt;
* Using the markdown cheat sheet, test various ways to control the look for your text cells.&lt;br /&gt;
* By examining the Notebook interface, learn the shortcuts instead of using the mouse for your manipulation.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>