Skip to content

Invalid displayhook for other kernels #161

@takluyver

Description

@takluyver

KernelApp sets sys.displayhook to ZMQDisplayhook, which sends execute_result messages without an execution_count, crashing jupyter_console.

We don't see this in our own code because ZMQInteractiveShell then overrides it with ZMQShellDisplayHook, which works correctly. But this is an issue e.g. when running the xonsh kernel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions