Skip to content

Request: Line breaks in line magic command #2164

@tkf

Description

@tkf

It would be nice if IPython's line magic command can have line breaks, like python or shell script. For example, I want something like the this in notebook:

%run myscript.py \
  --output very/very/long/path/ \
  --parameter_alpha ... \
  --parameter_beta ... \
  --parameter_gamma ... \
  ...

Will it over complicate the current magic command system?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions