mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Add Chinese document
This commit is contained in:
parent
d5bcecd4c9
commit
3f617a3c33
58
docs-translations/ch-CH/README.md
Normal file
58
docs-translations/ch-CH/README.md
Normal file
@ -0,0 +1,58 @@
|
||||
# Jupyter Notebook
|
||||
|
||||
[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)
|
||||
[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook)
|
||||
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
英文版链接 : [[English Version](http://github.com/jupyter/notebook/)]
|
||||
|
||||
Jupyter Notebook是一个基于Web的交互式交互式笔记本环境。
|
||||
|
||||
![Jupyter notebook example](resources/running_code_med.png "Jupyter notebook example")
|
||||
|
||||
### Jupyter Notebook,IPython Notebook的独立于语言的演变
|
||||
|
||||
Jupyter Notebook是Jupyter项目的独立于语言的HTML Notebook应用程序。
|
||||
2015年,Jupyter Notebook作为IPython代码库The Big Split™的一部分发布。 IPython 3已发布,具有独立于用户语言的代码(例如IPython Notebook)和基于特定语言的代码(例如用于Python的IPython内核)的功能。
|
||||
由于计算涉及多种语言,因此Jupyter项目将继续在此存储库中开发独立于语言的** Jupyter Notebooks **。然后,在社区的帮助下,在您自己的存储库中开发特定于语言的内核。
|
||||
|
||||
[[The Big Split™ announcement](https://blog.jupyter.org/the-big-split-9d7b88a031a7)]
|
||||
[[Jupyter Ascending blog post](https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e)]
|
||||
|
||||
## 安装
|
||||
|
||||
[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html)您可以从中查看安装文档。
|
||||
Jupyter Notebook的高级用法文档 [这里](https://jupyter-notebook.readthedocs.io/en/latest/)请参考。
|
||||
|
||||
对于本地安装[pip](https://pip.readthedocs.io/en/stable/installing/)确保已安装,然后执行以下命令。
|
||||
|
||||
$ pip install notebook
|
||||
|
||||
## 如何使用-运行Jupyter Notebook
|
||||
|
||||
### 在本地安装中执行
|
||||
|
||||
运行以下命令:
|
||||
|
||||
$ jupyter notebook
|
||||
|
||||
### 在远程安装中执行
|
||||
|
||||
在远程启动Jupyter Notebook之前,需要进行一些配置。 [Notebook运行服务器](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html)请参阅。
|
||||
|
||||
## 开发安装
|
||||
|
||||
有关如何设置开发安装的信息[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)请参阅。
|
||||
|
||||
## 贡献
|
||||
|
||||
如果您有興趣為該項目做貢獻[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)请参阅。
|
||||
|
||||
## 參考
|
||||
|
||||
- [Project Jupyter website](https://jupyter.org)
|
||||
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
|
||||
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
|
||||
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
|
||||
- [Issues](https://github.com/jupyter/notebook/issues)
|
||||
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)
|
BIN
docs-translations/ch-CH/resources/Notebook_Editor.GIF
Normal file
BIN
docs-translations/ch-CH/resources/Notebook_Editor.GIF
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
BIN
docs-translations/ch-CH/resources/dashboard.GIF
Normal file
BIN
docs-translations/ch-CH/resources/dashboard.GIF
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
docs-translations/ch-CH/resources/edit_mode.GIF
Normal file
BIN
docs-translations/ch-CH/resources/edit_mode.GIF
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
docs-translations/ch-CH/resources/file_editor.GIF
Normal file
BIN
docs-translations/ch-CH/resources/file_editor.GIF
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
docs-translations/ch-CH/resources/running_code_med.png
Normal file
BIN
docs-translations/ch-CH/resources/running_code_med.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 331 KiB |
Loading…
Reference in New Issue
Block a user