📜  在 google colab 中连接到本地运行时 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:05.559000             🧑  作者: Mango

代码示例1
jupyter notebook \
  --NotebookApp.allow_origin='https://colab.research.google.com' \
  --port=8888 \
  --NotebookApp.port_retries=0