Lesson 01

The basics of Markdown and Jupyter notebooks.

Use the course22 github repo to find the files you need.

We are reading 01-jupyter-notebook.

  • Go to kaggle.com

  • Create a new notebook

  • File -> Import the file from the github repository

      https://github.com/fastai/course22/blob/master/01-jupyter-notebook-101.ipynb
    

This one is an easy read.

Advanced

Markdown’s simplicity means that there are many extra features that people wish it supported. This has caused many spin-offs with small differences, like Github-Flavored Markdown (GFM).

Comprehension Check

You should know how to use Markdown when you are done.

Practice: MarkdownTutorial.com.

This whole website is written in Markdown. Try making this page!

Last modified August 18, 2023: 2022-2023 End State (7352e87)