50+ Jupyter Notebook commands for EDA | Tips & Tricks

These commands help you save a lot of time while working on Jupyter Notebooks

Jupyter Markdown Commands:

#JUPYTER MARKDOWNHEADERS
#h1
##h2
######h6

LISTS
*item1
*item2
 *item3
 *item4

IMAGES
![alt text](url)

EMPHASIS
*italic*
_italic_
**bold**
__bold__
*italic **bold** combine*

ORDERED LIST
1. item
2. item
 *item
 *item

LINKS
[text](url)

BLOCKQUOTES
>line 1
>line 2

BACKSLASH ESCAPES
\* literal asterisks\*MATHEMATICAL SYMBOLS
$symbol$

[post-views]

Scroll to Top