根据这篇文章,我使用flask-ngrok在GoogleColab上运行了一个“本地”web应用程序:。它在过去是正常工作的,但今天我开始得到错误:“隧道_______.ngrok.io找不到”,每当我试图访问由ngrok生成的公共_______.ngrok.io。pip install flask-ngrok
from flask
我想在GoogleColab上使用Python和Flask显示一个图像,但是,结果网页没有显示该图像。请找到我的代码下面。任何建议都会很有帮助。问候你,本 from google.colab import drive
from flask_ngrok import run_with_ngrokflasktest/templates', static
我想通过SSH连接到Google计算机,因为它确实有糟糕的文本编辑能力,而且它喜欢隐藏我在交互shell中输入的字符。!PermitRootLogin yes" >> /etc/ssh/sshd_config #gimme that root access, cause default user is root in GoogleColab+