【问题标题】:VSCode Python Interactive Window - how to stop Jupyter server?VSCode Python 交互窗口 - 如何停止 Jupyter 服务器?
【发布时间】:2019-10-04 04:49:08
【问题描述】:

在 Visual Studio Code 中,当我启动 Python 交互窗口时(例如,通过调用“在 Python 交互窗口中运行选择/行”命令),Jupyter 服务器在后台启动。在那个窗口中,我可以重新启动内核,但我找不到停止服务器的方法。怎么能阻止?简单地关闭交互式窗口只会断开与服务器的连接,但不会停止它。

【问题讨论】:

    标签: python visual-studio-code jupyter


    【解决方案1】:

    VSCode 中没有额外的函数构建。但是您可以从终端定期管理它。您可以使用jupyter-notebook stop 停止它。

    这里也提到了其他方式:How to close IPython Notebook properly?

    【讨论】:

      猜你喜欢
      • 2021-10-19
      • 2021-12-07
      • 1970-01-01
      • 2012-06-08
      • 2018-03-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-31
      • 1970-01-01
      相关资源
      最近更新 更多