Welcome to the room! Open files and invite others to edit together.
AI Assistant
Gemini AI
Welcome to the AI Assistant! Ask me anything, or select code in the editor and type a prompt.
Web Proxy Preview
This launches an inlined sandbox browser in the side panel using the server's network proxy. Click pages to navigate.
GUI Session
Interact with desktop GUI windows generated by Tkinter, Turtle, Pygame, etc., running on the headless Linux server.
Quick Example (Tkinter):
Run this in a Python script: import tkinter as tk
root = tk.Tk()
root.title("Hello World")
label = tk.Label(root, text="Running in browser!")
label.pack(padx=20, pady=20)
root.mainloop()
You are viewing this workspace in Read-Only Mode. Clone it to make your own copy and start editing!