-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL - jupyter notebook takes to long to open in VS Code Insiders. It's slow. loading performance #5211
Comments
Yikes, I think I know what's going on. |
If I disable the python extension, its about 3-4sec to bring up the notebook, which is much more inline with how my normal setup works on my surface with remote-wsl. I get this: which seems a little weird since I can use multiple languages with Jupyter, right? This is perhaps a separate issue. I would do a timing video but it wouldn't help since by the time I moved the mouse to start the timer it would be done :). |
Yup, i've figured out the cause. Thanks
We're tracking this in a seprate issue. and i've got some fixes for this as well. |
Notes
|
This WSL scenario has been improved. There's likely more we can do here though. Moving to June for further consideration. |
Moving to July as we couldn't get to this for June. |
@chriddyp Please could you try using VS Code Insiders. This issue focuses on the perf related to the use of the new Notebook UI when used in VS Code insiders (note this is the UI we're planning in rolling out in place of the current UI). |
Thanks for the pointer @DonJayamanne , and sorry for the noise! Just downloaded Insiders and the performance is indeed much better. Love the new UI, too! Timeline on my computer: |
Closing this issue as ipynb editor has been moved into VS Code core. |
Environment data
Version: 1.55.0-insider (user setup)
Commit: 111a6cec70f9562cdd31a5fd8cdea4b3a9b7bd82
Date: 2021-03-18T05:14:49.087Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Windows_NT x64 10.0.19041
Running WSL with Ubuntu 20.04 LTS
On first load of a simple notebook, it can take 15 - 20 seconds for the Notebook to be ready. This is consistent on every reload of the workbench.
In this video I run it 2 times to show the consistency of the timings.
The text was updated successfully, but these errors were encountered: