Jupyter集线器:启动器中出现致命错误。。。系统找不到指定的文件

2024-05-11 05:36:09 发布

您现在位置:Python中文网/ 问答频道 /正文

https://jupyterhub.readthedocs.io/en/stable/quickstart.html 我是按照这个指南在我的计算机上安装jupyterhub的,但是在我用conda完成安装之后

conda install -c conda-forge jupyterhub # installs jupyterhub and proxy

conda install notebook # needed if running the notebook servers locally

我在VisualStudioCodeIDE中安装了GitBashCLI,我的jupyter笔记本工作正常。Python与anaconda一起安装:

python 3.7.6 康达4.8.3 jupyter核心:4.6.1

jupyter笔记本:6.0.3

qtconsole:4.6.0

伊皮顿:7.12.0

ipykernel:5.1.4

jupyter客户端:5.3.4

jupyter实验室:1.2.6

nbconvert:5.6.1

ipywidgets:7.5.1

NBC格式:5.0.4 叛徒:4.3.3

尝试运行时出现错误消息

jupyterhub -h

在终点站

Jupyter Hub:启动程序中出现致命错误:无法使用“<;python.exe path>;”C:\Users\username\anaconda3\Scripts\jupyterhub.exe”-h”创建进程:系统找不到指定的文件


Tags: installhttpsiohtml错误readthedocs笔记本jupyter
1条回答
网友
1楼 · 发布于 2024-05-11 05:36:09

我让jupyter和jupyterlab安装了以下命令,我的虚拟环境运行在我的pycharm终端上:

pip install jupyter

pip install jupyterlab

然后,我可以使用以下命令运行jupyter实验室:

jupyter-lab.exe

相关问题 更多 >