Codespace with the Jupyter extension.Play button.
or
.ipynb files.# to create headings.
Renders to:
**your text** to make text bold.
Renders to:
This is bold text
*your text* to make text italic.
Renders to:
This is italic text
* or - to create bullet points.
Renders to:
1. to create numbered lists.
Renders to:
Zoom break out rooms.<> Code button and then the Codespaces tab.Create codespace on main





Open the lesson_1.ipynb file (not the answers file!).
Run through the exercises within the notebook.
Any problems, just ask your tutor for help.
There is no such thing as a stupid question, only the question left unanswered.
We will give you 20 minutes for lesson 1.

Comments in markdown
<!-- -->to create comments.html.Renders to:
This is not a comment