VSCode + Jupyter extension is my jam. Yeah, the kernel disconnects suck, but have you tried tweaking the settings?
Go to settings.json and add:
`"jupyter.notebook.delayStartupUntilIdle": false`
Helps a ton. For a lightweight python ide with jupyter notebook support, it’s hard to beat.
Go to settings.json and add:
`"jupyter.notebook.delayStartupUntilIdle": false`
Helps a ton. For a lightweight python ide with jupyter notebook support, it’s hard to beat.
