Jupyter 简明教程

Working with Jupyter Online

如果你对 Jupyter 不熟悉,可以在本地计算机上安装之前尝试 Jupyter notebook 的功能。为此,访问浏览器中的 ` https://jupyter.org `,然后选择 ` ‘Try Jupyter with Python’ ` 选项。

try jupyter with python

这将在浏览器中打开 ` https://mybinder.org ` 的主页。从 File 菜单中选择新建笔记本选项,在浏览器中打开一个空白的 Jupyter。与 IPython 终端类似的输入单元格将显示。你可以在其中执行任何 Python 表达式。

jupyter new notebook