You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon execution of the cell, an image should be displayed in an interactive widget. When hovering over the image with the mouse pointer, the pixel coordinates and color values are displayed below the image.
60
92
61
-
3. The example image files are available through Figshare. Learners
62
-
can download the images from [FIXME
63
-
figshare](https://figshare.com/). We recommend to create a
64
-
directory for the Jupyter notebooks/code created during the
65
-
lesson. The images should be located in a subfolder named `images/`.
93
+
> ## Running Cells in a Notebook
94
+
>
95
+
>
96
+
> 
97
+
> To run Python code in a Jupyter notebook cell, click on a cell in the notebook
98
+
> (or add a new one by clicking the `+` button in the toolbar),
99
+
> make sure that the cell type is set to "Code" (check the dropdown in the toolbar),
100
+
> and add the Python code in that cell.
101
+
> After you have added the code,
102
+
> you can run the cell by selecting "Run" -> "Run selected cell" in the top menu,
0 commit comments