Skip to content

Run cells before notebook is live #994

@SylvainCorlay

Description

@SylvainCorlay

When a notebook just got opened, and as the kernel is still starting, it is already possible to "execute" the first cells with Shift+Enter.

However, execution requests are lost instead of being queued and the later cells executed likely error due to the missing first cells. This problem is especially visible with windows where the kernel startup time is longer than on OS X or linux.

We should probably either queue the messages or keep the current cell selected.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions