5  My Jupyter Notebook

Yi Wang (boldfaced using ** **)

Educator AUM

The following line is italicized using * *

I am interest in data science because it is a discipline that I feel love with.

5.0.1 Perform addtion

# code block
1+1
2

5.0.2 Horizontal Rule

Three or more

first rule using ***


using dashes —


Using (underscores) ___


5.0.3 Bulet list

using *

  • Bird
  • Frog
  • Cat
  • Dog

5.0.4 Numbered list

using 1. item (there is a space between 1. and item)

  1. Apple
  2. Pear
  3. Peach

5.0.5 Tables

left-aligned centered right-aligned
1/2/2020 Mary Apple
1/3 Johnason Tomato

5.0.7 Images

A computer monitor

5.0.8 Code/Syntax highlighting

s = "Python syntax highlighting"
print s

5.0.9 Blocked quotes

using >

Blockquotes are very handy in email to emulate reply text.

This line is part of the same quote.

5.0.10 Strikethrough

using ~~ before and after a phrase

strikethrough this