|
| 1 | +# Jupyter Notebook |
| 2 | + |
| 3 | +[](https://groups.google.com/forum/#!forum/jupyter) |
| 4 | +[](https://travis-ci.org/jupyter/notebook) |
| 5 | +[](http://jupyter-notebook.readthedocs.io/en/latest/?badge=latest) |
| 6 | + |
| 7 | +English 버전 링크 : [[English Version](http://github.com/jupyter/notebook/)] |
| 8 | + |
| 9 | +Jupyter notebook 은 상호 교환을 위한 웹 기반 환경입니다. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +### Jupyter notebook, 사용자의 언어에 독립적인 IPython notebook의 진화 |
| 14 | +Jupyter notebook은 Jupyter 프로젝트를 위한 사용자 언어에 독립적인 HTML 응용 프로그램입니다. |
| 15 | +2015년에 Jupyter notebook은 IPython 코드 기반의 The Big Split™ 의 일부분으로 시작되었습니다. |
| 16 | +IPython 3는 *IPython notebook* 과 같은 사용자 언어에 독립적인 코드와 *IPython kernel for Python* 과 같은 특정언어 기반의 코드의 기능을 가지고 출시되었습니다. |
| 17 | +컴퓨터에는 많은 언어가 사용되기 때문에, Jupyter 프로젝트는 사용자 언어에 독립적인 **Jupyter notebook** 을 이 저장소와 개인의 독립적인 저장소에 있는 특정언어 중심의 커널의 도움으로 지속적으로 개발할 것입니다. |
| 18 | +[[The Big Split™ announcement](https://blog.jupyter.org/2015/04/15/the-big-split/)] |
| 19 | +[[Jupyter Ascending blog post](http://blog.jupyter.org/2015/08/12/first-release-of-jupyter/)] |
| 20 | + |
| 21 | +## 설치 |
| 22 | +설치법 문서는 다음 주소에서 찾을 수 있습니다. |
| 23 | +You can find the installation documentation for the |
| 24 | +[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html). |
| 25 | +조금 더 심화된 Jupyter notebook의 사용은 다음 주소에서 볼 수 있습니다. |
| 26 | +[here](https://jupyter-notebook.readthedocs.io/en/latest/). |
| 27 | + |
| 28 | +설치를 위해서는 |
| 29 | +[pip installed](https://pip.readthedocs.io/en/stable/installing/) 가 있는지 확인한 후 다음을 실행해주세요: |
| 30 | + |
| 31 | + $ pip install notebook |
| 32 | + |
| 33 | +## 활용 - Jupyter notebook 실행하기 |
| 34 | + |
| 35 | +### 로컬에서 실행할 때 |
| 36 | + |
| 37 | +이와 같이 실행하세요: |
| 38 | + |
| 39 | + $ jupyter notebook |
| 40 | + |
| 41 | +## 개발 설치 |
| 42 | + |
| 43 | +[`CONTRIBUTING.rst`](CONTRIBUTING.rst) 을 통해 설치법을 확인하세요. |
| 44 | + |
| 45 | +## 기여하기 |
| 46 | + |
| 47 | +이 프로젝트에 기여를 하고 싶다면, [`CONTRIBUTING.rst`](CONTRIBUTING.rst) 을 참고해주세요. |
| 48 | + |
| 49 | +## 자료 |
| 50 | +- [Project Jupyter website](https://jupyter.org) |
| 51 | +- [Online Demo at try.jupyter.org](https://try.jupyter.org) |
| 52 | +- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)] |
| 53 | +- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)] |
| 54 | +- [Issues](https://github.com/jupyter/notebook/issues) |
| 55 | +- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter) |
0 commit comments