11---
22layout : page
3- title : Setup
3+ title : Setup
44permalink : /setup/
55---
66
@@ -109,7 +109,7 @@ wish to use a different browser, open this link: <http://localhost:8888>.
109109
110110## Overview of the Jupyter notebook (Optional)
111111
112- ![ Example Jupyter Notebook] ( ../fig/00_0_jupyter_notebook_example.jpg )
112+ ![ Example Jupyter Notebook] ( ../fig/00_0_jupyter_notebook_example.jpg )
113113* Screenshot of a [ Jupyter Notebook on quantum mechanics] ( https://github.com/jrjohansson/qutip-lectures ) by Robert Johansson*
114114
115115### How the Jupyter notebook works
@@ -122,26 +122,26 @@ After typing the command `jupyter notebook`, the following happens:
122122* The Jupyter Notebook server opens the Jupyter notebook client, also known
123123 as the notebook user interface, in your default web browser.
124124
125- ![ Jupyter notebook file browser] ( ../fig/00_1_jupyter_file_browser.png )
125+ ![ Jupyter notebook file browser] ( ../fig/00_1_jupyter_file_browser.png )
126126 * The Jupyter notebook file browser*
127127
128128* To create a new Python notebook select the "New" dropdown on the upper
129129 right of the screen.
130130
131- ![ Jupyter notebook file browser] ( ../fig/00_2_jupyter_new_notebook.png )
131+ ![ Jupyter notebook file browser] ( ../fig/00_2_jupyter_new_notebook.png )
132132 * The Jupyter notebook file browser*
133133
134134* When you can create a new notebook and type code into the browser, the web
135135 browser and the Jupyter notebook server communicate with each other.
136136
137- ![ new Jupyter notebook] ( ../fig/00_3_jupyter_blank_notebook.png )
137+ ![ new Jupyter notebook] ( ../fig/00_3_jupyter_blank_notebook.png )
138138 * A new, blank Jupyter notebook*
139139
140140* Under the "help" menu, take a quick interactive tour of how to
141141 use the notebook. Help on Jupyter and key workshop packages is
142142 available here too.
143143
144- ![ Jupyter tour and help] ( ../fig/00_4_jupyter_tour_help.png )
144+ ![ Jupyter tour and help] ( ../fig/00_4_jupyter_tour_help.png )
145145 * User interface tour and Help*
146146
147147* The Jupyter Notebook server does the work and calculations, and the web
@@ -150,26 +150,26 @@ After typing the command `jupyter notebook`, the following happens:
150150
151151* For example, click in the first cell and type some Python code.
152152
153- ![ Code cell] ( ../fig/00_5_jupyter_code_before.png )
153+ ![ Code cell] ( ../fig/00_5_jupyter_code_before.png )
154154 * A Code cell*
155155
156156* This is a ** Code** cell (see the cell type dropdown with the word ** Code** ).
157157 To run the cell, type Shift-Enter.
158158
159- ![ Code cell and its output] ( ../fig/00_6_jupyter_code_after.png )
159+ ![ Code cell and its output] ( ../fig/00_6_jupyter_code_after.png )
160160 * A Code cell and its output*
161161
162162* Let's look at a ** Markdown** cell. Markdown is a text manipulation
163163 language that is readable yet offers additional formatting. Don't forget
164164 to select ** Markdown** from the cell type dropdown. Click in the cell and
165165 enter the markdown text.
166166
167- ![ markdown input cell] ( ../fig/00_7_jupyter_markdown_before.png )
167+ ![ markdown input cell] ( ../fig/00_7_jupyter_markdown_before.png )
168168 * A markdown input cell*
169169
170170* To run the cell, type Shift-Enter.
171171
172- ![ rendered markdown cell] ( ../fig/00_8_jupyter_markdown_after.png )
172+ ![ rendered markdown cell] ( ../fig/00_8_jupyter_markdown_after.png )
173173 * A rendered markdown cell*
174174
175175
0 commit comments