-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Milestone
Description
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.