Skip to content

Commit 4b9e9a4

Browse files
Add Japanese document (#5231)
* Add Japanese document README.md translated into Japanese * Fix typos
1 parent 95c9dfb commit 4b9e9a4

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed

docs-translations/ja-JP/README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Jupyter Notebook
2+
3+
[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)
4+
[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook)
5+
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest)
6+
7+
英語版のリンク : [[English Version](http://github.com/jupyter/notebook/)]
8+
9+
Jupyter Notebookは、インタラクティブなWebベースのノートブック形式の環境です。
10+
11+
![Jupyter notebook example](resources/running_code_med.png "Jupyter notebook example")
12+
13+
### Jupyter Notebook, 言語に依存しないIPython Notebookの進化
14+
15+
Jupyter Notebookは、Project Jupyter用の言語に依存しないHTMLノートブックアプリケーションです。
16+
2015年、Jupyter NotebookはIPythonコードベースのThe Big Split™の一部としてリリースされました。IPython3はIPython Notebookなどのユーザーの言語に依存しないコードとIPython kernel for Pythonのような特定の言語ベースのコードの機能を持ってリリースしました。
17+
コンピューティングは多くの言語にまたがるため、Project Jupyterはこのリポジトリで言語に依存しない**Jupyter Notebook**を継続的に開発します。そして、コミュニティの助けを借りて、独自のリポジトリにある言語固有のカーネルを開発します。
18+
[[The Big Split™ announcement](https://blog.jupyter.org/the-big-split-9d7b88a031a7)]
19+
[[Jupyter Ascending blog post](https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e)]
20+
21+
## インストール
22+
23+
[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html)から、インストールドキュメントをご覧になれます。
24+
Jupyter Notebookの発展的な使用方法に関するドキュメントは、[こちら](https://jupyter-notebook.readthedocs.io/en/latest/)をご覧ください。
25+
26+
ローカルへのインストールの場合、[pip](https://pip.readthedocs.io/en/stable/installing/)をインストールしていることを確認し、以下のコマンドを実行してください。
27+
28+
$ pip install notebook
29+
30+
## 使用方法 - Jupyter Notebookの実行
31+
32+
### ローカルへのインストールにおける実行
33+
34+
以下のコマンドをを実行してください:
35+
36+
$ jupyter notebook
37+
38+
### リモートへのインストールにおける実行
39+
40+
Jupyter Notebookをリモートで起動する前に、いくつかの構成が必要です。 [Notebookサーバーの実行](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html)を参照してください。
41+
42+
## 開発用インストール
43+
44+
開発用インストールのセットアップ方法については、[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)を参照してください。
45+
46+
## 貢献
47+
48+
プロジェクトへの貢献に興味がある場合は、[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)をご覧ください。
49+
50+
## 参考
51+
52+
- [Project Jupyter website](https://jupyter.org)
53+
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
54+
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
55+
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
56+
- [Issues](https://github.com/jupyter/notebook/issues)
57+
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)
75.6 KB
Loading
23.5 KB
Loading
106 KB
Loading
96.1 KB
Loading
331 KB
Loading

0 commit comments

Comments
 (0)