-
Notifications
You must be signed in to change notification settings - Fork 293
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
Jupyter in vscode run very slow in Macbook air m1 #11568
Comments
Is it running a cell that takes a long time or opening/editing the notebook? |
It's running a cell that takes a long time. I will continue to track this problem and get feedback here. |
I just caught this bug again. debug 18:32:13.497: Jupyter completion time: 2 [W 18:32:21.441 NotebookApp] 404 GET /json/list (127.0.0.1) 2.010000ms referer=None [W 18:32:21.496 NotebookApp] 404 GET /json/list (127.0.0.1) 0.660000ms referer=None [W 18:32:21.549 NotebookApp] 404 GET /json/list (127.0.0.1) 0.670000ms referer=None [W 18:32:21.603 NotebookApp] 404 GET /json/list (127.0.0.1) 0.660000ms referer=None [W 18:32:21.660 NotebookApp] 404 GET /json/list (127.0.0.1) 0.720000ms referer=None [W 18:32:21.718 NotebookApp] 404 GET /json/list (127.0.0.1) 0.670000ms referer=None [W 18:32:21.776 NotebookApp] 404 GET /json/list (127.0.0.1) 0.690000ms referer=None [W 18:32:21.835 NotebookApp] 404 GET /json/list (127.0.0.1) 0.630000ms referer=None [W 18:32:21.893 NotebookApp] 404 GET /json/list (127.0.0.1) 1.130000ms referer=None [W 18:32:21.951 NotebookApp] 404 GET /json/list (127.0.0.1) 0.680000ms referer=None |
Please could you enable logging as follows:
|
Actually, my workflow is as follows,
I already changed the setting to and the above is the output from |
Please could you upload all of the logs, you don't seem to have uploaded everything.
Also, are you connecting to a remote kernel or local kernel? |
Local kernel. The whole output is too long to put paste here. I put it in a text file below. |
Feedback about this issue. After disabling all my extensions except the python extension, it seems that the problem has gone. I want to keep this issue open for a while (maybe one more month) to see if I still got the same problem. I will get my feedback then. |
Its been over 3 weeks, lets close this for now. |
After I disabled all the extensions except the Python extension, it seemed to work well. Cheers! |
Environment data
Expected behaviour
Run quickly in seconds
Actual behaviour
Run very slow
Steps to reproduce:
I don't know how to reproduce, it is not always slow but sometimes very slow. When I switch back to Jupyter-lab, it will be very fast. In windows, it never happens:)
I know there are some same open issues like 7069, but they are all closed. Also, when I use Vscode Jupyter by remote ssh (with some Linux servers) through vs code. This also never happened.
The text was updated successfully, but these errors were encountered: