【发布时间】:2021-08-20 03:24:43
【问题描述】:
运行jupyter notebook 和jupyter server 给我的结果非常相似,描述也非常相似。
❯ jupyter notebook -h
The Jupyter HTML Notebook.
This launches a Tornado based HTML Notebook Server that serves up an
HTML5/Javascript Notebook client.
❯ jupyter server -h
The Jupyter Server.
This launches a Tornado-based Jupyter Server.
server 没有加载 nbextensions 之类的差异,但我不明白为什么有两个命令有这么多重叠。
供参考,这是各个模块的版本。
❯ jupyter --version
jupyter core : 4.7.1
jupyter-notebook : 6.3.0
qtconsole : 5.0.3
ipython : 7.22.0
ipykernel : 5.3.4
jupyter client : 6.1.12
jupyter lab : 3.0.11
nbconvert : 6.0.7
ipywidgets : 7.6.3
nbformat : 5.1.3
traitlets : 5.0.5
【问题讨论】: