Skip to content

Interrupting kills the kernel #527

@davidbrochart

Description

@davidbrochart

See jupyter/jupyter_client#754.

Run this code in Jupyter Lab with a xeus-python (not raw) kernel:

import asyncio

async def main():
    await asyncio.sleep(5)

await main()

and interrupt the execution before the execution completes. You should see "Kernel Restarting".

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