如何:将实例(来自Google Cloud Service的虚拟机)与来自Google Colab的本地运行时连接

时间:2020-05-19 15:13:57

标签: google-cloud-platform connection virtual-machine instance google-colaboratory

我只是为了使它生效而苦苦挣扎了3天,但是许多解释它的消息源都在某种程度上引起误解。因此,我现在分享。 我正在使用Windows,并使用Windows 10 Subsystem for Linux从那里进行操作: (有关如何激活的说明,请参见https://docs.microsoft.com/en-us/windows/wsl/install-win10

在VM的已连接终端中

sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python-pip 

-安装jupyter_http_over_ws

sudo -i pip install jupyter_http_over_ws 

-仍在连接的VM上运行jupyter服务器

jupyter serverextension enable --py jupyter_http_over_ws

jupyter笔记本\

-NotebookApp.allow_origin ='https://colab.research.google.com'\

-port = 8888 \

-NotebookApp.port_retries = 0

(这也应该是一个代码单元-但格式不允许我使用)

我希望这可以节省一些时间。

原始资料来自这里: https://research.google.com/colaboratory/local-runtimes.html https://medium.com/@yufengg/how-to-upgrade-colab-with-more-compute-64d53a9b05dc (但不知何故,它使我感到困惑,至少对我没有用)

0 个答案:

没有答案