# Pluto.jl - Julia용 노트북

> Clean Markdown view of GeekNews topic #4171. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4171](https://news.hada.io/topic?id=4171)
- GeekNews Markdown: [https://news.hada.io/topic/4171.md](https://news.hada.io/topic/4171.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-01T09:05:02+09:00
- Updated: 2021-05-01T09:05:02+09:00
- Original source: [github.com](https://github.com/fonsp/Pluto.jl)
- Points: 6
- Comments: 1

## Topic Body

- 쓰기 편하고 쉽게 설치가능한 Julia 언어 기반 Reactive 노트북

ㅤ→ 변경된 코드들이 즉시 반영. Jupyter/Matlab 과 달리 Mutable Workspace가 없음

ㅤ→ No hidden state, no hidden bugs

- 노트북들은 순수 Julia 파일로 저장되어 일반 에디터에서도 편집 가능

- @bind 매크로를 이용해서 HTML 개체와 Julia 변수간에 연동 지원

ㅤ→ PlutoUI 패키지로 다양한 UI 제공

- Julia 1.5 + 맥/리눅스/윈도우

## Comments



### Comment 5055

- Author: xguru
- Created: 2021-05-01T09:06:01+09:00
- Points: 1

시작 가이드 : https://www.juliafordatascience.com/first-steps-5-pluto/
