Skip to content

Pluggable completion escaper #107

@anntzer

Description

@anntzer

#36 introduced escaping of paths that contain spaces using backslashes on Linux (

if os.name == 'nt':
). Unfortunately such a completion is not valid for the MATLAB kernel, which requires instead single-quoting of the path.

Perhaps this escaper could be made pluggable at the kernel level?

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