|
4 | 4 | [](https://travis-ci.org/jupyter/notebook) |
5 | 5 | [](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest) |
6 | 6 |
|
7 | | -英文版链接 : [[English Version](http://github.com/jupyter/notebook/)] |
8 | 7 |
|
9 | | -Jupyter Notebook是一个基于Web的交互式交互式笔记本环境。 |
10 | 8 |
|
11 | | - |
| 9 | +Jupyter Notebook是用于交互的基于Web的笔记本环境 |
| 10 | +计算。 |
12 | 11 |
|
13 | | -### Jupyter Notebook,IPython Notebook的独立于语言的演变 |
| 12 | + |
14 | 13 |
|
15 | | -Jupyter Notebook是Jupyter项目的独立于语言的HTML Notebook应用程序。 |
16 | | -2015年,Jupyter Notebook作为IPython代码库The Big Split™的一部分发布。 IPython 3已发布,具有独立于用户语言的代码(例如IPython Notebook)和基于特定语言的代码(例如用于Python的IPython内核)的功能。 |
17 | | -由于计算涉及多种语言,因此Jupyter项目将继续在此存储库中开发独立于语言的** Jupyter Notebooks **。然后,在社区的帮助下,在您自己的存储库中开发特定于语言的内核。 |
| 14 | +### 注意 |
| 15 | +请注意,这家商店目前由木星社区的骨干团队维护。我们鼓励用户过渡到JupiterLab,那里可能会立即提供更多支持。我们的方法将向前发展: |
18 | 16 |
|
19 | | -[[The Big Split™ announcement](https://blog.jupyter.org/the-big-split-9d7b88a031a7)] |
20 | | -[[Jupyter Ascending blog post](https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e)] |
| 17 | +1.维护Jupiter笔记本电脑的安全性。这意味着与安全相关的问题和请求是我们的首要任务。 |
| 18 | +2.解决JupyterLab [促进平等问题](https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3A%22tag%3AFeature+Parity%22)|作为这项工作的一部分,我们有更好的[仅限笔记本电脑的体验](https://github.com/jupyterlab/jupyterlab/issues/8450)在JupyterLab中,适合喜欢经典Jupyter笔记本UI的用户。 |
| 19 | +3.负责提出请求请求的社区成员的辛勤工作。我们正在尝试这些PR。我们目前无法支持或维护新设施,但是我们欢迎安全性和其他稳定性方面的改进。 |
21 | 20 |
|
22 | | -## 安装 |
| 21 | +如果您有一个具有新功能的打开请求请求,或者您打算打开一个请求,请将该请求命名为[notebook extension](https://jupyter-notebook.readthedocs.io/en/stable/extending/) 考虑运送为。代替。 |
23 | 22 |
|
24 | | -[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html)您可以从中查看安装文档。 |
25 | | -Jupyter Notebook的高级用法文档 [这里](https://jupyter-notebook.readthedocs.io/en/latest/)请参考。 |
| 23 | +##### 选择贡献“笔记本” |
| 24 | +此外,请考虑您的贡献是否适合Jupyter前端的基础服务器, [jupyter server](https://github.com/jupyter/jupyter_server)或在[JupyterLab前端]中(https://github.com/jupyterlab/jupyterlab). |
26 | 25 |
|
27 | | -对于本地安装[pip](https://pip.readthedocs.io/en/stable/installing/)确保已安装,然后执行以下命令。 |
| 26 | +### Jupiter笔记本,与IPython笔记本无关的语言开发 |
| 27 | +Jupyter Notebook是与语言无关的HTML Notebook应用程序 |
| 28 | +木星计划。 2015年,木星作为笔记本的一部分发布 |
| 29 | +IPython代码库的Big Split™。 IPython 3是最后一个主要的整体 |
| 30 | +两种与语言无关的代码,例如* IPython notebook *, |
| 31 | +以及特定语言的代码,例如*用于Python的IPython内核*。如 |
| 32 | +通过多种语言计算SPAN,Jupiter项目将继续发展 |
| 33 | +与语言无关** ** Jupiter Notebook **在此仓库中更多帮助下 |
| 34 | +社区开发自己发现的特定于语言的内核 |
| 35 | +离散回购。 |
| 36 | +[[Big Split™ 宣言](https://blog.jupyter.org/the-big-split-9d7b88a031a7)] |
| 37 | +[[Jupyter 升序博客文章](https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e)] |
28 | 38 |
|
29 | | - $ pip install notebook |
| 39 | +##成立 |
| 40 | +您可以找到以下安装文件 |
| 41 | +[Jupiter论坛,在ReadTheDocs上](https://jupyter.readthedocs.io/en/latest/install.html). |
| 42 | +可以找到有关Jupiter笔记本的高级使用的文档 |
| 43 | +[这里](https://jupyter-notebook.readthedocs.io/en/latest/). |
| 44 | + |
| 45 | +对于本地安装,请确保您已经 |
| 46 | +[pip 成立时间](https://pip.readthedocs.io/en/stable/installing/) 并运行: |
30 | 47 |
|
31 | | -## 如何使用-运行Jupyter Notebook |
| 48 | + $ pip install notebook |
| 49 | +##用法-运行木星笔记本 |
32 | 50 |
|
33 | | -### 在本地安装中执行 |
| 51 | +###在本地安装中运行 |
34 | 52 |
|
35 | | -运行以下命令: |
| 53 | +与启动 |
36 | 54 |
|
37 | | - $ jupyter notebook |
| 55 | + $ jupyter笔记本 |
38 | 56 |
|
39 | | -### 在远程安装中执行 |
| 57 | +###在远程安装中运行 |
40 | 58 |
|
41 | | -在远程启动Jupyter Notebook之前,需要进行一些配置。 [Notebook运行服务器](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html)请参阅。 |
| 59 | +在远程启动Jupiter笔记本电脑之前,需要进行一些配置。请参阅[运行笔记本服务器](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html). |
42 | 60 |
|
43 | | -## 开发安装 |
| 61 | +## 开发设置 |
44 | 62 |
|
45 | | -有关如何设置开发安装的信息[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)请参阅。 |
| 63 | +有关如何建立本地发展 [`CONTRIBUTING.rst`](CONTRIBUTING.rst) 看到。 |
46 | 64 |
|
47 | 65 | ## 贡献 |
48 | 66 |
|
49 | | -如果您有興趣為該項目做貢獻[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)请参阅。 |
50 | | - |
51 | | -## 參考 |
| 67 | +如果您有兴趣为这个项目做贡献,请参阅[`CONTRIBUTING.rst`](CONTRIBUTING.rst) |
52 | 68 |
|
| 69 | +##资源 |
53 | 70 | - [Project Jupyter website](https://jupyter.org) |
54 | | -- [Online Demo at try.jupyter.org](https://try.jupyter.org) |
| 71 | +- [Online Demo at jupyter.org/try](https://jupyter.org/try) |
55 | 72 | - [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)] |
| 73 | +- [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/) |
56 | 74 | - [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)] |
57 | 75 | - [Issues](https://github.com/jupyter/notebook/issues) |
58 | | -- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter) |
| 76 | +- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter) |
0 commit comments