-
-
Notifications
You must be signed in to change notification settings - Fork 138
Web REPL #210
Copy link
Copy link
Closed
Labels
type: featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
type: featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, the bot is able to execute small Python snippets. This would expand on that by hosting a live Python interpreter REPL on the site. While there are other web-based Python REPLs out there, it might be beneficial to host our own to provide a known-good non commercial resource. We could also add collaboration/helper tools in the future, such as a live view of a session, shared sessions, and pastebin integration (or just saving code on our site).