在没有Internet访问的服务器上安装Jupyter

时间:2016-12-23 19:22:11

标签: python-3.x ipython jupyter

我需要在服务器上安装Jupyter,它无法访问互联网。我安装了Ipython但是为了安装Jupyter,我认为它需要有互联网连接。该问题的解决方案是什么?

谢谢

1 个答案:

答案 0 :(得分:3)

使用本地计算机上的pip download jupyter下载所有必需的软件包。将它们放在服务器上的目录中。在服务器上使用pip install --no-index --find-links <directory> jupyter

有关详细信息,请参阅pip download documentation