Jupyter 简明教程
Jupyter Tutorial
Project Jupyter 是一个综合软件套件,用于交互计算,其中包括各种软件包,如 Jupyter Notebook、QtConsole、nbviewer、JupyterLab。本教程为您提供关于 Project Jupyter 的详尽知识。在本教程结束时,您将能够将其概念应用到软件编码中。
Project Jupyter is a comprehensive software suite for interactive computing, that includes various packages such as Jupyter Notebook, QtConsole, nbviewer, JupyterLab. This tutorial gives you an exhaustive knowledge on Project Jupyter. By the end of this tutorial, you will be able to apply its concepts into your software coding.
Audience
Jupyter notebook 是当今数据科学家事实上的标准交互式环境。本教程对希望学习 Python/R 等的实践数据科学库的每个人都很有用。
Jupyter notebook is a defacto standard interactive environment for data scientists today. This tutorial is useful for everyone who wants to learn and practice data science libraries of Python/R etc.
Prerequisites
本教程不是教授 Python 编程。它描述了使用功能强大的交互式环境来使用 Python。我们假设您对 Python 编程语言有很好的理解。如果您是 Python 和其他相关概念的初学者,我们建议您在开始使用 Jupyter 之前选择基于这些内容的教程。
This is not a tutorial to teach Python programming. It describes use of powerful interactive environment to use Python. We assume you have a good understanding of the Python programming language. If you are beginner to Python and other related concepts, we suggest you to pick tutorials based on these, before you start your journey with Jupyter.