zoukankan      html  css  js  c++  java
  • Jupyter无法运行websocket错误

    Juputer无法连接

    系websocket连接出问题,浏览器控制台报错 ws 连接异常

    WebSocket connection to 'ws://localhost:8888/api/kernels/f8809bf9-988f-4666-b183-e01bed63fa76/channels?session_id=e49c21f065e64e7a89847a0859d689dd' failed: Error during WebSocket handshake: Unexpected response code: 200

    解决方案

    参考 https://github.com/jupyter/notebook/issues/4399

    卸载龙卷风6并重新安装龙卷风5。

    pip uninstall tornado
    pip install tornado==5.1.1

  • 相关阅读:
    Beta 冲刺(1/7)
    福大软工 · 第十次作业
    11111111
    101
    7
    6
    5
    4
    p
    b2
  • 原文地址:https://www.cnblogs.com/nanshaobit/p/12515522.html
Copyright © 2011-2022 走看看