小编sai*_*ing的帖子

“jupyter notebook”和“jupyter server”有什么区别?

运行jupyter notebookjupyter 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.
Run Code Online (Sandbox Code Playgroud)

有一些差异,比如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 …
Run Code Online (Sandbox Code Playgroud)

jupyter jupyter-notebook

4
推荐指数
1
解决办法
319
查看次数

如何在命令行中克隆AWS EMR集群?

我有一个重复任务,需要克隆现有的 EMR 集群(名称不同的除外)。我一直在AWS控制台中执行此操作(基本上,在控制台中找到EMR集群,单击“克隆”,更改名称,然后“创建集群”)。有没有办法在命令行中执行此操作,以便我可以自动化它?我已经检查过aws emr create-cluster help,但似乎没有什么相关的。谢谢!

amazon-web-services amazon-emr

3
推荐指数
1
解决办法
2757
查看次数