I've imported a project into VS Code which has Jupyter notebooks as part of it, but I've not managed to get the notebooks to run within VS Code. The error I'm getting is
Timed out waiting to get heartbeat from kernel process
Which pops up as a notification in the bottom right corner of VS Code.
Is there any guidance on how to troubleshoot this?
If I run this in the embedded terminal it runs fine:
jupyter lab
But running the jupyter code blocks within VS Code causes it to hang (i.e. [*] next to code block), and then eventually return the error:
Timed out waiting to get heartbeat from kernel process
Incredibly annoying, and I can't find any explanation in the docs of how to work out whats going wrong.
Any help would be greatly appreciated.