colab连接本机
作者:互联网
- 需要安装插件
pip install --upgrade jupyter_http_over_ws && \
jupyter serverextension enable --py jupyter_http_over_ws
- 启动
jupyter notebook \
--NotebookApp.allow_origin='https://colab.research.google.com' \
--port=8889 \
--NotebookApp.port_retries=0
标签:jupyter,--,over,port,colab,http,连接 来源: https://www.cnblogs.com/bregman/p/15405703.html