Q2。无法在 Google Colab 上为 Jupyter 安装/激活 jupyter_http_over_ws
Posted
技术标签:
【中文标题】Q2。无法在 Google Colab 上为 Jupyter 安装/激活 jupyter_http_over_ws【英文标题】:Q2. Unable to install/activate jupyter_http_over_ws for Jupyter on Google Colab 【发布时间】:2021-12-31 19:10:33 【问题描述】:对于本地运行时,Colaboratory 允许您使用 Jupyter 连接到本地运行时。这允许您在本地硬件上执行代码并访问本地文件系统。我正在尝试让 jupyter_http_over_ws 工作。
相应地运行这些脚本,但我卡住了,它弹跳并出现错误 - 屏幕截图 1。
我什至尝试运行最后一个脚本来启动服务器并进行身份验证,但卡住了,但它也被冻结在某个点 - 屏幕截图 2。
pip install jupyter_http_over_ws
jupyter serverextension enable --py jupyter_http_over_ws
jupyter notebook \
--NotebookApp.allow_origin='https://colab.research.google.com' \
--port=8888 \
--NotebookApp.port_retries=0
Screenshot 1
Screenshot 2
【问题讨论】:
【参考方案1】:首先确保你已经正确安装了jupyter notebook和jupyter_http_over_ws
,然后在命令提示符下执行:
jupyter notebook --NotebookApp.allow_origin='https://colab.research.google.com' --port=8888
【讨论】:
“写下来”我假设你的意思是“执行这个”? 我显然安装了 Jupyter notebook。我还要如何打开这个特定的终端来执行代码? @AnirbanB 如果 jupyter notebook 和 jupyter_http_over_ws 安装成功,那么我建议您删除您发布的 jupyter notebook 代码中的“\”并将所有参数写在一行中。如果还是不行那你最好重新安装jupyter notebook和jupyter_http_over_ws @JeremyCaney 是的。注意!以上是关于Q2。无法在 Google Colab 上为 Jupyter 安装/激活 jupyter_http_over_ws的主要内容,如果未能解决你的问题,请参考以下文章