Skip to content

Change the way how python program URLs and read-only Python code is handled #35

@johann-petrak

Description

@johann-petrak

See discussion in #33

What we want:

  • get rid of working dir and python program path parameters, only keep the python program (URL) parameter
  • only support file URLs and jar URLs
  • if file URL, enable the editor and run as a python program file
  • if jar URL, disable the editor and run as a python module

We should probably also check if a file: file is writable and not allow the editor if it is not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions