离线安装Jupyter Notebook,而无需pip

泰敏·卢德维克·金

我需要在没有互联网的计算机上安装jupyter笔记本。

我无法安装带有安全问题的anaconda。

我只能对.whl文件使用pip,因为这台计算机没有互联网访问权限。

我已经从https://github.com/jupyter/notebook下载了notebook-master.zip文件

但是我仍然无法使用此zip文件安装jupyter笔记本。

请帮助我安装jupyter笔记本。

谢谢

阿拉什(Arash Hatami)

解压缩zip文件并运行以下命令:

python setup.py install --single-version-externally-managed --root=/

或者您可以使用此命令

pip install .

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何在Jupyter Notebook中获得自动完成功能而无需使用制表符?

安装Torch已更改Jupyter Notebook配置

使用pip安装iPython Notebook

如何卸载从Anaconda安装的Jupyter Notebook?

在Jupyter Notebook上离线显示icreate_animations

无需使用WebSocket即可访问Jupyter Notebook

在JupyterLab中安装Jupyter Notebook扩展?

列出安装在virtualenv中的软件包(具有相应版本),而无需使用pip

无需PIP即可离线安装依赖的python模块

将Jupyter Lab Notebook转换为脚本,而无需添加注释和单元格之间的新行

安装并运行R Kernal for Jupyter Notebook?

有没有一种方法可以使用pip安装psycopg2而无需在主机系统上安装postgres

无法使用Windows PowerShell安装Jupyter Notebook,因为pip不会升级到20.1版

运行时运行Jupyter和Notebook问题的pip3安装

重建vcpkg,而无需再次安装

Julia-开发软件包和更新更改而无需重新启动Jupyter Notebook内核

有没有一种方法可以输出表达式而无需评估jupyter notebook

pip3安装的jupyter问题:'notebook'不是Jupyter命令

如何使用pip从需求文件安装pkg而无需重新安装

如何在 jupyter notebook 中使用 TensorFlow?我已经通过 python 3.5 pip 安装了 TensorFlow

通过 Jupyter notebook 从 GitHub 安装模块

离线安装python 3.6.7 pip3

如何仅使用 Jupyter Notebook 安装 Qiskit?

Jupyter notebook 找不到已安装的模块

离线安装请求并且没有 pip

无需 Python 即可生成 Jupyter Notebook 密码

AttributeError: 使用 pip (python 3.6) 安装 Jupyter Notebook 时,模块“typing”没有属性“NoReturn”

在 jupyter notebook 中安装 pylift

如何在 Jupyter Notebook 中安装 Plotly