Example for Google Colab #2893
tellts
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not always possible to launch. And so you may not have a starting point to help me launch Flet. The correct sequence of actions is important here.
We look above to see if any processes are running above in the notepad and stop them (maybe not necessarily, but so that they don’t cause errors).
First we do this:
Then this:
The text https://localhost:8084/ is displayed, and below it is a link to the web page.
Next we do this:
!python hello2.py
And follow the link that was displayed in the previous step.
Next, enter if you have not done so before, or repeat if the code with flet is subsequently underlined with a red zigzag:
!pip install flet
Beta Was this translation helpful? Give feedback.
All reactions