-
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
Can not use Wolfram Kernel when using Local Server #7334
Comments
Hi @yfzhao20, it looks like your kernel didn't start. Could you please run this on any terminal outside of VS Code? This should start your kernel. Please let me know if that works for you. If it does, there might be something to change in the extension. If it doesn't work, your Wolfram kernel has some issues, maybe it wasn't installed correctly. Anyway, please keep me posted. |
I think my kernel can be started normally from Jupyter...But finally it is closed for some reason: test.mp4For that terminal command:
It tells me that output
Today I had another try and tracked the {
"key": "bcfe634a-d211-44f9-97ea-48a2c22cd3b8",
"signature_scheme": "hmac-sha256",
"transport": "tcp",
"ip": "127.0.0.1",
"hb_port": 9029,
"control_port": 9030,
"shell_port": 9031,
"stdin_port": 9032,
"iopub_port": 9033,
"kernel_name": "wolframlanguage12.3"
} So strange... |
Thanks for your response @yfzhao20. I have another question, could you share the |
Thank you @DavidKutu ! {
"argv":[
"D:\\0-SOFTWARE\\Wolfram Research\\Wolfram Engine\\12.3\\wolfram.exe",
"-script",
"C:\\Users\\zhaoyifei5053\\AppData\\Roaming\\WolframEngine\\Paclets\\Repository\\WolframLanguageForJupyter-0.9.2\\Resources\\KernelForWolframLanguageForJupyter.wl",
"{connection_file}"
],
"display_name":"Wolfram Language 12.3",
"language":"Wolfram Language"
} |
Hi, I'm in the same situation: Wolfram Kernel can be connected for the remote server, but not for the local server. |
Hi @yfzhao20, I apologize for taking so long to get back to you. I asked for the kernelspec because I wanted to check if you can start it on your own on a terminal. To do so, please run the following:
Let me know if that works and please share a screenshot. @ted1277, you can try the same thing, just find your |
Hi, @DavidKutu, my result is similar to that of @yfzhao20. I have collected the key information below. The present situation
About the json file and starting the kernel on my ownThe path of
and it reads
so, I run
I need to run this code as the administrator, or it returns
The output when failed launcing the kernelThese are copied from the OUTPUT window of VS code.
|
Hi @yfzhao20 and @ted1277, sorry to get back to you this late. I'll admit I'm a total noob when it comes to Wolfram, but I'd like to try and get it working on my machine and get back to you with my findings. In that note, I wanted to ask: could you share what did you install? (like a specific version of the kernel, etc) You both mentioned it works when you run it remotely, that brings me to think there is some parameter the extension is not passing that is specific to Wolfram. So, final question, how do you start the kernel normally? (when you connect to it remotely). I'd really like to add support for this, so please get back to me when you get the chance. |
Hi @DavidKutu
To make sure you can repeat this problem on your computer, I have written the installation in detail. All the installation and setups may take you 15 mins. First, you need to install the
You can type
(I believe you have installed Then, you need the
Now, you should be able to chose If you need any more information, let me know. |
@yfzhao20 I've managed to repro this locally.
However, the same kernel can be started in Jupyter Labs. I.e. there's something different in lab vs notebooks. Now that I can repro this and I can get this working in Jupyter Labs, I'm certain we can get this fixed in VS Code as well. Thanks for your patience & the information you provided (helped me set this up locally) |
Some how Jupyter notebooks is working now. @yfzhao20 In the mean time you might have some luck with the following (unsupported) approach:
"jupyter.disableZMQSupport": false
We'll try to get this fixed, now that we know what's wrong & what needs to be fixed, it shouldn't take too long. |
Internal notes (for fix):
|
Hi, @DonJayamanne, thank you for your efforts! We will wait for the fix. |
@ted1277 |
@DonJayamanne how did you test this, seems like wolfram is not free, do you have a license key? |
Oops I see the helpful comment above |
I can't get it to work. I get
|
@roblourens can you get it working in Jupyter? |
In Jupyter Lab, it seems to get stuck on "Connecting". Any idea what else I need to do? |
Actually, it did work in Jupyter Lab on the second try, but still does not work in VS Code |
@roblourens let's chat tomorrow, |
@ted1277 Please could you test this on the latest version of VS Code, we believe this has been resolved. |
Please could you file a separate bug (I'll look into that) with the logs from the Jupyter output panel and console window wishing with the versions of all extensions. Closing as verified. Thanks a lot. |
log of Jupyter when starting it: log
and then when I click "执行单元格(Execute cell)" or "全部运行(run all)" then nothing happens, as that gif shows..with no log. If I change "Language Mode" into "Jupyter" or even "Plain text" , it works well. Strange it may seems. I change "Language Mode" into "jupyter" and run the code. Logs are here:
main extensions & version:
Thanks! |
This issue is maybe related to #4041. However I want to connect to Wolfram Kernel with LOCAL server.
Environment data
Expected behaviour
Connecting to Wolfram Kernel and doing calculation (just like on remote server):
Actual behaviour
Can not connect to Wolfram Server:
Steps to reproduce:
2.test:
success.
$Version
then run code.However there is nothing wrong when I connect to remote server. But I think it is troublesome to connect to remote server every time I use it (As is said in #4041).
Logs
output
Info 2021-08-29 22:16:22: Execute Cells request 1 0 Info 2021-08-29 22:16:22: Execute Cell 0 file:///d%3A/1-PRIVATE/P-program/python/new-py-notebook/.ipynb_checkpoints/Wolfram-test-checkpoint-checkpoint.ipynb Info 2021-08-29 22:16:22: Cell Index:0, state:1, exec: undefined. User queued cell for execution Info 2021-08-29 22:16:22: Starting Notebook in kernel.ts id = .wolframlanguage12.3.D:\0-SOFTWARE\Wolfram Research\Wolfram Engine\12.3\wolfram.exe..d:\0-software\wolfram research\wolfram engine\12.3\wolfram.exe#-script#c:\users\zhaoyifei5053\appdata\roaming\wolframengine\paclets\repository\wolframlanguageforjupyter-0.9.2\resources\kernelforwolframlanguageforjupyter.wl#{connection_file} Info 2021-08-29 22:16:22: Creating raw notebook for file:///d%3A/1-PRIVATE/P-program/python/new-py-notebook/.ipynb_checkpoints/Wolfram-test-checkpoint-checkpoint.ipynb Info 2021-08-29 22:16:22: Getting preferred kernel for file:///d%3A/1-PRIVATE/P-program/python/new-py-notebook/.ipynb_checkpoints/Wolfram-test-checkpoint-checkpoint.ipynb Info 2021-08-29 22:16:22: Computing working directory file:///d%3A/1-PRIVATE/P-program/python/new-py-notebook/.ipynb_checkpoints/Wolfram-test-checkpoint-checkpoint.ipynb Info 2021-08-29 22:16:22: Connecting to raw session for file:///d%3A/1-PRIVATE/P-program/python/new-py-notebook/.ipynb_checkpoints/Wolfram-test-checkpoint-checkpoint.ipynb with connection {"kind":"startUsingKernelSpec","kernelSpec":{"specFile":"C:\\Users\\zhaoyifei5053\\AppData\\Roaming\\jupyter\\kernels\\wolframlanguage12.3\\kernel.json","name":"wolframlanguage12.3","argv":["D:\\0-SOFTWARE\\Wolfram Research\\Wolfram Engine\\12.3\\wolfram.exe","-script","C:\\Users\\zhaoyifei5053\\AppData\\Roaming\\WolframEngine\\Paclets\\Repository\\WolframLanguageForJupyter-0.9.2\\Resources\\KernelForWolframLanguageForJupyter.wl","{connection_file}"],"language":"Wolfram Language","path":"D:\\0-SOFTWARE\\Wolfram Research\\Wolfram Engine\\12.3\\wolfram.exe","display_name":"Wolfram Language 12.3"},"id":".wolframlanguage12.3.D:\\0-SOFTWARE\\Wolfram Research\\Wolfram Engine\\12.3\\wolfram.exe..d:\\0-software\\wolfram research\\wolfram engine\\12.3\\wolfram.exe#-script#c:\\users\\zhaoyifei5053\\appdata\\roaming\\wolframengine\\paclets\\repository\\wolframlanguageforjupyter-0.9.2\\resources\\kernelforwolframlanguageforjupyter.wl#{connection_file}"} Info 2021-08-29 22:16:22: Starting raw kernel Wolfram Language 12.3 Info 2021-08-29 22:16:22: Kernel launching with ports 9016,9017,9018,9019,9020. Start port is 9000 Info 2021-08-29 22:16:22: Launching Raw Kernel & not daemon Wolfram Language 12.3 # D:\0-SOFTWARE\Wolfram Research\Wolfram Engine\12.3\wolfram.exe Info 2021-08-29 22:16:22: Cached data exists getEnvironmentVariables, d:\1-PRIVATE\P-program\python\new-py-notebook\.ipynb_checkpoints\Wolfram-test-checkpoint-checkpoint.ipynb Info 2021-08-29 22:16:22: No custom variables for Kernel as interpreter path is not defined for kernel Wolfram Language 12.3 Info 2021-08-29 22:16:22: Process Execution: > D:\0-SOFTWARE\Wolfram Research\Wolfram Engine\12.3\wolfram.exe -script ~\AppData\Roaming\WolframEngine\Paclets\Repository\WolframLanguageForJupyter-0.9.2\Resources\KernelForWolframLanguageForJupyter.wl C:\Users\ZHAOYI~1\AppData\Local\Temp\tmp-52723FjnkllTcoK8.json > D:\0-SOFTWARE\Wolfram Research\Wolfram Engine\12.3\wolfram.exe -script ~\AppData\Roaming\WolframEngine\Paclets\Repository\WolframLanguageForJupyter-0.9.2\Resources\KernelForWolframLanguageForJupyter.wl C:\Users\ZHAOYI~1\AppData\Local\Temp\tmp-52723FjnkllTcoK8.json Info 2021-08-29 22:16:22: Process Execution: cwd: d:\1-PRIVATE\P-program\python\new-py-notebook\.ipynb_checkpoints cwd: d:\1-PRIVATE\P-program\python\new-py-notebook\.ipynb_checkpoints Info 2021-08-29 22:16:22: Launching kernel in kernelProcess.ts, Class name = b, completed in 4ms, has a truthy return value, Arg 1: "d:\\1-PRIVATE\\P-program\\python\\new-py-notebook\\.ipynb_checkpoints", Return Value: {"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"D:\\0-SOFTWARE\\Wolfram Research\\Wolfram Engine\\12.3\\wolfram.exe","_handle":{"pid":13892},"spawnargs":["D:\\0-SOFTWARE\\Wolfram Research\\Wolfram Engine\\12.3\\wolfram.exe","-script","C:\\Users\\zhaoyifei5053\\AppData\\Roaming\\WolframEngine\\Paclets\\Repository\\WolframLanguageForJupyter-0.9.2\\Resources\\KernelForWolframLanguageForJupyter.wl","C:\\Users\\ZHAOYI~1\\AppData\\Local\\Temp\\tmp-52723FjnkllTcoK8.json"],"pid":13892,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false}} Error 2021-08-29 22:17:22: Disposing kernel process due to an error [Error: timeout at Timeout. (c:\Users\zhaoyifei5053\.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:778412) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)] Info 2021-08-29 22:17:22: Dispose Kernel process Error 2021-08-29 22:17:22: Timed out waiting to get a heartbeat from kernel process. Error 2021-08-29 22:17:22: Raw session failed to start in given timeout Info 2021-08-29 22:17:22: Shutdown session -- complete Error 2021-08-29 22:17:22: failed to create INotebook in kernel, UI Disabled = false [_ [Error]: at new o (c:\Users\zhaoyifei5053\.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:16:23818) at new _ (c:\Users\zhaoyifei5053\.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:37:549497) at w.connect (c:\Users\zhaoyifei5053\.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:37:551353) at async E.createNotebookInstance (c:\Users\zhaoyifei5053\.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:90:454182)Error: 等待内核进程响应超时。
jupyter.viewOutput
查看 Jupyter 日志了解更多细节。
at b.launch (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:773225)] {
category: 'timeout',
originalException: [i [Error]: 等待内核进程响应超时。
jupyter.viewOutput
查看 Jupyter 日志了解更多细节。
at b.launch (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:773225)] {
category: 'timeout'
}
}
Error 2021-08-29 22:17:22: DataScience Error [i [Error]: 等待内核进程响应超时。
jupyter.viewOutput
查看 Jupyter 日志了解更多细节。
at b.launch (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:773225)] {
category: 'timeout'
}
Error 2021-08-29 22:17:22: failed to start INotebook in kernel, UI Disabled = false [_ [Error]:
at new o (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:16:23818)
at new _ (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:37:549497)
at w.connect (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:37:551353)
at async E.createNotebookInstance (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:90:454182)
Error: 等待内核进程响应超时。
jupyter.viewOutput
查看 Jupyter 日志了解更多细节。
at b.launch (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:773225)] {
category: 'timeout',
originalException: [i [Error]: 等待内核进程响应超时。
jupyter.viewOutput
查看 Jupyter 日志了解更多细节。
at b.launch (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:773225)] {
category: 'timeout'
}
}
Error 2021-08-29 22:17:22: Failed to execute cells in CellExecutionQueue [_ [Error]:
at new o (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:16:23818)
at new _ (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:37:549497)
at w.connect (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:37:551353)
at async E.createNotebookInstance (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:90:454182)
Error: 等待内核进程响应超时。
jupyter.viewOutput
查看 Jupyter 日志了解更多细节。
at b.launch (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:773225)] {
category: 'timeout',
originalException: [i [Error]: 等待内核进程响应超时。
jupyter.viewOutput
查看 Jupyter 日志了解更多细节。
at b.launch (c:\Users\zhaoyifei5053.vscode\extensions\ms-toolsai.jupyter-2021.8.1236758218\out\client\extension.js:52:773225)] {
category: 'timeout'
}
}
Info 2021-08-29 22:17:22: Cancel pending cells
Info 2021-08-29 22:17:22: Cell Index:0, state:2, exec: undefined. Execution cancelled
Info 2021-08-29 22:17:22: Cell Index:0, state:2, exec: undefined. Completed due to cancellation
Info 2021-08-29 22:17:22: Cell Index:0, state:2, exec: undefined. Cell cancelled & resolving
Info 2021-08-29 22:17:22: Cell Index:0, state:2, exec: undefined. Execution disposed
Info 2021-08-29 22:17:22: KernelProcess Exit Exit - undefined
Thanks!!
The text was updated successfully, but these errors were encountered: