jupyter_http_over_ws

时间:2024-06-18 06:53:34
【文件属性】:

文件名称:jupyter_http_over_ws

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-18 06:53:34

Python

Jupyter HTTP-over-WebSocket 此 Jupyter 服务器扩展允许运行使用 WebSocket 代理 HTTP 流量的 Jupyter 笔记本。 浏览器不允许通过 HTTP 与 localhost 进行跨域通信,但支持通过 WebSocket 与 localhost 进行跨域通信。 安装和设置 在 shell 中运行以下命令: pip install jupyter_http_over_ws # Optional: Install the extension to run every time the notebook server starts. # Adds a /http_over_websocket endpoint to the Tornado notebook server. jupyter serverextension enable --py j


【文件预览】:
jupyter_http_over_ws-main
----.gitignore(130B)
----setup.cfg(27B)
----README.md(2KB)
----LICENSE(11KB)
----CONTRIBUTING.md(50B)
----setup.py(2KB)
----.travis.yml(207B)
----tox.ini(319B)
----jupyter_http_over_ws()
--------handlers.py(19KB)
--------handlers_test.py(38KB)
--------test()
--------__init__.py(2KB)

网友评论