You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that it takes a few seconds for the message Handle Execution of Cells to get logged in output panel.
On my machine it takes around 5s, meaning VS Code core is busy doing something before exension host gets the message to execute the cells.
This could be the same issue we're runnging into over SSH and other cases as well.
Basically users report Jupyter notebook is slow, but based on Jupyter extension logs, things are fast,
this seems to line up perfectly with the above.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Use the following to generate cell with outupt and copy this a few 100 times.
Handle Execution of Cells
to get logged in output panel.On my machine it takes around 5s, meaning VS Code core is busy doing something before exension host gets the message to execute the cells.
This could be the same issue we're runnging into over SSH and other cases as well.
Basically users report Jupyter notebook is slow, but based on Jupyter extension logs, things are fast,
this seems to line up perfectly with the above.
The text was updated successfully, but these errors were encountered: