Skip to content

Commit

Permalink
Add translated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungJooHo committed Nov 21, 2017
1 parent ae423e0 commit 2119021
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/HowtoRun.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

**Notebook Dashboard**

![Notebook Dashboard example](docs-translations/ko-KR/resources/dashboard.GIF "Notebook Dashboard")
![Notebook Dashboard example](resources/dashboard.GIF "Notebook Dashboard")

# Notebook 서버의 명령어 소개

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ English 버전 링크 : [[English Version](http://github.com/jupyter/notebook/)]

Jupyter notebook 은 상호 교환을 위한 웹 기반 환경입니다.

![Jupyter notebook example](docs-translations/ko-KR/resources/running_code_med.png "Jupyter notebook example")
![Jupyter notebook example](resources/running_code_med.png "Jupyter notebook example")

### Jupyter notebook, 사용자의 언어에 독립적인 IPython notebook의 진화
Jupyter notebook은 Jupyter 프로젝트를 위한 사용자 언어에 독립적인 HTML 응용 프로그램입니다.
Expand Down
8 changes: 4 additions & 4 deletions docs-translations/ko-KR/UIComponents.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

jupyter notebook 명령어를 실행하면 가장 먼저 Notebook Dashboard가 나타난다.

![Notebook Dashboard example](docs-translations/ko-KR/resources/resources/dashboard.GIF "Notebook Dashboard")
![Notebook Dashboard example](resources/dashboard.GIF "Notebook Dashboard")



## Notebook 편집기

편집을 위해 Notebook을 선택했다면, Notebook은 Notebook편집기를 열어준다.

![Notebook Editor example](docs-translations/ko-KR/resources/Notebook_Editor.GIF "Notebook Editor")
![Notebook Editor example](resources/Notebook_Editor.GIF "Notebook Editor")
## Notebook 의 사용자 도움 인터페이스

만약 Notebook 편집기의 특정 요소를 더 배우고 싶다면, 도움 메뉴 - 사용자 인터페이스 를 선택함으로써 사용사 인터페이스 도움말을 볼 수 있습니다.
Expand All @@ -24,13 +24,13 @@ jupyter notebook 명령어를 실행하면 가장 먼저 Notebook Dashboard가

셀이 편집모드에 있다면, 셀 모드 지시자는 셀의 상태를 반영합니다. 이 상태는 오른쪽 위의 작은 연필모양으로 선택가능합니다. 셀이 명령 모드에 있다면, 그 위치에 아이콘이 없습니다.

![Edit Mode example](docs-translations/ko-KR/resources/edit_mode.GIF "Edit Mode")
![Edit Mode example](resources/edit_mode.GIF "Edit Mode")

## 파일 편집기

이제 Notebook Dashboard 안의 Notebook 파일이 아닌 표시된 파일을 선택하여 열어야한다고 한다면, 파일은 파일 편집기로 열립니다.

![File Editor example](docs-translations/ko-KR/resources/file_editor.GIF "File Editor")
![File Editor example](resources/file_editor.GIF "File Editor")



Expand Down

0 comments on commit 2119021

Please sign in to comment.