flet icon indicating copy to clipboard operation
flet copied to clipboard

Flet and Google Colab

Open tellts opened this issue 1 year ago • 3 comments

Please tell me in detail, step by step, with example commands and example code, using the information from these two articles, how to use Flat in Google Colab. https://flet.dev/docs/guides/python/deploying-web-app/hosting-providers/self-hosting

https://saturncloud.io/blog/is-there-a-general-way-to-run-web-applications-on-google-colab/

import flet as ft

def main(page: ft.Page): t = ft.Text(value="Hello, world!", color="green") page.controls.append(t) page.update()

ft.app(target=main, view=ft.AppView.WEB_BROWSER)

tellts avatar Mar 09 '24 07:03 tellts

Hi, is this issue still open. Please, can I have the opportunity to work on this issue.

sharsha315 avatar Mar 16 '24 08:03 sharsha315

Try this? https://github.com/flet-dev/flet/discussions/2893#discussion-6381813

ndonkoHenri avatar Mar 16 '24 13:03 ndonkoHenri

Hello. Yes, I still need help.

tellts avatar Mar 17 '24 01:03 tellts