flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
10.68k stars 413 forks source link

Flet and Google Colab #2838

Open tellts opened 5 months ago

tellts commented 5 months ago

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)

sharsha315 commented 5 months ago

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

ndonkoHenri commented 5 months ago

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

tellts commented 5 months ago

Hello. Yes, I still need help.

dpaes commented 4 weeks ago

up