Skip to content

Magic return values are suppressed #110

Description

@andrus

Currently, the return values of magics are suppressed, so say if a line magic is the last in a cell, its result is not printed. I suppose that was intentional in the past, but with magics like %time we need to print the result. The correct behavior would be for magics to behave like any other statements. Let's also revisit the older magics to make sure they are all of type Void, returning null, so that nothing is printed for them after this change.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions