【问题标题】:installing Jupyter on server without internet access在没有 Internet 访问权限的服务器上安装 Jupyter
【发布时间】:2016-12-23 19:22:10
【问题描述】:

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

谢谢

【问题讨论】:

    标签: python-3.x ipython jupyter


    【解决方案1】:

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

    请参阅pip download documentation 了解更多信息。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-09-23
      • 2020-05-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-12-21
      • 2013-06-14
      • 2014-12-31
      相关资源
      最近更新 更多