You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a full fledged editor feels a bit out of scope for the interpreter, but I would love to do some integration where you have the possibility to edit the file in your app and run it with the PythonHost (see #8). This should already be possible to some extend, if you start an indent exposing the .py file. (see #3)
Add a handler for plain python files that starts the python idle displaying the file.
The text was updated successfully, but these errors were encountered: