其他分享
首页 > 其他分享> > colab连接本机

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