jupyter notebook text cell code example

Example 1: Jupyter markdown

Jupyter Markdown Notation

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Normal

*Italics* or _Italics_

**Bold** or __Bold__

**_Bold and Italics_**

~~Strike Through~~    

* Bullet Point or
- Bullet Point or
+ Bullet Point

1. Numbered
    1. Sub Number

www.google.com

Example 2: jupyter change cell to text

# press on the blank space in front of the cell, then press m

Example 3: jupyter change text cell to code

# press on the blank space in front of the cell, then press y

Tags:

Css Example