microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 294 forks source link

Jupyter Kernel is not able to start or be found #16115

Closed d3tk closed 1 month ago

d3tk commented 1 month ago

Environment data

Expected behaviour

When I run a cell in a notebook, it should connect to the specified kernel and then run the cell.

Actual behaviour

The kernel never connects, from the logs it seems it is gets no response from kernel info.

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

I have reinstalled Python, Jupiter, and Python extensions, remade my environment, and tested it on Windows and WSL, and no combination worked.

Logs

Logs Visual Studio Code (1.94.2, undefined, desktop) Jupyter Extension Version: 2024.9.1. Python Extension Version: 2024.16.1. Pylance Extension Version: 2024.10.1. Platform: win32 (x64). Temp Storage folder ~\AppData\Roaming\Code\User\globalStorage\ms-toolsai.jupyter\version-2024.9.1 Workspace folder z:\ML\thesis-project, Home = c:\Users\dkuts 12:05:18.436 [debug] Start refreshing Kernel Picker (1728576318436) 12:05:18.465 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python311\python.exe 12:05:18.467 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python310\python.exe 12:05:18.467 [trace] Search for KernelSpecs in Interpreter c:\ProgramData\miniconda3\python.exe 12:05:18.467 [trace] Search for KernelSpecs in Interpreter ~\miniconda3\python.exe 12:05:18.468 [trace] Search for KernelSpecs in Interpreter ~\miniconda3\envs\xt\python.exe 12:05:18.468 [trace] Search for KernelSpecs in Interpreter z:\ML\thesis-project\.venv\Scripts\python.exe 12:05:18.469 [debug] Get Custom Env Variables, Class name = Cm, completed in 33ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" 12:05:18.469 [debug] Jupyter Paths kernels: 12:05:18.470 [debug] Kernel Spec Root Paths, ~\AppData\Roaming\jupyter\kernels, c:\ProgramData\jupyter\kernels 12:05:20.033 [debug] API called from ms-toolsai.vscode-jupyter-powertoys 12:05:20.251 [debug] KernelProvider switched kernel to id = .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher 12:05:20.251 [debug] start the kernel, options.disableUI=true for z:\ML\thesis-project\train_models.ipynb 12:05:20.269 [trace] Registering commtarget jupyter.widget 12:05:20.272 [debug] Controller selection change completed 12:05:20.275 [trace] Hiding default KernelSpec python for interpreter z:\ML\thesis-project\.venv\Scripts\python.exe (KernelSpec file z:\ML\thesis-project\.venv\share\jupyter\kernels\python3\kernel.json) 12:05:20.276 [debug] End refreshing Kernel Picker (1728576318436) 12:05:20.315 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "RunPythonCode" 12:05:20.315 [info] Starting Kernel (Python Path: z:\ML\thesis-project\.venv\Scripts\python.exe, Venv, 3.13.0) for 'z:\ML\thesis-project\train_models.ipynb' (disableUI=true) 12:05:20.316 [trace] Creating raw notebook for resource 'z:\ML\thesis-project\train_models.ipynb' 12:05:20.512 [debug] Get Custom Env Variables, Class name = Cm, completed in 1ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "RunPythonCode" 12:05:20.727 [debug] Got env vars from Python Ext in 412ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 62. 12:05:20.727 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 12:05:20.728 [debug] Getting activated env variables, Class name = gd, completed in 414ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 12:05:20.735 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m pip list 12:05:20.840 [debug] Got env vars from Python Ext in 329ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 62. 12:05:20.840 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 12:05:20.841 [debug] Getting activated env variables, Class name = gd, completed in 330ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 12:05:20.847 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 12:05:21.236 [trace] ipykernel version & path 6.29.5, z:\ML\thesis-project\.venv\Lib\site-packages\ipykernel\__init__.py for z:\ML\thesis-project\.venv\Scripts\python.exe 12:05:21.301 [debug] Launching kernel .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher for z:\ML\thesis-project\train_models.ipynb in z:\ML\thesis-project with ports 9001, 9000, 9004, 9002, 9003 12:05:21.313 [debug] Get Custom Env Variables, Class name = Cm, completed in 1ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "RunPythonCode" 12:05:21.391 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python311\python.exe in 79ms 12:05:21.393 [debug] Create ProcessService, Class name = Sm (started execution), Arg 1: undefined 12:05:21.396 [debug] Get Custom Env Variables, Class name = Cm, completed in 3ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode", Arg 3: undefined 12:05:21.396 [debug] Create ProcessService, Class name = Sm, completed in 3ms, has a truthy return value, Arg 1: undefined 12:05:21.400 [info] Process Execution: ~\AppData\Local\Programs\Python\Python311\python.exe -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");" 12:05:21.458 [trace] USER_SITE for ~\AppData\Local\Programs\Python\Python311\python.exe is c:\Users\~\AppData\Roaming\Python\Python311\Scripts 12:05:21.458 [trace] Prepend PATH with user site path for ~\AppData\Local\Programs\Python\Python311\python.exe, user site c:\Users\~\AppData\Roaming\Python\Python311\Scripts 12:05:21.459 [trace] Prepend PATH with python bin for ~\AppData\Local\Programs\Python\Python311\python.exe 12:05:21.459 [debug] Getting activated env variables, Class name = gd, completed in 147ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "~\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE", Arg 3: undefined 12:05:21.466 [info] Process Execution: ~\AppData\Local\Programs\Python\Python311\python.exe c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 19476 > cwd: ~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\pythonFiles\vscode_datascience_helpers 12:05:21.549 [debug] Start refreshing Interpreter Kernel Picker 12:05:21.549 [debug] Start refreshing Kernel Picker (1728576321549) 12:05:21.604 [trace] Got a response of 2464 for INITIALIZE_INTERRUPT:0 12:05:21.611 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m ipykernel_launcher --f=c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v32d070ca975ccf9bfde142053da7150e9cece23d2.json > cwd: z:\ML\thesis-project 12:05:21.611 [debug] Kernel process 18372. 12:05:21.655 [debug] Interpreter for Pylance for Notebook URI "z:\ML\thesis-project\train_models.ipynb" is z:\ML\thesis-project\.venv\Scripts\python.exe 12:05:21.794 [trace] Python API env change detected, add => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON313\PYTHON.EXE' 12:05:21.797 [trace] No Kernels found in interpreter C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON313\PYTHON.EXE 12:05:21.972 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON313\PYTHON.EXE' 12:05:21.973 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python313\python.exe 12:05:23.221 [trace] Conda file is C:\ProgramData\miniconda3\Scripts\conda.exe 12:05:23.397 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON310\PYTHON.EXE' 12:05:23.398 [trace] Python API env change detected, update => 'Z:\ML\THESIS-PROJECT\.VENV\SCRIPTS\PYTHON.EXE' 12:05:23.399 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON311\PYTHON.EXE' 12:05:23.399 [trace] Python API env change detected, update => 'C:\PROGRAMDATA\MINICONDA3\PYTHON.EXE' 12:05:23.400 [trace] Python API env change detected, update => 'C:\USERS\~\MINICONDA3\PYTHON.EXE' 12:05:23.400 [trace] Python API env change detected, update => 'C:\USERS\~\MINICONDA3\ENVS\XT\PYTHON.EXE' 12:05:23.403 [debug] Refreshed Environments 12:05:23.485 [debug] Waiting for Raw Session to be ready in postStartRawSession 12:05:23.485 [debug] Waiting for Raw session to be ready, status: connected 12:05:23.485 [trace] Raw session connected 12:05:23.486 [debug] Waited for Raw session to be ready & got status: connected 12:05:23.486 [debug] Successfully waited for Raw Session to be ready in postStartRawSession 12:05:23.486 [debug] Kernel status is 'unknown' before requesting kernel info and after ready 12:05:23.486 [debug] Sending request for kernelInfo 12:05:23.740 [debug] Kernel output 18372: To connect another client to this kernel, use: --existing c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v32d070ca975ccf9bfde142053da7150e9cece23d2.json 12:05:23.988 [trace] Did not get a response for requestKernelInfo 12:05:23.989 [debug] Sending request for kernelInfo 12:05:24.408 [debug] End refreshing Kernel Picker (1728576321549) 12:05:24.490 [trace] Did not get a response for requestKernelInfo 12:05:24.490 [debug] Sending request for kernelInfo 12:05:24.993 [trace] Did not get a response for requestKernelInfo 12:05:24.993 [debug] Sending request for kernelInfo 12:05:25.015 [debug] No interpreter for Pylance for Notebook URI "z:\ML\thesis-project\graph_losses.ipynb" 12:05:25.493 [trace] Did not get a response for requestKernelInfo 12:05:25.494 [debug] Sending request for kernelInfo 12:05:25.996 [trace] Did not get a response for requestKernelInfo 12:05:25.996 [debug] Sending request for kernelInfo 12:05:26.536 [trace] Did not get a response for requestKernelInfo 12:05:26.536 [debug] Sending request for kernelInfo 12:05:27.037 [trace] Did not get a response for requestKernelInfo 12:05:27.038 [debug] Sending request for kernelInfo 12:05:27.538 [trace] Did not get a response for requestKernelInfo 12:05:27.539 [debug] Sending request for kernelInfo 12:05:28.046 [trace] Did not get a response for requestKernelInfo 12:05:28.047 [debug] Sending request for kernelInfo 12:05:28.557 [trace] Did not get a response for requestKernelInfo 12:05:28.557 [debug] Sending request for kernelInfo 12:05:29.059 [trace] Did not get a response for requestKernelInfo 12:05:29.059 [debug] Sending request for kernelInfo 12:05:29.563 [trace] Did not get a response for requestKernelInfo 12:05:29.564 [debug] Sending request for kernelInfo 12:05:30.063 [trace] Did not get a response for requestKernelInfo 12:05:30.064 [debug] Sending request for kernelInfo 12:05:30.572 [trace] Did not get a response for requestKernelInfo 12:05:30.572 [debug] Sending request for kernelInfo 12:05:31.072 [trace] Did not get a response for requestKernelInfo 12:05:31.073 [debug] Sending request for kernelInfo 12:05:31.574 [trace] Did not get a response for requestKernelInfo 12:05:31.574 [debug] Sending request for kernelInfo 12:05:32.080 [trace] Did not get a response for requestKernelInfo 12:05:32.080 [debug] Sending request for kernelInfo 12:05:32.583 [trace] Did not get a response for requestKernelInfo 12:05:32.583 [debug] Sending request for kernelInfo 12:05:33.090 [trace] Did not get a response for requestKernelInfo 12:05:33.090 [debug] Sending request for kernelInfo 12:05:33.597 [trace] Did not get a response for requestKernelInfo 12:05:33.598 [debug] Sending request for kernelInfo 12:05:34.101 [trace] Did not get a response for requestKernelInfo 12:05:34.102 [debug] Sending request for kernelInfo 12:05:34.617 [trace] Did not get a response for requestKernelInfo 12:05:34.618 [debug] Sending request for kernelInfo 12:05:35.124 [trace] Did not get a response for requestKernelInfo 12:05:35.124 [debug] Sending request for kernelInfo 12:05:35.625 [trace] Did not get a response for requestKernelInfo 12:05:35.625 [debug] Sending request for kernelInfo 12:05:36.136 [trace] Did not get a response for requestKernelInfo 12:05:36.137 [debug] Sending request for kernelInfo 12:05:36.640 [trace] Did not get a response for requestKernelInfo 12:05:36.641 [debug] Sending request for kernelInfo 12:05:37.142 [trace] Did not get a response for requestKernelInfo 12:05:37.143 [debug] Sending request for kernelInfo 12:05:37.648 [trace] Did not get a response for requestKernelInfo 12:05:37.648 [debug] Sending request for kernelInfo 12:05:38.152 [trace] Did not get a response for requestKernelInfo 12:05:38.153 [debug] Sending request for kernelInfo 12:05:38.658 [trace] Did not get a response for requestKernelInfo 12:05:38.659 [debug] Sending request for kernelInfo 12:05:39.164 [trace] Did not get a response for requestKernelInfo 12:05:39.164 [debug] Sending request for kernelInfo 12:05:39.674 [trace] Did not get a response for requestKernelInfo 12:05:39.675 [debug] Sending request for kernelInfo 12:05:40.190 [trace] Did not get a response for requestKernelInfo 12:05:40.191 [debug] Sending request for kernelInfo 12:05:40.692 [trace] Did not get a response for requestKernelInfo 12:05:40.692 [debug] Sending request for kernelInfo 12:05:41.207 [trace] Did not get a response for requestKernelInfo 12:05:41.208 [debug] Sending request for kernelInfo 12:05:41.724 [trace] Did not get a response for requestKernelInfo 12:05:41.726 [debug] Sending request for kernelInfo 12:05:42.242 [trace] Did not get a response for requestKernelInfo 12:05:42.243 [debug] Sending request for kernelInfo 12:05:42.758 [trace] Did not get a response for requestKernelInfo 12:05:42.759 [debug] Sending request for kernelInfo 12:05:43.275 [trace] Did not get a response for requestKernelInfo 12:05:43.276 [debug] Sending request for kernelInfo 12:05:43.790 [trace] Did not get a response for requestKernelInfo 12:05:43.792 [debug] Sending request for kernelInfo 12:05:44.300 [trace] Did not get a response for requestKernelInfo 12:05:44.301 [debug] Sending request for kernelInfo 12:05:44.801 [trace] Did not get a response for requestKernelInfo 12:05:44.802 [debug] Sending request for kernelInfo 12:05:45.317 [trace] Did not get a response for requestKernelInfo 12:05:45.318 [debug] Sending request for kernelInfo 12:05:45.825 [trace] Did not get a response for requestKernelInfo 12:05:45.826 [debug] Sending request for kernelInfo 12:05:46.327 [trace] Did not get a response for requestKernelInfo 12:05:46.328 [debug] Sending request for kernelInfo 12:05:46.832 [trace] Did not get a response for requestKernelInfo 12:05:46.832 [debug] Sending request for kernelInfo 12:05:47.332 [trace] Did not get a response for requestKernelInfo 12:05:47.333 [debug] Sending request for kernelInfo 12:05:47.835 [trace] Did not get a response for requestKernelInfo 12:05:47.835 [debug] Sending request for kernelInfo 12:05:48.335 [trace] Did not get a response for requestKernelInfo 12:05:48.335 [debug] Sending request for kernelInfo 12:05:48.849 [trace] Did not get a response for requestKernelInfo 12:05:48.851 [debug] Sending request for kernelInfo 12:05:49.368 [trace] Did not get a response for requestKernelInfo 12:05:49.368 [debug] Sending request for kernelInfo 12:05:49.882 [trace] Did not get a response for requestKernelInfo 12:05:49.882 [debug] Sending request for kernelInfo 12:05:50.385 [trace] Did not get a response for requestKernelInfo 12:05:50.385 [debug] Sending request for kernelInfo 12:05:50.900 [trace] Did not get a response for requestKernelInfo 12:05:50.901 [debug] Sending request for kernelInfo 12:05:51.418 [trace] Did not get a response for requestKernelInfo 12:05:51.419 [debug] Sending request for kernelInfo 12:05:51.927 [trace] Did not get a response for requestKernelInfo 12:05:51.928 [debug] Sending request for kernelInfo 12:05:52.434 [trace] Did not get a response for requestKernelInfo 12:05:52.434 [debug] Sending request for kernelInfo 12:05:52.950 [trace] Did not get a response for requestKernelInfo 12:05:52.950 [debug] Sending request for kernelInfo 12:05:53.452 [trace] Did not get a response for requestKernelInfo 12:05:53.452 [debug] Sending request for kernelInfo 12:05:53.953 [trace] Did not get a response for requestKernelInfo 12:05:53.953 [debug] Sending request for kernelInfo 12:05:54.467 [trace] Did not get a response for requestKernelInfo 12:05:54.468 [debug] Sending request for kernelInfo 12:05:54.968 [trace] Did not get a response for requestKernelInfo 12:05:54.969 [debug] Sending request for kernelInfo 12:05:55.483 [trace] Did not get a response for requestKernelInfo 12:05:55.483 [debug] Sending request for kernelInfo 12:05:55.985 [trace] Did not get a response for requestKernelInfo 12:05:55.986 [debug] Sending request for kernelInfo 12:05:56.495 [trace] Did not get a response for requestKernelInfo 12:05:56.496 [debug] Sending request for kernelInfo 12:05:57.001 [trace] Did not get a response for requestKernelInfo 12:05:57.002 [debug] Sending request for kernelInfo 12:05:57.503 [trace] Did not get a response for requestKernelInfo 12:05:57.504 [debug] Sending request for kernelInfo 12:05:58.010 [trace] Did not get a response for requestKernelInfo 12:05:58.011 [debug] Sending request for kernelInfo 12:05:58.512 [trace] Did not get a response for requestKernelInfo 12:05:58.513 [debug] Sending request for kernelInfo 12:05:59.020 [trace] Did not get a response for requestKernelInfo 12:05:59.021 [debug] Sending request for kernelInfo 12:05:59.536 [trace] Did not get a response for requestKernelInfo 12:05:59.537 [debug] Sending request for kernelInfo 12:06:00.051 [trace] Did not get a response for requestKernelInfo 12:06:00.054 [debug] Sending request for kernelInfo 12:06:00.561 [trace] Did not get a response for requestKernelInfo 12:06:00.562 [debug] Sending request for kernelInfo 12:06:01.078 [trace] Did not get a response for requestKernelInfo 12:06:01.078 [debug] Sending request for kernelInfo 12:06:01.580 [trace] Did not get a response for requestKernelInfo 12:06:01.582 [debug] Sending request for kernelInfo 12:06:02.093 [trace] Did not get a response for requestKernelInfo 12:06:02.095 [debug] Sending request for kernelInfo 12:06:02.603 [trace] Did not get a response for requestKernelInfo 12:06:02.604 [debug] Sending request for kernelInfo 12:06:03.111 [trace] Did not get a response for requestKernelInfo 12:06:03.112 [debug] Sending request for kernelInfo 12:06:03.620 [trace] Did not get a response for requestKernelInfo 12:06:03.621 [debug] Sending request for kernelInfo 12:06:04.126 [trace] Did not get a response for requestKernelInfo 12:06:04.127 [debug] Sending request for kernelInfo 12:06:04.636 [trace] Did not get a response for requestKernelInfo 12:06:04.636 [debug] Sending request for kernelInfo 12:06:05.150 [trace] Did not get a response for requestKernelInfo 12:06:05.151 [debug] Sending request for kernelInfo 12:06:05.668 [trace] Did not get a response for requestKernelInfo 12:06:05.669 [debug] Sending request for kernelInfo 12:06:06.184 [trace] Did not get a response for requestKernelInfo 12:06:06.184 [debug] Sending request for kernelInfo 12:06:06.687 [trace] Did not get a response for requestKernelInfo 12:06:06.688 [debug] Sending request for kernelInfo 12:06:07.198 [trace] Did not get a response for requestKernelInfo 12:06:07.198 [debug] Sending request for kernelInfo 12:06:07.703 [trace] Did not get a response for requestKernelInfo 12:06:07.704 [debug] Sending request for kernelInfo 12:06:08.220 [trace] Did not get a response for requestKernelInfo 12:06:08.221 [debug] Sending request for kernelInfo 12:06:08.729 [trace] Did not get a response for requestKernelInfo 12:06:08.730 [debug] Sending request for kernelInfo 12:06:09.244 [trace] Did not get a response for requestKernelInfo 12:06:09.245 [debug] Sending request for kernelInfo 12:06:09.761 [trace] Did not get a response for requestKernelInfo 12:06:09.761 [debug] Sending request for kernelInfo 12:06:10.265 [trace] Did not get a response for requestKernelInfo 12:06:10.266 [debug] Sending request for kernelInfo 12:06:10.771 [trace] Did not get a response for requestKernelInfo 12:06:10.772 [debug] Sending request for kernelInfo 12:06:11.278 [trace] Did not get a response for requestKernelInfo 12:06:11.279 [debug] Sending request for kernelInfo 12:06:11.788 [trace] Did not get a response for requestKernelInfo 12:06:11.789 [debug] Sending request for kernelInfo 12:06:12.305 [trace] Did not get a response for requestKernelInfo 12:06:12.306 [debug] Sending request for kernelInfo 12:06:12.820 [trace] Did not get a response for requestKernelInfo 12:06:12.821 [debug] Sending request for kernelInfo 12:06:13.321 [trace] Did not get a response for requestKernelInfo 12:06:13.321 [debug] Sending request for kernelInfo 12:06:13.830 [trace] Did not get a response for requestKernelInfo 12:06:13.832 [debug] Sending request for kernelInfo 12:06:14.338 [trace] Did not get a response for requestKernelInfo 12:06:14.338 [debug] Sending request for kernelInfo 12:06:14.854 [trace] Did not get a response for requestKernelInfo 12:06:14.855 [debug] Sending request for kernelInfo 12:06:15.363 [trace] Did not get a response for requestKernelInfo 12:06:15.364 [debug] Sending request for kernelInfo 12:06:15.872 [trace] Did not get a response for requestKernelInfo 12:06:15.873 [debug] Sending request for kernelInfo 12:06:16.387 [trace] Did not get a response for requestKernelInfo 12:06:16.388 [debug] Sending request for kernelInfo 12:06:16.903 [trace] Did not get a response for requestKernelInfo 12:06:16.905 [debug] Sending request for kernelInfo 12:06:17.420 [trace] Did not get a response for requestKernelInfo 12:06:17.422 [debug] Sending request for kernelInfo 12:06:17.930 [trace] Did not get a response for requestKernelInfo 12:06:17.931 [debug] Sending request for kernelInfo 12:06:18.431 [trace] Did not get a response for requestKernelInfo 12:06:18.431 [debug] Sending request for kernelInfo 12:06:18.948 [trace] Did not get a response for requestKernelInfo 12:06:18.948 [debug] Sending request for kernelInfo 12:06:19.462 [trace] Did not get a response for requestKernelInfo 12:06:19.462 [debug] Sending request for kernelInfo 12:06:19.978 [trace] Did not get a response for requestKernelInfo 12:06:19.979 [debug] Sending request for kernelInfo 12:06:20.495 [trace] Did not get a response for requestKernelInfo 12:06:20.496 [debug] Sending request for kernelInfo 12:06:20.999 [trace] Did not get a response for requestKernelInfo 12:06:20.999 [debug] Sending request for kernelInfo 12:06:21.513 [trace] Did not get a response for requestKernelInfo 12:06:21.514 [debug] Sending request for kernelInfo 12:06:22.013 [trace] Did not get a response for requestKernelInfo 12:06:22.015 [debug] Sending request for kernelInfo 12:06:22.523 [trace] Did not get a response for requestKernelInfo 12:06:22.523 [debug] Sending request for kernelInfo 12:06:23.036 [trace] Did not get a response for requestKernelInfo 12:06:23.036 [debug] Sending request for kernelInfo 12:06:23.486 [error] Failed to request kernel info [Canceled: Canceled at gh.value (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:181:24587) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950) at vh.cancel (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:3232) at wt.cancel (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:3643) at Timeout._onTimeout (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11746) at listOnTimeout (node:internal/timers:581:17) at process.processTimers (node:internal/timers:519:7)] 12:06:23.486 [debug] Dispose Kernel process 18372. 12:06:23.492 [info] Process Execution: c:\WINDOWS\System32\taskkill.exe /F /T /PID 18372 12:06:23.493 [warn] Failed to shutdown kernel, .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher [TypeError: Failed to parse URL from /api/kernels/6a774fa9-7171-4aca-a8f8-c5c7f1f22796?1728576383492 at new Request (node:internal/deps/undici/undici:9271:19) at Object.t [as handleRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:2054) at Object.t [as makeRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:730) at Object.Vl [as shutdownKernel] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:5781) at n.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:89571) at L_.start (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:12333) at async U_.startKernel (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:21270) at async Ay.create (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:23577) at async n_.createJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:35993) at async n_.startJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:34001) at async n.wrapKernelMethodImpl (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:82604)] { [cause]: [TypeError: Invalid URL at new URL (node:internal/url:797:36) at new Request (node:internal/deps/undici/undici:9269:25) at Object.t [as handleRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:2054) at Object.t [as makeRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:730) at Object.Vl [as shutdownKernel] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:5781) at n.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:89571) at L_.start (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:12333) at async U_.startKernel (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:21270) at async Ay.create (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:23577) at async n_.createJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:35993) at async n_.startJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:34001) at async n.wrapKernelMethodImpl (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:82604)] { code: 'ERR_INVALID_URL', input: '/api/kernels/6a774fa9-7171-4aca-a8f8-c5c7f1f22796?1728576383492' } } 12:06:23.580 [debug] KernelProcess Exited 18372, Exit Code - 1 12:06:23.580 [error] Disposing session as kernel process died ExitCode: 1, Reason: 12:06:23.587 [debug] Disposed Kernel process 18372. 12:06:23.588 [error] Failed to connect raw kernel session: Error: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. 12:06:23.589 [trace] failed to create IJupyterKernelConnectionSession in kernel, UI Disabled = true [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3130jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3130jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 12:06:23.591 [warn] Error occurred while trying to start the kernel, options.disableUI=true [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3130jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3130jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' }
DonJayamanne commented 1 month ago

@d3tk Thank you for filing this issue and sorry you are running into this issue.

Reload vs code and try to replicate the issue once again and then share the logs again.

d3tk commented 1 month ago

I added that line to my settings.json. It was greyed out: "Unknown Configuration Setting".

Here is the new log:

New log ``` Visual Studio Code (1.94.2, undefined, desktop) Jupyter Extension Version: 2024.9.1. Python Extension Version: 2024.16.1. Pylance Extension Version: 2024.10.1. Platform: win32 (x64). Temp Storage folder ~\AppData\Roaming\Code\User\globalStorage\ms-toolsai.jupyter\version-2024.9.1 Workspace folder z:\ML\thesis-project, Home = c:\Users\dkuts 17:00:19.097 [debug] Start refreshing Kernel Picker (1728594019097) 17:00:19.123 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python311\python.exe 17:00:19.126 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python310\python.exe 17:00:19.126 [trace] Search for KernelSpecs in Interpreter c:\ProgramData\miniconda3\python.exe 17:00:19.127 [trace] Search for KernelSpecs in Interpreter ~\miniconda3\python.exe 17:00:19.127 [trace] Search for KernelSpecs in Interpreter ~\miniconda3\envs\xt\python.exe 17:00:19.127 [trace] Search for KernelSpecs in Interpreter z:\ML\thesis-project\.venv\Scripts\python.exe 17:00:19.128 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python313\python.exe 17:00:19.130 [debug] Get Custom Env Variables, Class name = Cm, completed in 33ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" 17:00:19.130 [debug] Jupyter Paths kernels: 17:00:19.130 [debug] Kernel Spec Root Paths, ~\AppData\Roaming\jupyter\kernels, c:\ProgramData\jupyter\kernels 17:00:19.515 [debug] API called from ms-toolsai.vscode-jupyter-powertoys 17:00:19.565 [trace] Hiding default KernelSpec python for interpreter z:\ML\thesis-project\.venv\Scripts\python.exe (KernelSpec file z:\ML\thesis-project\.venv\share\jupyter\kernels\python3\kernel.json) 17:00:19.566 [debug] End refreshing Kernel Picker (1728594019097) 17:00:19.600 [debug] KernelProvider switched kernel to id = .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher 17:00:19.600 [debug] start the kernel, options.disableUI=true for z:\ML\thesis-project\train_models.ipynb 17:00:19.617 [trace] Registering commtarget jupyter.widget 17:00:19.618 [debug] Controller selection change completed 17:00:19.639 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "RunPythonCode" 17:00:19.640 [info] Starting Kernel (Python Path: z:\ML\thesis-project\.venv\Scripts\python.exe, Venv, 3.12.7) for 'z:\ML\thesis-project\train_models.ipynb' (disableUI=true) 17:00:19.640 [trace] Creating raw notebook for resource 'z:\ML\thesis-project\train_models.ipynb' 17:00:20.637 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "RunPythonCode" 17:00:21.431 [debug] Got env vars from Python Ext in 794ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 62. 17:00:21.432 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 17:00:21.432 [debug] Getting activated env variables, Class name = gd, completed in 795ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 17:00:21.439 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 17:00:21.440 [debug] Got env vars from Python Ext in 1801ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 62. 17:00:21.440 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 17:00:21.441 [debug] Getting activated env variables, Class name = gd, completed in 1802ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 17:00:21.446 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m pip list 17:00:21.870 [trace] ipykernel version & path 6.29.5, z:\ML\thesis-project\.venv\Lib\site-packages\ipykernel\__init__.py for z:\ML\thesis-project\.venv\Scripts\python.exe 17:00:21.936 [debug] Launching kernel .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher for z:\ML\thesis-project\train_models.ipynb in z:\ML\thesis-project with ports 9001, 9000, 9004, 9002, 9003 17:00:21.956 [debug] Get Custom Env Variables, Class name = Cm, completed in 1ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "RunPythonCode" 17:00:22.203 [debug] Interpreter for Pylance for Notebook URI "z:\ML\thesis-project\train_models.ipynb" is z:\ML\thesis-project\.venv\Scripts\python.exe 17:00:22.449 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python311\python.exe in 494ms 17:00:22.450 [debug] Create ProcessService, Class name = Sm (started execution), Arg 1: undefined 17:00:22.451 [debug] Get Custom Env Variables, Class name = Cm, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode", Arg 3: undefined 17:00:22.451 [debug] Create ProcessService, Class name = Sm, completed in 1ms, has a truthy return value, Arg 1: undefined 17:00:22.455 [info] Process Execution: ~\AppData\Local\Programs\Python\Python311\python.exe -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");" 17:00:22.501 [trace] USER_SITE for ~\AppData\Local\Programs\Python\Python311\python.exe is c:\Users\~\AppData\Roaming\Python\Python311\Scripts 17:00:22.502 [trace] Prepend PATH with user site path for ~\AppData\Local\Programs\Python\Python311\python.exe, user site c:\Users\~\AppData\Roaming\Python\Python311\Scripts 17:00:22.502 [trace] Prepend PATH with python bin for ~\AppData\Local\Programs\Python\Python311\python.exe 17:00:22.502 [debug] Getting activated env variables, Class name = gd, completed in 547ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/train_models.ipynb", Arg 2: "~\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE", Arg 3: undefined 17:00:22.508 [info] Process Execution: ~\AppData\Local\Programs\Python\Python311\python.exe c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 23356 > cwd: ~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\pythonFiles\vscode_datascience_helpers 17:00:22.628 [trace] Got a response of 1428 for INITIALIZE_INTERRUPT:0 17:00:22.636 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m ipykernel_launcher --f=c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v3aba56777295dc07359d9cfe6b32aab71068207c6.json > cwd: z:\ML\thesis-project 17:00:22.636 [debug] Kernel process 21660. 17:00:22.766 [debug] Start refreshing Interpreter Kernel Picker 17:00:22.766 [debug] Start refreshing Kernel Picker (1728594022766) 17:00:22.867 [trace] Python API env change detected, add => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON312\PYTHON.EXE' 17:00:22.870 [trace] No Kernels found in interpreter C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON312\PYTHON.EXE 17:00:22.886 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON312\PYTHON.EXE' 17:00:23.041 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON312\PYTHON.EXE' 17:00:23.042 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python312\python.exe 17:00:23.043 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON312\PYTHON.EXE' 17:00:24.045 [trace] Conda file is C:\ProgramData\miniconda3\Scripts\conda.exe 17:00:24.287 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON310\PYTHON.EXE' 17:00:24.289 [trace] Python API env change detected, update => 'Z:\ML\THESIS-PROJECT\.VENV\SCRIPTS\PYTHON.EXE' 17:00:24.290 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON311\PYTHON.EXE' 17:00:24.291 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON313\PYTHON.EXE' 17:00:24.292 [trace] Python API env change detected, update => 'C:\PROGRAMDATA\MINICONDA3\PYTHON.EXE' 17:00:24.294 [trace] Python API env change detected, update => 'C:\USERS\~\MINICONDA3\PYTHON.EXE' 17:00:24.295 [trace] Python API env change detected, update => 'C:\USERS\~\MINICONDA3\ENVS\XT\PYTHON.EXE' 17:00:24.302 [debug] Refreshed Environments 17:00:24.348 [debug] Waiting for Raw Session to be ready in postStartRawSession 17:00:24.348 [debug] Waiting for Raw session to be ready, status: connected 17:00:24.348 [trace] Raw session connected 17:00:24.349 [debug] Waited for Raw session to be ready & got status: connected 17:00:24.349 [debug] Successfully waited for Raw Session to be ready in postStartRawSession 17:00:24.349 [debug] Kernel status is 'unknown' before requesting kernel info and after ready 17:00:24.349 [debug] Sending request for kernelInfo 17:00:24.853 [trace] Did not get a response for requestKernelInfo 17:00:24.854 [debug] Sending request for kernelInfo 17:00:24.952 [debug] Kernel output 21660: To connect another client to this kernel, use: --existing c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v3aba56777295dc07359d9cfe6b32aab71068207c6.json 17:00:25.303 [debug] End refreshing Kernel Picker (1728594022766) 17:00:25.355 [trace] Did not get a response for requestKernelInfo 17:00:25.355 [debug] Sending request for kernelInfo 17:00:25.856 [trace] Did not get a response for requestKernelInfo 17:00:25.856 [debug] Sending request for kernelInfo 17:00:25.947 [debug] No interpreter for Pylance for Notebook URI "z:\ML\thesis-project\graph_losses.ipynb" 17:00:26.361 [trace] Did not get a response for requestKernelInfo 17:00:26.362 [debug] Sending request for kernelInfo 17:00:26.865 [trace] Did not get a response for requestKernelInfo 17:00:26.865 [debug] Sending request for kernelInfo 17:00:27.373 [trace] Did not get a response for requestKernelInfo 17:00:27.374 [debug] Sending request for kernelInfo 17:00:27.925 [trace] Did not get a response for requestKernelInfo 17:00:27.925 [debug] Sending request for kernelInfo 17:00:28.430 [trace] Did not get a response for requestKernelInfo 17:00:28.430 [debug] Sending request for kernelInfo 17:00:28.942 [trace] Did not get a response for requestKernelInfo 17:00:28.942 [debug] Sending request for kernelInfo 17:00:29.457 [trace] Did not get a response for requestKernelInfo 17:00:29.458 [debug] Sending request for kernelInfo 17:00:29.969 [trace] Did not get a response for requestKernelInfo 17:00:29.969 [debug] Sending request for kernelInfo 17:00:30.482 [trace] Did not get a response for requestKernelInfo 17:00:30.483 [debug] Sending request for kernelInfo 17:00:30.995 [trace] Did not get a response for requestKernelInfo 17:00:30.995 [debug] Sending request for kernelInfo 17:00:31.509 [trace] Did not get a response for requestKernelInfo 17:00:31.510 [debug] Sending request for kernelInfo 17:00:32.012 [trace] Did not get a response for requestKernelInfo 17:00:32.012 [debug] Sending request for kernelInfo 17:00:32.522 [trace] Did not get a response for requestKernelInfo 17:00:32.522 [debug] Sending request for kernelInfo 17:00:33.025 [trace] Did not get a response for requestKernelInfo 17:00:33.025 [debug] Sending request for kernelInfo 17:00:33.539 [trace] Did not get a response for requestKernelInfo 17:00:33.539 [debug] Sending request for kernelInfo 17:00:34.039 [trace] Did not get a response for requestKernelInfo 17:00:34.040 [debug] Sending request for kernelInfo 17:00:34.541 [trace] Did not get a response for requestKernelInfo 17:00:34.542 [debug] Sending request for kernelInfo 17:00:35.042 [trace] Did not get a response for requestKernelInfo 17:00:35.042 [debug] Sending request for kernelInfo 17:00:35.543 [trace] Did not get a response for requestKernelInfo 17:00:35.543 [debug] Sending request for kernelInfo 17:00:36.056 [trace] Did not get a response for requestKernelInfo 17:00:36.057 [debug] Sending request for kernelInfo 17:00:36.568 [trace] Did not get a response for requestKernelInfo 17:00:36.569 [debug] Sending request for kernelInfo 17:00:37.071 [trace] Did not get a response for requestKernelInfo 17:00:37.071 [debug] Sending request for kernelInfo 17:00:37.585 [trace] Did not get a response for requestKernelInfo 17:00:37.585 [debug] Sending request for kernelInfo 17:00:38.100 [trace] Did not get a response for requestKernelInfo 17:00:38.100 [debug] Sending request for kernelInfo 17:00:38.613 [trace] Did not get a response for requestKernelInfo 17:00:38.613 [debug] Sending request for kernelInfo 17:00:39.127 [trace] Did not get a response for requestKernelInfo 17:00:39.128 [debug] Sending request for kernelInfo 17:00:39.639 [trace] Did not get a response for requestKernelInfo 17:00:39.639 [debug] Sending request for kernelInfo 17:00:40.153 [trace] Did not get a response for requestKernelInfo 17:00:40.153 [debug] Sending request for kernelInfo 17:00:40.669 [trace] Did not get a response for requestKernelInfo 17:00:40.669 [debug] Sending request for kernelInfo 17:00:41.184 [trace] Did not get a response for requestKernelInfo 17:00:41.184 [debug] Sending request for kernelInfo 17:00:41.685 [trace] Did not get a response for requestKernelInfo 17:00:41.685 [debug] Sending request for kernelInfo 17:00:42.194 [trace] Did not get a response for requestKernelInfo 17:00:42.194 [debug] Sending request for kernelInfo 17:00:42.695 [trace] Did not get a response for requestKernelInfo 17:00:42.695 [debug] Sending request for kernelInfo 17:00:43.209 [trace] Did not get a response for requestKernelInfo 17:00:43.209 [debug] Sending request for kernelInfo 17:00:43.723 [trace] Did not get a response for requestKernelInfo 17:00:43.723 [debug] Sending request for kernelInfo 17:00:44.237 [trace] Did not get a response for requestKernelInfo 17:00:44.237 [debug] Sending request for kernelInfo 17:00:44.744 [trace] Did not get a response for requestKernelInfo 17:00:44.745 [debug] Sending request for kernelInfo 17:00:45.251 [trace] Did not get a response for requestKernelInfo 17:00:45.251 [debug] Sending request for kernelInfo 17:00:45.750 [trace] Did not get a response for requestKernelInfo 17:00:45.751 [debug] Sending request for kernelInfo 17:00:46.257 [trace] Did not get a response for requestKernelInfo 17:00:46.257 [debug] Sending request for kernelInfo 17:00:46.766 [trace] Did not get a response for requestKernelInfo 17:00:46.766 [debug] Sending request for kernelInfo 17:00:47.276 [trace] Did not get a response for requestKernelInfo 17:00:47.276 [debug] Sending request for kernelInfo 17:00:47.792 [trace] Did not get a response for requestKernelInfo 17:00:47.792 [debug] Sending request for kernelInfo 17:00:48.307 [trace] Did not get a response for requestKernelInfo 17:00:48.307 [debug] Sending request for kernelInfo 17:00:48.821 [trace] Did not get a response for requestKernelInfo 17:00:48.821 [debug] Sending request for kernelInfo 17:00:49.086 [debug] Handle Execution of Cells 1 for z:\ML\thesis-project\train_models.ipynb 17:00:49.087 [trace] Execute Notebook z:\ML\thesis-project\train_models.ipynb. Step 1 17:00:49.087 [trace] Connect to Kernel z:\ML\thesis-project\train_models.ipynb. Step 2 17:00:49.323 [trace] Did not get a response for requestKernelInfo 17:00:49.323 [debug] Sending request for kernelInfo 17:00:49.839 [trace] Did not get a response for requestKernelInfo 17:00:49.839 [debug] Sending request for kernelInfo 17:00:50.352 [trace] Did not get a response for requestKernelInfo 17:00:50.353 [debug] Sending request for kernelInfo 17:00:50.865 [trace] Did not get a response for requestKernelInfo 17:00:50.866 [debug] Sending request for kernelInfo 17:00:51.380 [trace] Did not get a response for requestKernelInfo 17:00:51.380 [debug] Sending request for kernelInfo 17:00:51.893 [trace] Did not get a response for requestKernelInfo 17:00:51.893 [debug] Sending request for kernelInfo 17:00:52.395 [trace] Did not get a response for requestKernelInfo 17:00:52.395 [debug] Sending request for kernelInfo 17:00:52.896 [trace] Did not get a response for requestKernelInfo 17:00:52.896 [debug] Sending request for kernelInfo 17:00:53.409 [trace] Did not get a response for requestKernelInfo 17:00:53.410 [debug] Sending request for kernelInfo 17:00:53.911 [trace] Did not get a response for requestKernelInfo 17:00:53.911 [debug] Sending request for kernelInfo 17:00:54.421 [trace] Did not get a response for requestKernelInfo 17:00:54.421 [debug] Sending request for kernelInfo 17:00:54.935 [trace] Did not get a response for requestKernelInfo 17:00:54.935 [debug] Sending request for kernelInfo 17:00:55.449 [trace] Did not get a response for requestKernelInfo 17:00:55.449 [debug] Sending request for kernelInfo 17:00:55.965 [trace] Did not get a response for requestKernelInfo 17:00:55.965 [debug] Sending request for kernelInfo 17:00:56.465 [trace] Did not get a response for requestKernelInfo 17:00:56.466 [debug] Sending request for kernelInfo 17:00:56.979 [trace] Did not get a response for requestKernelInfo 17:00:56.980 [debug] Sending request for kernelInfo 17:00:57.479 [trace] Did not get a response for requestKernelInfo 17:00:57.480 [debug] Sending request for kernelInfo 17:00:57.992 [trace] Did not get a response for requestKernelInfo 17:00:57.993 [debug] Sending request for kernelInfo 17:00:58.506 [trace] Did not get a response for requestKernelInfo 17:00:58.506 [debug] Sending request for kernelInfo 17:00:59.010 [trace] Did not get a response for requestKernelInfo 17:00:59.010 [debug] Sending request for kernelInfo 17:00:59.513 [trace] Did not get a response for requestKernelInfo 17:00:59.513 [debug] Sending request for kernelInfo 17:01:00.015 [trace] Did not get a response for requestKernelInfo 17:01:00.015 [debug] Sending request for kernelInfo 17:01:00.531 [trace] Did not get a response for requestKernelInfo 17:01:00.531 [debug] Sending request for kernelInfo 17:01:01.033 [trace] Did not get a response for requestKernelInfo 17:01:01.033 [debug] Sending request for kernelInfo 17:01:01.547 [trace] Did not get a response for requestKernelInfo 17:01:01.548 [debug] Sending request for kernelInfo 17:01:02.062 [trace] Did not get a response for requestKernelInfo 17:01:02.063 [debug] Sending request for kernelInfo 17:01:02.576 [trace] Did not get a response for requestKernelInfo 17:01:02.576 [debug] Sending request for kernelInfo 17:01:03.079 [trace] Did not get a response for requestKernelInfo 17:01:03.080 [debug] Sending request for kernelInfo 17:01:03.591 [trace] Did not get a response for requestKernelInfo 17:01:03.591 [debug] Sending request for kernelInfo 17:01:04.103 [trace] Did not get a response for requestKernelInfo 17:01:04.104 [debug] Sending request for kernelInfo 17:01:04.604 [trace] Did not get a response for requestKernelInfo 17:01:04.604 [debug] Sending request for kernelInfo 17:01:05.120 [trace] Did not get a response for requestKernelInfo 17:01:05.120 [debug] Sending request for kernelInfo 17:01:05.633 [trace] Did not get a response for requestKernelInfo 17:01:05.633 [debug] Sending request for kernelInfo 17:01:06.146 [trace] Did not get a response for requestKernelInfo 17:01:06.147 [debug] Sending request for kernelInfo 17:01:06.659 [trace] Did not get a response for requestKernelInfo 17:01:06.659 [debug] Sending request for kernelInfo 17:01:07.161 [trace] Did not get a response for requestKernelInfo 17:01:07.161 [debug] Sending request for kernelInfo 17:01:07.662 [trace] Did not get a response for requestKernelInfo 17:01:07.662 [debug] Sending request for kernelInfo 17:01:08.175 [trace] Did not get a response for requestKernelInfo 17:01:08.175 [debug] Sending request for kernelInfo 17:01:08.676 [trace] Did not get a response for requestKernelInfo 17:01:08.676 [debug] Sending request for kernelInfo 17:01:09.178 [trace] Did not get a response for requestKernelInfo 17:01:09.178 [debug] Sending request for kernelInfo 17:01:09.691 [trace] Did not get a response for requestKernelInfo 17:01:09.691 [debug] Sending request for kernelInfo 17:01:10.206 [trace] Did not get a response for requestKernelInfo 17:01:10.206 [debug] Sending request for kernelInfo 17:01:10.722 [trace] Did not get a response for requestKernelInfo 17:01:10.722 [debug] Sending request for kernelInfo 17:01:11.236 [trace] Did not get a response for requestKernelInfo 17:01:11.236 [debug] Sending request for kernelInfo 17:01:11.745 [trace] Did not get a response for requestKernelInfo 17:01:11.746 [debug] Sending request for kernelInfo 17:01:12.257 [trace] Did not get a response for requestKernelInfo 17:01:12.258 [debug] Sending request for kernelInfo 17:01:12.771 [trace] Did not get a response for requestKernelInfo 17:01:12.771 [debug] Sending request for kernelInfo 17:01:13.286 [trace] Did not get a response for requestKernelInfo 17:01:13.286 [debug] Sending request for kernelInfo 17:01:13.789 [trace] Did not get a response for requestKernelInfo 17:01:13.789 [debug] Sending request for kernelInfo 17:01:14.304 [trace] Did not get a response for requestKernelInfo 17:01:14.304 [debug] Sending request for kernelInfo 17:01:14.817 [trace] Did not get a response for requestKernelInfo 17:01:14.817 [debug] Sending request for kernelInfo 17:01:15.332 [trace] Did not get a response for requestKernelInfo 17:01:15.332 [debug] Sending request for kernelInfo 17:01:15.846 [trace] Did not get a response for requestKernelInfo 17:01:15.846 [debug] Sending request for kernelInfo 17:01:16.359 [trace] Did not get a response for requestKernelInfo 17:01:16.360 [debug] Sending request for kernelInfo 17:01:16.875 [trace] Did not get a response for requestKernelInfo 17:01:16.876 [debug] Sending request for kernelInfo 17:01:17.388 [trace] Did not get a response for requestKernelInfo 17:01:17.388 [debug] Sending request for kernelInfo 17:01:17.889 [trace] Did not get a response for requestKernelInfo 17:01:17.889 [debug] Sending request for kernelInfo 17:01:18.404 [trace] Did not get a response for requestKernelInfo 17:01:18.405 [debug] Sending request for kernelInfo 17:01:18.917 [trace] Did not get a response for requestKernelInfo 17:01:18.918 [debug] Sending request for kernelInfo 17:01:19.429 [trace] Did not get a response for requestKernelInfo 17:01:19.430 [debug] Sending request for kernelInfo 17:01:19.942 [trace] Did not get a response for requestKernelInfo 17:01:19.943 [debug] Sending request for kernelInfo 17:01:20.453 [trace] Did not get a response for requestKernelInfo 17:01:20.454 [debug] Sending request for kernelInfo 17:01:20.969 [trace] Did not get a response for requestKernelInfo 17:01:20.969 [debug] Sending request for kernelInfo 17:01:21.474 [trace] Did not get a response for requestKernelInfo 17:01:21.475 [debug] Sending request for kernelInfo 17:01:21.986 [trace] Did not get a response for requestKernelInfo 17:01:21.986 [debug] Sending request for kernelInfo 17:01:22.501 [trace] Did not get a response for requestKernelInfo 17:01:22.501 [debug] Sending request for kernelInfo 17:01:23.002 [trace] Did not get a response for requestKernelInfo 17:01:23.003 [debug] Sending request for kernelInfo 17:01:23.517 [trace] Did not get a response for requestKernelInfo 17:01:23.517 [debug] Sending request for kernelInfo 17:01:24.024 [trace] Did not get a response for requestKernelInfo 17:01:24.025 [debug] Sending request for kernelInfo 17:01:24.354 [error] Failed to request kernel info [Canceled: Canceled at gh.value (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:181:24587) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950) at vh.cancel (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:3232) at wt.cancel (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:3643) at Timeout._onTimeout (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11746) at listOnTimeout (node:internal/timers:581:17) at process.processTimers (node:internal/timers:519:7)] 17:01:24.355 [debug] Dispose Kernel process 21660. 17:01:24.359 [info] Process Execution: c:\WINDOWS\System32\taskkill.exe /F /T /PID 21660 17:01:24.360 [warn] Failed to shutdown kernel, .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher [TypeError: Failed to parse URL from /api/kernels/8631b6bb-08d9-483e-ab5b-062e7e21ef1c?1728594084359 at new Request (node:internal/deps/undici/undici:9271:19) at Object.t [as handleRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:2054) at Object.t [as makeRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:730) at Object.Vl [as shutdownKernel] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:5781) at n.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:89571) at L_.start (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:12333) at async U_.startKernel (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:21270) at async Ay.create (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:23577) at async n_.createJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:35993) at async n_.startJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:34001) at async n.wrapKernelMethodImpl (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:82604)] { [cause]: [TypeError: Invalid URL at new URL (node:internal/url:797:36) at new Request (node:internal/deps/undici/undici:9269:25) at Object.t [as handleRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:2054) at Object.t [as makeRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:730) at Object.Vl [as shutdownKernel] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:5781) at n.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:89571) at L_.start (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:12333) at async U_.startKernel (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:21270) at async Ay.create (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:23577) at async n_.createJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:35993) at async n_.startJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:34001) at async n.wrapKernelMethodImpl (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:82604)] { code: 'ERR_INVALID_URL', input: '/api/kernels/8631b6bb-08d9-483e-ab5b-062e7e21ef1c?1728594084359' } } 17:01:24.425 [debug] KernelProcess Exited 21660, Exit Code - 1 17:01:24.425 [error] Disposing session as kernel process died ExitCode: 1, Reason: 17:01:24.429 [debug] Disposed Kernel process 21660. 17:01:24.431 [error] Failed to connect raw kernel session: Error: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. 17:01:24.432 [warn] Error occurred while trying to start the kernel, options.disableUI=false [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 17:01:24.433 [warn] Kernel Error, context = start [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 17:01:24.436 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "RunPythonCode" 17:01:24.437 [debug] Got env vars from Python Ext in 2ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 62. 17:01:24.437 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 17:01:24.437 [debug] Getting activated env variables, Class name = gd, completed in 2ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 17:01:24.444 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 17:01:24.643 [debug] Checking if product is installed, Class name = Ux, completed in 209ms, has a truthy return value, Arg 1: 19, Arg 2: undefined, Return Value: true 17:01:24.643 [debug] Are Dependencies Installed, Class name = zd, completed in 209ms, has a truthy return value, Arg 1: ".jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher", Arg 2: undefined, Arg 3: true, Return Value: true 17:01:24.646 [info] Dispose Kernel 'z:\ML\thesis-project\train_models.ipynb' associated with 'z:\ML\thesis-project\train_models.ipynb' 17:01:24.646 [debug] Kernel got disposed, hence there is no longer a kernel associated with z:\ML\thesis-project\train_models.ipynb 17:01:24.647 [error] Error in notebook cell execution [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 17:01:24.647 [trace] Start cell 1 execution @ undefined (clear output) 17:01:24.647 [error] Error in execution (get message for cell) [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 17:01:24.651 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 17:01:24.858 [debug] Checking if product is installed, Class name = Ux, completed in 209ms, has a truthy return value, Arg 1: 19, Arg 2: undefined, Return Value: true 17:01:24.858 [debug] Are Dependencies Installed, Class name = zd, completed in 209ms, has a truthy return value, Arg 1: ".jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher", Arg 2: undefined, Arg 3: true, Return Value: true 17:01:24.884 [trace] Cell 1 completed in 0s (start: undefined, end: undefined) ```
d3tk commented 1 month ago

@DonJayamanne any updates on this?

d3tk commented 1 month ago

I am still having trouble with this problem

DonJayamanne commented 1 month ago

Thank you for sharing the logs and apologies for the delay. Please can you install Pytohn 3.12 and try using that in a virtual environment instead. Python 3.13 is still very recent and possible there are some issues with upstream packages such as IPython, IPyKernek or the like (which is beyond the scope/control of Jupyter extension).

d3tk commented 1 month ago

Hello, no problem. Thank you for the reply.

Here is the new Python 3.12 log. Identical behavior.

Python 3.12 log ``` Visual Studio Code (1.94.2, undefined, desktop) Jupyter Extension Version: 2024.9.1. Python Extension Version: 2024.16.1. Pylance Extension Version: 2024.10.1. Platform: win32 (x64). Temp Storage folder ~\AppData\Roaming\Code\User\globalStorage\ms-toolsai.jupyter\version-2024.9.1 Workspace folder z:\ML\thesis-project, Home = c:\Users\dkuts 22:55:16.544 [debug] Start refreshing Kernel Picker (1730084116544) 22:55:16.626 [info] Deleting old temp dir c:\Users\~\AppData\Roaming\Code\User\globalStorage\ms-toolsai.jupyter\version-2024.10.2024100401 22:55:16.809 [debug] API called from ms-toolsai.vscode-jupyter-powertoys 22:55:16.813 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python311\python.exe 22:55:16.813 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python310\python.exe 22:55:16.814 [trace] Search for KernelSpecs in Interpreter c:\ProgramData\miniconda3\python.exe 22:55:16.814 [trace] Search for KernelSpecs in Interpreter ~\miniconda3\python.exe 22:55:16.814 [trace] Search for KernelSpecs in Interpreter ~\miniconda3\envs\xt\python.exe 22:55:16.814 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python313\python.exe 22:55:16.814 [trace] Search for KernelSpecs in Interpreter ~\AppData\Local\Programs\Python\Python312\python.exe 22:55:16.815 [trace] Search for KernelSpecs in Interpreter z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:16.815 [debug] Get Custom Env Variables, Class name = Cm, completed in 272ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" 22:55:16.815 [debug] Jupyter Paths kernels: 22:55:16.816 [debug] Kernel Spec Root Paths, ~\AppData\Roaming\jupyter\kernels, c:\ProgramData\jupyter\kernels 22:55:16.857 [debug] End refreshing Kernel Picker (1730084116544) 22:55:17.139 [debug] KernelProvider switched kernel to id = .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher 22:55:17.139 [debug] start the kernel, options.disableUI=true for z:\ML\thesis-project\new_train_model.ipynb 22:55:17.140 [debug] Controller selection change completed 22:55:17.197 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "RunPythonCode" 22:55:17.198 [info] Starting Kernel (Python Path: z:\ML\thesis-project\.venv\Scripts\python.exe, Venv, 3.12.7) for 'z:\ML\thesis-project\new_train_model.ipynb' (disableUI=true) 22:55:17.198 [trace] Creating raw notebook for resource 'z:\ML\thesis-project\new_train_model.ipynb' 22:55:17.243 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/new_train_model.ipynb", Arg 2: "RunPythonCode" 22:55:17.366 [debug] Launching kernel .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher for z:\ML\thesis-project\new_train_model.ipynb in z:\ML\thesis-project with ports 9001, 9000, 9004, 9002, 9003 22:55:17.368 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/new_train_model.ipynb", Arg 2: "RunPythonCode" 22:55:17.376 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python311\python.exe in 8ms 22:55:17.377 [debug] Create ProcessService, Class name = Sm (started execution), Arg 1: undefined 22:55:17.378 [debug] Get Custom Env Variables, Class name = Cm, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode", Arg 3: undefined 22:55:17.378 [debug] Create ProcessService, Class name = Sm, completed in 1ms, has a truthy return value, Arg 1: undefined 22:55:17.382 [info] Process Execution: ~\AppData\Local\Programs\Python\Python311\python.exe -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");" 22:55:17.428 [trace] USER_SITE for ~\AppData\Local\Programs\Python\Python311\python.exe is c:\Users\~\AppData\Roaming\Python\Python311\Scripts 22:55:17.429 [trace] Prepend PATH with user site path for ~\AppData\Local\Programs\Python\Python311\python.exe, user site c:\Users\~\AppData\Roaming\Python\Python311\Scripts 22:55:17.429 [trace] Prepend PATH with python bin for ~\AppData\Local\Programs\Python\Python311\python.exe 22:55:17.429 [debug] Getting activated env variables, Class name = gd, completed in 61ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/new_train_model.ipynb", Arg 2: "~\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE", Arg 3: undefined 22:55:17.433 [info] Process Execution: ~\AppData\Local\Programs\Python\Python311\python.exe c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 20476 > cwd: ~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\pythonFiles\vscode_datascience_helpers 22:55:17.434 [debug] Got env vars from Python Ext in 191ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 65. 22:55:17.434 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:17.434 [debug] Getting activated env variables, Class name = gd, completed in 191ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/new_train_model.ipynb", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 22:55:17.438 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 22:55:17.439 [debug] Got env vars from Python Ext in 242ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 65. 22:55:17.439 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:17.440 [debug] Getting activated env variables, Class name = gd, completed in 243ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 22:55:17.443 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m pip list 22:55:17.477 [warn] Stderr output when getting ipykernel version & path Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'ipykernel' for z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:17.551 [trace] Got a response of 1388 for INITIALIZE_INTERRUPT:0 22:55:17.557 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m ipykernel_launcher --f=c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v3960870c71c5a734082dbf8d186fe07070804a946.json > cwd: z:\ML\thesis-project 22:55:17.557 [debug] Kernel process 19852. 22:55:17.592 [debug] KernelProcess error 19852: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher 22:55:17.599 [debug] KernelProcess Exited 19852, Exit Code - 1 z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher 22:55:17.600 [error] Disposing kernel process due to an error [Ll [Error]: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44598) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe: No module named ipykernel_launcher\r\n' } 22:55:17.600 [debug] Dispose Kernel process 19852. 22:55:17.602 [error] Failed to connect raw kernel session: Error: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. 22:55:17.602 [error] Failed to connect raw kernel session: Error: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. 22:55:17.603 [warn] Failed to shutdown kernel, .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher [TypeError: Cannot read properties of undefined (reading 'dispose') at L_.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:13629) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async U_.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:22107)] 22:55:17.603 [trace] failed to create IJupyterKernelConnectionSession in kernel, UI Disabled = true [Ll [Error]: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44598) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe: No module named ipykernel_launcher\r\n' } 22:55:17.604 [warn] Error occurred while trying to start the kernel, options.disableUI=true [Ll [Error]: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44598) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe: No module named ipykernel_launcher\r\n' } 22:55:17.606 [debug] Disposed Kernel process 19852. 22:55:18.150 [debug] Interpreter for Pylance for Notebook URI "z:\ML\thesis-project\new_train_model.ipynb" is z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:18.325 [trace] Registering commtarget jupyter.widget 22:55:18.326 [debug] Start refreshing Interpreter Kernel Picker 22:55:18.326 [debug] Start refreshing Kernel Picker (1730084118326) 22:55:18.577 [trace] Conda file is C:\ProgramData\miniconda3\Scripts\conda.exe 22:55:18.731 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON310\PYTHON.EXE' 22:55:18.732 [trace] Python API env change detected, update => 'Z:\ML\THESIS-PROJECT\.VENV\SCRIPTS\PYTHON.EXE' 22:55:18.733 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON311\PYTHON.EXE' 22:55:18.733 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON312\PYTHON.EXE' 22:55:18.734 [trace] Python API env change detected, update => 'C:\USERS\~\APPDATA\LOCAL\PROGRAMS\PYTHON\PYTHON313\PYTHON.EXE' 22:55:18.734 [trace] Python API env change detected, update => 'C:\PROGRAMDATA\MINICONDA3\PYTHON.EXE' 22:55:18.735 [trace] Python API env change detected, update => 'C:\USERS\~\MINICONDA3\PYTHON.EXE' 22:55:18.735 [trace] Python API env change detected, update => 'C:\USERS\~\MINICONDA3\ENVS\XT\PYTHON.EXE' 22:55:18.736 [trace] Kernel undefined.-xfrozen_modules=off matches z:\ML\THESIS-PROJECT\.VENV\SCRIPTS\PYTHON.EXE based on argv. 22:55:18.738 [debug] Refreshed Environments 22:55:19.753 [debug] End refreshing Kernel Picker (1730084118326) 22:55:20.155 [debug] Handle Execution of Cells 0 for z:\ML\thesis-project\new_train_model.ipynb 22:55:20.156 [trace] Execute Notebook z:\ML\thesis-project\new_train_model.ipynb. Step 1 22:55:20.156 [trace] Connect to Kernel z:\ML\thesis-project\new_train_model.ipynb. Step 2 22:55:20.156 [debug] start the kernel, options.disableUI=false for z:\ML\thesis-project\new_train_model.ipynb 22:55:20.156 [info] Starting Kernel (Python Path: z:\ML\thesis-project\.venv\Scripts\python.exe, Venv, 3.12.7) for 'z:\ML\thesis-project\new_train_model.ipynb' (disableUI=false) 22:55:20.156 [trace] Creating raw notebook for resource 'z:\ML\thesis-project\new_train_model.ipynb' 22:55:20.158 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/new_train_model.ipynb", Arg 2: "RunPythonCode" 22:55:20.159 [debug] Got env vars from Python Ext in 1ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 65. 22:55:20.159 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:20.159 [debug] Getting activated env variables, Class name = gd, completed in 1ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project/new_train_model.ipynb", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 22:55:20.162 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 22:55:20.224 [warn] Stderr output when getting ipykernel version & path Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'ipykernel' for z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:20.228 [debug] Launching kernel .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher for z:\ML\thesis-project\new_train_model.ipynb in z:\ML\thesis-project with ports 9009, 9008, 9012, 9010, 9011 22:55:20.230 [trace] Got a response of 1976 for INITIALIZE_INTERRUPT:2 22:55:20.234 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m ipykernel_launcher --f=c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v30e31ea2fbf29fdf66af5763584e8569090b338a6.json > cwd: z:\ML\thesis-project 22:55:20.234 [debug] Kernel process 22684. 22:55:20.264 [debug] KernelProcess error 22684: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher 22:55:20.268 [debug] KernelProcess Exited 22684, Exit Code - 1 z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher 22:55:20.268 [error] Disposing kernel process due to an error [Ll [Error]: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44598) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe: No module named ipykernel_launcher\r\n' } 22:55:20.269 [debug] Dispose Kernel process 22684. 22:55:20.269 [error] Failed to connect raw kernel session: Error: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. 22:55:20.269 [error] Failed to connect raw kernel session: Error: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. 22:55:20.270 [warn] Failed to shutdown kernel, .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher [TypeError: Cannot read properties of undefined (reading 'dispose') at L_.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:13629) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async U_.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:22107)] 22:55:20.270 [warn] Error occurred while trying to start the kernel, options.disableUI=false [Ll [Error]: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44598) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe: No module named ipykernel_launcher\r\n' } 22:55:20.270 [warn] Kernel Error, context = start [Ll [Error]: The kernel died. Error: z:\ML\thesis-project\.venv\Scripts\python.exe: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44598) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe: No module named ipykernel_launcher\r\n' } 22:55:20.272 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "RunPythonCode" 22:55:20.272 [debug] Got env vars from Python Ext in 0ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 65. 22:55:20.272 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:20.272 [debug] Getting activated env variables, Class name = gd, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 22:55:20.276 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 22:55:20.277 [debug] Disposed Kernel process 22684. 22:55:20.308 [debug] Module ipykernel is not installed. Output 22:55:20.308 [debug] Checking if product is installed, Class name = Ux, completed in 37ms, has a falsy return value, Arg 1: 19, Arg 2: undefined, Return Value: false 22:55:20.309 [debug] Are Dependencies Installed, Class name = zd, completed in 38ms, has a falsy return value, Arg 1: ".jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher", Arg 2: undefined, Arg 3: true, Return Value: false 22:55:20.309 [info] Check & install missing Kernel dependencies for z:\ML\thesis-project\.venv\Scripts\python.exe, ui.disabled=false for resource 'z:\ML\thesis-project\new_train_model.ipynb' 22:55:20.313 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 22:55:20.344 [debug] Module ipykernel is not installed. Output 22:55:20.344 [debug] Checking if product is installed, Class name = Ux, completed in 35ms, has a falsy return value, Arg 1: 19, Arg 2: undefined, Return Value: false 22:55:20.344 [debug] Are Dependencies Installed, Class name = zd, completed in 35ms, has a falsy return value, Arg 1: ".jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher", Arg 2: {"a":false,"b":null}, Arg 3: true, Return Value: false 22:55:20.348 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 22:55:20.391 [debug] Checking if product is installed, Class name = Ux, completed in 47ms, has a truthy return value, Arg 1: 27, Arg 2: undefined, Return Value: true 22:55:24.242 [debug] Create ProcessService, Class name = Sm (started execution), Arg 1: undefined 22:55:24.243 [debug] Cached data exists getEnvironmentVariables, z:\ML\thesis-project 22:55:24.243 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode", Arg 3: undefined 22:55:24.243 [debug] Create ProcessService, Class name = Sm, completed in 1ms, has a truthy return value, Arg 1: undefined 22:55:24.246 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 22:55:24.290 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m pip install -U ipykernel 22:55:25.469 [debug] Collecting ipykernel 22:55:25.476 [debug] Using cached ipykernel-6.29.5-py3-none-any.whl.metadata (6.3 kB) 22:55:25.549 [debug] Collecting comm>=0.1.1 (from ipykernel) 22:55:25.561 [debug] Using cached comm-0.2.2-py3-none-any.whl.metadata (3.7 kB) 22:55:25.788 [debug] Collecting debugpy>=1.6.5 (from ipykernel) 22:55:25.798 [debug] Using cached debugpy-1.8.7-cp312-cp312-win_amd64.whl.metadata (1.1 kB) 22:55:25.911 [debug] Collecting ipython>=7.23.1 (from ipykernel) 22:55:26.109 [debug] Downloading ipython-8.29.0-py3-none-any.whl.metadata (5.0 kB) 22:55:26.203 [debug] Collecting jupyter-client>=6.1.12 (from ipykernel) 22:55:26.217 [debug] Using cached jupyter_client-8.6.3-py3-none-any.whl.metadata (8.3 kB) 22:55:26.295 [debug] Collecting jupyter-core!=5.0.*,>=4.12 (from ipykernel) 22:55:26.307 [debug] Using cached jupyter_core-5.7.2-py3-none-any.whl.metadata (3.4 kB) 22:55:26.393 [debug] Collecting matplotlib-inline>=0.1 (from ipykernel) 22:55:26.404 [debug] Using cached matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB) 22:55:26.500 [debug] Collecting nest-asyncio (from ipykernel) 22:55:26.506 [debug] Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB) 22:55:26.589 [debug] Collecting packaging (from ipykernel) 22:55:26.601 [debug] Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 22:55:26.833 [debug] Collecting psutil (from ipykernel) 22:55:26.848 [debug] Using cached psutil-6.1.0-cp37-abi3-win_amd64.whl.metadata (23 kB) 22:55:27.621 [debug] Collecting pyzmq>=24 (from ipykernel) 22:55:27.628 [debug] Using cached pyzmq-26.2.0-cp312-cp312-win_amd64.whl.metadata (6.2 kB) 22:55:27.731 [debug] Collecting tornado>=6.1 (from ipykernel) 22:55:27.744 [debug] Using cached tornado-6.4.1-cp38-abi3-win_amd64.whl.metadata (2.6 kB) 22:55:27.810 [debug] Collecting traitlets>=5.4.0 (from ipykernel) 22:55:27.822 [debug] Using cached traitlets-5.14.3-py3-none-any.whl.metadata (10 kB) 22:55:27.883 [debug] Collecting decorator (from ipython>=7.23.1->ipykernel) 22:55:27.895 [debug] Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 22:55:27.954 [debug] Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel) 22:55:27.970 [debug] Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB) 22:55:28.088 [debug] Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel) 22:55:28.101 [debug] Using cached prompt_toolkit-3.0.48-py3-none-any.whl.metadata (6.4 kB) 22:55:28.166 [debug] Collecting pygments>=2.4.0 (from ipython>=7.23.1->ipykernel) 22:55:28.177 [debug] Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 22:55:28.242 [debug] Collecting stack-data (from ipython>=7.23.1->ipykernel) 22:55:28.255 [debug] Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) 22:55:28.330 [debug] Collecting colorama (from ipython>=7.23.1->ipykernel) 22:55:28.344 [debug] Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 22:55:28.491 [debug] Collecting python-dateutil>=2.8.2 (from jupyter-client>=6.1.12->ipykernel) 22:55:28.505 [debug] Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 22:55:28.611 [debug] Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->ipykernel) 22:55:28.624 [debug] Using cached platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB) 22:55:28.738 [debug] Collecting pywin32>=300 (from jupyter-core!=5.0.*,>=4.12->ipykernel) 22:55:28.751 [debug] Using cached pywin32-308-cp312-cp312-win_amd64.whl.metadata (8.3 kB) 22:55:28.852 [debug] Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel) 22:55:28.859 [debug] Using cached parso-0.8.4-py2.py3-none-any.whl.metadata (7.7 kB) 22:55:28.913 [debug] Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel) 22:55:28.930 [debug] Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) 22:55:29.001 [debug] Collecting six>=1.5 (from python-dateutil>=2.8.2->jupyter-client>=6.1.12->ipykernel) 22:55:29.012 [debug] Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 22:55:29.073 [debug] Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel) 22:55:29.087 [debug] Using cached executing-2.1.0-py2.py3-none-any.whl.metadata (8.9 kB) 22:55:29.166 [debug] Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel) 22:55:29.178 [debug] Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB) 22:55:29.270 [debug] Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel) 22:55:29.276 [debug] Using cached pure_eval-0.2.3-py3-none-any.whl.metadata (6.3 kB) 22:55:29.294 [debug] Using cached ipykernel-6.29.5-py3-none-any.whl (117 kB) 22:55:29.303 [debug] Using cached comm-0.2.2-py3-none-any.whl (7.2 kB) 22:55:29.316 [debug] Using cached debugpy-1.8.7-cp312-cp312-win_amd64.whl (5.2 MB) 22:55:29.368 [debug] Downloading ipython-8.29.0-py3-none-any.whl (819 kB) 22:55:30.294 [debug] 22:55:30.295 [debug] ---------------------------------------- 819.9/819.9 kB 1.0 MB/s eta 0:00:00 22:55:30.306 [debug] Using cached jupyter_client-8.6.3-py3-none-any.whl (106 kB) 22:55:30.316 [debug] Using cached jupyter_core-5.7.2-py3-none-any.whl (28 kB) 22:55:30.326 [debug] Using cached matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB) 22:55:30.338 [debug] Using cached pyzmq-26.2.0-cp312-cp312-win_amd64.whl (637 kB) 22:55:30.349 [debug] Using cached tornado-6.4.1-cp38-abi3-win_amd64.whl (438 kB) 22:55:30.359 [debug] Using cached traitlets-5.14.3-py3-none-any.whl (85 kB) 22:55:30.368 [debug] Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) 22:55:30.381 [debug] Using cached packaging-24.1-py3-none-any.whl (53 kB) 22:55:30.395 [debug] Using cached psutil-6.1.0-cp37-abi3-win_amd64.whl (254 kB) 22:55:30.409 [debug] Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) 22:55:30.420 [debug] Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB) 22:55:30.431 [debug] Using cached prompt_toolkit-3.0.48-py3-none-any.whl (386 kB) 22:55:30.443 [debug] Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB) 22:55:30.456 [debug] Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 22:55:30.473 [debug] Using cached pywin32-308-cp312-cp312-win_amd64.whl (6.5 MB) 22:55:30.491 [debug] Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 22:55:30.503 [debug] Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 22:55:30.517 [debug] Using cached stack_data-0.6.3-py3-none-any.whl (24 kB) 22:55:30.529 [debug] Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB) 22:55:30.540 [debug] Using cached executing-2.1.0-py2.py3-none-any.whl (25 kB) 22:55:30.551 [debug] Using cached parso-0.8.4-py2.py3-none-any.whl (103 kB) 22:55:30.561 [debug] Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 22:55:30.573 [debug] Using cached pure_eval-0.2.3-py3-none-any.whl (11 kB) 22:55:30.586 [debug] Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) 22:55:30.818 [debug] Installing collected packages: wcwidth, pywin32, pure-eval, traitlets, tornado, six, pyzmq, pygments, psutil, prompt-toolkit, platformdirs, parso, packaging, nest-asyncio, executing, decorator, debugpy, colorama, python-dateutil, matplotlib-inline, jupyter-core, jedi, comm, asttokens, stack-data, jupyter-client, ipython, ipykernel 22:55:46.811 [debug] Successfully installed asttokens-2.4.1 colorama-0.4.6 comm-0.2.2 debugpy-1.8.7 decorator-5.1.1 executing-2.1.0 ipykernel-6.29.5 ipython-8.29.0 jedi-0.19.1 jupyter-client-8.6.3 jupyter-core-5.7.2 matplotlib-inline-0.1.7 nest-asyncio-1.6.0 packaging-24.1 parso-0.8.4 platformdirs-4.3.6 prompt-toolkit-3.0.48 psutil-6.1.0 pure-eval-0.2.3 pygments-2.18.0 python-dateutil-2.9.0.post0 pywin32-308 pyzmq-26.2.0 six-1.16.0 stack-data-0.6.3 tornado-6.4.1 traitlets-5.14.3 wcwidth-0.2.13 22:55:47.189 [debug] [notice] A new release of pip is available: 24.2 22:55:47.190 [debug] -> 24.3.1 [notice] To update, run: python.exe -m pip install --upgrade pip 22:55:47.280 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 22:55:47.507 [debug] Checking if product is installed, Class name = Ux, completed in 230ms, has a truthy return value, Arg 1: 19, Arg 2: undefined, Return Value: true 22:55:47.509 [debug] Install Missing Dependencies, Class name = zd, completed in 27200ms, has a falsy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"z:\\ML\\thesis-project\\new_train_model.ipynb","_sep":1,"external":"file:///z%3A/ML/thesis-project/new_train_model.ipynb","path":"/z:/ML/thesis-project/new_train_model.ipynb","scheme":"file"},"kernelConnection":{"id":".jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher","kernelSpec":{"specFile":"c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json","interpreterPath":"z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe","isRegisteredByVSC":"registeredByNewVersionOfExt","name":"python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","executable":"python","display_name":".venv","metadata":{"interpreter":{"path":"z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe"}},"env":{}},"interpreter":{"id":"Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe"},"kind":"startUsingPythonInterpreter"},"ui":{"_event":{"z":0},"_disableUI":false},"token":{"a":false,"b":{"z":0}},"ignoreCache":true,"cannotChangeKernels":false}, Return Value: 0 22:55:47.509 [info] Dispose Kernel 'z:\ML\thesis-project\new_train_model.ipynb' associated with 'z:\ML\thesis-project\new_train_model.ipynb' 22:55:47.509 [debug] Kernel got disposed, hence there is no longer a kernel associated with z:\ML\thesis-project\new_train_model.ipynb 22:55:47.512 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m pip list 22:55:47.512 [info] Starting Kernel (Python Path: z:\ML\thesis-project\.venv\Scripts\python.exe, Venv, 3.12.7) for 'z:\ML\thesis-project\new_train_model.ipynb' (disableUI=false) 22:55:47.513 [trace] Creating raw notebook for resource 'z:\ML\thesis-project\new_train_model.ipynb' 22:55:47.517 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 22:55:47.600 [debug] Launching kernel .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher for z:\ML\thesis-project\new_train_model.ipynb in z:\ML\thesis-project with ports 9017, 9016, 9020, 9018, 9019 22:55:47.602 [trace] Got a response of 2268 for INITIALIZE_INTERRUPT:4 22:55:47.606 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -m ipykernel_launcher --f=c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v358fe73554c8c5b9b91db768ba57f86746c7c5106.json > cwd: z:\ML\thesis-project 22:55:47.606 [debug] Kernel process 21680. 22:55:47.715 [trace] ipykernel version & path 6.29.5, z:\ML\thesis-project\.venv\Lib\site-packages\ipykernel\__init__.py for z:\ML\thesis-project\.venv\Scripts\python.exe 22:55:48.867 [debug] Waiting for Raw Session to be ready in postStartRawSession 22:55:48.867 [debug] Waiting for Raw session to be ready, status: connected 22:55:48.867 [trace] Raw session connected 22:55:48.868 [debug] Waited for Raw session to be ready & got status: connected 22:55:48.868 [debug] Successfully waited for Raw Session to be ready in postStartRawSession 22:55:48.868 [debug] Kernel status is 'unknown' before requesting kernel info and after ready 22:55:48.868 [debug] Sending request for kernelInfo 22:55:49.317 [debug] Kernel output 21680: To connect another client to this kernel, use: --existing c:\Users\~\AppData\Roaming\jupyter\runtime\kernel-v358fe73554c8c5b9b91db768ba57f86746c7c5106.json 22:55:49.378 [trace] Did not get a response for requestKernelInfo 22:55:49.378 [debug] Sending request for kernelInfo 22:55:49.882 [trace] Did not get a response for requestKernelInfo 22:55:49.882 [debug] Sending request for kernelInfo 22:55:50.384 [trace] Did not get a response for requestKernelInfo 22:55:50.384 [debug] Sending request for kernelInfo 22:55:50.887 [trace] Did not get a response for requestKernelInfo 22:55:50.887 [debug] Sending request for kernelInfo 22:55:51.402 [trace] Did not get a response for requestKernelInfo 22:55:51.402 [debug] Sending request for kernelInfo 22:55:51.911 [trace] Did not get a response for requestKernelInfo 22:55:51.912 [debug] Sending request for kernelInfo 22:55:52.415 [trace] Did not get a response for requestKernelInfo 22:55:52.415 [debug] Sending request for kernelInfo 22:55:52.920 [trace] Did not get a response for requestKernelInfo 22:55:52.920 [debug] Sending request for kernelInfo 22:55:53.423 [trace] Did not get a response for requestKernelInfo 22:55:53.423 [debug] Sending request for kernelInfo 22:55:53.925 [trace] Did not get a response for requestKernelInfo 22:55:53.925 [debug] Sending request for kernelInfo 22:55:54.434 [trace] Did not get a response for requestKernelInfo 22:55:54.434 [debug] Sending request for kernelInfo 22:55:54.936 [trace] Did not get a response for requestKernelInfo 22:55:54.936 [debug] Sending request for kernelInfo 22:55:55.449 [trace] Did not get a response for requestKernelInfo 22:55:55.449 [debug] Sending request for kernelInfo 22:55:55.960 [trace] Did not get a response for requestKernelInfo 22:55:55.960 [debug] Sending request for kernelInfo 22:55:56.475 [trace] Did not get a response for requestKernelInfo 22:55:56.475 [debug] Sending request for kernelInfo 22:55:56.990 [trace] Did not get a response for requestKernelInfo 22:55:56.991 [debug] Sending request for kernelInfo 22:55:57.506 [trace] Did not get a response for requestKernelInfo 22:55:57.506 [debug] Sending request for kernelInfo 22:55:58.018 [trace] Did not get a response for requestKernelInfo 22:55:58.019 [debug] Sending request for kernelInfo 22:55:58.529 [trace] Did not get a response for requestKernelInfo 22:55:58.529 [debug] Sending request for kernelInfo 22:55:59.041 [trace] Did not get a response for requestKernelInfo 22:55:59.041 [debug] Sending request for kernelInfo 22:55:59.552 [trace] Did not get a response for requestKernelInfo 22:55:59.552 [debug] Sending request for kernelInfo 22:56:00.066 [trace] Did not get a response for requestKernelInfo 22:56:00.067 [debug] Sending request for kernelInfo 22:56:00.570 [trace] Did not get a response for requestKernelInfo 22:56:00.571 [debug] Sending request for kernelInfo 22:56:01.080 [trace] Did not get a response for requestKernelInfo 22:56:01.080 [debug] Sending request for kernelInfo 22:56:01.587 [trace] Did not get a response for requestKernelInfo 22:56:01.587 [debug] Sending request for kernelInfo 22:56:02.102 [trace] Did not get a response for requestKernelInfo 22:56:02.102 [debug] Sending request for kernelInfo 22:56:02.617 [trace] Did not get a response for requestKernelInfo 22:56:02.617 [debug] Sending request for kernelInfo 22:56:03.133 [trace] Did not get a response for requestKernelInfo 22:56:03.133 [debug] Sending request for kernelInfo 22:56:03.647 [trace] Did not get a response for requestKernelInfo 22:56:03.648 [debug] Sending request for kernelInfo 22:56:04.162 [trace] Did not get a response for requestKernelInfo 22:56:04.162 [debug] Sending request for kernelInfo 22:56:04.676 [trace] Did not get a response for requestKernelInfo 22:56:04.677 [debug] Sending request for kernelInfo 22:56:05.192 [trace] Did not get a response for requestKernelInfo 22:56:05.193 [debug] Sending request for kernelInfo 22:56:05.707 [trace] Did not get a response for requestKernelInfo 22:56:05.707 [debug] Sending request for kernelInfo 22:56:06.221 [trace] Did not get a response for requestKernelInfo 22:56:06.221 [debug] Sending request for kernelInfo 22:56:06.737 [trace] Did not get a response for requestKernelInfo 22:56:06.737 [debug] Sending request for kernelInfo 22:56:07.248 [trace] Did not get a response for requestKernelInfo 22:56:07.249 [debug] Sending request for kernelInfo 22:56:07.763 [trace] Did not get a response for requestKernelInfo 22:56:07.763 [debug] Sending request for kernelInfo 22:56:08.278 [trace] Did not get a response for requestKernelInfo 22:56:08.278 [debug] Sending request for kernelInfo 22:56:08.791 [trace] Did not get a response for requestKernelInfo 22:56:08.791 [debug] Sending request for kernelInfo 22:56:09.307 [trace] Did not get a response for requestKernelInfo 22:56:09.307 [debug] Sending request for kernelInfo 22:56:09.822 [trace] Did not get a response for requestKernelInfo 22:56:09.822 [debug] Sending request for kernelInfo 22:56:10.333 [trace] Did not get a response for requestKernelInfo 22:56:10.333 [debug] Sending request for kernelInfo 22:56:10.847 [trace] Did not get a response for requestKernelInfo 22:56:10.847 [debug] Sending request for kernelInfo 22:56:11.348 [trace] Did not get a response for requestKernelInfo 22:56:11.348 [debug] Sending request for kernelInfo 22:56:11.853 [trace] Did not get a response for requestKernelInfo 22:56:11.853 [debug] Sending request for kernelInfo 22:56:12.353 [trace] Did not get a response for requestKernelInfo 22:56:12.354 [debug] Sending request for kernelInfo 22:56:12.864 [trace] Did not get a response for requestKernelInfo 22:56:12.865 [debug] Sending request for kernelInfo 22:56:13.367 [trace] Did not get a response for requestKernelInfo 22:56:13.367 [debug] Sending request for kernelInfo 22:56:13.870 [trace] Did not get a response for requestKernelInfo 22:56:13.870 [debug] Sending request for kernelInfo 22:56:14.383 [trace] Did not get a response for requestKernelInfo 22:56:14.384 [debug] Sending request for kernelInfo 22:56:14.898 [trace] Did not get a response for requestKernelInfo 22:56:14.900 [debug] Sending request for kernelInfo 22:56:15.412 [trace] Did not get a response for requestKernelInfo 22:56:15.412 [debug] Sending request for kernelInfo 22:56:15.914 [trace] Did not get a response for requestKernelInfo 22:56:15.915 [debug] Sending request for kernelInfo 22:56:16.429 [trace] Did not get a response for requestKernelInfo 22:56:16.430 [debug] Sending request for kernelInfo 22:56:16.940 [trace] Did not get a response for requestKernelInfo 22:56:16.941 [debug] Sending request for kernelInfo 22:56:17.451 [trace] Did not get a response for requestKernelInfo 22:56:17.451 [debug] Sending request for kernelInfo 22:56:17.952 [trace] Did not get a response for requestKernelInfo 22:56:17.952 [debug] Sending request for kernelInfo 22:56:18.462 [trace] Did not get a response for requestKernelInfo 22:56:18.462 [debug] Sending request for kernelInfo 22:56:18.976 [trace] Did not get a response for requestKernelInfo 22:56:18.976 [debug] Sending request for kernelInfo 22:56:19.477 [trace] Did not get a response for requestKernelInfo 22:56:19.477 [debug] Sending request for kernelInfo 22:56:19.978 [trace] Did not get a response for requestKernelInfo 22:56:19.978 [debug] Sending request for kernelInfo 22:56:20.479 [trace] Did not get a response for requestKernelInfo 22:56:20.480 [debug] Sending request for kernelInfo 22:56:20.982 [trace] Did not get a response for requestKernelInfo 22:56:20.982 [debug] Sending request for kernelInfo 22:56:21.496 [trace] Did not get a response for requestKernelInfo 22:56:21.496 [debug] Sending request for kernelInfo 22:56:21.998 [trace] Did not get a response for requestKernelInfo 22:56:21.998 [debug] Sending request for kernelInfo 22:56:22.511 [trace] Did not get a response for requestKernelInfo 22:56:22.512 [debug] Sending request for kernelInfo 22:56:23.014 [trace] Did not get a response for requestKernelInfo 22:56:23.015 [debug] Sending request for kernelInfo 22:56:23.516 [trace] Did not get a response for requestKernelInfo 22:56:23.517 [debug] Sending request for kernelInfo 22:56:24.017 [trace] Did not get a response for requestKernelInfo 22:56:24.018 [debug] Sending request for kernelInfo 22:56:24.520 [trace] Did not get a response for requestKernelInfo 22:56:24.520 [debug] Sending request for kernelInfo 22:56:25.021 [trace] Did not get a response for requestKernelInfo 22:56:25.021 [debug] Sending request for kernelInfo 22:56:25.522 [trace] Did not get a response for requestKernelInfo 22:56:25.522 [debug] Sending request for kernelInfo 22:56:26.027 [trace] Did not get a response for requestKernelInfo 22:56:26.027 [debug] Sending request for kernelInfo 22:56:26.535 [trace] Did not get a response for requestKernelInfo 22:56:26.535 [debug] Sending request for kernelInfo 22:56:27.050 [trace] Did not get a response for requestKernelInfo 22:56:27.050 [debug] Sending request for kernelInfo 22:56:27.560 [trace] Did not get a response for requestKernelInfo 22:56:27.560 [debug] Sending request for kernelInfo 22:56:28.074 [trace] Did not get a response for requestKernelInfo 22:56:28.074 [debug] Sending request for kernelInfo 22:56:28.590 [trace] Did not get a response for requestKernelInfo 22:56:28.591 [debug] Sending request for kernelInfo 22:56:29.093 [trace] Did not get a response for requestKernelInfo 22:56:29.093 [debug] Sending request for kernelInfo 22:56:29.596 [trace] Did not get a response for requestKernelInfo 22:56:29.597 [debug] Sending request for kernelInfo 22:56:30.111 [trace] Did not get a response for requestKernelInfo 22:56:30.112 [debug] Sending request for kernelInfo 22:56:30.625 [trace] Did not get a response for requestKernelInfo 22:56:30.626 [debug] Sending request for kernelInfo 22:56:31.141 [trace] Did not get a response for requestKernelInfo 22:56:31.141 [debug] Sending request for kernelInfo 22:56:31.641 [trace] Did not get a response for requestKernelInfo 22:56:31.642 [debug] Sending request for kernelInfo 22:56:32.157 [trace] Did not get a response for requestKernelInfo 22:56:32.157 [debug] Sending request for kernelInfo 22:56:32.669 [trace] Did not get a response for requestKernelInfo 22:56:32.670 [debug] Sending request for kernelInfo 22:56:33.182 [trace] Did not get a response for requestKernelInfo 22:56:33.182 [debug] Sending request for kernelInfo 22:56:33.696 [trace] Did not get a response for requestKernelInfo 22:56:33.697 [debug] Sending request for kernelInfo 22:56:34.209 [trace] Did not get a response for requestKernelInfo 22:56:34.209 [debug] Sending request for kernelInfo 22:56:34.720 [trace] Did not get a response for requestKernelInfo 22:56:34.721 [debug] Sending request for kernelInfo 22:56:35.233 [trace] Did not get a response for requestKernelInfo 22:56:35.233 [debug] Sending request for kernelInfo 22:56:35.747 [trace] Did not get a response for requestKernelInfo 22:56:35.748 [debug] Sending request for kernelInfo 22:56:36.260 [trace] Did not get a response for requestKernelInfo 22:56:36.261 [debug] Sending request for kernelInfo 22:56:36.772 [trace] Did not get a response for requestKernelInfo 22:56:36.772 [debug] Sending request for kernelInfo 22:56:37.282 [trace] Did not get a response for requestKernelInfo 22:56:37.283 [debug] Sending request for kernelInfo 22:56:37.795 [trace] Did not get a response for requestKernelInfo 22:56:37.796 [debug] Sending request for kernelInfo 22:56:38.310 [trace] Did not get a response for requestKernelInfo 22:56:38.311 [debug] Sending request for kernelInfo 22:56:38.825 [trace] Did not get a response for requestKernelInfo 22:56:38.826 [debug] Sending request for kernelInfo 22:56:39.337 [trace] Did not get a response for requestKernelInfo 22:56:39.338 [debug] Sending request for kernelInfo 22:56:39.847 [trace] Did not get a response for requestKernelInfo 22:56:39.848 [debug] Sending request for kernelInfo 22:56:40.364 [trace] Did not get a response for requestKernelInfo 22:56:40.365 [debug] Sending request for kernelInfo 22:56:40.876 [trace] Did not get a response for requestKernelInfo 22:56:40.877 [debug] Sending request for kernelInfo 22:56:41.378 [trace] Did not get a response for requestKernelInfo 22:56:41.378 [debug] Sending request for kernelInfo 22:56:41.889 [trace] Did not get a response for requestKernelInfo 22:56:41.890 [debug] Sending request for kernelInfo 22:56:42.402 [trace] Did not get a response for requestKernelInfo 22:56:42.402 [debug] Sending request for kernelInfo 22:56:42.915 [trace] Did not get a response for requestKernelInfo 22:56:42.915 [debug] Sending request for kernelInfo 22:56:43.425 [trace] Did not get a response for requestKernelInfo 22:56:43.426 [debug] Sending request for kernelInfo 22:56:43.934 [trace] Did not get a response for requestKernelInfo 22:56:43.935 [debug] Sending request for kernelInfo 22:56:44.445 [trace] Did not get a response for requestKernelInfo 22:56:44.447 [debug] Sending request for kernelInfo 22:56:44.961 [trace] Did not get a response for requestKernelInfo 22:56:44.961 [debug] Sending request for kernelInfo 22:56:45.471 [trace] Did not get a response for requestKernelInfo 22:56:45.472 [debug] Sending request for kernelInfo 22:56:45.979 [trace] Did not get a response for requestKernelInfo 22:56:45.980 [debug] Sending request for kernelInfo 22:56:46.493 [trace] Did not get a response for requestKernelInfo 22:56:46.494 [debug] Sending request for kernelInfo 22:56:46.997 [trace] Did not get a response for requestKernelInfo 22:56:46.998 [debug] Sending request for kernelInfo 22:56:47.506 [trace] Did not get a response for requestKernelInfo 22:56:47.507 [debug] Sending request for kernelInfo 22:56:48.017 [trace] Did not get a response for requestKernelInfo 22:56:48.018 [debug] Sending request for kernelInfo 22:56:48.528 [trace] Did not get a response for requestKernelInfo 22:56:48.529 [debug] Sending request for kernelInfo 22:56:48.872 [error] Failed to request kernel info [Canceled: Canceled at gh.value (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:181:24587) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950) at vh.cancel (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:3232) at wt.cancel (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:3643) at Timeout._onTimeout (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11746) at listOnTimeout (node:internal/timers:581:17) at process.processTimers (node:internal/timers:519:7)] 22:56:48.874 [debug] Dispose Kernel process 21680. 22:56:48.882 [info] Process Execution: c:\WINDOWS\System32\taskkill.exe /F /T /PID 21680 22:56:48.883 [warn] Failed to shutdown kernel, .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project\.venv\Scripts\python.exe.z:\ML\thesis-project\.venv\Scripts\python.exe.-m#ipykernel_launcher [TypeError: Failed to parse URL from /api/kernels/293b8777-1e07-4fbd-9b75-54efed7ada9f?1730084208882 at new Request (node:internal/deps/undici/undici:9271:19) at Object.t [as handleRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:2054) at Object.t [as makeRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:730) at Object.Vl [as shutdownKernel] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:5781) at n.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:89571) at L_.start (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:12333) at async U_.startKernel (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:21270) at async Ay.create (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:23577) at async n_.createJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:35993) at async n_.startJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:34001) at async n.wrapKernelMethodImpl (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:82604)] { [cause]: [TypeError: Invalid URL at new URL (node:internal/url:797:36) at new Request (node:internal/deps/undici/undici:9269:25) at Object.t [as handleRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:2054) at Object.t [as makeRequest] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:730) at Object.Vl [as shutdownKernel] (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:5781) at n.shutdown (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\node_modules\@jupyterlab\services\lib\kernel\nonSerializingKernel.js:11:89571) at L_.start (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:12333) at async U_.startKernel (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:21270) at async Ay.create (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:23577) at async n_.createJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:35993) at async n_.startJupyterSession (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:285:34001) at async n.wrapKernelMethodImpl (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:82604)] { code: 'ERR_INVALID_URL', input: '/api/kernels/293b8777-1e07-4fbd-9b75-54efed7ada9f?1730084208882' } } 22:56:48.944 [debug] KernelProcess Exited 21680, Exit Code - 1 22:56:48.944 [error] Disposing session as kernel process died ExitCode: 1, Reason: 22:56:48.948 [debug] Disposed Kernel process 21680. 22:56:48.949 [error] Failed to connect raw kernel session: Error: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. 22:56:48.950 [warn] Error occurred while trying to start the kernel, options.disableUI=false [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 22:56:48.950 [warn] Kernel Error, context = start [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 22:56:48.951 [debug] Get Custom Env Variables, Class name = Cm, completed in 0ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "RunPythonCode" 22:56:48.952 [debug] Got env vars from Python Ext in 1ms for z:\ML\thesis-project\.venv\Scripts\python.exe, with env var count 65. 22:56:48.952 [trace] Prepend PATH with python bin for z:\ML\thesis-project\.venv\Scripts\python.exe 22:56:48.952 [debug] Getting activated env variables, Class name = gd, completed in 1ms, has a truthy return value, Arg 1: "/z:/ML/thesis-project", Arg 2: "Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined 22:56:48.954 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 22:56:49.133 [debug] Checking if product is installed, Class name = Ux, completed in 182ms, has a truthy return value, Arg 1: 19, Arg 2: undefined, Return Value: true 22:56:49.134 [debug] Are Dependencies Installed, Class name = zd, completed in 183ms, has a truthy return value, Arg 1: ".jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher", Arg 2: undefined, Arg 3: true, Return Value: true 22:56:49.136 [info] Dispose Kernel 'z:\ML\thesis-project\new_train_model.ipynb' associated with 'z:\ML\thesis-project\new_train_model.ipynb' 22:56:49.136 [debug] Kernel got disposed, hence there is no longer a kernel associated with z:\ML\thesis-project\new_train_model.ipynb 22:56:49.137 [error] Error in notebook cell execution [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 22:56:49.138 [trace] Start cell 0 execution @ undefined (clear output) 22:56:49.138 [error] Error in execution (get message for cell) [Ll [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details. at L_. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:304:11641) at T.B (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732) at T.C (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802) at T.fire (file:///c:/Users/~/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019) at ChildProcess. (c:\Users\~\.vscode\extensions\ms-toolsai.jupyter-2024.9.1-win32-x64\dist\extension.node.js:299:44443) at ChildProcess.emit (node:events:531:35) at ChildProcess._handle.onexit (node:internal/child_process:294:12)] { category: 'kerneldied', isJupyterError: true, kernelConnectionMetadata: n { kind: 'startUsingPythonInterpreter', kernelSpec: id { specFile: 'c:\\Users\\~\\AppData\\Roaming\\Code\\User\\globalStorage\\ms-toolsai.jupyter\\version-2024.9.1\\jupyter\\kernels\\python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16\\kernel.json', interpreterPath: 'z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe', isRegisteredByVSC: 'registeredByNewVersionOfExt', name: 'python3127jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16', argv: [Array], language: 'python', executable: 'python', display_name: '.venv', metadata: [Object], env: {}, interrupt_mode: undefined }, interpreter: { id: 'Z:\\ML\\THESIS-PROJECT\\.VENV\\SCRIPTS\\PYTHON.EXE', uri: [ta] }, id: '.jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher' }, exitCode: 1, stdErr: '' } 22:56:49.141 [info] Process Execution: z:\ML\thesis-project\.venv\Scripts\python.exe -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" 22:56:49.342 [debug] Checking if product is installed, Class name = Ux, completed in 203ms, has a truthy return value, Arg 1: 19, Arg 2: undefined, Return Value: true 22:56:49.342 [debug] Are Dependencies Installed, Class name = zd, completed in 203ms, has a truthy return value, Arg 1: ".jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.z:\\ML\\thesis-project\\.venv\\Scripts\\python.exe.-m#ipykernel_launcher", Arg 2: undefined, Arg 3: true, Return Value: true 22:56:49.360 [trace] Cell 0 completed in 0s (start: undefined, end: undefined) ```
DonJayamanne commented 1 month ago

22:55:47.600 [debug] Launching kernel .jvsc74a57bd07ca51eb31293b7c6638d80ab837e4580352c0c000640d211c613c34ad55d5a16.z:\ML\thesis-project.venv\Scripts\python.exe.z:\ML\thesis-project.venv\Scripts\python.exe.-m#ipykernel_launcher for z:\ML\thesis-project\new_train_model.ipynb in z:\ML\thesis-project with ports 9017, 9016, 9020, 9018, 9019

and tested it on Windows and WSL, and no combination worked.

Can you share the logs for WSL?

d3tk commented 1 month ago

Both of these issues started on the same day; however, I don't think I changed or did anything.

Working on getting you WSL logs but it seems my VS Code has stopped working on WSL now as well... something along the lines of https://github.com/microsoft/vscode-remote-release/issues/7921

sho9029 commented 1 month ago

I'm also using python 3.13. The kernel works fine when I select python.exe instead of python3.13t.exe in the python installation selection when generating the virtual environment. Image

d3tk commented 1 month ago

I'm also using python 3.13. The kernel works fine when I select python.exe instead of python3.13t.exe in the python installation selection when generating the virtual environment. Image

Thank you for your reply. I am already using python.exe. I don't have a python3.13t.exe in my python313 dir

DonJayamanne commented 1 month ago

@d3tk can you try running Jupyter lab in the terminal and check if that works python -m jupyter lab --debug (you can install them using python -m pip install jupyterlab If fails, you might have some more logs from the logs (terminal output), let me know how that goes.

d3tk commented 1 month ago

I ran the command and a browser window opened but it was just blank. Here is the log: out.txt

DonJayamanne commented 1 month ago

Looks like you have some setup issue at your end @d3tk Given the fact that Jupyter & Ollama applications also do work & given these are all outside VS Code, it shows that its not a problem with just VS Code. Hopefully you can get to the bottom of this.

Perhaps you can try stack overflow or the like to figure out the problem

d3tk commented 1 month ago

Alright, thank you for your help, I will look into this. I realize the last log didnt work correctly. Here it is in case: out.txt

d3tk commented 1 month ago

I was able to fix my Jupyter outside of VS code. Here is the Log:

Working Log ``` (thesis-project) Z:\ML\thesis-project>python -m jupyterlab --debug [D 2024-10-29 19:13:00.117 ServerApp] Searching ['Z:\\ML\\thesis-project\\.venv\\etc\\jupyter', 'C:\\Users\\dkuts\\.jupyter', 'C:\\ProgramData\\jupyter'] for config files [D 2024-10-29 19:13:00.118 ServerApp] Looking for jupyter_config in C:\ProgramData\jupyter [D 2024-10-29 19:13:00.118 ServerApp] Looking for jupyter_config in C:\Users\dkuts\.jupyter [D 2024-10-29 19:13:00.118 ServerApp] Looking for jupyter_config in Z:\ML\thesis-project\.venv\etc\jupyter [D 2024-10-29 19:13:00.119 ServerApp] Looking for jupyter_server_config in C:\ProgramData\jupyter [D 2024-10-29 19:13:00.119 ServerApp] Looking for jupyter_server_config in C:\Users\dkuts\.jupyter [D 2024-10-29 19:13:00.119 ServerApp] Looking for jupyter_server_config in Z:\ML\thesis-project\.venv\etc\jupyter [I 2024-10-29 19:13:00.147 ServerApp] jupyter_lsp | extension was successfully linked. [D 2024-10-29 19:13:00.151 TerminalsExtensionApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}} [D 2024-10-29 19:13:00.152 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}} [I 2024-10-29 19:13:00.152 ServerApp] jupyter_server_terminals | extension was successfully linked. [D 2024-10-29 19:13:00.157 LabApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'use_redirect_file': False, 'log_level': 'DEBUG', 'jpserver_extensions': }, 'Application': {'log_level': 'DEBUG'}, 'ExtensionApp': {'log_level': 'DEBUG'}} [I 2024-10-29 19:13:00.157 ServerApp] jupyterlab | extension was successfully linked. [D 2024-10-29 19:13:00.161 JupyterNotebookApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'use_redirect_file': False, 'log_level': 'DEBUG', 'jpserver_extensions': }, 'Application': {'log_level': 'DEBUG'}, 'ExtensionApp': {'log_level': 'DEBUG'}} [I 2024-10-29 19:13:00.163 ServerApp] notebook | extension was successfully linked. [I 2024-10-29 19:13:00.370 ServerApp] notebook_shim | extension was successfully linked. [D 2024-10-29 19:13:00.371 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'Application': {'log_level': 'DEBUG'}, 'NotebookApp': {}, 'ServerApp': {'use_redirect_file': False, 'log_level': 'DEBUG', 'jpserver_extensions': }} [D 2024-10-29 19:13:00.371 ServerApp] Ignoring min_open_files_limit because the limit cannot be adjusted (for example, on Windows) [I 2024-10-29 19:13:00.444 ServerApp] notebook_shim | extension was successfully loaded. [D 2024-10-29 19:13:00.445 ServerApp] [lsp] rootUri will be file:///z:/ML/thesis-project [D 2024-10-29 19:13:00.445 ServerApp] [lsp] virtualDocumentsUri will be file:///z:/ML/thesis-project/.virtual_documents [I 2024-10-29 19:13:00.445 ServerApp] jupyter_lsp | extension was successfully loaded. [I 2024-10-29 19:13:00.446 ServerApp] jupyter_server_terminals | extension was successfully loaded. [I 2024-10-29 19:13:00.447 LabApp] JupyterLab extension loaded from Z:\ML\thesis-project\.venv\Lib\site-packages\jupyterlab [I 2024-10-29 19:13:00.447 LabApp] JupyterLab application directory is Z:\ML\thesis-project\.venv\share\jupyter\lab [I 2024-10-29 19:13:00.448 LabApp] Extension Manager is 'pypi'. [D 2024-10-29 19:13:00.448 LabApp] Plugins in PyPIExtensionManager will managed on the sys_prefix level [D 2024-10-29 19:13:00.582 LabApp] Extensions list will be fetched from https://pypi.org/pypi. [D 2024-10-29 19:13:00.583 LabApp] Plugins in PluginManager will managed on the sys_prefix level [I 2024-10-29 19:13:00.584 ServerApp] jupyterlab | extension was successfully loaded. [I 2024-10-29 19:13:00.586 ServerApp] notebook | extension was successfully loaded. [I 2024-10-29 19:13:00.587 ServerApp] Serving notebooks from local directory: Z:\ML\thesis-project [I 2024-10-29 19:13:00.587 ServerApp] Jupyter Server 2.14.2 is running at: [I 2024-10-29 19:13:00.587 ServerApp] http://localhost:8888/lab?token=bc2a8c799f038bb49af8500882c1486f4c5531a2f50546f8 [I 2024-10-29 19:13:00.587 ServerApp] http://127.0.0.1:8888/lab?token=bc2a8c799f038bb49af8500882c1486f4c5531a2f50546f8 [I 2024-10-29 19:13:00.587 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 2024-10-29 19:13:00.606 ServerApp] To access the server, open this file in a browser: file:///C:/Users/dkuts/AppData/Roaming/jupyter/runtime/jpserver-11304-open.html Or copy and paste one of these URLs: http://localhost:8888/lab?token=bc2a8c799f038bb49af8500882c1486f4c5531a2f50546f8 http://127.0.0.1:8888/lab?token=bc2a8c799f038bb49af8500882c1486f4c5531a2f50546f8 [D 2024-10-29 19:13:00.746 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:13:00.770 LabApp] Using contents: services/contents [D 2024-10-29 19:13:00.773 LabApp] 200 GET /lab?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 27.03ms [D 2024-10-29 19:13:00.774 ServerApp] 200 GET /api/sessions?1730243577313 (94b71c4ea815436588783d9c7a2fb924@::1) 28.17ms [D 2024-10-29 19:13:00.785 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730243577315 (94b71c4ea815436588783d9c7a2fb924@::1) 10.51ms [D 2024-10-29 19:13:00.829 ServerApp] Checking for Z:\ML\thesis-project\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.829 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.829 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.829 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.829 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.830 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.830 ServerApp] bash-language-server\out\cli.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.830 ServerApp] Checking for Z:\ML\thesis-project\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.830 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.830 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.830 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.831 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.831 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.831 ServerApp] bash-language-server\bin\main.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.831 ServerApp] Checking for Z:\ML\thesis-project\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.831 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.831 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.832 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.832 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.832 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.832 ServerApp] dockerfile-language-server-nodejs\lib\server.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.832 ServerApp] Checking for Z:\ML\thesis-project\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.832 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.833 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.833 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.833 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.833 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.833 ServerApp] javascript-typescript-langserver\lib\language-server-stdio.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.859 ServerApp] Checking for Z:\ML\thesis-project\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.859 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.859 ServerApp] Path jupyterlab_pygments\static\remoteEntry.5cbb9d2323598fbda535.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\jupyterlab_pygments\static\remoteEntry.5cbb9d2323598fbda535.js [D 2024-10-29 19:13:00.860 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.860 ServerApp] 304 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:13:00.860 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.860 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.861 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.861 ServerApp] pyright\langserver.index.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.872 ServerApp] Checking for Z:\ML\thesis-project\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.873 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.873 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.873 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.873 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.873 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.873 ServerApp] sql-language-server\dist\bin\cli.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.884 ServerApp] Checking for Z:\ML\thesis-project\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.884 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.885 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.885 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.885 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.885 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.885 ServerApp] typescript-language-server\lib\cli.mjs not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.886 ServerApp] Checking for Z:\ML\thesis-project\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.886 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.886 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.886 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.886 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.886 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.887 ServerApp] unified-language-server\src\server.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.887 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.887 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.887 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.887 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.887 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.888 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.888 ServerApp] vscode-css-languageserver-bin\cssServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.888 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.888 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.888 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.888 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.889 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.889 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.889 ServerApp] vscode-html-languageserver-bin\htmlServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.889 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.889 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.890 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.890 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.890 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.890 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.890 ServerApp] vscode-json-languageserver-bin\jsonServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.890 ServerApp] Checking for Z:\ML\thesis-project\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.891 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.891 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.891 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.891 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.891 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.891 ServerApp] yaml-language-server\bin\yaml-language-server not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [I 2024-10-29 19:13:00.891 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server [D 2024-10-29 19:13:00.901 ServerApp] Checking for Z:\ML\thesis-project\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.901 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.903 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.903 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.903 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.903 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.903 ServerApp] bash-language-server\out\cli.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.903 ServerApp] Checking for Z:\ML\thesis-project\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.903 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.904 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.904 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.904 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.904 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.904 ServerApp] bash-language-server\bin\main.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.904 ServerApp] Checking for Z:\ML\thesis-project\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.905 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.905 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.905 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.905 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.905 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\bash-language-server\out\cli.js [D 2024-10-29 19:13:00.905 ServerApp] bash-language-server\out\cli.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.905 ServerApp] Checking for Z:\ML\thesis-project\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.906 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.906 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.906 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.906 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.907 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\bash-language-server\bin\main.js [D 2024-10-29 19:13:00.907 ServerApp] bash-language-server\bin\main.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.908 ServerApp] Checking for Z:\ML\thesis-project\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.908 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.908 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.908 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.908 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.909 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.909 ServerApp] dockerfile-language-server-nodejs\lib\server.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.909 ServerApp] Checking for Z:\ML\thesis-project\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.909 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.909 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.909 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.909 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.910 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\dockerfile-language-server-nodejs\lib\server.js [D 2024-10-29 19:13:00.910 ServerApp] dockerfile-language-server-nodejs\lib\server.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.910 ServerApp] Checking for Z:\ML\thesis-project\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.910 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.910 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.911 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.911 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.911 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.911 ServerApp] javascript-typescript-langserver\lib\language-server-stdio.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.911 ServerApp] Checking for Z:\ML\thesis-project\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.911 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.911 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.912 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.912 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.912 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\javascript-typescript-langserver\lib\language-server-stdio.js [D 2024-10-29 19:13:00.912 ServerApp] javascript-typescript-langserver\lib\language-server-stdio.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.936 ServerApp] Checking for Z:\ML\thesis-project\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.937 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.937 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.937 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.937 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.937 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.937 ServerApp] pyright\langserver.index.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.938 ServerApp] Checking for Z:\ML\thesis-project\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.938 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.938 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.938 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.938 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.938 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\pyright\langserver.index.js [D 2024-10-29 19:13:00.939 ServerApp] pyright\langserver.index.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.950 ServerApp] Checking for Z:\ML\thesis-project\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.951 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.951 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.951 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.951 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.951 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.951 ServerApp] sql-language-server\dist\bin\cli.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.952 ServerApp] Checking for Z:\ML\thesis-project\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.952 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.952 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.952 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.953 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.953 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\sql-language-server\dist\bin\cli.js [D 2024-10-29 19:13:00.953 ServerApp] sql-language-server\dist\bin\cli.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.964 ServerApp] Checking for Z:\ML\thesis-project\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.964 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.965 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.965 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.965 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.965 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.965 ServerApp] typescript-language-server\lib\cli.mjs not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.966 ServerApp] Checking for Z:\ML\thesis-project\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.966 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.966 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.966 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.966 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.966 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\typescript-language-server\lib\cli.mjs [D 2024-10-29 19:13:00.966 ServerApp] typescript-language-server\lib\cli.mjs not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.967 ServerApp] Checking for Z:\ML\thesis-project\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.967 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.967 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.967 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.967 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.968 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.968 ServerApp] unified-language-server\src\server.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.968 ServerApp] Checking for Z:\ML\thesis-project\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.968 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.968 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.968 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.968 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.969 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\unified-language-server\src\server.js [D 2024-10-29 19:13:00.969 ServerApp] unified-language-server\src\server.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.969 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.969 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.969 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.969 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.970 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.970 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.970 ServerApp] vscode-css-languageserver-bin\cssServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.970 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.970 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.970 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.970 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.970 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-css-languageserver-bin\cssServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] vscode-css-languageserver-bin\cssServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.971 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.971 ServerApp] vscode-html-languageserver-bin\htmlServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.972 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.972 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.972 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.972 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.972 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.972 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-html-languageserver-bin\htmlServerMain.js [D 2024-10-29 19:13:00.973 ServerApp] vscode-html-languageserver-bin\htmlServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.973 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.973 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.973 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.973 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.974 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.974 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.974 ServerApp] vscode-json-languageserver-bin\jsonServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.974 ServerApp] Checking for Z:\ML\thesis-project\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.974 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.974 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.974 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.974 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.975 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\vscode-json-languageserver-bin\jsonServerMain.js [D 2024-10-29 19:13:00.975 ServerApp] vscode-json-languageserver-bin\jsonServerMain.js not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.975 ServerApp] Checking for Z:\ML\thesis-project\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.975 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.975 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] yaml-language-server\bin\yaml-language-server not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:00.976 ServerApp] Checking for Z:\ML\thesis-project\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for Z:\ML\thesis-project\.venv\share\jupyter\lab\staging\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for Z:\ML\thesis-project\.venv\lib\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for Z:\ML\thesis-project\.venv\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\lib\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.976 ServerApp] Checking for C:\Users\dkuts\AppData\Roaming\npm\node_modules\yaml-language-server\bin\yaml-language-server [D 2024-10-29 19:13:00.977 ServerApp] yaml-language-server\bin\yaml-language-server not found in node_modules of [WindowsPath('Z:/ML/thesis-project'), WindowsPath('Z:/ML/thesis-project/.venv/share/jupyter/lab/staging'), WindowsPath('Z:/ML/thesis-project/.venv/lib'), WindowsPath('Z:/ML/thesis-project/.venv'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm/lib'), WindowsPath('C:/Users/dkuts/AppData/Roaming/npm')] [D 2024-10-29 19:13:01.004 ServerApp] [lsp] None of the installed servers require virtual documents disabling shadow filesystem. [D 2024-10-29 19:13:01.004 ServerApp] [lsp] The following Language Servers will be available: {} [D 2024-10-29 19:13:45.129 LabApp] Using contents: services/contents [D 2024-10-29 19:13:45.130 LabApp] 200 GET /lab?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 5.99ms [D 2024-10-29 19:13:45.131 ServerApp] Path @jupyter-notebook\lab-extension\static\remoteEntry.a1a4e0e795dca61023d3.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-notebook\lab-extension\static\remoteEntry.a1a4e0e795dca61023d3.js [D 2024-10-29 19:13:45.131 ServerApp] 304 GET /lab/extensions/@jupyter-notebook/lab-extension/static/remoteEntry.a1a4e0e795dca61023d3.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:13:45.131 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\remoteEntry.e4ff09401a2f575928c0.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\remoteEntry.e4ff09401a2f575928c0.js [D 2024-10-29 19:13:45.133 ServerApp] 304 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.e4ff09401a2f575928c0.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:13:45.210 ServerApp] Path main.f2fafbd0b713277c000c.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\main.f2fafbd0b713277c000c.js [D 2024-10-29 19:13:45.211 ServerApp] 200 GET /static/lab/main.f2fafbd0b713277c000c.js?v=f2fafbd0b713277c000c (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:13:47.323 ServerApp] Found kernel python3 in Z:\ML\thesis-project\.venv\share\jupyter\kernels [D 2024-10-29 19:13:47.336 ServerApp] 200 GET /api/kernelspecs?1730243627314 (94b71c4ea815436588783d9c7a2fb924@::1) 14.28ms [D 2024-10-29 19:13:47.337 ServerApp] 200 GET /api/me?1730243627316 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:14:55.712 LabApp] Using contents: services/contents [D 2024-10-29 19:14:55.712 LabApp] 200 GET /lab?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 3.51ms [D 2024-10-29 19:14:55.786 ServerApp] 200 GET /static/lab/main.f2fafbd0b713277c000c.js?v=f2fafbd0b713277c000c (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:05.160 JupyterNotebookApp] Using contents: services/contents [D 2024-10-29 19:15:05.163 JupyterNotebookApp] 200 GET /tree?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 6.11ms [D 2024-10-29 19:15:05.241 JupyterNotebookApp] 304 GET /custom/custom.css (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:07.162 ServerApp] Path favicon.ico served from Z:\ML\thesis-project\.venv\Lib\site-packages\jupyter_server\static\favicon.ico [D 2024-10-29 19:15:07.163 ServerApp] 200 GET /favicon.ico (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:11.942 JupyterNotebookApp] Using contents: services/contents [D 2024-10-29 19:15:11.943 JupyterNotebookApp] 200 GET /tree?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 4.00ms [D 2024-10-29 19:15:14.950 JupyterNotebookApp] Using contents: services/contents [D 2024-10-29 19:15:14.950 JupyterNotebookApp] 200 GET /tree?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:14.994 JupyterNotebookApp] 200 GET /custom/custom.css (94b71c4ea815436588783d9c7a2fb924@::1) 3.52ms [D 2024-10-29 19:15:14.995 ServerApp] Path bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\bundle.js [D 2024-10-29 19:15:14.996 ServerApp] 200 GET /static/notebook/bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.555 LabApp] Using contents: services/contents [D 2024-10-29 19:15:17.556 LabApp] 200 GET /lab (94b71c4ea815436588783d9c7a2fb924@::1) 4.53ms [D 2024-10-29 19:15:17.590 ServerApp] 200 GET /static/lab/main.f2fafbd0b713277c000c.js?v=f2fafbd0b713277c000c (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.603 ServerApp] 200 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:17.604 ServerApp] 200 GET /lab/extensions/@jupyter-notebook/lab-extension/static/remoteEntry.a1a4e0e795dca61023d3.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:17.605 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.e4ff09401a2f575928c0.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.675 ServerApp] Path jlab_core.0c882064cb12a87cda90.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\jlab_core.0c882064cb12a87cda90.js [D 2024-10-29 19:15:17.683 ServerApp] Path 7517.f3e5d420f4af90d442dd.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\7517.f3e5d420f4af90d442dd.js [D 2024-10-29 19:15:17.684 ServerApp] 200 GET /static/lab/7517.f3e5d420f4af90d442dd.js?v=f3e5d420f4af90d442dd (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.735 ServerApp] 200 GET /static/lab/jlab_core.0c882064cb12a87cda90.js?v=0c882064cb12a87cda90 (94b71c4ea815436588783d9c7a2fb924@::1) 60.67ms [D 2024-10-29 19:15:17.737 ServerApp] Path 5440.2541fcda12b661665148.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\5440.2541fcda12b661665148.js [D 2024-10-29 19:15:17.738 ServerApp] 200 GET /static/lab/5440.2541fcda12b661665148.js?v=2541fcda12b661665148 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.740 ServerApp] Path 4155.5a8d6736017097028d78.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\4155.5a8d6736017097028d78.js [D 2024-10-29 19:15:17.740 ServerApp] 200 GET /static/lab/4155.5a8d6736017097028d78.js?v=5a8d6736017097028d78 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.741 ServerApp] Path 1036.0d1f109c3d842497fd51.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\1036.0d1f109c3d842497fd51.js [D 2024-10-29 19:15:17.742 ServerApp] 200 GET /static/lab/1036.0d1f109c3d842497fd51.js?v=0d1f109c3d842497fd51 (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:17.744 ServerApp] Path 2655.71a94960aa4ab2040d8f.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\2655.71a94960aa4ab2040d8f.js [D 2024-10-29 19:15:17.745 ServerApp] 200 GET /static/lab/2655.71a94960aa4ab2040d8f.js?v=71a94960aa4ab2040d8f (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.746 ServerApp] Path 7178.5f3dd740449b44efad2d.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\7178.5f3dd740449b44efad2d.js [D 2024-10-29 19:15:17.747 ServerApp] 200 GET /static/lab/7178.5f3dd740449b44efad2d.js?v=5f3dd740449b44efad2d (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.749 ServerApp] Path 226.5dc3528c008170b37b21.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\226.5dc3528c008170b37b21.js [D 2024-10-29 19:15:17.750 ServerApp] 200 GET /static/lab/226.5dc3528c008170b37b21.js?v=5dc3528c008170b37b21 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.752 ServerApp] Path 7294.badf85a3180703d63f62.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\7294.badf85a3180703d63f62.js [D 2024-10-29 19:15:17.753 ServerApp] 200 GET /static/lab/7294.badf85a3180703d63f62.js?v=badf85a3180703d63f62 (94b71c4ea815436588783d9c7a2fb924@::1) 2.05ms [D 2024-10-29 19:15:17.755 ServerApp] Path 2834.c68c02626aa6742cb847.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\2834.c68c02626aa6742cb847.js [D 2024-10-29 19:15:17.756 ServerApp] 200 GET /static/lab/2834.c68c02626aa6742cb847.js?v=c68c02626aa6742cb847 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.758 ServerApp] Path 7313.4a8a9a1eee6f7ef15ee1.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\7313.4a8a9a1eee6f7ef15ee1.js [D 2024-10-29 19:15:17.759 ServerApp] 200 GET /static/lab/7313.4a8a9a1eee6f7ef15ee1.js?v=4a8a9a1eee6f7ef15ee1 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.764 ServerApp] Path 627.7e292370f4d61d9e8648.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\627.7e292370f4d61d9e8648.js [D 2024-10-29 19:15:17.766 ServerApp] 200 GET /static/lab/627.7e292370f4d61d9e8648.js?v=7e292370f4d61d9e8648 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.767 ServerApp] Path 7161.353c3ab960df72e6f1ea.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\7161.353c3ab960df72e6f1ea.js [D 2024-10-29 19:15:17.768 ServerApp] 200 GET /static/lab/7161.353c3ab960df72e6f1ea.js?v=353c3ab960df72e6f1ea (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.770 ServerApp] Path 9579.4b1b079b6b7cd2924338.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\9579.4b1b079b6b7cd2924338.js [D 2024-10-29 19:15:17.772 ServerApp] 200 GET /static/lab/9579.4b1b079b6b7cd2924338.js?v=4b1b079b6b7cd2924338 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.773 ServerApp] Path 9870.70b2b59cc96c3a97c489.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\9870.70b2b59cc96c3a97c489.js [D 2024-10-29 19:15:17.774 ServerApp] 200 GET /static/lab/9870.70b2b59cc96c3a97c489.js?v=70b2b59cc96c3a97c489 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:17.775 ServerApp] Path 1581.e988a625b879002dcc04.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\1581.e988a625b879002dcc04.js [D 2024-10-29 19:15:17.776 ServerApp] 200 GET /static/lab/1581.e988a625b879002dcc04.js?v=e988a625b879002dcc04 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.778 ServerApp] Path 1142.d5442a459b18907c1f91.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\1142.d5442a459b18907c1f91.js [D 2024-10-29 19:15:17.779 ServerApp] 200 GET /static/lab/1142.d5442a459b18907c1f91.js?v=d5442a459b18907c1f91 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.781 ServerApp] Path 7730.7e3a9fb140d2d55a51fc.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\7730.7e3a9fb140d2d55a51fc.js [D 2024-10-29 19:15:17.781 ServerApp] 200 GET /static/lab/7730.7e3a9fb140d2d55a51fc.js?v=7e3a9fb140d2d55a51fc (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.783 ServerApp] Path 8532.9b3f209bdfefd7f3b333.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\8532.9b3f209bdfefd7f3b333.js [D 2024-10-29 19:15:17.785 ServerApp] 200 GET /static/lab/8532.9b3f209bdfefd7f3b333.js?v=9b3f209bdfefd7f3b333 (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:17.798 ServerApp] Path 1168.0a95b9c93afe61ceb527.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\1168.0a95b9c93afe61ceb527.js [D 2024-10-29 19:15:17.798 ServerApp] 200 GET /static/lab/1168.0a95b9c93afe61ceb527.js?v=0a95b9c93afe61ceb527 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.800 ServerApp] Path 383.db345dbeef5ef774e50c.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\383.db345dbeef5ef774e50c.js [D 2024-10-29 19:15:17.801 ServerApp] 200 GET /static/lab/383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.804 ServerApp] Path 745.85516a9bb83bcd94d00d.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\745.85516a9bb83bcd94d00d.js [D 2024-10-29 19:15:17.805 ServerApp] 200 GET /static/lab/745.85516a9bb83bcd94d00d.js?v=85516a9bb83bcd94d00d (94b71c4ea815436588783d9c7a2fb924@::1) 2.02ms [D 2024-10-29 19:15:17.806 ServerApp] Path 3783.93d5366ab28a19e1f0f9.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\3783.93d5366ab28a19e1f0f9.js [D 2024-10-29 19:15:17.807 ServerApp] 200 GET /static/lab/3783.93d5366ab28a19e1f0f9.js?v=93d5366ab28a19e1f0f9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.809 ServerApp] Path 9041.df39043656c7233552e4.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\9041.df39043656c7233552e4.js [D 2024-10-29 19:15:17.810 ServerApp] 200 GET /static/lab/9041.df39043656c7233552e4.js?v=df39043656c7233552e4 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.812 ServerApp] Path 4986.a497cdda4b7152902568.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\4986.a497cdda4b7152902568.js [D 2024-10-29 19:15:17.813 ServerApp] 200 GET /static/lab/4986.a497cdda4b7152902568.js?v=a497cdda4b7152902568 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.814 ServerApp] Path 4405.43dab120fea32f30bbb9.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\4405.43dab120fea32f30bbb9.js [D 2024-10-29 19:15:17.815 ServerApp] 200 GET /static/lab/4405.43dab120fea32f30bbb9.js?v=43dab120fea32f30bbb9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.817 ServerApp] Path 4043.aa012978c41d1d1b2f14.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\4043.aa012978c41d1d1b2f14.js [D 2024-10-29 19:15:17.817 ServerApp] 200 GET /static/lab/4043.aa012978c41d1d1b2f14.js?v=aa012978c41d1d1b2f14 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.819 ServerApp] Path 2104.296346db0067b4883fbf.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\2104.296346db0067b4883fbf.js [D 2024-10-29 19:15:17.820 ServerApp] 200 GET /static/lab/2104.296346db0067b4883fbf.js?v=296346db0067b4883fbf (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.901 ServerApp] Path 9653.d93c93e084cd5e93cd2d.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\9653.d93c93e084cd5e93cd2d.js [D 2024-10-29 19:15:17.902 ServerApp] 200 GET /static/lab/9653.d93c93e084cd5e93cd2d.js?v=d93c93e084cd5e93cd2d (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.909 ServerApp] Path 6888.9d3914817f3290827a64.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\6888.9d3914817f3290827a64.js [D 2024-10-29 19:15:17.910 ServerApp] 200 GET /static/lab/6888.9d3914817f3290827a64.js?v=9d3914817f3290827a64 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:17.913 ServerApp] Path 3547.bd90e90bfe79911486e8.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\3547.bd90e90bfe79911486e8.js [D 2024-10-29 19:15:17.914 ServerApp] 200 GET /static/lab/3547.bd90e90bfe79911486e8.js?v=bd90e90bfe79911486e8 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:17.916 ServerApp] Path 2800.680b1fa0a4c66c69bb1e.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\2800.680b1fa0a4c66c69bb1e.js [D 2024-10-29 19:15:17.917 ServerApp] 200 GET /static/lab/2800.680b1fa0a4c66c69bb1e.js?v=680b1fa0a4c66c69bb1e (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.919 ServerApp] Path 8875.88988caaba1e33edad5b.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\8875.88988caaba1e33edad5b.js [D 2024-10-29 19:15:17.921 ServerApp] 200 GET /static/lab/8875.88988caaba1e33edad5b.js?v=88988caaba1e33edad5b (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.923 ServerApp] Path 9265.bc2b66a4502cdfcfc14f.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\9265.bc2b66a4502cdfcfc14f.js [D 2024-10-29 19:15:17.924 ServerApp] 200 GET /static/lab/9265.bc2b66a4502cdfcfc14f.js?v=bc2b66a4502cdfcfc14f (94b71c4ea815436588783d9c7a2fb924@::1) 2.52ms [D 2024-10-29 19:15:17.926 ServerApp] Path 6515.56c63929fb079a820cbc.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\6515.56c63929fb079a820cbc.js [D 2024-10-29 19:15:17.927 ServerApp] 200 GET /static/lab/6515.56c63929fb079a820cbc.js?v=56c63929fb079a820cbc (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:17.929 ServerApp] Path 3123.85cea4be2e2ed3f9654f.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\3123.85cea4be2e2ed3f9654f.js [D 2024-10-29 19:15:17.929 ServerApp] 200 GET /static/lab/3123.85cea4be2e2ed3f9654f.js?v=85cea4be2e2ed3f9654f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:17.932 ServerApp] Path 812.9bc9319b3effab83cd51.js served from Z:\ML\thesis-project\.venv\share\jupyter\lab\static\812.9bc9319b3effab83cd51.js [D 2024-10-29 19:15:17.932 ServerApp] 200 GET /static/lab/812.9bc9319b3effab83cd51.js?v=9bc9319b3effab83cd51 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.393 JupyterNotebookApp] Using contents: services/contents [D 2024-10-29 19:15:22.393 JupyterNotebookApp] 200 GET /tree?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:22.431 JupyterNotebookApp] 200 GET /custom/custom.css (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:22.432 ServerApp] 200 GET /static/notebook/bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:22.479 ServerApp] Path 3654.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3654.bundle.js [D 2024-10-29 19:15:22.562 ServerApp] Path 2866.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2866.bundle.js [D 2024-10-29 19:15:22.562 ServerApp] 200 GET /static/notebook/2866.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.570 ServerApp] 200 GET /static/notebook/3654.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 91.22ms [D 2024-10-29 19:15:22.600 ServerApp] Path 2756.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2756.bundle.js [D 2024-10-29 19:15:22.601 ServerApp] 200 GET /static/notebook/2756.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.605 ServerApp] Path 5614.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5614.bundle.js [D 2024-10-29 19:15:22.606 ServerApp] 200 GET /static/notebook/5614.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.607 ServerApp] Path 409.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\409.bundle.js [D 2024-10-29 19:15:22.607 ServerApp] 200 GET /static/notebook/409.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.609 ServerApp] Path 901.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\901.bundle.js [D 2024-10-29 19:15:22.609 ServerApp] 200 GET /static/notebook/901.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.610 ServerApp] Path 7819.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7819.bundle.js [D 2024-10-29 19:15:22.611 ServerApp] 200 GET /static/notebook/7819.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:22.614 ServerApp] Path 3676.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3676.bundle.js [D 2024-10-29 19:15:22.616 ServerApp] 200 GET /static/notebook/3676.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.617 ServerApp] Path 5451.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5451.bundle.js [D 2024-10-29 19:15:22.618 ServerApp] 200 GET /static/notebook/5451.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.624 ServerApp] Path 4271.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4271.bundle.js [D 2024-10-29 19:15:22.625 ServerApp] 200 GET /static/notebook/4271.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:22.626 ServerApp] Path 4526.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4526.bundle.js [D 2024-10-29 19:15:22.627 ServerApp] 200 GET /static/notebook/4526.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.628 ServerApp] Path 3733.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3733.bundle.js [D 2024-10-29 19:15:22.630 ServerApp] 200 GET /static/notebook/3733.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.632 ServerApp] Path 9605.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9605.bundle.js [D 2024-10-29 19:15:22.634 ServerApp] Path 911.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\911.bundle.js [D 2024-10-29 19:15:22.635 ServerApp] 200 GET /static/notebook/911.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.02ms [D 2024-10-29 19:15:22.639 ServerApp] Path 7821.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7821.bundle.js [D 2024-10-29 19:15:22.640 ServerApp] 200 GET /static/notebook/7821.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.644 ServerApp] Path 1696.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1696.bundle.js [D 2024-10-29 19:15:22.645 ServerApp] 200 GET /static/notebook/1696.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.651 ServerApp] 200 GET /static/notebook/9605.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 20.04ms [D 2024-10-29 19:15:22.653 ServerApp] Path 3301.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3301.bundle.js [D 2024-10-29 19:15:22.654 ServerApp] 200 GET /static/notebook/3301.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.656 ServerApp] Path 9222.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9222.bundle.js [D 2024-10-29 19:15:22.656 ServerApp] 200 GET /static/notebook/9222.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:22.658 ServerApp] Path 5234.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5234.bundle.js [D 2024-10-29 19:15:22.660 ServerApp] 200 GET /static/notebook/5234.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.661 ServerApp] Path 4291.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4291.bundle.js [D 2024-10-29 19:15:22.662 ServerApp] 200 GET /static/notebook/4291.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.663 ServerApp] Path 755.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\755.bundle.js [D 2024-10-29 19:15:22.663 ServerApp] 200 GET /static/notebook/755.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:22.664 ServerApp] Path 7811.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7811.bundle.js [D 2024-10-29 19:15:22.664 ServerApp] 200 GET /static/notebook/7811.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.665 ServerApp] Path 1664.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1664.bundle.js [D 2024-10-29 19:15:22.666 ServerApp] Path 7378.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7378.bundle.js [D 2024-10-29 19:15:22.667 ServerApp] 200 GET /static/notebook/7378.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.668 ServerApp] Path 1542.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1542.bundle.js [D 2024-10-29 19:15:22.669 ServerApp] 200 GET /static/notebook/1542.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.671 ServerApp] Path 7995.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7995.bundle.js [D 2024-10-29 19:15:22.671 ServerApp] 200 GET /static/notebook/7995.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.673 ServerApp] Path 7796.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7796.bundle.js [D 2024-10-29 19:15:22.674 ServerApp] 200 GET /static/notebook/7796.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.675 ServerApp] Path 5649.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5649.bundle.js [D 2024-10-29 19:15:22.676 ServerApp] 200 GET /static/notebook/5649.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.678 ServerApp] Path 3680.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3680.bundle.js [D 2024-10-29 19:15:22.679 ServerApp] 200 GET /static/notebook/3680.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.680 ServerApp] Path 170.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\170.bundle.js [D 2024-10-29 19:15:22.681 ServerApp] 200 GET /static/notebook/170.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.682 ServerApp] Path 3752.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3752.bundle.js [D 2024-10-29 19:15:22.683 ServerApp] 200 GET /static/notebook/3752.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.685 ServerApp] Path 853.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\853.bundle.js [D 2024-10-29 19:15:22.686 ServerApp] 200 GET /static/notebook/853.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.695 ServerApp] Path 2401.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2401.bundle.js [D 2024-10-29 19:15:22.696 ServerApp] 200 GET /static/notebook/2401.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.697 ServerApp] 200 GET /static/notebook/1664.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 32.17ms [D 2024-10-29 19:15:22.698 ServerApp] Path 3325.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3325.bundle.js [D 2024-10-29 19:15:22.699 ServerApp] 200 GET /static/notebook/3325.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.701 ServerApp] Path 5297.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5297.bundle.js [D 2024-10-29 19:15:22.701 ServerApp] 200 GET /static/notebook/5297.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.704 ServerApp] Path 2489.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2489.bundle.js [D 2024-10-29 19:15:22.705 ServerApp] 200 GET /static/notebook/2489.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.02ms [D 2024-10-29 19:15:22.707 ServerApp] Path 7391.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7391.bundle.js [D 2024-10-29 19:15:22.708 ServerApp] 200 GET /static/notebook/7391.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.709 ServerApp] Path 35.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\35.bundle.js [D 2024-10-29 19:15:22.710 ServerApp] 200 GET /static/notebook/35.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.711 ServerApp] Path 7957.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7957.bundle.js [D 2024-10-29 19:15:22.712 ServerApp] 200 GET /static/notebook/7957.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:22.714 ServerApp] Path 6731.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6731.bundle.js [D 2024-10-29 19:15:22.715 ServerApp] 200 GET /static/notebook/6731.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.717 ServerApp] Path 514.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\514.bundle.js [D 2024-10-29 19:15:22.718 ServerApp] 200 GET /static/notebook/514.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.722 ServerApp] Path 1835.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1835.bundle.js [D 2024-10-29 19:15:22.723 ServerApp] 200 GET /static/notebook/1835.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.50ms [D 2024-10-29 19:15:22.724 ServerApp] Path 4558.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4558.bundle.js [D 2024-10-29 19:15:22.725 ServerApp] 200 GET /static/notebook/4558.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.726 ServerApp] Path 7394.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7394.bundle.js [D 2024-10-29 19:15:22.727 ServerApp] 200 GET /static/notebook/7394.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.729 ServerApp] Path 5325.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5325.bundle.js [D 2024-10-29 19:15:22.730 ServerApp] 200 GET /static/notebook/5325.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.731 ServerApp] Path 6962.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6962.bundle.js [D 2024-10-29 19:15:22.731 ServerApp] 200 GET /static/notebook/6962.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:22.733 ServerApp] Path 9821.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9821.bundle.js [D 2024-10-29 19:15:22.733 ServerApp] 200 GET /static/notebook/9821.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.734 ServerApp] Path 3187.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3187.bundle.js [D 2024-10-29 19:15:22.735 ServerApp] 200 GET /static/notebook/3187.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.737 ServerApp] Path 2577.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2577.bundle.js [D 2024-10-29 19:15:22.738 ServerApp] 200 GET /static/notebook/2577.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.739 ServerApp] Path 5921.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5921.bundle.js [D 2024-10-29 19:15:22.739 ServerApp] 200 GET /static/notebook/5921.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.740 ServerApp] Path 6999.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6999.bundle.js [D 2024-10-29 19:15:22.741 ServerApp] 200 GET /static/notebook/6999.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.743 ServerApp] Path 3512.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3512.bundle.js [D 2024-10-29 19:15:22.744 ServerApp] 200 GET /static/notebook/3512.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:22.745 ServerApp] Path 2479.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2479.bundle.js [D 2024-10-29 19:15:22.746 ServerApp] 200 GET /static/notebook/2479.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.747 ServerApp] Path 2955.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2955.bundle.js [D 2024-10-29 19:15:22.748 ServerApp] 200 GET /static/notebook/2955.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.761 ServerApp] Path 2323.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2323.bundle.js [D 2024-10-29 19:15:22.762 ServerApp] 200 GET /static/notebook/2323.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:22.765 ServerApp] Path 9799.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9799.bundle.js [D 2024-10-29 19:15:22.766 ServerApp] 200 GET /static/notebook/9799.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:22.767 ServerApp] Path 5263.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5263.bundle.js [D 2024-10-29 19:15:22.769 ServerApp] 200 GET /static/notebook/5263.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.771 ServerApp] Path 7997.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7997.bundle.js [D 2024-10-29 19:15:22.772 ServerApp] 200 GET /static/notebook/7997.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.774 ServerApp] Path 3797.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3797.bundle.js [D 2024-10-29 19:15:22.775 ServerApp] 200 GET /static/notebook/3797.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:22.778 ServerApp] Path 1584.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1584.bundle.js [D 2024-10-29 19:15:22.779 ServerApp] 200 GET /static/notebook/1584.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.781 ServerApp] Path 5261.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5261.bundle.js [D 2024-10-29 19:15:22.781 ServerApp] 200 GET /static/notebook/5261.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.784 ServerApp] Path 7450.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7450.bundle.js [D 2024-10-29 19:15:22.785 ServerApp] 200 GET /static/notebook/7450.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.788 ServerApp] Path 7226.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7226.bundle.js [D 2024-10-29 19:15:22.790 ServerApp] 200 GET /static/notebook/7226.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.791 ServerApp] Path 4042.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4042.bundle.js [D 2024-10-29 19:15:22.792 ServerApp] 200 GET /static/notebook/4042.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.893 ServerApp] Path 5346.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5346.bundle.js [D 2024-10-29 19:15:22.894 ServerApp] 200 GET /static/notebook/5346.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.27ms [D 2024-10-29 19:15:22.895 ServerApp] Path 5733.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5733.bundle.js [D 2024-10-29 19:15:22.896 ServerApp] 200 GET /static/notebook/5733.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:22.901 ServerApp] Path 3213.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3213.bundle.js [D 2024-10-29 19:15:22.901 ServerApp] 200 GET /static/notebook/3213.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.903 ServerApp] Path 5601.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5601.bundle.js [D 2024-10-29 19:15:22.903 ServerApp] 200 GET /static/notebook/5601.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.905 ServerApp] Path 131.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\131.bundle.js [D 2024-10-29 19:15:22.907 ServerApp] 200 GET /static/notebook/131.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.908 ServerApp] Path 1950.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1950.bundle.js [D 2024-10-29 19:15:22.909 ServerApp] 200 GET /static/notebook/1950.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.910 ServerApp] Path 8633.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\8633.bundle.js [D 2024-10-29 19:15:22.911 ServerApp] 200 GET /static/notebook/8633.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.912 ServerApp] Path 4058.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4058.bundle.js [D 2024-10-29 19:15:22.913 ServerApp] 200 GET /static/notebook/4058.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.52ms [D 2024-10-29 19:15:22.914 ServerApp] Path 3863.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3863.bundle.js [D 2024-10-29 19:15:22.915 ServerApp] 200 GET /static/notebook/3863.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:22.916 ServerApp] Path 2007.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2007.bundle.js [D 2024-10-29 19:15:22.917 ServerApp] 200 GET /static/notebook/2007.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.918 ServerApp] Path 5573.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5573.bundle.js [D 2024-10-29 19:15:22.919 ServerApp] 200 GET /static/notebook/5573.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.921 ServerApp] Path 6815.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6815.bundle.js [D 2024-10-29 19:15:22.922 ServerApp] 200 GET /static/notebook/6815.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.923 ServerApp] Path 4382.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4382.bundle.js [D 2024-10-29 19:15:22.924 ServerApp] 200 GET /static/notebook/4382.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.925 ServerApp] Path 6627.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6627.bundle.js [D 2024-10-29 19:15:22.926 ServerApp] 200 GET /static/notebook/6627.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.927 ServerApp] Path 9068.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9068.bundle.js [D 2024-10-29 19:15:22.928 ServerApp] 200 GET /static/notebook/9068.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.930 ServerApp] Path 9380.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9380.bundle.js [D 2024-10-29 19:15:22.930 ServerApp] 200 GET /static/notebook/9380.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.931 ServerApp] Path 1408.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1408.bundle.js [D 2024-10-29 19:15:22.931 ServerApp] 200 GET /static/notebook/1408.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:22.932 ServerApp] Path 6256.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6256.bundle.js [D 2024-10-29 19:15:22.933 ServerApp] 200 GET /static/notebook/6256.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.934 ServerApp] Path 9341.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9341.bundle.js [D 2024-10-29 19:15:22.935 ServerApp] 200 GET /static/notebook/9341.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.937 ServerApp] Path 2067.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2067.bundle.js [D 2024-10-29 19:15:22.938 ServerApp] 200 GET /static/notebook/2067.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.940 ServerApp] Path 8771.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\8771.bundle.js [D 2024-10-29 19:15:22.941 ServerApp] 200 GET /static/notebook/8771.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.942 ServerApp] Path 2944.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2944.bundle.js [D 2024-10-29 19:15:22.943 ServerApp] 200 GET /static/notebook/2944.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.51ms [D 2024-10-29 19:15:22.946 ServerApp] Path 3466.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3466.bundle.js [D 2024-10-29 19:15:22.947 ServerApp] 200 GET /static/notebook/3466.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 3.01ms [D 2024-10-29 19:15:22.948 ServerApp] Path 1809.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1809.bundle.js [D 2024-10-29 19:15:22.950 ServerApp] 200 GET /static/notebook/1809.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.951 ServerApp] Path 7386.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7386.bundle.js [D 2024-10-29 19:15:22.951 ServerApp] 200 GET /static/notebook/7386.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.954 ServerApp] Path 2122.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2122.bundle.js [D 2024-10-29 19:15:22.955 ServerApp] 200 GET /static/notebook/2122.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:22.956 ServerApp] Path 1833.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1833.bundle.js [D 2024-10-29 19:15:22.957 ServerApp] 200 GET /static/notebook/1833.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.52ms [D 2024-10-29 19:15:22.958 ServerApp] Path 1647.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1647.bundle.js [D 2024-10-29 19:15:22.959 ServerApp] 200 GET /static/notebook/1647.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.961 ServerApp] Path 6604.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6604.bundle.js [D 2024-10-29 19:15:22.961 ServerApp] 200 GET /static/notebook/6604.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.963 ServerApp] Path 5912.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5912.bundle.js [D 2024-10-29 19:15:22.964 ServerApp] 200 GET /static/notebook/5912.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.965 ServerApp] Path 893.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\893.bundle.js [D 2024-10-29 19:15:22.966 ServerApp] 200 GET /static/notebook/893.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.967 ServerApp] Path 1650.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1650.bundle.js [D 2024-10-29 19:15:22.967 ServerApp] 200 GET /static/notebook/1650.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.969 ServerApp] Path 2512.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2512.bundle.js [D 2024-10-29 19:15:22.970 ServerApp] 200 GET /static/notebook/2512.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.971 ServerApp] Path 1198.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1198.bundle.js [D 2024-10-29 19:15:22.972 ServerApp] 200 GET /static/notebook/1198.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.973 ServerApp] Path 2089.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2089.bundle.js [D 2024-10-29 19:15:22.973 ServerApp] 200 GET /static/notebook/2089.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:22.975 ServerApp] Path 2924.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2924.bundle.js [D 2024-10-29 19:15:22.976 ServerApp] 200 GET /static/notebook/2924.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:22.978 ServerApp] Path 1496.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1496.bundle.js [D 2024-10-29 19:15:22.979 ServerApp] 200 GET /static/notebook/1496.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:22.980 ServerApp] Path 5099.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5099.bundle.js [D 2024-10-29 19:15:22.981 ServerApp] 200 GET /static/notebook/5099.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.984 ServerApp] Path 3340.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3340.bundle.js [D 2024-10-29 19:15:22.985 ServerApp] 200 GET /static/notebook/3340.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.987 ServerApp] Path 5426.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5426.bundle.js [D 2024-10-29 19:15:22.987 ServerApp] 200 GET /static/notebook/5426.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:22.992 ServerApp] Path 8579.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\8579.bundle.js [D 2024-10-29 19:15:22.993 ServerApp] 200 GET /static/notebook/8579.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:22.993 ServerApp] Path 2615.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2615.bundle.js [D 2024-10-29 19:15:22.994 ServerApp] 200 GET /static/notebook/2615.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.24ms [D 2024-10-29 19:15:22.995 ServerApp] Path 9161.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9161.bundle.js [D 2024-10-29 19:15:22.997 ServerApp] 200 GET /static/notebook/9161.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:23.000 ServerApp] Path 9335.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9335.bundle.js [D 2024-10-29 19:15:23.000 ServerApp] 200 GET /static/notebook/9335.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.001 ServerApp] Path 1682.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1682.bundle.js [D 2024-10-29 19:15:23.002 ServerApp] 200 GET /static/notebook/1682.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.006 ServerApp] Path 3360.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3360.bundle.js [D 2024-10-29 19:15:23.006 ServerApp] 200 GET /static/notebook/3360.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.008 ServerApp] Path 3146.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3146.bundle.js [D 2024-10-29 19:15:23.009 ServerApp] 200 GET /static/notebook/3146.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.010 ServerApp] Path 3768.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3768.bundle.js [D 2024-10-29 19:15:23.011 ServerApp] 200 GET /static/notebook/3768.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.016 ServerApp] Path 9268.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9268.bundle.js [D 2024-10-29 19:15:23.017 ServerApp] 200 GET /static/notebook/9268.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:23.018 ServerApp] Path 1827.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\1827.bundle.js [D 2024-10-29 19:15:23.019 ServerApp] 200 GET /static/notebook/1827.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:23.021 ServerApp] Path 9680.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9680.bundle.js [D 2024-10-29 19:15:23.021 ServerApp] 200 GET /static/notebook/9680.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.022 ServerApp] Path 9685.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9685.bundle.js [D 2024-10-29 19:15:23.023 ServerApp] 200 GET /static/notebook/9685.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.024 ServerApp] Path 2184.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2184.bundle.js [D 2024-10-29 19:15:23.025 ServerApp] 200 GET /static/notebook/2184.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.028 ServerApp] Path 6621.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6621.bundle.js [D 2024-10-29 19:15:23.029 ServerApp] 200 GET /static/notebook/6621.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.031 ServerApp] Path 7900.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7900.bundle.js [D 2024-10-29 19:15:23.031 ServerApp] 200 GET /static/notebook/7900.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.033 ServerApp] Path 6139.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6139.bundle.js [D 2024-10-29 19:15:23.033 ServerApp] 200 GET /static/notebook/6139.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:23.036 ServerApp] Path 690.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\690.bundle.js [D 2024-10-29 19:15:23.037 ServerApp] 200 GET /static/notebook/690.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:23.038 ServerApp] Path 6893.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6893.bundle.js [D 2024-10-29 19:15:23.039 ServerApp] 200 GET /static/notebook/6893.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:23.041 ServerApp] Path 62.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\62.bundle.js [D 2024-10-29 19:15:23.041 ServerApp] 200 GET /static/notebook/62.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.044 ServerApp] Path 6061.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\6061.bundle.js [D 2024-10-29 19:15:23.045 ServerApp] 200 GET /static/notebook/6061.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.07ms [D 2024-10-29 19:15:23.046 ServerApp] Path 5088.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\5088.bundle.js [D 2024-10-29 19:15:23.047 ServerApp] 200 GET /static/notebook/5088.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:23.048 ServerApp] Path 9151.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\9151.bundle.js [D 2024-10-29 19:15:23.049 ServerApp] 200 GET /static/notebook/9151.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.050 ServerApp] Path 2311.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\2311.bundle.js [D 2024-10-29 19:15:23.051 ServerApp] 200 GET /static/notebook/2311.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.053 ServerApp] Path 7603.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\7603.bundle.js [D 2024-10-29 19:15:23.054 ServerApp] 200 GET /static/notebook/7603.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:23.055 ServerApp] Path 4212.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4212.bundle.js [D 2024-10-29 19:15:23.056 ServerApp] 200 GET /static/notebook/4212.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:23.058 ServerApp] Path 4645.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\4645.bundle.js [D 2024-10-29 19:15:23.059 ServerApp] 200 GET /static/notebook/4645.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.060 ServerApp] Path 3881.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\3881.bundle.js [D 2024-10-29 19:15:23.061 ServerApp] 200 GET /static/notebook/3881.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.064 ServerApp] Path 8781.bundle.js served from Z:\ML\thesis-project\.venv\Lib\site-packages\notebook\static\8781.bundle.js [D 2024-10-29 19:15:23.065 ServerApp] 200 GET /static/notebook/8781.bundle.js (94b71c4ea815436588783d9c7a2fb924@::1) 2.02ms [D 2024-10-29 19:15:23.250 ServerApp] 200 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:23.252 ServerApp] 200 GET /lab/extensions/@jupyter-notebook/lab-extension/static/remoteEntry.a1a4e0e795dca61023d3.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:23.253 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.e4ff09401a2f575928c0.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:23.254 ServerApp] Path favicons\favicon.ico served from Z:\ML\thesis-project\.venv\Lib\site-packages\jupyter_server\static\favicons\favicon.ico [D 2024-10-29 19:15:23.255 ServerApp] 200 GET /static/favicons/favicon.ico (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.269 ServerApp] Path jupyterlab_pygments\static\568.1e2faa2ba0bbe59c4780.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\jupyterlab_pygments\static\568.1e2faa2ba0bbe59c4780.js [D 2024-10-29 19:15:23.270 ServerApp] 200 GET /lab/extensions/jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js?v=1e2faa2ba0bbe59c4780 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.275 ServerApp] Path jupyterlab_pygments\static\747.67662283a5707eeb4d4c.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\jupyterlab_pygments\static\747.67662283a5707eeb4d4c.js [D 2024-10-29 19:15:23.275 ServerApp] 200 GET /lab/extensions/jupyterlab_pygments/static/747.67662283a5707eeb4d4c.js?v=67662283a5707eeb4d4c (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:23.278 ServerApp] Path @jupyter-notebook\lab-extension\static\568.1a379d1d7dc566a197da.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-notebook\lab-extension\static\568.1a379d1d7dc566a197da.js [D 2024-10-29 19:15:23.278 ServerApp] 200 GET /lab/extensions/@jupyter-notebook/lab-extension/static/568.1a379d1d7dc566a197da.js?v=1a379d1d7dc566a197da (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.279 ServerApp] Path @jupyter-notebook\lab-extension\static\93.eae3497dd223d842d198.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-notebook\lab-extension\static\93.eae3497dd223d842d198.js [D 2024-10-29 19:15:23.279 ServerApp] 200 GET /lab/extensions/@jupyter-notebook/lab-extension/static/93.eae3497dd223d842d198.js?v=eae3497dd223d842d198 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:23.280 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\898.4051a8b212a0f4c89d60.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\898.4051a8b212a0f4c89d60.js [D 2024-10-29 19:15:23.281 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/898.4051a8b212a0f4c89d60.js?v=4051a8b212a0f4c89d60 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.283 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\651.fe40a967a60b543cf15c.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\651.fe40a967a60b543cf15c.js [D 2024-10-29 19:15:23.284 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/651.fe40a967a60b543cf15c.js?v=fe40a967a60b543cf15c (94b71c4ea815436588783d9c7a2fb924@::1) 2.52ms [D 2024-10-29 19:15:23.285 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\647.f4f9578285e357c95be3.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\647.f4f9578285e357c95be3.js [D 2024-10-29 19:15:23.286 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/647.f4f9578285e357c95be3.js?v=f4f9578285e357c95be3 (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:23.291 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\420.063e2ee9f71033206b1f.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\420.063e2ee9f71033206b1f.js [D 2024-10-29 19:15:23.291 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/420.063e2ee9f71033206b1f.js?v=063e2ee9f71033206b1f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.292 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\439.33696bc45fbd403becbb.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\439.33696bc45fbd403becbb.js [D 2024-10-29 19:15:23.293 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/439.33696bc45fbd403becbb.js?v=33696bc45fbd403becbb (94b71c4ea815436588783d9c7a2fb924@::1) 2.51ms [D 2024-10-29 19:15:23.295 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\327.8166aeb81cf1531ca240.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\327.8166aeb81cf1531ca240.js [D 2024-10-29 19:15:23.296 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/327.8166aeb81cf1531ca240.js?v=8166aeb81cf1531ca240 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:23.297 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\722.3fefeac9cae358348cbc.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\722.3fefeac9cae358348cbc.js [D 2024-10-29 19:15:23.297 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/722.3fefeac9cae358348cbc.js?v=3fefeac9cae358348cbc (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.299 ServerApp] Path @jupyter-widgets\jupyterlab-manager\static\446.bf169bd3821a9ba1aa62.js served from Z:\ML\thesis-project\.venv\share\jupyter\labextensions\@jupyter-widgets\jupyterlab-manager\static\446.bf169bd3821a9ba1aa62.js [D 2024-10-29 19:15:23.300 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/446.bf169bd3821a9ba1aa62.js?v=bf169bd3821a9ba1aa62 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:23.355 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.355 ServerApp] Found kernel python3 in Z:\ML\thesis-project\.venv\share\jupyter\kernels [D 2024-10-29 19:15:23.356 ServerApp] 200 GET /api/kernelspecs?1730243723352 (94b71c4ea815436588783d9c7a2fb924@::1) 1.50ms [D 2024-10-29 19:15:23.356 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.357 ServerApp] 200 GET /api/me?1730243723353 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:23.361 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.410 LabApp] 200 GET /lab/api/settings?1730243723358 (94b71c4ea815436588783d9c7a2fb924@::1) 49.31ms [D 2024-10-29 19:15:23.411 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.412 ServerApp] 101 GET /api/events/subscribe?token=[secret] (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.412 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.413 ServerApp] 200 GET /api/kernels?1730243723366 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.413 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.413 ServerApp] 200 GET /api/sessions?1730243723366 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:23.414 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.414 TerminalsExtensionApp] 200 GET /api/terminals?1730243723366 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:23.415 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.415 ServerApp] Found kernel python3 in Z:\ML\thesis-project\.venv\share\jupyter\kernels [D 2024-10-29 19:15:23.416 ServerApp] 200 GET /api/kernelspecs?1730243723367 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.417 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.417 ServerApp] 200 GET /api/me?1730243723368 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:23.478 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.498 ServerApp] 200 GET /lab/api/translations/default?1730243723475 (94b71c4ea815436588783d9c7a2fb924@::1) 20.72ms [D 2024-10-29 19:15:23.527 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.528 ServerApp] 200 GET /lsp/status?1730243723524 (94b71c4ea815436588783d9c7a2fb924@::1) 1.20ms [D 2024-10-29 19:15:23.571 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.574 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.581 ServerApp] 200 GET /api/contents?content=1&hash=0&1730243723572 (94b71c4ea815436588783d9c7a2fb924@::1) 7.00ms [D 2024-10-29 19:15:23.591 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.600 LabApp] 200 GET /lab/api/settings?ids_only=true&1730243723585 (94b71c4ea815436588783d9c7a2fb924@::1) 11.02ms [D 2024-10-29 19:15:23.603 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.661 LabApp] 200 GET /lab/api/settings?1730243723586 (94b71c4ea815436588783d9c7a2fb924@::1) 60.18ms [D 2024-10-29 19:15:23.663 ServerApp] Path @jupyterlab\theme-light-extension\index.css served from Z:\ML\thesis-project\.venv\share\jupyter\lab\themes\@jupyterlab\theme-light-extension\index.css [D 2024-10-29 19:15:23.664 ServerApp] 200 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (94b71c4ea815436588783d9c7a2fb924@::1) 3.27ms [D 2024-10-29 19:15:23.666 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.669 LabApp] 200 GET /lab/api/settings/@jupyterlab/codemirror-extension:plugin?1730243723637 (94b71c4ea815436588783d9c7a2fb924@::1) 4.00ms [D 2024-10-29 19:15:23.671 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.675 LabApp] 200 GET /lab/api/settings/@jupyterlab/notebook-extension:panel?1730243723638 (94b71c4ea815436588783d9c7a2fb924@::1) 4.51ms [D 2024-10-29 19:15:23.683 ServerApp] 200 GET /lab/api/translations?1730243723567 (94b71c4ea815436588783d9c7a2fb924@::1) 113.63ms [D 2024-10-29 19:15:23.765 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.770 ServerApp] 200 GET /api/contents?content=1&hash=0&1730243723762 (94b71c4ea815436588783d9c7a2fb924@::1) 5.00ms [D 2024-10-29 19:15:23.867 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.869 LabApp] 200 GET /lab/api/settings/@jupyterlab/tooltip-extension:notebooks?1730243723851 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:23.871 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.873 LabApp] 200 GET /lab/api/settings/@jupyterlab/tooltip-extension:consoles?1730243723852 (94b71c4ea815436588783d9c7a2fb924@::1) 3.50ms [D 2024-10-29 19:15:23.874 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.876 LabApp] 200 GET /lab/api/settings/@jupyterlab/toc-extension:registry?1730243723853 (94b71c4ea815436588783d9c7a2fb924@::1) 3.01ms [D 2024-10-29 19:15:23.878 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.880 LabApp] 200 GET /lab/api/settings/@jupyterlab/notebook-extension:tools?1730243723854 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:23.881 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.883 LabApp] 200 GET /lab/api/settings/@jupyterlab/notebook-extension:completer?1730243723854 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:23.885 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.888 LabApp] 200 GET /lab/api/settings/@jupyterlab/metadataform-extension:metadataforms?1730243723854 (94b71c4ea815436588783d9c7a2fb924@::1) 5.48ms [D 2024-10-29 19:15:23.890 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.891 LabApp] 200 GET /lab/api/settings/@jupyterlab/markdownviewer-extension:plugin?1730243723855 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:23.894 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.896 LabApp] 200 GET /lab/api/settings/@jupyterlab/fileeditor-extension:completer?1730243723855 (94b71c4ea815436588783d9c7a2fb924@::1) 3.01ms [D 2024-10-29 19:15:23.898 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.899 LabApp] 200 GET /lab/api/settings/@jupyterlab/debugger-extension:main?1730243723855 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:23.901 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.903 LabApp] 200 GET /lab/api/settings/@jupyterlab/celltags-extension:plugin?1730243723855 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:23.905 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:23.907 LabApp] 200 GET /lab/api/settings/@jupyterlab/cell-toolbar-extension:plugin?1730243723856 (94b71c4ea815436588783d9c7a2fb924@::1) 4.05ms [D 2024-10-29 19:15:28.996 LabApp] Using contents: services/contents [D 2024-10-29 19:15:28.996 LabApp] 200 GET /lab (94b71c4ea815436588783d9c7a2fb924@::1) 3.12ms [D 2024-10-29 19:15:29.032 ServerApp] 200 GET /static/lab/main.f2fafbd0b713277c000c.js?v=f2fafbd0b713277c000c (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.053 ServerApp] 200 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:29.056 ServerApp] 200 GET /lab/extensions/@jupyter-notebook/lab-extension/static/remoteEntry.a1a4e0e795dca61023d3.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.057 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.e4ff09401a2f575928c0.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.134 ServerApp] 200 GET /static/lab/7517.f3e5d420f4af90d442dd.js?v=f3e5d420f4af90d442dd (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:29.156 ServerApp] 200 GET /static/lab/5440.2541fcda12b661665148.js?v=2541fcda12b661665148 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.157 ServerApp] 200 GET /static/lab/4155.5a8d6736017097028d78.js?v=5a8d6736017097028d78 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.158 ServerApp] 200 GET /static/lab/2655.71a94960aa4ab2040d8f.js?v=71a94960aa4ab2040d8f (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:29.160 ServerApp] 200 GET /static/lab/7178.5f3dd740449b44efad2d.js?v=5f3dd740449b44efad2d (94b71c4ea815436588783d9c7a2fb924@::1) 0.99ms [D 2024-10-29 19:15:29.161 ServerApp] 200 GET /static/lab/226.5dc3528c008170b37b21.js?v=5dc3528c008170b37b21 (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:29.163 ServerApp] 200 GET /static/lab/7294.badf85a3180703d63f62.js?v=badf85a3180703d63f62 (94b71c4ea815436588783d9c7a2fb924@::1) 1.53ms [D 2024-10-29 19:15:29.165 ServerApp] 200 GET /static/lab/2834.c68c02626aa6742cb847.js?v=c68c02626aa6742cb847 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.166 ServerApp] 200 GET /static/lab/7313.4a8a9a1eee6f7ef15ee1.js?v=4a8a9a1eee6f7ef15ee1 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:29.168 ServerApp] 200 GET /static/lab/627.7e292370f4d61d9e8648.js?v=7e292370f4d61d9e8648 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.171 ServerApp] 200 GET /static/lab/7161.353c3ab960df72e6f1ea.js?v=353c3ab960df72e6f1ea (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.173 ServerApp] 200 GET /static/lab/9579.4b1b079b6b7cd2924338.js?v=4b1b079b6b7cd2924338 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.175 ServerApp] 200 GET /static/lab/9870.70b2b59cc96c3a97c489.js?v=70b2b59cc96c3a97c489 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:29.177 ServerApp] 200 GET /static/lab/1581.e988a625b879002dcc04.js?v=e988a625b879002dcc04 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.180 ServerApp] 200 GET /static/lab/1142.d5442a459b18907c1f91.js?v=d5442a459b18907c1f91 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.188 ServerApp] 200 GET /static/lab/7730.7e3a9fb140d2d55a51fc.js?v=7e3a9fb140d2d55a51fc (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.190 ServerApp] 200 GET /static/lab/8532.9b3f209bdfefd7f3b333.js?v=9b3f209bdfefd7f3b333 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.193 ServerApp] 200 GET /static/lab/1168.0a95b9c93afe61ceb527.js?v=0a95b9c93afe61ceb527 (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:29.196 ServerApp] 200 GET /static/lab/383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:29.200 ServerApp] 200 GET /static/lab/745.85516a9bb83bcd94d00d.js?v=85516a9bb83bcd94d00d (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.204 ServerApp] 200 GET /static/lab/3783.93d5366ab28a19e1f0f9.js?v=93d5366ab28a19e1f0f9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:29.208 ServerApp] 200 GET /static/lab/9041.df39043656c7233552e4.js?v=df39043656c7233552e4 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.211 ServerApp] 200 GET /static/lab/4986.a497cdda4b7152902568.js?v=a497cdda4b7152902568 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:29.215 ServerApp] 200 GET /static/lab/4405.43dab120fea32f30bbb9.js?v=43dab120fea32f30bbb9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:29.218 ServerApp] 200 GET /static/lab/4043.aa012978c41d1d1b2f14.js?v=aa012978c41d1d1b2f14 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.221 ServerApp] 200 GET /static/lab/2104.296346db0067b4883fbf.js?v=296346db0067b4883fbf (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.224 ServerApp] 200 GET /static/lab/9653.d93c93e084cd5e93cd2d.js?v=d93c93e084cd5e93cd2d (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:29.227 ServerApp] 200 GET /static/lab/6888.9d3914817f3290827a64.js?v=9d3914817f3290827a64 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:29.230 ServerApp] 200 GET /static/lab/3547.bd90e90bfe79911486e8.js?v=bd90e90bfe79911486e8 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.233 ServerApp] 200 GET /static/lab/2800.680b1fa0a4c66c69bb1e.js?v=680b1fa0a4c66c69bb1e (94b71c4ea815436588783d9c7a2fb924@::1) 0.51ms [D 2024-10-29 19:15:29.238 ServerApp] 200 GET /static/lab/8875.88988caaba1e33edad5b.js?v=88988caaba1e33edad5b (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.241 ServerApp] 200 GET /static/lab/9265.bc2b66a4502cdfcfc14f.js?v=bc2b66a4502cdfcfc14f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.244 ServerApp] 200 GET /static/lab/6515.56c63929fb079a820cbc.js?v=56c63929fb079a820cbc (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:29.247 ServerApp] 200 GET /static/lab/3123.85cea4be2e2ed3f9654f.js?v=85cea4be2e2ed3f9654f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.251 ServerApp] 200 GET /static/lab/812.9bc9319b3effab83cd51.js?v=9bc9319b3effab83cd51 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:29.426 ServerApp] 200 GET /static/lab/jlab_core.0c882064cb12a87cda90.js?v=0c882064cb12a87cda90 (94b71c4ea815436588783d9c7a2fb924@::1) 306.16ms [D 2024-10-29 19:15:34.331 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:34.331 ServerApp] 200 GET /api/kernels?1730243734323 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:34.332 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:34.332 ServerApp] 200 GET /api/sessions?1730243734324 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:34.333 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:34.333 TerminalsExtensionApp] 200 GET /api/terminals?1730243734324 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:34.333 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:15:34.337 ServerApp] 200 GET /api/contents?content=1&hash=0&1730243734325 (94b71c4ea815436588783d9c7a2fb924@::1) 4.49ms [D 2024-10-29 19:15:36.495 TerminalsExtensionApp] 200 GET /api/terminals?1730243736489 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:36.498 ServerApp] 200 GET /api/sessions?1730243736491 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:36.499 ServerApp] 200 GET /api/kernels?1730243736491 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:45.641 LabApp] Using contents: services/contents [D 2024-10-29 19:15:45.642 LabApp] 200 GET /lab (94b71c4ea815436588783d9c7a2fb924@::1) 4.00ms [D 2024-10-29 19:15:45.645 ServerApp] 200 GET /static/lab/1036.0d1f109c3d842497fd51.js?v=0d1f109c3d842497fd51 (94b71c4ea815436588783d9c7a2fb924@::1) 16488.36ms [D 2024-10-29 19:15:45.677 ServerApp] 200 GET /static/lab/main.f2fafbd0b713277c000c.js?v=f2fafbd0b713277c000c (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.700 ServerApp] 200 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.701 ServerApp] 200 GET /lab/extensions/@jupyter-notebook/lab-extension/static/remoteEntry.a1a4e0e795dca61023d3.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:45.703 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.e4ff09401a2f575928c0.js (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:45.779 ServerApp] 200 GET /static/lab/7517.f3e5d420f4af90d442dd.js?v=f3e5d420f4af90d442dd (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.800 ServerApp] 200 GET /static/lab/5440.2541fcda12b661665148.js?v=2541fcda12b661665148 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.801 ServerApp] 200 GET /static/lab/4155.5a8d6736017097028d78.js?v=5a8d6736017097028d78 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.802 ServerApp] 200 GET /static/lab/2655.71a94960aa4ab2040d8f.js?v=71a94960aa4ab2040d8f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.803 ServerApp] 200 GET /static/lab/7178.5f3dd740449b44efad2d.js?v=5f3dd740449b44efad2d (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:45.804 ServerApp] 200 GET /static/lab/1036.0d1f109c3d842497fd51.js?v=0d1f109c3d842497fd51 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.805 ServerApp] 200 GET /static/lab/226.5dc3528c008170b37b21.js?v=5dc3528c008170b37b21 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.807 ServerApp] 200 GET /static/lab/7294.badf85a3180703d63f62.js?v=badf85a3180703d63f62 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:45.809 ServerApp] 200 GET /static/lab/7313.4a8a9a1eee6f7ef15ee1.js?v=4a8a9a1eee6f7ef15ee1 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.810 ServerApp] 200 GET /static/lab/627.7e292370f4d61d9e8648.js?v=7e292370f4d61d9e8648 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.811 ServerApp] 200 GET /static/lab/7161.353c3ab960df72e6f1ea.js?v=353c3ab960df72e6f1ea (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.814 ServerApp] 200 GET /static/lab/9579.4b1b079b6b7cd2924338.js?v=4b1b079b6b7cd2924338 (94b71c4ea815436588783d9c7a2fb924@::1) 2.52ms [D 2024-10-29 19:15:45.816 ServerApp] 200 GET /static/lab/9870.70b2b59cc96c3a97c489.js?v=70b2b59cc96c3a97c489 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:45.817 ServerApp] 200 GET /static/lab/1581.e988a625b879002dcc04.js?v=e988a625b879002dcc04 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.818 ServerApp] 200 GET /static/lab/1142.d5442a459b18907c1f91.js?v=d5442a459b18907c1f91 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:45.820 ServerApp] 200 GET /static/lab/7730.7e3a9fb140d2d55a51fc.js?v=7e3a9fb140d2d55a51fc (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.822 ServerApp] 200 GET /static/lab/8532.9b3f209bdfefd7f3b333.js?v=9b3f209bdfefd7f3b333 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.823 ServerApp] 200 GET /static/lab/1168.0a95b9c93afe61ceb527.js?v=0a95b9c93afe61ceb527 (94b71c4ea815436588783d9c7a2fb924@::1) 0.51ms [D 2024-10-29 19:15:45.827 ServerApp] 200 GET /static/lab/383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.834 ServerApp] 200 GET /static/lab/745.85516a9bb83bcd94d00d.js?v=85516a9bb83bcd94d00d (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:45.836 ServerApp] 200 GET /static/lab/3783.93d5366ab28a19e1f0f9.js?v=93d5366ab28a19e1f0f9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.838 ServerApp] 200 GET /static/lab/9041.df39043656c7233552e4.js?v=df39043656c7233552e4 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.842 ServerApp] 200 GET /static/lab/4986.a497cdda4b7152902568.js?v=a497cdda4b7152902568 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:45.848 ServerApp] 200 GET /static/lab/4405.43dab120fea32f30bbb9.js?v=43dab120fea32f30bbb9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.851 ServerApp] 200 GET /static/lab/4043.aa012978c41d1d1b2f14.js?v=aa012978c41d1d1b2f14 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:45.857 ServerApp] 200 GET /static/lab/2104.296346db0067b4883fbf.js?v=296346db0067b4883fbf (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.859 ServerApp] 200 GET /static/lab/9653.d93c93e084cd5e93cd2d.js?v=d93c93e084cd5e93cd2d (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.861 ServerApp] 200 GET /static/lab/6888.9d3914817f3290827a64.js?v=9d3914817f3290827a64 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.863 ServerApp] 200 GET /static/lab/3547.bd90e90bfe79911486e8.js?v=bd90e90bfe79911486e8 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.865 ServerApp] 200 GET /static/lab/2800.680b1fa0a4c66c69bb1e.js?v=680b1fa0a4c66c69bb1e (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:45.867 ServerApp] 200 GET /static/lab/8875.88988caaba1e33edad5b.js?v=88988caaba1e33edad5b (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.869 ServerApp] 200 GET /static/lab/9265.bc2b66a4502cdfcfc14f.js?v=bc2b66a4502cdfcfc14f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.871 ServerApp] 200 GET /static/lab/6515.56c63929fb079a820cbc.js?v=56c63929fb079a820cbc (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.876 ServerApp] 200 GET /static/lab/3123.85cea4be2e2ed3f9654f.js?v=85cea4be2e2ed3f9654f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:45.877 ServerApp] 200 GET /static/lab/812.9bc9319b3effab83cd51.js?v=9bc9319b3effab83cd51 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:47.948 LabApp] Using contents: services/contents [D 2024-10-29 19:15:47.949 LabApp] 200 GET /lab (94b71c4ea815436588783d9c7a2fb924@::1) 4.00ms [D 2024-10-29 19:15:47.952 ServerApp] 200 GET /static/lab/2834.c68c02626aa6742cb847.js?v=c68c02626aa6742cb847 (94b71c4ea815436588783d9c7a2fb924@::1) 2144.78ms [D 2024-10-29 19:15:47.953 ServerApp] 200 GET /static/lab/jlab_core.0c882064cb12a87cda90.js?v=0c882064cb12a87cda90 (94b71c4ea815436588783d9c7a2fb924@::1) 2189.02ms [D 2024-10-29 19:15:47.986 ServerApp] 200 GET /static/lab/main.f2fafbd0b713277c000c.js?v=f2fafbd0b713277c000c (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:48.003 ServerApp] 200 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:48.004 ServerApp] 200 GET /lab/extensions/@jupyter-notebook/lab-extension/static/remoteEntry.a1a4e0e795dca61023d3.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:48.005 ServerApp] 200 GET /lab/extensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.e4ff09401a2f575928c0.js (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:15:48.077 ServerApp] 200 GET /static/lab/7517.f3e5d420f4af90d442dd.js?v=f3e5d420f4af90d442dd (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.097 ServerApp] 200 GET /static/lab/5440.2541fcda12b661665148.js?v=2541fcda12b661665148 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.100 ServerApp] 200 GET /static/lab/jlab_core.0c882064cb12a87cda90.js?v=0c882064cb12a87cda90 (94b71c4ea815436588783d9c7a2fb924@::1) 37.03ms [D 2024-10-29 19:15:48.103 ServerApp] 200 GET /static/lab/1036.0d1f109c3d842497fd51.js?v=0d1f109c3d842497fd51 (94b71c4ea815436588783d9c7a2fb924@::1) 1.50ms [D 2024-10-29 19:15:48.104 ServerApp] 200 GET /static/lab/2655.71a94960aa4ab2040d8f.js?v=71a94960aa4ab2040d8f (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:48.105 ServerApp] 200 GET /static/lab/4155.5a8d6736017097028d78.js?v=5a8d6736017097028d78 (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:48.106 ServerApp] 200 GET /static/lab/226.5dc3528c008170b37b21.js?v=5dc3528c008170b37b21 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:48.108 ServerApp] 200 GET /static/lab/7178.5f3dd740449b44efad2d.js?v=5f3dd740449b44efad2d (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:48.110 ServerApp] 200 GET /static/lab/7294.badf85a3180703d63f62.js?v=badf85a3180703d63f62 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:48.111 ServerApp] 200 GET /static/lab/2834.c68c02626aa6742cb847.js?v=c68c02626aa6742cb847 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:48.112 ServerApp] 200 GET /static/lab/7313.4a8a9a1eee6f7ef15ee1.js?v=4a8a9a1eee6f7ef15ee1 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms [D 2024-10-29 19:15:48.114 ServerApp] 200 GET /static/lab/7161.353c3ab960df72e6f1ea.js?v=353c3ab960df72e6f1ea (94b71c4ea815436588783d9c7a2fb924@::1) 1.04ms [D 2024-10-29 19:15:48.136 ServerApp] 200 GET /static/lab/9870.70b2b59cc96c3a97c489.js?v=70b2b59cc96c3a97c489 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:48.138 ServerApp] 200 GET /static/lab/1581.e988a625b879002dcc04.js?v=e988a625b879002dcc04 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.139 ServerApp] 200 GET /static/lab/1142.d5442a459b18907c1f91.js?v=d5442a459b18907c1f91 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.141 ServerApp] 200 GET /static/lab/7730.7e3a9fb140d2d55a51fc.js?v=7e3a9fb140d2d55a51fc (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.144 ServerApp] 200 GET /static/lab/8532.9b3f209bdfefd7f3b333.js?v=9b3f209bdfefd7f3b333 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:48.145 ServerApp] 200 GET /static/lab/1168.0a95b9c93afe61ceb527.js?v=0a95b9c93afe61ceb527 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:48.147 ServerApp] 200 GET /static/lab/9579.4b1b079b6b7cd2924338.js?v=4b1b079b6b7cd2924338 (94b71c4ea815436588783d9c7a2fb924@::1) 30.57ms [D 2024-10-29 19:15:48.149 ServerApp] 200 GET /static/lab/383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:48.151 ServerApp] 200 GET /static/lab/745.85516a9bb83bcd94d00d.js?v=85516a9bb83bcd94d00d (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:15:48.153 ServerApp] 200 GET /static/lab/3783.93d5366ab28a19e1f0f9.js?v=93d5366ab28a19e1f0f9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:48.155 ServerApp] 200 GET /static/lab/9041.df39043656c7233552e4.js?v=df39043656c7233552e4 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:48.160 ServerApp] 200 GET /static/lab/4986.a497cdda4b7152902568.js?v=a497cdda4b7152902568 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.164 ServerApp] 200 GET /static/lab/4405.43dab120fea32f30bbb9.js?v=43dab120fea32f30bbb9 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:48.169 ServerApp] 200 GET /static/lab/4043.aa012978c41d1d1b2f14.js?v=aa012978c41d1d1b2f14 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.170 ServerApp] 200 GET /static/lab/2104.296346db0067b4883fbf.js?v=296346db0067b4883fbf (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.173 ServerApp] 200 GET /static/lab/9653.d93c93e084cd5e93cd2d.js?v=d93c93e084cd5e93cd2d (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:15:48.175 ServerApp] 200 GET /static/lab/6888.9d3914817f3290827a64.js?v=9d3914817f3290827a64 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:15:48.176 ServerApp] 200 GET /static/lab/3547.bd90e90bfe79911486e8.js?v=bd90e90bfe79911486e8 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.178 ServerApp] 200 GET /static/lab/2800.680b1fa0a4c66c69bb1e.js?v=680b1fa0a4c66c69bb1e (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.182 ServerApp] 200 GET /static/lab/8875.88988caaba1e33edad5b.js?v=88988caaba1e33edad5b (94b71c4ea815436588783d9c7a2fb924@::1) 2.51ms [D 2024-10-29 19:15:48.185 ServerApp] 200 GET /static/lab/9265.bc2b66a4502cdfcfc14f.js?v=bc2b66a4502cdfcfc14f (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:48.186 ServerApp] 200 GET /static/lab/6515.56c63929fb079a820cbc.js?v=56c63929fb079a820cbc (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:15:48.188 ServerApp] 200 GET /static/lab/3123.85cea4be2e2ed3f9654f.js?v=85cea4be2e2ed3f9654f (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:15:48.190 ServerApp] 200 GET /static/lab/812.9bc9319b3effab83cd51.js?v=9bc9319b3effab83cd51 (94b71c4ea815436588783d9c7a2fb924@::1) 3.00ms ```

For some reason I have to refresh a couple times before it works as there are some packets "pending" but it eventually opens.

d3tk commented 1 month ago

It appears I can't connect to the kernel inside Jupyter labs either though. I made a post in Jupyter hopefully they can assist

Connection Timeout ``` [D 2024-10-29 19:24:25.071 ServerApp] 101 GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=f5b08ab9-ca9f-4eaf-ab02-7d76c7586584 (94b71c4ea815436588783d9c7a2fb924@::1) 60354.35ms [D 2024-10-29 19:24:25.072 ServerApp] Opening websocket /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels [I 2024-10-29 19:24:25.072 ServerApp] Connecting to kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800. [D 2024-10-29 19:24:25.072 ServerApp] Getting buffer for 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:25.073 ServerApp] Connecting to: tcp://127.0.0.1:53481 [D 2024-10-29 19:24:25.099 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:24:25.190 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:24:25.237 ServerApp] Connecting to: tcp://127.0.0.1:53482 [D 2024-10-29 19:24:25.330 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:24:25.379 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:24:25.412 ServerApp] 101 GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=469e3358-856b-4200-a19b-49a8b74b4d9a (94b71c4ea815436588783d9c7a2fb924@127.0.0.1) 60353.62ms [D 2024-10-29 19:24:25.413 ServerApp] Opening websocket /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels [I 2024-10-29 19:24:25.413 ServerApp] Connecting to kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800. [D 2024-10-29 19:24:25.414 ServerApp] Getting buffer for 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:25.414 ServerApp] Connecting to: tcp://127.0.0.1:53481 [D 2024-10-29 19:24:25.442 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:24:25.458 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:24:25.463 ServerApp] Connecting to: tcp://127.0.0.1:53482 [D 2024-10-29 19:24:25.465 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:24:25.468 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:24:25.524 ServerApp] Nudge: attempt 1 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:25.525 ServerApp] Nudge: attempt 1 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:25.530 ServerApp] Replacing stale connection: 16aaa136-ec4c-4c3f-9829-52c22d9aa800:a9d770fa-c299-428a-9e5e-0f3575b0c973 [D 2024-10-29 19:24:25.530 ServerApp] Waiting for pending kernel_info request [W 2024-10-29 19:24:25.532 ServerApp] Replacing stale connection: 16aaa136-ec4c-4c3f-9829-52c22d9aa800:4bc7783c-5962-42c4-b2ef-71ca04b9d829 [D 2024-10-29 19:24:25.532 ServerApp] Waiting for pending kernel_info request [D 2024-10-29 19:24:26.029 ServerApp] Nudge: attempt 2 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:26.029 ServerApp] Nudge: attempt 2 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:26.536 ServerApp] Nudge: attempt 3 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:26.537 ServerApp] Nudge: attempt 3 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:27.051 ServerApp] Nudge: attempt 4 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:27.054 ServerApp] Nudge: attempt 4 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:27.566 ServerApp] Nudge: attempt 5 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:27.566 ServerApp] Nudge: attempt 5 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:28.079 ServerApp] Nudge: attempt 6 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:28.079 ServerApp] Nudge: attempt 6 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:28.589 ServerApp] Nudge: attempt 7 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:28.591 ServerApp] Nudge: attempt 7 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:29.096 ServerApp] Nudge: attempt 8 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:29.099 ServerApp] Nudge: attempt 8 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:29.607 ServerApp] Nudge: attempt 9 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:29.607 ServerApp] Nudge: attempt 9 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:30.107 ServerApp] Nudge: attempt 10 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:30.108 ServerApp] Nudge: attempt 10 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:30.619 ServerApp] Nudge: attempt 11 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:30.619 ServerApp] Nudge: attempt 11 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:31.121 ServerApp] Nudge: attempt 12 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:31.121 ServerApp] Nudge: attempt 12 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:31.631 ServerApp] Nudge: attempt 13 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:31.631 ServerApp] Nudge: attempt 13 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:32.143 ServerApp] Nudge: attempt 14 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:32.144 ServerApp] Nudge: attempt 14 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:32.645 ServerApp] Nudge: attempt 15 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:32.645 ServerApp] Nudge: attempt 15 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:33.147 ServerApp] Nudge: attempt 16 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:33.149 ServerApp] Nudge: attempt 16 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:33.661 ServerApp] Nudge: attempt 17 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:33.662 ServerApp] Nudge: attempt 17 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:34.173 ServerApp] Nudge: attempt 18 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:34.174 ServerApp] Nudge: attempt 18 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:34.677 ServerApp] Nudge: attempt 19 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:34.678 ServerApp] Nudge: attempt 19 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:35.188 ServerApp] Nudge: attempt 20 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:35.188 ServerApp] Nudge: attempt 20 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:35.700 ServerApp] Nudge: attempt 21 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:35.702 ServerApp] Nudge: attempt 21 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:36.200 ServerApp] Nudge: attempt 22 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:36.203 ServerApp] Nudge: attempt 22 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:36.695 ServerApp] Nudge: attempt 23 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:36.726 ServerApp] Nudge: attempt 23 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:37.208 ServerApp] Nudge: attempt 24 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:37.209 ServerApp] Nudge: attempt 24 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:37.721 ServerApp] Nudge: attempt 25 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:37.724 ServerApp] Nudge: attempt 25 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:38.227 ServerApp] Nudge: attempt 26 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:38.229 ServerApp] Nudge: attempt 26 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:38.739 ServerApp] Nudge: attempt 27 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:38.741 ServerApp] Nudge: attempt 27 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:39.264 ServerApp] Nudge: attempt 28 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:39.266 ServerApp] Nudge: attempt 28 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:39.760 ServerApp] Nudge: attempt 29 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:39.791 ServerApp] Nudge: attempt 29 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:40.274 ServerApp] Nudge: attempt 30 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:40.304 ServerApp] Nudge: attempt 30 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:40.787 ServerApp] Nudge: attempt 31 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:40.790 ServerApp] Nudge: attempt 31 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:41.300 ServerApp] Nudge: attempt 32 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:41.300 ServerApp] Nudge: attempt 32 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:41.802 ServerApp] Nudge: attempt 33 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:41.802 ServerApp] Nudge: attempt 33 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:41.822 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:41.822 ServerApp] Found kernel python3 in Z:\ML\thesis-project\.venv\share\jupyter\kernels [D 2024-10-29 19:24:41.823 ServerApp] 200 GET /api/kernelspecs?1730244281813 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:24:41.823 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:41.824 ServerApp] 200 GET /api/me?1730244281816 (94b71c4ea815436588783d9c7a2fb924@::1) 1.18ms [D 2024-10-29 19:24:42.315 ServerApp] Nudge: attempt 34 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:42.315 ServerApp] Nudge: attempt 34 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:42.828 ServerApp] Nudge: attempt 35 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:42.829 ServerApp] Nudge: attempt 35 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:43.327 ServerApp] Nudge: attempt 36 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:43.330 ServerApp] Nudge: attempt 36 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:43.332 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:43.345 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244283327 (94b71c4ea815436588783d9c7a2fb924@::1) 13.98ms [D 2024-10-29 19:24:43.829 ServerApp] Nudge: attempt 37 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:43.859 ServerApp] Nudge: attempt 37 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:44.342 ServerApp] Nudge: attempt 38 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:44.342 ServerApp] Nudge: attempt 38 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:44.857 ServerApp] Nudge: attempt 39 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:44.859 ServerApp] Nudge: attempt 39 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:45.356 ServerApp] Nudge: attempt 40 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:45.356 ServerApp] Nudge: attempt 40 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:45.866 ServerApp] Nudge: attempt 41 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:45.867 ServerApp] Nudge: attempt 41 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:46.377 ServerApp] Nudge: attempt 42 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:46.378 ServerApp] Nudge: attempt 42 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:46.883 ServerApp] Nudge: attempt 43 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:46.883 ServerApp] Nudge: attempt 43 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:47.337 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:47.338 ServerApp] 200 GET /api/kernels?1730244287333 (94b71c4ea815436588783d9c7a2fb924@::1) 1.08ms [D 2024-10-29 19:24:47.338 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:47.339 ServerApp] 200 GET /api/sessions?1730244287334 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:24:47.339 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:47.339 TerminalsExtensionApp] 200 GET /api/terminals?1730244287334 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:24:47.396 ServerApp] Nudge: attempt 44 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:47.396 ServerApp] Nudge: attempt 44 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:47.897 ServerApp] Nudge: attempt 45 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:47.898 ServerApp] Nudge: attempt 45 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:48.415 ServerApp] Nudge: attempt 46 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:48.416 ServerApp] Nudge: attempt 46 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:48.926 ServerApp] Nudge: attempt 47 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:48.926 ServerApp] Nudge: attempt 47 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:49.439 ServerApp] Nudge: attempt 48 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:49.440 ServerApp] Nudge: attempt 48 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:49.953 ServerApp] Nudge: attempt 49 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:49.954 ServerApp] Nudge: attempt 49 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:50.466 ServerApp] Nudge: attempt 50 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:50.466 ServerApp] Nudge: attempt 50 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:50.967 ServerApp] Nudge: attempt 51 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:50.967 ServerApp] Nudge: attempt 51 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:51.482 ServerApp] Nudge: attempt 52 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:51.482 ServerApp] Nudge: attempt 52 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:51.982 ServerApp] Nudge: attempt 53 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:51.982 ServerApp] Nudge: attempt 53 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:52.494 ServerApp] Nudge: attempt 54 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:52.496 ServerApp] Nudge: attempt 54 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:53.005 ServerApp] Nudge: attempt 55 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:53.008 ServerApp] Nudge: attempt 55 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:53.353 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:53.367 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244293350 (94b71c4ea815436588783d9c7a2fb924@::1) 13.43ms [D 2024-10-29 19:24:53.521 ServerApp] Nudge: attempt 56 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:53.521 ServerApp] Nudge: attempt 56 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:54.037 ServerApp] Nudge: attempt 57 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:54.037 ServerApp] Nudge: attempt 57 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:54.548 ServerApp] Nudge: attempt 58 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:54.549 ServerApp] Nudge: attempt 58 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:55.060 ServerApp] Nudge: attempt 59 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:55.063 ServerApp] Nudge: attempt 59 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:55.574 ServerApp] Nudge: attempt 60 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:24:55.577 ServerApp] Nudge: attempt 60 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:56.084 ServerApp] Nudge: attempt 61 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:56.085 ServerApp] Nudge: attempt 61 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:56.599 ServerApp] Nudge: attempt 62 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:56.601 ServerApp] Nudge: attempt 62 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:57.099 ServerApp] Nudge: attempt 63 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:57.099 ServerApp] Nudge: attempt 63 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:57.356 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:57.357 ServerApp] 200 GET /api/kernels?1730244297348 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:24:57.358 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:57.358 TerminalsExtensionApp] 200 GET /api/terminals?1730244297350 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:24:57.358 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:24:57.359 ServerApp] 200 GET /api/sessions?1730244297350 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:24:57.613 ServerApp] Nudge: attempt 64 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:57.613 ServerApp] Nudge: attempt 64 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:58.125 ServerApp] Nudge: attempt 65 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:58.125 ServerApp] Nudge: attempt 65 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:58.635 ServerApp] Nudge: attempt 66 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:58.635 ServerApp] Nudge: attempt 66 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:59.149 ServerApp] Nudge: attempt 67 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:59.149 ServerApp] Nudge: attempt 67 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:59.664 ServerApp] Nudge: attempt 68 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:24:59.664 ServerApp] Nudge: attempt 68 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:00.167 ServerApp] Nudge: attempt 69 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:00.168 ServerApp] Nudge: attempt 69 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:00.683 ServerApp] Nudge: attempt 70 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:00.683 ServerApp] Nudge: attempt 70 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:01.198 ServerApp] Nudge: attempt 71 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:01.198 ServerApp] Nudge: attempt 71 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:01.329 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:01.331 ServerApp] 200 GET /api/contents/src/thesis_project/train_models.ipynb?content=0&hash=1&1730244301326 (94b71c4ea815436588783d9c7a2fb924@::1) 2.00ms [D 2024-10-29 19:25:01.338 ServerApp] Accepting token-authenticated request from ::1 [I 2024-10-29 19:25:01.339 ServerApp] Saving file at /src/thesis_project/train_models.ipynb [D 2024-10-29 19:25:01.339 ServerApp] Saving Z:\ML\thesis-project\src\thesis_project\train_models.ipynb [D 2024-10-29 19:25:01.354 ServerApp] 200 PUT /api/contents/src/thesis_project/train_models.ipynb?1730244301334 (94b71c4ea815436588783d9c7a2fb924@::1) 17.03ms [D 2024-10-29 19:25:01.360 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:01.371 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:01.373 ServerApp] 200 GET /api/contents/src/thesis_project/train_models.ipynb?content=0&hash=1&1730244301357 (94b71c4ea815436588783d9c7a2fb924@::1) 13.01ms [D 2024-10-29 19:25:01.386 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244301357 (94b71c4ea815436588783d9c7a2fb924@::1) 14.06ms [D 2024-10-29 19:25:01.714 ServerApp] Nudge: attempt 72 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:01.715 ServerApp] Nudge: attempt 72 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:02.225 ServerApp] Nudge: attempt 73 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:02.227 ServerApp] Nudge: attempt 73 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:02.736 ServerApp] Nudge: attempt 74 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:02.739 ServerApp] Nudge: attempt 74 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:03.246 ServerApp] Nudge: attempt 75 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:03.248 ServerApp] Nudge: attempt 75 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:03.741 ServerApp] Nudge: attempt 76 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:03.743 ServerApp] Nudge: attempt 76 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:04.251 ServerApp] Nudge: attempt 77 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:04.251 ServerApp] Nudge: attempt 77 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:04.766 ServerApp] Nudge: attempt 78 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:04.769 ServerApp] Nudge: attempt 78 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:05.281 ServerApp] Nudge: attempt 79 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:05.284 ServerApp] Nudge: attempt 79 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:05.809 ServerApp] Nudge: attempt 80 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:05.810 ServerApp] Nudge: attempt 80 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:06.319 ServerApp] Nudge: attempt 81 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:06.321 ServerApp] Nudge: attempt 81 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:06.829 ServerApp] Nudge: attempt 82 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:06.833 ServerApp] Nudge: attempt 82 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:07.341 ServerApp] Nudge: attempt 83 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:07.344 ServerApp] Nudge: attempt 83 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:07.834 ServerApp] Nudge: attempt 84 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:07.837 ServerApp] Nudge: attempt 84 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:08.331 ServerApp] Nudge: attempt 85 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:08.332 ServerApp] Nudge: attempt 85 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:08.332 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:08.333 ServerApp] 200 GET /api/kernels?1730244308317 (94b71c4ea815436588783d9c7a2fb924@::1) 1.51ms [D 2024-10-29 19:25:08.335 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:08.335 ServerApp] 200 GET /api/sessions?1730244308319 (94b71c4ea815436588783d9c7a2fb924@::1) 1.01ms [D 2024-10-29 19:25:08.335 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:08.336 TerminalsExtensionApp] 200 GET /api/terminals?1730244308318 (94b71c4ea815436588783d9c7a2fb924@::1) 2.01ms [D 2024-10-29 19:25:08.841 ServerApp] Nudge: attempt 86 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:08.843 ServerApp] Nudge: attempt 86 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:09.352 ServerApp] Nudge: attempt 87 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:09.353 ServerApp] Nudge: attempt 87 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:09.868 ServerApp] Nudge: attempt 88 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:09.868 ServerApp] Nudge: attempt 88 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:10.382 ServerApp] Nudge: attempt 89 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:10.385 ServerApp] Nudge: attempt 89 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:10.891 ServerApp] Nudge: attempt 90 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:10.897 ServerApp] Nudge: attempt 90 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:11.416 ServerApp] Nudge: attempt 91 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:11.417 ServerApp] Nudge: attempt 91 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:11.909 ServerApp] Nudge: attempt 92 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:11.913 ServerApp] Nudge: attempt 92 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:12.420 ServerApp] Nudge: attempt 93 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:12.420 ServerApp] Nudge: attempt 93 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:12.932 ServerApp] Nudge: attempt 94 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:12.935 ServerApp] Nudge: attempt 94 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:13.427 ServerApp] Nudge: attempt 95 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:13.429 ServerApp] Nudge: attempt 95 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:13.940 ServerApp] Nudge: attempt 96 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:13.940 ServerApp] Nudge: attempt 96 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:14.451 ServerApp] Nudge: attempt 97 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:14.452 ServerApp] Nudge: attempt 97 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:14.940 ServerApp] Nudge: attempt 98 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:14.941 ServerApp] Nudge: attempt 98 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:15.455 ServerApp] Nudge: attempt 99 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:15.456 ServerApp] Nudge: attempt 99 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:15.968 ServerApp] Nudge: attempt 100 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:15.968 ServerApp] Nudge: attempt 100 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:16.478 ServerApp] Nudge: attempt 101 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:16.480 ServerApp] Nudge: attempt 101 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:16.989 ServerApp] Nudge: attempt 102 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:16.992 ServerApp] Nudge: attempt 102 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:17.504 ServerApp] Nudge: attempt 103 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:17.507 ServerApp] Nudge: attempt 103 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:18.015 ServerApp] Nudge: attempt 104 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:18.015 ServerApp] Nudge: attempt 104 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:18.529 ServerApp] Nudge: attempt 105 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:18.532 ServerApp] Nudge: attempt 105 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:19.023 ServerApp] Nudge: attempt 106 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:19.054 ServerApp] Nudge: attempt 106 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:19.535 ServerApp] Nudge: attempt 107 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:19.538 ServerApp] Nudge: attempt 107 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:20.049 ServerApp] Nudge: attempt 108 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:20.052 ServerApp] Nudge: attempt 108 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:20.556 ServerApp] Nudge: attempt 109 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:20.559 ServerApp] Nudge: attempt 109 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:21.068 ServerApp] Nudge: attempt 110 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:21.070 ServerApp] Nudge: attempt 110 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:21.579 ServerApp] Nudge: attempt 111 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:21.582 ServerApp] Nudge: attempt 111 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:22.095 ServerApp] Nudge: attempt 112 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:22.095 ServerApp] Nudge: attempt 112 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:22.591 ServerApp] Nudge: attempt 113 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:22.591 ServerApp] Nudge: attempt 113 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:23.101 ServerApp] Nudge: attempt 114 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:23.104 ServerApp] Nudge: attempt 114 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:23.600 ServerApp] Nudge: attempt 115 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:23.600 ServerApp] Nudge: attempt 115 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:24.112 ServerApp] Nudge: attempt 116 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:24.112 ServerApp] Nudge: attempt 116 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:24.622 ServerApp] Nudge: attempt 117 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:24.623 ServerApp] Nudge: attempt 117 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:25.118 ServerApp] Nudge: attempt 118 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:25.118 ServerApp] Nudge: attempt 118 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [E 2024-10-29 19:25:25.418 ServerApp] Uncaught exception GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=f5b08ab9-ca9f-4eaf-ab02-7d76c7586584 (::1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=f5b08ab9-ca9f-4eaf-ab02-7d76c7586584', version='HTTP/1.1', remote_ip='::1') Traceback (most recent call last): File "Z:\ML\thesis-project\.venv\Lib\site-packages\tornado\websocket.py", line 940, in _accept_connection await open_result File "Z:\ML\thesis-project\.venv\Lib\site-packages\jupyter_server\services\kernels\websocket.py", line 75, in open await self.connection.connect() TimeoutError: Timeout [W 2024-10-29 19:25:25.541 ServerApp] Timeout waiting for kernel_info reply from 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:25.541 ServerApp] Timeout waiting for kernel_info reply from 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:25.541 ServerApp] 101 GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=a9d770fa-c299-428a-9e5e-0f3575b0c973 (94b71c4ea815436588783d9c7a2fb924@::1) 60014.06ms [D 2024-10-29 19:25:25.542 ServerApp] Opening websocket /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels [I 2024-10-29 19:25:25.542 ServerApp] Connecting to kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800. [D 2024-10-29 19:25:25.542 ServerApp] Getting buffer for 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:25.542 ServerApp] Connecting to: tcp://127.0.0.1:53481 [D 2024-10-29 19:25:25.603 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:25:25.773 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:25:25.851 ServerApp] Connecting to: tcp://127.0.0.1:53482 [D 2024-10-29 19:25:25.946 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:25:26.009 ServerApp] Connecting to: tcp://127.0.0.1:53484 [E 2024-10-29 19:25:26.086 ServerApp] Uncaught exception GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=469e3358-856b-4200-a19b-49a8b74b4d9a (127.0.0.1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=469e3358-856b-4200-a19b-49a8b74b4d9a', version='HTTP/1.1', remote_ip='127.0.0.1') Traceback (most recent call last): File "Z:\ML\thesis-project\.venv\Lib\site-packages\tornado\websocket.py", line 940, in _accept_connection await open_result File "Z:\ML\thesis-project\.venv\Lib\site-packages\jupyter_server\services\kernels\websocket.py", line 75, in open await self.connection.connect() TimeoutError: Timeout [D 2024-10-29 19:25:26.087 ServerApp] 101 GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=4bc7783c-5962-42c4-b2ef-71ca04b9d829 (94b71c4ea815436588783d9c7a2fb924@127.0.0.1) 60559.35ms [D 2024-10-29 19:25:26.087 ServerApp] Opening websocket /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels [I 2024-10-29 19:25:26.087 ServerApp] Connecting to kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800. [D 2024-10-29 19:25:26.087 ServerApp] Getting buffer for 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:26.087 ServerApp] Connecting to: tcp://127.0.0.1:53481 [D 2024-10-29 19:25:26.193 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:25:26.287 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:25:26.351 ServerApp] Connecting to: tcp://127.0.0.1:53482 [D 2024-10-29 19:25:26.430 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:25:26.461 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:25:26.493 ServerApp] Nudge: attempt 1 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:26.494 ServerApp] Nudge: attempt 1 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:26.496 ServerApp] Replacing stale connection: 16aaa136-ec4c-4c3f-9829-52c22d9aa800:f5b08ab9-ca9f-4eaf-ab02-7d76c7586584 [D 2024-10-29 19:25:26.496 ServerApp] Waiting for pending kernel_info request [W 2024-10-29 19:25:26.497 ServerApp] Replacing stale connection: 16aaa136-ec4c-4c3f-9829-52c22d9aa800:469e3358-856b-4200-a19b-49a8b74b4d9a [D 2024-10-29 19:25:26.497 ServerApp] Waiting for pending kernel_info request [D 2024-10-29 19:25:27.004 ServerApp] Nudge: attempt 2 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:27.004 ServerApp] Nudge: attempt 2 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:27.517 ServerApp] Nudge: attempt 3 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:27.517 ServerApp] Nudge: attempt 3 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:28.030 ServerApp] Nudge: attempt 4 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:28.030 ServerApp] Nudge: attempt 4 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:28.541 ServerApp] Nudge: attempt 5 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:28.541 ServerApp] Nudge: attempt 5 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:29.055 ServerApp] Nudge: attempt 6 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:29.055 ServerApp] Nudge: attempt 6 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:29.569 ServerApp] Nudge: attempt 7 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:29.569 ServerApp] Nudge: attempt 7 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:30.068 ServerApp] Nudge: attempt 8 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:30.070 ServerApp] Nudge: attempt 8 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:30.583 ServerApp] Nudge: attempt 9 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:30.583 ServerApp] Nudge: attempt 9 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:31.097 ServerApp] Nudge: attempt 10 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:31.097 ServerApp] Nudge: attempt 10 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:31.612 ServerApp] Nudge: attempt 11 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:31.612 ServerApp] Nudge: attempt 11 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:32.124 ServerApp] Nudge: attempt 12 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:32.124 ServerApp] Nudge: attempt 12 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:32.639 ServerApp] Nudge: attempt 13 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:32.639 ServerApp] Nudge: attempt 13 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:33.137 ServerApp] Nudge: attempt 14 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:33.138 ServerApp] Nudge: attempt 14 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:33.651 ServerApp] Nudge: attempt 15 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:33.652 ServerApp] Nudge: attempt 15 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:34.166 ServerApp] Nudge: attempt 16 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:34.168 ServerApp] Nudge: attempt 16 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:34.675 ServerApp] Nudge: attempt 17 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:34.675 ServerApp] Nudge: attempt 17 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:35.190 ServerApp] Nudge: attempt 18 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:35.191 ServerApp] Nudge: attempt 18 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:35.703 ServerApp] Nudge: attempt 19 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:35.706 ServerApp] Nudge: attempt 19 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:36.230 ServerApp] Nudge: attempt 20 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:36.232 ServerApp] Nudge: attempt 20 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:36.742 ServerApp] Nudge: attempt 21 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:36.742 ServerApp] Nudge: attempt 21 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:37.255 ServerApp] Nudge: attempt 22 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:37.255 ServerApp] Nudge: attempt 22 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:37.768 ServerApp] Nudge: attempt 23 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:37.770 ServerApp] Nudge: attempt 23 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:38.283 ServerApp] Nudge: attempt 24 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:38.284 ServerApp] Nudge: attempt 24 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:38.800 ServerApp] Nudge: attempt 25 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:38.802 ServerApp] Nudge: attempt 25 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:39.327 ServerApp] Nudge: attempt 26 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:39.328 ServerApp] Nudge: attempt 26 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:39.338 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:39.339 ServerApp] 200 GET /api/kernels?1730244339327 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:25:39.340 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:39.341 ServerApp] 200 GET /api/sessions?1730244339328 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:25:39.341 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:39.341 TerminalsExtensionApp] 200 GET /api/terminals?1730244339329 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:25:39.837 ServerApp] Nudge: attempt 27 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:39.837 ServerApp] Nudge: attempt 27 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:40.350 ServerApp] Nudge: attempt 28 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:40.352 ServerApp] Nudge: attempt 28 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:40.864 ServerApp] Nudge: attempt 29 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:40.866 ServerApp] Nudge: attempt 29 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:41.376 ServerApp] Nudge: attempt 30 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:41.379 ServerApp] Nudge: attempt 30 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:41.889 ServerApp] Nudge: attempt 31 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:41.892 ServerApp] Nudge: attempt 31 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:42.386 ServerApp] Nudge: attempt 32 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:42.418 ServerApp] Nudge: attempt 32 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:42.844 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:42.845 ServerApp] Found kernel python3 in Z:\ML\thesis-project\.venv\share\jupyter\kernels [D 2024-10-29 19:25:42.845 ServerApp] 200 GET /api/kernelspecs?1730244342834 (94b71c4ea815436588783d9c7a2fb924@::1) 1.48ms [D 2024-10-29 19:25:42.846 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:42.846 ServerApp] 200 GET /api/me?1730244342835 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:25:42.880 ServerApp] Nudge: attempt 33 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:42.927 ServerApp] Nudge: attempt 33 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:43.333 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:43.349 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244343329 (94b71c4ea815436588783d9c7a2fb924@::1) 15.30ms [D 2024-10-29 19:25:43.392 ServerApp] Nudge: attempt 34 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:43.439 ServerApp] Nudge: attempt 34 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:43.888 ServerApp] Nudge: attempt 35 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:43.965 ServerApp] Nudge: attempt 35 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:44.401 ServerApp] Nudge: attempt 36 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:44.480 ServerApp] Nudge: attempt 36 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:44.915 ServerApp] Nudge: attempt 37 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:44.991 ServerApp] Nudge: attempt 37 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:45.428 ServerApp] Nudge: attempt 38 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:45.505 ServerApp] Nudge: attempt 38 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:45.939 ServerApp] Nudge: attempt 39 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:46.002 ServerApp] Nudge: attempt 39 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:46.452 ServerApp] Nudge: attempt 40 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:46.514 ServerApp] Nudge: attempt 40 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:46.976 ServerApp] Nudge: attempt 41 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:47.022 ServerApp] Nudge: attempt 41 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:47.486 ServerApp] Nudge: attempt 42 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:47.533 ServerApp] Nudge: attempt 42 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:47.999 ServerApp] Nudge: attempt 43 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:48.061 ServerApp] Nudge: attempt 43 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:48.510 ServerApp] Nudge: attempt 44 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:48.573 ServerApp] Nudge: attempt 44 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:49.024 ServerApp] Nudge: attempt 45 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:49.086 ServerApp] Nudge: attempt 45 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:49.354 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:49.355 ServerApp] 200 GET /api/kernels?1730244349349 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:25:49.355 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:49.356 ServerApp] 200 GET /api/sessions?1730244349349 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:25:49.356 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:49.356 TerminalsExtensionApp] 200 GET /api/terminals?1730244349349 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:25:49.535 ServerApp] Nudge: attempt 46 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:49.597 ServerApp] Nudge: attempt 46 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:50.049 ServerApp] Nudge: attempt 47 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:50.097 ServerApp] Nudge: attempt 47 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:50.563 ServerApp] Nudge: attempt 48 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:50.611 ServerApp] Nudge: attempt 48 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:51.066 ServerApp] Nudge: attempt 49 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:51.113 ServerApp] Nudge: attempt 49 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:51.580 ServerApp] Nudge: attempt 50 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:51.612 ServerApp] Nudge: attempt 50 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:52.095 ServerApp] Nudge: attempt 51 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:52.125 ServerApp] Nudge: attempt 51 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:52.609 ServerApp] Nudge: attempt 52 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:52.655 ServerApp] Nudge: attempt 52 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:53.123 ServerApp] Nudge: attempt 53 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:53.170 ServerApp] Nudge: attempt 53 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:53.361 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:53.377 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244353356 (94b71c4ea815436588783d9c7a2fb924@::1) 16.71ms [D 2024-10-29 19:25:53.622 ServerApp] Nudge: attempt 54 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:53.684 ServerApp] Nudge: attempt 54 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:54.135 ServerApp] Nudge: attempt 55 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:54.197 ServerApp] Nudge: attempt 55 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:54.635 ServerApp] Nudge: attempt 56 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:54.699 ServerApp] Nudge: attempt 56 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:55.131 ServerApp] Nudge: attempt 57 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:55.209 ServerApp] Nudge: attempt 57 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:55.641 ServerApp] Nudge: attempt 58 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:55.718 ServerApp] Nudge: attempt 58 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:56.166 ServerApp] Nudge: attempt 59 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:56.228 ServerApp] Nudge: attempt 59 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:56.676 ServerApp] Nudge: attempt 60 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:25:56.737 ServerApp] Nudge: attempt 60 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:57.184 ServerApp] Nudge: attempt 61 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:57.259 ServerApp] Nudge: attempt 61 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:57.694 ServerApp] Nudge: attempt 62 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:57.772 ServerApp] Nudge: attempt 62 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:58.208 ServerApp] Nudge: attempt 63 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:58.285 ServerApp] Nudge: attempt 63 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:58.721 ServerApp] Nudge: attempt 64 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:58.799 ServerApp] Nudge: attempt 64 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:59.235 ServerApp] Nudge: attempt 65 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:59.329 ServerApp] Nudge: attempt 65 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:59.366 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:59.366 ServerApp] 200 GET /api/kernels?1730244359360 (94b71c4ea815436588783d9c7a2fb924@::1) 0.98ms [D 2024-10-29 19:25:59.367 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:59.367 TerminalsExtensionApp] 200 GET /api/terminals?1730244359361 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:25:59.367 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:25:59.368 ServerApp] 200 GET /api/sessions?1730244359360 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:25:59.732 ServerApp] Nudge: attempt 66 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:25:59.841 ServerApp] Nudge: attempt 66 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:00.244 ServerApp] Nudge: attempt 67 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:00.355 ServerApp] Nudge: attempt 67 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:00.759 ServerApp] Nudge: attempt 68 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:00.869 ServerApp] Nudge: attempt 68 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:01.277 ServerApp] Nudge: attempt 69 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:01.387 ServerApp] Nudge: attempt 69 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:01.789 ServerApp] Nudge: attempt 70 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:01.898 ServerApp] Nudge: attempt 70 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:02.305 ServerApp] Nudge: attempt 71 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:02.399 ServerApp] Nudge: attempt 71 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:02.808 ServerApp] Nudge: attempt 72 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:02.902 ServerApp] Nudge: attempt 72 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:03.322 ServerApp] Nudge: attempt 73 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:03.413 ServerApp] Nudge: attempt 73 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:03.830 ServerApp] Nudge: attempt 74 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:03.923 ServerApp] Nudge: attempt 74 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:04.322 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:04.329 ServerApp] Nudge: attempt 75 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:04.339 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244364315 (94b71c4ea815436588783d9c7a2fb924@::1) 16.77ms [D 2024-10-29 19:26:04.437 ServerApp] Nudge: attempt 75 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:04.841 ServerApp] Nudge: attempt 76 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:04.965 ServerApp] Nudge: attempt 76 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:05.354 ServerApp] Nudge: attempt 77 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:05.477 ServerApp] Nudge: attempt 77 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:05.867 ServerApp] Nudge: attempt 78 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:05.974 ServerApp] Nudge: attempt 78 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:06.376 ServerApp] Nudge: attempt 79 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:06.485 ServerApp] Nudge: attempt 79 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:06.885 ServerApp] Nudge: attempt 80 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:07.010 ServerApp] Nudge: attempt 80 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:07.398 ServerApp] Nudge: attempt 81 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:07.522 ServerApp] Nudge: attempt 81 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:07.909 ServerApp] Nudge: attempt 82 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:08.034 ServerApp] Nudge: attempt 82 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:08.422 ServerApp] Nudge: attempt 83 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:08.545 ServerApp] Nudge: attempt 83 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:08.918 ServerApp] Nudge: attempt 84 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:09.060 ServerApp] Nudge: attempt 84 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:09.433 ServerApp] Nudge: attempt 85 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:09.572 ServerApp] Nudge: attempt 85 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:09.944 ServerApp] Nudge: attempt 86 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:10.082 ServerApp] Nudge: attempt 86 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:10.326 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:10.327 ServerApp] 200 GET /api/kernels?1730244370316 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:26:10.327 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:10.328 TerminalsExtensionApp] 200 GET /api/terminals?1730244370317 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:26:10.328 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:10.328 ServerApp] 200 GET /api/sessions?1730244370317 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:26:10.459 ServerApp] Nudge: attempt 87 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:10.599 ServerApp] Nudge: attempt 87 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:10.973 ServerApp] Nudge: attempt 88 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:11.099 ServerApp] Nudge: attempt 88 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:11.487 ServerApp] Nudge: attempt 89 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:11.598 ServerApp] Nudge: attempt 89 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:12.003 ServerApp] Nudge: attempt 90 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:12.111 ServerApp] Nudge: attempt 90 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:12.516 ServerApp] Nudge: attempt 91 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:12.640 ServerApp] Nudge: attempt 91 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:13.030 ServerApp] Nudge: attempt 92 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:13.141 ServerApp] Nudge: attempt 92 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:13.561 ServerApp] Nudge: attempt 93 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:13.653 ServerApp] Nudge: attempt 93 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:14.071 ServerApp] Nudge: attempt 94 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:14.149 ServerApp] Nudge: attempt 94 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:14.356 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:14.368 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244374352 (94b71c4ea815436588783d9c7a2fb924@::1) 13.51ms [D 2024-10-29 19:26:14.586 ServerApp] Nudge: attempt 95 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:14.665 ServerApp] Nudge: attempt 95 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:15.102 ServerApp] Nudge: attempt 96 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:15.179 ServerApp] Nudge: attempt 96 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:15.614 ServerApp] Nudge: attempt 97 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:15.676 ServerApp] Nudge: attempt 97 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:16.128 ServerApp] Nudge: attempt 98 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:16.190 ServerApp] Nudge: attempt 98 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:16.643 ServerApp] Nudge: attempt 99 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:16.705 ServerApp] Nudge: attempt 99 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:17.157 ServerApp] Nudge: attempt 100 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:17.220 ServerApp] Nudge: attempt 100 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:17.671 ServerApp] Nudge: attempt 101 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:17.735 ServerApp] Nudge: attempt 101 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:18.173 ServerApp] Nudge: attempt 102 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:18.235 ServerApp] Nudge: attempt 102 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:18.704 ServerApp] Nudge: attempt 103 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:18.735 ServerApp] Nudge: attempt 103 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:19.219 ServerApp] Nudge: attempt 104 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:19.222 ServerApp] Nudge: attempt 104 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:19.738 ServerApp] Nudge: attempt 105 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:19.738 ServerApp] Nudge: attempt 105 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:20.252 ServerApp] Nudge: attempt 106 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:20.252 ServerApp] Nudge: attempt 106 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:20.344 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:20.344 ServerApp] 200 GET /api/kernels?1730244380329 (94b71c4ea815436588783d9c7a2fb924@::1) 0.78ms [D 2024-10-29 19:26:20.345 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:20.345 TerminalsExtensionApp] 200 GET /api/terminals?1730244380330 (94b71c4ea815436588783d9c7a2fb924@::1) 0.00ms [D 2024-10-29 19:26:20.345 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:20.346 ServerApp] 200 GET /api/sessions?1730244380331 (94b71c4ea815436588783d9c7a2fb924@::1) 1.00ms [D 2024-10-29 19:26:20.777 ServerApp] Nudge: attempt 107 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:20.779 ServerApp] Nudge: attempt 107 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:21.277 ServerApp] Nudge: attempt 108 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:21.277 ServerApp] Nudge: attempt 108 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:21.791 ServerApp] Nudge: attempt 109 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:21.795 ServerApp] Nudge: attempt 109 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:22.305 ServerApp] Nudge: attempt 110 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:22.305 ServerApp] Nudge: attempt 110 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:22.821 ServerApp] Nudge: attempt 111 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:22.822 ServerApp] Nudge: attempt 111 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:23.333 ServerApp] Nudge: attempt 112 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:23.335 ServerApp] Nudge: attempt 112 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:23.847 ServerApp] Nudge: attempt 113 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:23.847 ServerApp] Nudge: attempt 113 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:24.351 ServerApp] Nudge: attempt 114 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:24.351 ServerApp] Nudge: attempt 114 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:24.386 ServerApp] Accepting token-authenticated request from ::1 [D 2024-10-29 19:26:24.402 ServerApp] 200 GET /api/contents/src/thesis_project?content=1&hash=0&1730244384384 (94b71c4ea815436588783d9c7a2fb924@::1) 16.12ms [D 2024-10-29 19:26:24.864 ServerApp] Nudge: attempt 115 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:24.864 ServerApp] Nudge: attempt 115 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:25.374 ServerApp] Nudge: attempt 116 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:25.374 ServerApp] Nudge: attempt 116 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:25.890 ServerApp] Nudge: attempt 117 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:25.891 ServerApp] Nudge: attempt 117 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [E 2024-10-29 19:26:26.094 ServerApp] Uncaught exception GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=a9d770fa-c299-428a-9e5e-0f3575b0c973 (::1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=a9d770fa-c299-428a-9e5e-0f3575b0c973', version='HTTP/1.1', remote_ip='::1') Traceback (most recent call last): File "Z:\ML\thesis-project\.venv\Lib\site-packages\tornado\websocket.py", line 940, in _accept_connection await open_result File "Z:\ML\thesis-project\.venv\Lib\site-packages\jupyter_server\services\kernels\websocket.py", line 75, in open await self.connection.connect() TimeoutError: Timeout [D 2024-10-29 19:26:26.405 ServerApp] Nudge: attempt 118 on kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:26.511 ServerApp] Timeout waiting for kernel_info reply from 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [W 2024-10-29 19:26:26.511 ServerApp] Timeout waiting for kernel_info reply from 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:26.511 ServerApp] 101 GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=469e3358-856b-4200-a19b-49a8b74b4d9a (94b71c4ea815436588783d9c7a2fb924@127.0.0.1) 60015.08ms [D 2024-10-29 19:26:26.512 ServerApp] Opening websocket /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels [I 2024-10-29 19:26:26.512 ServerApp] Connecting to kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800. [D 2024-10-29 19:26:26.512 ServerApp] Getting buffer for 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:26.512 ServerApp] Connecting to: tcp://127.0.0.1:53481 [D 2024-10-29 19:26:26.748 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:26:26.967 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:26:26.972 ServerApp] Connecting to: tcp://127.0.0.1:53482 [D 2024-10-29 19:26:26.975 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:26:26.978 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:26:27.032 ServerApp] 101 GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=f5b08ab9-ca9f-4eaf-ab02-7d76c7586584 (94b71c4ea815436588783d9c7a2fb924@::1) 60537.42ms [D 2024-10-29 19:26:27.033 ServerApp] Opening websocket /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels [I 2024-10-29 19:26:27.033 ServerApp] Connecting to kernel 16aaa136-ec4c-4c3f-9829-52c22d9aa800. [D 2024-10-29 19:26:27.034 ServerApp] Getting buffer for 16aaa136-ec4c-4c3f-9829-52c22d9aa800 [D 2024-10-29 19:26:27.034 ServerApp] Connecting to: tcp://127.0.0.1:53481 [D 2024-10-29 19:26:27.037 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:26:27.059 ServerApp] Connecting to: tcp://127.0.0.1:53484 [D 2024-10-29 19:26:27.090 ServerApp] Connecting to: tcp://127.0.0.1:53482 [D 2024-10-29 19:26:27.137 ServerApp] Connecting to: tcp://127.0.0.1:53480 [D 2024-10-29 19:26:27.166 ServerApp] Connecting to: tcp://127.0.0.1:53484 [E 2024-10-29 19:26:27.214 ServerApp] Uncaught exception GET /api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=4bc7783c-5962-42c4-b2ef-71ca04b9d829 (127.0.0.1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/kernels/16aaa136-ec4c-4c3f-9829-52c22d9aa800/channels?session_id=4bc7783c-5962-42c4-b2ef-71ca04b9d829', version='HTTP/1.1', remote_ip='127.0.0.1') Traceback (most recent call last): File "Z:\ML\thesis-project\.venv\Lib\site-packages\tornado\websocket.py", line 940, in _accept_connection await open_result File "Z:\ML\thesis-project\.venv\Lib\site-packages\jupyter_server\services\kernels\websocket.py", line 75, in open await self.connection.connect() TimeoutError: Timeout ```