gpt4 book ai didi

jupyter - 如何为 Jupyter 启用 ipyparallel?

转载 作者:行者123 更新时间:2023-12-04 15:08:38 32 4
gpt4 key购买 nike

Jupyter 或 ipyparallel 下散布着文档,但没有一个单独的文档说明从头到尾的整个过程。我真的很困惑。有没有人可以分享一下经验?

这是关于我的环境的检查。

$ipcluster --version
5.2.0

$which -a ipcluster
/home/etlolap/anaconda3/bin/ipcluster
/user/bin/cluster

$head -n 1 $(which ipcluster)
#!/home/etlolap/anaconda3/bin/python

我可以在 Jupyter 中看到 Clusters 选项卡,但它仍然提示要求安装 ipyparallel。
enter image description here

要在 Jupyter Notebook 中启用 IPython Clusters 选项卡:
ipcluster nbextension enable

但是我遇到了以下问题,因此它不起作用。看起来 nbextension 甚至不是一个有效的论点。
No subcommand specified. Must specify one of: ['start', 'stop', 'engines'].

最佳答案

如果您使用 pip,这将为您提供 Jupyter notebook 和 IPython 并行:

pip install notebook ipyparallel

此时该软件包功能齐全。您可以使用 ipcluster 启动集群并从笔记本连接到它们。安装 ipyparallel 后,您可以在 notebook 仪表板中启用 IPython Clusters 选项卡:
ipcluster nbextension enable

如果您正在使用 conda-forge , 安装 ipyparallel 会自动启用扩展:
conda install -c conda-forge notebook ipyparallel

如果您使用的是 conda 而不是 conda-forge 包(例如 Anaconda),或者您没有看到 IPython Clusters 选项卡,您仍然可以运行上面的命令来启用扩展:
ipcluster nbextension enable

或禁用它:
ipcluster nbextension disable

关于jupyter - 如何为 Jupyter 启用 ipyparallel?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39301966/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com