Eli*_*Eli 5 ipython python-3.x jupyter
我需要在无法访问互联网的服务器上安装 Jupyter。我安装了 Ipython,但要安装 Jupyter,我认为它需要有互联网连接。有什么解决办法吗?
谢谢
aka*_*ola 4
pip download jupyter在本地计算机上使用来下载所有必需的软件包。将它们放在服务器上的目录中。pip install --no-index --find-links <directory> jupyter在服务器上使用。
pip download jupyter
pip install --no-index --find-links <directory> jupyter
有关更多信息,请参阅pip 下载文档。
归档时间:
9 年 前
查看次数:
3103 次
最近记录: