Skip to content

Commit c53dc67

Browse files
committed
Added GIFs to first lesson
1 parent 1507810 commit c53dc67

7 files changed

Lines changed: 312 additions & 241 deletions

File tree

docs/img/Create_intro_python.gif

17.9 MB
Loading

docs/img/Create_notebook.gif

23.5 MB
Loading

docs/img/Create_subdirectories.gif

22.1 MB
Loading

docs/img/Menu_bar_annotated.png

44.2 KB
Loading

docs/lessons/01_setting_up.html

Lines changed: 295 additions & 236 deletions
Large diffs are not rendered by default.

docs/search.json

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

lessons/01_setting_up.qmd

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ Even though JupyterLab opens your web browser, it is not actually accessing the
151151

152152
The navigation panel on the left-hand side allows us to access the file navigator which allows us to navigate through the files on our computer and open them in JupyterLab. To begin, let us make a new folder for this workshop in our `Desktop` folder. To create a new folder click the "New Folder" button in the file navigator and title it `intro_python`.
153153

154+
::: {#fig-Create_intro_python .figure}
155+
![](../img/Create_intro_python.gif){width=600px}
156+
157+
Creating `intro_python` directory.
158+
:::
159+
154160
:::{.callout-tip}
155161
# **Exercise 1**
156162

@@ -206,7 +212,13 @@ You may be prompted to select a kernel for the new notebook. A kernel refers to
206212
Freshly created Jupyter Notebook.
207213
:::
208214

209-
We can see in the File Navigator that we have a new file called `Untitled.ipynb`. The `.ipynb` extension stands for "interactive Python notebook". We can rename this file by right-clicking on it in the File Navigator and selecting "Rename". Let us rename this file to `intro_python.ipynb`.
215+
We can see in the File Navigator that we have a new file called `Untitled.ipynb`. The `.ipynb` extension stands for "interactive Python notebook". We can rename this file by right-clicking on it in the File Navigator and selecting "Rename". Let us rename this file to `intro_python.ipynb` and place it within out `scripts` directory.
216+
217+
::: {#fig-Create_intro_python .figure}
218+
![](../img/Create_notebook.gif){width=600px}
219+
220+
Creating Jupyter notebook, renaming it and placing it within our `scripts` directory.
221+
:::
210222

211223
## Running Python code
212224

0 commit comments

Comments
 (0)