【问题标题】:How to restart the server in jupyter hub through command line?如何通过命令行重新启动 jupyter hub 中的服务器?
【发布时间】:2020-03-05 10:41:33
【问题描述】:

我有一个 Jupyter 实例在 Jupyter hub 中运行,其中有一个启动/重启服务器的选项,如下所示:

然后我使用命令更改了主题

jt -t <theme name>

现在,我在主屏幕上看不到停止和重新启动服务器的选项

有人请帮我在哪里可以找到这个选项? 我在 Jupyter 终端中输入了以下命令,但它不起作用。

jupyter notebook stop 8888

【问题讨论】:

  • 通常你可以使用jupyter notebook list查看所有正在运行的服务器,然后只需使用正在运行的端口并使用jupyter notebook stop &lt;port number&gt;
  • 谢谢,这很有帮助

标签: jupyter-notebook jupyter jupyter-lab jupyterhub jupyter-irkernel


【解决方案1】:

现在位于底部的 JupyterHub/Lab 文件菜单“Hub 控制面板”下。

为我选择该选项会在以下 URL 显示您图片中描述的新版本菜单:

http://127.0.0.1:8000/hub/home

HTH

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-04-17
    • 1970-01-01
    • 2020-06-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多