【发布时间】:2020-07-09 03:24:19
【问题描述】:
【问题讨论】:
-
你不能。它只能通过浏览器工作。
标签: python-3.x user-interface tkinter google-colaboratory
【问题讨论】:
标签: python-3.x user-interface tkinter google-colaboratory
不,你不能。
笔记本在 Google 的云服务器上执行代码,您将无法看到显示。
您可以尝试运行一个帧缓冲服务器和一个指向它的DISPLAY 来模拟图形屏幕,就像建议的here 一样,但它可能会成为一个挑战,因为 Colab 本身并不支持交互式屏幕。
【讨论】: