how the heck do i run simple python code in phoenix? #1111
|
I can see the live preview for the html file, but i don't see a terminal or even the "run" button to run code and see the output. Help! |
Answered by
davebritton
Sep 19, 2023
Replies: 1 comment 4 replies
|
Do you want the code to run on your own computer that is running the browser with phoenix, or on a remote webserver? If the latter, you need the webserver to be running Node.js. You need to launch a shell running within javascript: |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I misunderstood. I thought you wanted to run a python-driven website built using Phoenix. You cannot directly run a python program that you have edited with Phoenix from inside the Phoenix editor. Try this instead: https://eric-ide.python-projects.org/
which is specifically for editing python projects.