As an #rstats dev, I never expected writing a PR to ipykernel :) github.com/ipython/ipyk... It's now running for everyone with ipykernel >= 7.1
This PR proposes a patch to address the issue described in #1438 (comment)
With this, we no longer asssume that the IPykernel app starts from the main thread. Instead, we keep a reference to the la...