Computer Science/Basics

jupyter notebook markdown *์ˆ˜์‹œ ์—…๋ฐ์ดํŠธ

metamong 2023. 2. 7.

๐Ÿซฐ markdown์—์„œ ์œ ์šฉํ•˜๋‹ค๊ณ  ์ƒ๊ฐํ•˜๋Š” ๋ถ€๋ถ„ ๋ฌธ๋ฒ• ๋‚ด์šฉ ์ˆ˜์‹œ๋กœ ์—…๋ฐ์ดํŠธ ๐Ÿซฐ

 

โ˜… font color / ํ˜•๊ด‘ํŽœ โ˜…

<span style = "color:red">red</span>
<span style = "color:#A2C12C">green</span>
<div class="alert-success"> This is a green colored box</div>
<div class="alert-danger">This is a red colored box</div>
<div class="alert-warning">This is a yellow colored box</div>
<div class="alert-info">This is a blue colored box</div>


โ˜… ํ•˜์ดํผ๋งํฌ โ˜…

[Google](https://www.google.com/)


โ˜… LaTex ์ˆ˜ํ•™ ๋ฌธ๋ฒ• โ˜…

→ $ ์–‘์ชฝ์— ๋‘ ๊ฐœ๋Š” ๊ฐ€์šด๋ฐ ์ •๋ ฌ

→ $ ์–‘์ชฝ์— ํ•œ ๊ฐœ๋Š” ์™ผ์ชฝ ์ •๋ ฌ

 

โ€ป latex ์—ฌ๋Ÿฌ ๊ธฐํ˜ธ ์ฐธ์กฐ (์ง€์†์  update) โ€ป

 

๐Ÿงœ๐Ÿป‍โ™‚๏ธ LaTex Grammers compilation

* ๊นŒ๋จน์ง€ ์•Š์œผ๋ ค๊ณ  ๋ชจ์•„๋‘  ๐ŸŒŸ โญ๏ธ ๋ถ„์ˆ˜ ์“ฐ๊ธฐ (A ๋ถ„์ž, B ๋ถ„๋ชจ) โญ๏ธ \cfrac{A}{B} โญ๏ธ combination ๊ธฐํ˜ธ ์“ฐ๊ธฐ (A combination ์•ž, B combination ๋’ค) โญ๏ธ ${}_A C _B$ โญ๏ธ ํฐ sigma ์“ฐ๊ธฐ (A sigma ์•„๋ž˜ ์กฐ๊ฑด, B sigma ์œ„, C

sh-avid-learner.tistory.com

$y = 3x$
$$\sqrt[3]{x^3+y^3 \over 2}$$


โ˜… heading, bold, italic โ˜…

# H1
## H2
### H3
#### H4

** bold text **
*italicized text*

 


โ˜… ์ธ์šฉ โ˜…

> blockquote1
>> blockquote2


โ˜… ordered list & unordered list โ˜…

1. First item
2. Second item
3. Third item

- First item
- Second item
- Third item


โ˜… ์ฝ”๋“œ ์ฒ˜๋ฆฌ โ˜…

this is `print('hello!')` in python


โ˜… ์ฒดํฌ๋ฆฌ์ŠคํŠธ โ˜…

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media


 

 

 

 

 

 

 

** ์ถœ์ฒ˜) markdown cheatsheet https://www.markdownguide.org/cheat-sheet/ ** 

'Computer Science > Basics' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

Data Handling  (0) 2022.07.15
feature scaling  (0) 2022.06.22
Data Analysis with Python (2/2) (from Coursera)  (0) 2022.04.24
Data Analysis with Python (1/2) (from Coursera)  (0) 2022.04.22
in where? ๐Ÿฆธโ€โ™€๏ธ - AI examples  (0) 2022.04.17

๋Œ“๊ธ€