microsoft / vscode-jupyter

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

1.87 still very slow for big jupyter notebook #15352

Closed yongnuan closed 7 months ago

yongnuan commented 7 months ago

Type: Performance Issue

Hi

When running a big jupyter notebook, it is still very slow. I found the first connection to kernel takes really long time before actually running each cell. For same notebook, It take only few seconds to run whe using jupyter lab. So jupyter lab is way much faster than VS Code now.

Could you please fix the issue?

Thanks

VS Code version: Code 1.87.0 (019f4d1419fbc8219a181fab7892ebccf7ee29a2, 2024-02-27T23:41:44.469Z) OS version: Windows_NT x64 10.0.19044 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz (4 x 2600)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|64.00GB (45.24GB free)| |Process Argv|| |Screen Reader|no| |VM|100%|
Process Info ``` CPU % Mem MB PID Process 2 143 18292 code main 1 104 1156 window [3] (Issue Reporter) 0 306 10180 window [1] (DTS_dashboard_new_v7.ipynb - analysis (Workspace) - Visual Studio Code) 0 99 10360 ptyHost 0 80 316 C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe 0 8 20472 conpty-agent 0 86 10740 fileWatcher [1] 0 167 11072 extensionHost [1] 0 17 10104 c:\ProgramData\anaconda_envs\dash2\python.exe c:\Users\yongnual\.vscode\extensions\ms-toolsai.jupyter-2024.1.1-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 11072 0 13 6036 C:\WINDOWS\system32\conhost.exe 0x4 0 1002 10116 electron-nodejs (bundle.js ) 0 305 10960 0 17 11124 "PicaVcHost.EXE" 0 49 13712 c:\ProgramData\anaconda_envs\dash2\python.exe c:\Users\yongnual\.vscode\extensions\ms-python.isort-2023.10.1\bundled\tool\lsp_server.py 0 13 17644 C:\WINDOWS\system32\conhost.exe 0x4 6 235 19408 electron-nodejs (eIISaX.js ) 0 13 16648 C:\WINDOWS\system32\conhost.exe 0x4 2 149 11120 gpu-process 0 127 16404 window 0 44 16712 utility-network-service 0 102 19856 shared-process ```
Workspace Info ``` | Window (DTS_dashboard_new_v7.ipynb - analysis (Workspace) - Visual Studio Code) | Folder (analysis): 1266 files | File types: csv(607) parquet(480) pkl(61) xlsx(39) PNG(33) html(22) | png(8) xlsm(3) db(2) code-workspace(1) | Conf files:; ```
Extensions (10) Extension|Author (truncated)|Version ---|---|--- debugpy|ms-|2024.2.0 isort|ms-|2023.10.1 python|ms-|2024.2.1 vscode-pylance|ms-|2024.2.3 jupyter|ms-|2024.2.0 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 html-related-links|rio|1.1.0
DonJayamanne commented 7 months ago

Please could you enable logging as follows:

Also please disabled all extensions except jupyter, python, notebook renderers, Also, does this make a difference with a smaller notebook. Please share logs for a small notebook.

zhong-yy commented 7 months ago

Yes, especially when using remote-ssh

DonJayamanne commented 7 months ago

@zhong-yy in order to help you, please can you share the information requested above

yongnuan commented 7 months ago

Thanks Don for reaching out. Here are the output as you requested. Thanks for helping.

Show Logs ``` Visual Studio Code (1.87.2, undefined, desktop) Jupyter Extension Version: 2024.2.0. Python Extension Version: 2024.2.1. Pylance Extension Version: 2024.3.1. Platform: win32 (x64). Multiple Workspace folders opened \\test.com\test\users\test\Data\code_workplace\mydashboard, \\test.com\test\users\test\Data\code_workplace\test_dashboard 12:39:26.129 [info] Telemetry is disabled 12:39:26.129 [info] Experiments are disabled, only manually opted experiments are active. 12:39:26.129 [info] User belongs to experiment group 'KernelCompletions' 12:39:26.129 [info] User belongs to experiment group 'DoNotWaitForZmqPortsToBeUsed' 12:39:26.438 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" 12:39:26.439 [info] Start refreshing Kernel Picker (1710355166439) 12:39:26.479 [info] Using Pylance 12:39:27.282 [debug] Get Custom Env Variables, Class name = Rm, completed in 844ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" 12:39:27.282 [debug] Jupyter Paths kernels: 12:39:27.282 [debug] Kernel Spec Root Paths, ~\AppData\Roaming\jupyter\kernels, c:\ProgramData\jupyter\kernels 12:39:28.151 [debug] Search for KernelSpecs in Interpreter c:\Anaconda3\python.exe 12:39:28.152 [debug] Finding Global Python KernelSpecs 12:39:28.155 [debug] Search for KernelSpecs in Interpreter c:\ProgramData\anaconda_envs\dash2\python.exe 12:39:28.158 [debug] Search for KernelSpecs in Interpreter c:\ProgramData\anaconda_envs\streamlit\python.exe 12:39:28.164 [debug] Full interpreter list is length: 3, C:\ANACONDA3\PYTHON.EXE:base:Conda:c:\Anaconda3\python.exe, C:\PROGRAMDATA\ANACONDA_ENVS\DASH2\PYTHON.EXE:dash2:Conda:c:\ProgramData\anaconda_envs\dash2\python.exe, C:\PROGRAMDATA\ANACONDA_ENVS\STREAMLIT\PYTHON.EXE:streamlit:Conda:c:\ProgramData\anaconda_envs\streamlit\python.exe 12:39:28.399 [debug] KernelProvider switched kernel to id = .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher 12:39:28.400 [debug] start the kernel, options.disableUI=true for \\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb 12:39:28.406 [debug] Initialize notebook communications for editor \\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb 12:39:28.406 [debug] Resolving notebook UI Comms (resolve) for \\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb 12:39:28.406 [debug] initialize CommonMessageCoordinator 12:39:28.478 [debug] Registering commtarget jupyter.widget 12:39:28.479 [debug] IPyWidgetMessageDispatcher.initialize 12:39:28.479 [debug] Attempting to determine version of IPyWidgets 12:39:28.481 [debug] Controller selection change completed 12:39:28.482 [debug] Waiting for IPyWidgets version 12:39:28.482 [debug] Waiting for IPyWidgets version promise 12:39:28.484 [debug] KernelProvider switched kernel to id = .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher 12:39:28.485 [debug] start the kernel, options.disableUI=true for \\test.com\test\users\\Data\code_workplace\mydashboard\.ipynb_checkpoints\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb 12:39:28.487 [debug] Controller selection change completed 12:39:28.546 [debug] Loading kernelspec from c:\Anaconda3\share\jupyter\kernels\python3\kernel.json for c:\Anaconda3\python.exe 12:39:28.547 [debug] Loading kernelspec from c:\ProgramData\anaconda_envs\dash2\share\jupyter\kernels\python3\kernel.json for c:\ProgramData\anaconda_envs\dash2\python.exe 12:39:28.557 [debug] Loading kernelspec from c:\ProgramData\anaconda_envs\streamlit\share\jupyter\kernels\python3\kernel.json for c:\ProgramData\anaconda_envs\streamlit\python.exe 12:39:28.562 [debug] Getting activated env variables, Class name = yp (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:39:28.562 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard", Arg 2: "RunPythonCode" 12:39:28.563 [debug] Get Custom Env Variables, Class name = Rm, completed in 1ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard", Arg 2: "RunPythonCode" 12:39:28.564 [info] Starting Kernel startUsingPythonInterpreter, .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher (Python Path: c:\ProgramData\anaconda_envs\dash2\python.exe, Conda, dash2, 3.9.18) for '\\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb' (disableUI=true) 12:39:28.567 [debug] Creating raw notebook for resource '\\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb' 12:39:28.569 [info] Starting Kernel startUsingPythonInterpreter, .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher (Python Path: c:\ProgramData\anaconda_envs\dash2\python.exe, Conda, dash2, 3.9.18) for '\\test.com\test\users\\Data\code_workplace\mydashboard\.ipynb_checkpoints\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb' (disableUI=true) 12:39:28.569 [debug] Creating raw notebook for resource '\\test.com\test\users\\Data\code_workplace\mydashboard\.ipynb_checkpoints\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb' 12:39:28.732 [debug] Getting activated env variables, Class name = yp (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:39:28.732 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "RunPythonCode" 12:39:28.733 [debug] Get Custom Env Variables, Class name = Rm, completed in 1ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "RunPythonCode" 12:39:28.864 [debug] Getting activated env variables, Class name = yp (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard/.ipynb_checkpoints/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:39:28.864 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard/.ipynb_checkpoints/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb", Arg 2: "RunPythonCode" 12:39:28.866 [debug] Get Custom Env Variables, Class name = Rm, completed in 2ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard/.ipynb_checkpoints/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb", Arg 2: "RunPythonCode" 12:39:29.286 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3114jvsc74a57bd0e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba', c:\Anaconda3\python.exe for interpreter c:\Anaconda3\python.exe and spec c:\Anaconda3\share\jupyter\kernels\python3\kernel.json 12:39:29.287 [debug] Kernels for interpreter C:\ANACONDA3\PYTHON.EXE are .jvsc74a57bd0e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba.c:\Anaconda3\python.exe.c:\Anaconda3\python.exe.-m#ipykernel_launcher 12:39:29.288 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3918jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57', c:\ProgramData\anaconda_envs\dash2\python.exe for interpreter c:\ProgramData\anaconda_envs\dash2\python.exe and spec c:\ProgramData\anaconda_envs\dash2\share\jupyter\kernels\python3\kernel.json 12:39:29.289 [debug] Kernels for interpreter C:\PROGRAMDATA\ANACONDA_ENVS\DASH2\PYTHON.EXE are .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher 12:39:29.289 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python31013jvsc74a57bd070f7eb7a1349674c3eefad72a0a8e6910d2184ae2eecf35476a0531d07d98d28', c:\ProgramData\anaconda_envs\streamlit\python.exe for interpreter c:\ProgramData\anaconda_envs\streamlit\python.exe and spec c:\ProgramData\anaconda_envs\streamlit\share\jupyter\kernels\python3\kernel.json 12:39:29.291 [debug] Kernels for interpreter C:\PROGRAMDATA\ANACONDA_ENVS\STREAMLIT\PYTHON.EXE are .jvsc74a57bd070f7eb7a1349674c3eefad72a0a8e6910d2184ae2eecf35476a0531d07d98d28.c:\ProgramData\anaconda_envs\streamlit\python.exe.c:\ProgramData\anaconda_envs\streamlit\python.exe.-m#ipykernel_launcher 12:39:29.292 [info] End refreshing Kernel Picker (1710355166439) 12:39:29.403 [debug] Launching kernel .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher for \\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb in \\test.com\test\users\\Data\code_workplace\mydashboard with ports 9003, 9000, 9006, 9004, 9005 12:39:29.405 [debug] Launching kernel .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher for \\test.com\test\users\\Data\code_workplace\mydashboard\.ipynb_checkpoints\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb in \\test.com\test\users\\Data\code_workplace\mydashboard\.ipynb_checkpoints with ports 9011, 9010, 9014, 9012, 9013 12:39:37.058 [debug] Restart kernel command handler for \\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb 12:40:07.988 [info] Handle Execution of Cells 1,2,4,6,7,9,11,12,13,16,17,18,21,23,25,27,28,30,31,33,34,36,38,39,41,42,45,46,47,49,51,52,54,57,59,61,63,65,67,69,70,73,77,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,131,133,135,137,139,141,143,145,147,149,151,152,154,155,157,159,161,163,165,167,169,172,174,175,177,179,181,183,185,186,188,190,192,194,195,197,199,200,201,204,206,208,210,212,214,215,216,217,219,223,226,227,231,232,234,237,239,241,243,244,245,247,249,251,253,255,256,258,260,263,265,267,269,273,275,277,280,282,285,286,289,291,293,295,297,298,301,303,305,309,310,313,315,317,319,322,323,325,328,330,331,333,335,337,340,341,342,343,344,345,347,349,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,383,385,387,389,391,392,394,397,399,401,403,406,407,409,411,413,415,417,419,421,423,425,428,430,432,435,437,439,442,443,445,446,447,448,450,453,455,456,460,462,465,467,468,470,471,473,476,477,479,482,484,485,487,489,493,494,496,498,502,503,506,508,509,511,513,515,516,518,520,522,525,527,529,531,533,535,537,540,542,544,545,547,548,549,551 for \\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb 12:40:14.129 [debug] Conda file returned by Python Extension is C:\Anaconda3\Scripts\conda.exe 12:40:34.702 [debug] Got env vars with python c:\ProgramData\anaconda_envs\dash2\python.exe, with env var count 84 in 66140ms. PATH value is C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:34.703 [debug] Prepend PATH with python bin for c:\ProgramData\anaconda_envs\dash2\python.exe 12:40:34.703 [debug] Activated Env Variables for c:\ProgramData\anaconda_envs\dash2\python.exe, PATH value is c:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:34.705 [debug] Getting activated env variables, Class name = yp, completed in 66143ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:40:34.725 [info] Process Execution: c:\ProgramData\anaconda_envs\dash2\python.exe -m pip list 12:40:34.815 [debug] Got env vars with python c:\ProgramData\anaconda_envs\dash2\python.exe, with env var count 84 in 66083ms. PATH value is C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:34.815 [debug] Prepend PATH with python bin for c:\ProgramData\anaconda_envs\dash2\python.exe 12:40:34.815 [debug] Activated Env Variables for c:\ProgramData\anaconda_envs\dash2\python.exe, PATH value is c:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:34.816 [debug] Getting activated env variables, Class name = yp, completed in 66084ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:40:34.852 [info] Process Execution: c:\ProgramData\anaconda_envs\dash2\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 12:40:34.854 [debug] Kernel Env Variables for ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\temp\jupyter\kernels\python3918jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57\kernel.json, PATH value is c:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin 12:40:34.857 [debug] Getting activated env variables, Class name = yp (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:40:34.857 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "RunPythonCode" 12:40:34.858 [debug] Get Custom Env Variables, Class name = Rm, completed in 1ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "RunPythonCode" 12:40:34.859 [debug] Got env vars with python c:\ProgramData\anaconda_envs\dash2\python.exe, with env var count 84 in 2ms. PATH value is c:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:34.860 [debug] Prepend PATH with python bin for c:\ProgramData\anaconda_envs\dash2\python.exe 12:40:34.860 [debug] Activated Env Variables for c:\ProgramData\anaconda_envs\dash2\python.exe, PATH value is c:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:34.861 [debug] Getting activated env variables, Class name = yp, completed in 4ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:40:34.879 [info] Process Execution: c:\ProgramData\anaconda_envs\dash2\python.exe ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 15220 > cwd: ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers 12:40:35.562 [error] Failed to initialize interrupt daemon for 0, 2024-03-13 12:40:35,563 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:0 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor 12:40:35.563 [error] Failed to create interrupter, trying again [Error: Failed to start interrupt daemon 2024-03-13 12:40:35,563 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:0 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor at ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38286 at Array.forEach () at w.value (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38090) at n.y (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:1902) at n.fire (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:2119) at p (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:945) at Socket. (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:1033) at Socket.emit (node:events:514:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.push (node:internal/streams/readable:234:10) at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)] 12:40:35.565 [error] Failed to initialize interrupt daemon for 1, 2024-03-13 12:40:35,563 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:1 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor 12:40:35.566 [error] Failed to get interrupt handle kernel id .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher for interpreter C:\PROGRAMDATA\ANACONDA_ENVS\DASH2\PYTHON.EXE [Error: Failed to start interrupt daemon 2024-03-13 12:40:35,563 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:1 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor at ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38286 at Array.forEach () at w.value (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38090) at n.y (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:1902) at n.fire (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:2119) at p (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:945) at Socket. (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:1033) at Socket.emit (node:events:514:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.push (node:internal/streams/readable:234:10) at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)] 12:40:35.585 [info] Process Execution: c:\ProgramData\anaconda_envs\dash2\python.exe -m ipykernel_launcher --f=~\AppData\Roaming\jupyter\runtime\kernel-v2-152205L0wk3G4PwGa.json > cwd: \\test.com\test\users\\Data\code_workplace\mydashboard 12:40:35.586 [info] Kernel process 17260. 12:40:35.776 [debug] Got env vars with python c:\ProgramData\anaconda_envs\dash2\python.exe, with env var count 84 in 66912ms. PATH value is C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:35.776 [debug] Prepend PATH with python bin for c:\ProgramData\anaconda_envs\dash2\python.exe 12:40:35.776 [debug] Activated Env Variables for c:\ProgramData\anaconda_envs\dash2\python.exe, PATH value is c:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin and Path value is undefined 12:40:35.777 [debug] Getting activated env variables, Class name = yp, completed in 66913ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard/.ipynb_checkpoints/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Arg 3: undefined 12:40:35.797 [info] Process Execution: c:\ProgramData\anaconda_envs\dash2\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 12:40:35.800 [debug] Kernel Env Variables for ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\temp\jupyter\kernels\python3918jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57\kernel.json, PATH value is c:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2;C:\ProgramData\anaconda_envs\dash2\Library\mingw-w64\bin;C:\ProgramData\anaconda_envs\dash2\Library\usr\bin;C:\ProgramData\anaconda_envs\dash2\Library\bin;C:\ProgramData\anaconda_envs\dash2\Scripts;C:\ProgramData\anaconda_envs\dash2\bin;C:\Anaconda3\condabin;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2021.10\Win_x64\EXE;C:\Program Files (x86)\CMG\CMGJobService;C:\Program Files (x86)\CMG\STARS\2020.10\Win_x64\EXE;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\SIMULIA\Commands;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\CMG\CMGJobService;C:\Oracle\product\11.2.0\client_x86\bin;C:\Oracle\product\11.2.0\client_x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\PIPC\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Sennheiser\SenncomSDK;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\Common Files\Honeywell\Uniformance;C:\Program Files\Common Files\Honeywell\Uniformance;C:\Program Files\Citrix\System32;C:\Program Files\Citrix\ICAService;C:\Program Files (x86)\PIPC\bin;C:\WINDOWS\test;~\AppData\Local\Microsoft\WindowsApps;.;~\AppData\Local\Programs\EmEditor;~\AppData\Local\Programs\Microsoft VS Code\bin 12:40:35.866 [error] Failed to initialize interrupt daemon for 2, 2024-03-13 12:40:35,802 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:2 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor 12:40:35.866 [error] Failed to create interrupter, trying again [Error: Failed to start interrupt daemon 2024-03-13 12:40:35,802 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:2 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor at ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38286 at Array.forEach () at w.value (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38090) at n.y (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:1902) at n.fire (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:2119) at p (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:945) at Socket. (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:1033) at Socket.emit (node:events:514:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.push (node:internal/streams/readable:234:10) at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)] 12:40:35.870 [error] Failed to initialize interrupt daemon for 3, 2024-03-13 12:40:35,864 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:3 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor 12:40:35.870 [error] Failed to get interrupt handle kernel id .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher for interpreter C:\PROGRAMDATA\ANACONDA_ENVS\DASH2\PYTHON.EXE [Error: Failed to start interrupt daemon 2024-03-13 12:40:35,864 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:3 Traceback (most recent call last): File "~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 343, in handle_command print(f"INITIALIZE_INTERRUPT:{id}:{handle}") OSError: [Errno 9] Bad file descriptor at ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38286 at Array.forEach () at w.value (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:327:38090) at n.y (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:1902) at n.fire (~\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:80:2119) at p (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:945) at Socket. (~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\dist\extension.node.js:205:1033) at Socket.emit (node:events:514:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.push (node:internal/streams/readable:234:10) at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)] 12:40:35.885 [info] Process Execution: c:\ProgramData\anaconda_envs\dash2\python.exe -m ipykernel_launcher --f=~\AppData\Roaming\jupyter\runtime\kernel-v2-15220ZZqZRaA10qog.json > cwd: \\test.com\test\users\\Data\code_workplace\mydashboard\.ipynb_checkpoints 12:40:35.887 [info] Kernel process 9732. 12:40:36.764 [debug] ipykernel version & path 6.25.0, c:\ProgramData\anaconda_envs\dash2\lib\site-packages\ipykernel\__init__.py for c:\ProgramData\anaconda_envs\dash2\python.exe 12:40:37.517 [debug] ipykernel version & path 6.25.0, c:\ProgramData\anaconda_envs\dash2\lib\site-packages\ipykernel\__init__.py for c:\ProgramData\anaconda_envs\dash2\python.exe 12:40:39.909 [debug] Kernel output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work. To exit, you will have to explicitly quit this process, by either sending "quit" from a client, or using Ctrl-\ in UNIX-like environments. To read more about this, see https://github.com/ipython/ipython/issues/2049 To connect another client to this kernel, use: --existing ~\AppData\Roaming\jupyter\runtime\kernel-v2-152205L0wk3G4PwGa.json 12:40:40.035 [debug] Waiting for Raw Session to be ready in postStartRawSession 12:40:40.035 [debug] Waiting for Raw session to be ready, status: connected 12:40:40.035 [debug] Raw session connected 12:40:40.035 [debug] Waiting for Raw session to be ready 12:40:40.039 [debug] Waited for Raw session to be ready & got status: connected 12:40:40.039 [debug] Successfully waited for Raw Session to be ready in postStartRawSession 12:40:40.039 [debug] Kernel status is 'unknown' before requesting kernel info and after ready 12:40:40.040 [debug] Sending request for kernelInfo 12:40:40.053 [debug] Got response for requestKernelInfo 12:40:40.053 [debug] Successfully completed postStartRawSession after 1 attempt(s) in 13ms 12:40:40.056 [debug] Executing silently Code (idle) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys 12:40:40.092 [debug] Executing silently Code (completed) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys with 1 output(s) 12:40:40.093 [debug] End sendTelemetryForPythonKernelExecutable after 37ms 12:40:40.093 [debug] Started running kernel initialization for \\test.com\test\users\\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb 12:40:40.094 [debug] Executing silently Code (idle) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy 12:40:40.240 [debug] Executing silently Code (completed) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy with 1 output(s) 12:40:40.240 [debug] Determined IPyWidgets Version as 8 12:40:40.241 [debug] Version of IPyWidgets 8 determined after 71.761s 12:40:40.249 [debug] Executing silently Code (idle) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None): 12:40:40.301 [debug] Executing silently Code (completed) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None): with 1 output(s) 12:40:40.301 [debug] Requesting Kernel info 12:40:40.303 [debug] Got Kernel info 12:40:40.303 [debug] End running kernel initialization, now waiting for idle 12:40:40.304 [debug] Waiting for idle on (kernel): 917776ea-593c-4882-a89d-63422dbf354c -> idle 12:40:40.305 [debug] Finished waiting for idle on (kernel): 917776ea-593c-4882-a89d-63422dbf354c -> idle 12:40:40.305 [debug] End running kernel initialization, session is idle 12:40:40.309 [info] Registering Kernel Completion Provider from kernel dash2 (Python 3.9.18) for language python 12:40:40.312 [debug] IPyWidgetScriptSource.initialize 12:40:40.313 [debug] IPyWidgetMessageDispatcher.initialize 12:40:40.320 [debug] getDataDirsImpl, Class name = Fr (started execution), Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE" 12:40:40.320 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" 12:40:40.324 [debug] Get Custom Env Variables, Class name = Rm, completed in 4ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" 12:40:40.324 [debug] Jupyter Paths : 12:40:40.729 [info] Process Execution: c:\ProgramData\anaconda_envs\dash2\python.exe ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\printJupyterDataDir.py 12:40:40.730 [debug] Cell Index:1 sent to kernel 12:40:40.751 [debug] Start cell 1 execution @ 1710355240751 (clear output) 12:40:40.752 [info] Kernel acknowledged execution of cell 1 @ 1710355240751 12:40:40.833 [debug] Kernel output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work. To exit, you will have to explicitly quit this process, by either sending "quit" from a client, or using Ctrl-\ in UNIX-like environments. To read more about this, see https://github.com/ipython/ipython/issues/2049 To connect another client to this kernel, use: --existing ~\AppData\Roaming\jupyter\runtime\kernel-v2-15220ZZqZRaA10qog.json 12:40:40.966 [info] End cell 1 execution after 0.214s, completed @ 1710355240965, started @ 1710355240751 12:40:40.966 [debug] Cell 1 executed successfully 12:40:40.969 [debug] Cell Index:2 sent to kernel 12:40:41.008 [debug] Waiting for Raw Session to be ready in postStartRawSession 12:40:41.008 [debug] Waiting for Raw session to be ready, status: connected 12:40:41.008 [debug] Raw session connected 12:40:41.008 [debug] Waiting for Raw session to be ready 12:40:41.009 [debug] Waited for Raw session to be ready & got status: connected 12:40:41.009 [debug] Successfully waited for Raw Session to be ready in postStartRawSession 12:40:41.009 [debug] Kernel status is 'unknown' before requesting kernel info and after ready 12:40:41.010 [debug] Sending request for kernelInfo 12:40:41.025 [debug] Start cell 2 execution @ 1710355241025 (clear output) 12:40:41.025 [info] Kernel acknowledged execution of cell 2 @ 1710355241025 12:40:41.027 [debug] Got response for requestKernelInfo 12:40:41.027 [debug] Successfully completed postStartRawSession after 1 attempt(s) in 17ms 12:40:41.029 [debug] Executing silently Code (idle) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys 12:40:41.167 [debug] Executing silently Code (completed) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys with 1 output(s) 12:40:41.168 [debug] End sendTelemetryForPythonKernelExecutable after 139ms 12:40:41.168 [debug] Started running kernel initialization for \\test.com\test\users\\Data\code_workplace\mydashboard\.ipynb_checkpoints\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb 12:40:41.168 [debug] Executing silently Code (idle) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy 12:40:41.317 [debug] getDataDirsImpl, Class name = Fr, completed in 998ms, has a truthy return value, Arg 1: "/test/users//Data/code_workplace/mydashboard/DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb", Arg 2: "C:\\PROGRAMDATA\\ANACONDA_ENVS\\DASH2\\PYTHON.EXE", Return Value: /AppData/Roaming/Python/share/jupyter>, /AppData/Roaming/jupyter>, , 12:40:41.501 [debug] Executing silently Code (completed) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy with 1 output(s) 12:40:41.501 [debug] Determined IPyWidgets Version as 8 12:40:41.504 [debug] Executing silently Code (idle) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None): 12:40:41.561 [debug] Executing silently Code (completed) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None): with 1 output(s) 12:40:41.561 [debug] Requesting Kernel info 12:40:41.561 [debug] Got Kernel info 12:40:41.562 [debug] End running kernel initialization, now waiting for idle 12:40:41.562 [debug] Waiting for idle on (kernel): 42ae4d4d-1d03-461a-80ff-89ef4bc98105 -> idle 12:40:41.562 [debug] Finished waiting for idle on (kernel): 42ae4d4d-1d03-461a-80ff-89ef4bc98105 -> idle 12:40:41.562 [debug] End running kernel initialization, session is idle 12:40:41.564 [info] Registering Kernel Completion Provider from kernel dash2 (Python 3.9.18) for language python 12:40:47.651 [info] End cell 2 execution after 6.626s, completed @ 1710355247651, started @ 1710355241025 12:40:47.652 [debug] Cell 2 executed successfully 12:40:47.654 [debug] Cell Index:4 sent to kernel 12:40:47.661 [debug] Start cell 4 execution @ 1710355247661 (clear output) 12:40:47.661 [info] Kernel acknowledged execution of cell 4 @ 1710355247661 12:40:47.682 [info] End cell 4 execution after 0.021s, completed @ 1710355247682, started @ 1710355247661 12:40:47.683 [debug] Cell 4 executed successfully 12:40:47.684 [debug] Cell Index:6 sent to kernel 12:40:47.691 [debug] Start cell 6 execution @ 1710355247691 (clear output) 12:40:47.691 [info] Kernel acknowledged execution of cell 6 @ 1710355247691 12:40:47.711 [info] End cell 6 execution after 0.02s, completed @ 1710355247711, started @ 1710355247691 12:40:47.712 [debug] Cell 6 executed successfully 12:40:47.713 [debug] Cell Index:7 sent to kernel 12:40:47.718 [debug] Start cell 7 execution @ 1710355247718 (clear output) 12:40:47.718 [info] Kernel acknowledged execution of cell 7 @ 1710355247718 12:40:47.730 [info] End cell 7 execution after 0.011s, completed @ 1710355247729, started @ 1710355247718 12:40:47.730 [debug] Cell 7 executed successfully 12:40:47.731 [debug] Cell Index:9 sent to kernel 12:40:47.735 [debug] Start cell 9 execution @ 1710355247735 (clear output) 12:40:47.735 [info] Kernel acknowledged execution of cell 9 @ 1710355247735 12:40:47.742 [info] End cell 9 execution after 0.007s, completed @ 1710355247742, started @ 1710355247735 12:40:47.742 [debug] Cell 9 executed successfully 12:40:47.744 [debug] Cell Index:11 sent to kernel 12:40:47.748 [debug] Start cell 11 execution @ 1710355247748 (clear output) 12:40:47.748 [info] Kernel acknowledged execution of cell 11 @ 1710355247748 12:40:48.875 [info] End cell 11 execution after 1.127s, completed @ 1710355248875, started @ 1710355247748 12:40:48.875 [debug] Cell 11 executed successfully 12:40:48.876 [debug] Cell Index:12 sent to kernel 12:40:48.882 [debug] Start cell 12 execution @ 1710355248882 (clear output) 12:40:48.882 [info] Kernel acknowledged execution of cell 12 @ 1710355248882 12:40:48.890 [info] End cell 12 execution after 0.008s, completed @ 1710355248890, started @ 1710355248882 12:40:48.890 [debug] Cell 12 executed successfully 12:40:48.892 [debug] Cell Index:13 sent to kernel 12:40:48.897 [debug] Start cell 13 execution @ 1710355248896 (clear output) 12:40:48.897 [info] Kernel acknowledged execution of cell 13 @ 1710355248896 12:40:48.906 [info] End cell 13 execution after 0.01s, completed @ 1710355248906, started @ 1710355248896 12:40:48.907 [debug] Cell 13 executed successfully 12:40:48.908 [debug] Cell Index:16 sent to kernel 12:40:48.926 [debug] Start cell 16 execution @ 1710355248926 (clear output) 12:40:48.926 [info] Kernel acknowledged execution of cell 16 @ 1710355248926 12:40:48.943 [info] End cell 16 execution after 0.016s, completed @ 1710355248942, started @ 1710355248926 12:40:48.943 [debug] Cell 16 executed successfully 12:40:48.945 [debug] Cell Index:17 sent to kernel 12:40:48.950 [debug] Start cell 17 execution @ 1710355248950 (clear output) 12:40:48.950 [info] Kernel acknowledged execution of cell 17 @ 1710355248950 12:40:48.957 [info] End cell 17 execution after 0.007s, completed @ 1710355248957, started @ 1710355248950 12:40:48.957 [debug] Cell 17 executed successfully 12:40:48.959 [debug] Cell Index:18 sent to kernel 12:40:48.963 [debug] Start cell 18 execution @ 1710355248963 (clear output) 12:40:48.963 [info] Kernel acknowledged execution of cell 18 @ 1710355248963 12:40:48.972 [info] End cell 18 execution after 0.008s, completed @ 1710355248971, started @ 1710355248963 12:40:48.972 [debug] Cell 18 executed successfully 12:40:48.973 [debug] Cell Index:21 sent to kernel 12:40:48.986 [debug] Start cell 21 execution @ 1710355248985 (clear output) 12:40:48.986 [info] Kernel acknowledged execution of cell 21 @ 1710355248985 12:40:49.001 [info] End cell 21 execution after 0.016s, completed @ 1710355249001, started @ 1710355248985 12:40:49.002 [debug] Cell 21 executed successfully 12:40:49.003 [debug] Cell Index:23 sent to kernel 12:40:49.020 [debug] Start cell 23 execution @ 1710355249019 (clear output) 12:40:49.020 [info] Kernel acknowledged execution of cell 23 @ 1710355249019 12:40:49.027 [info] End cell 23 execution after 0.008s, completed @ 1710355249027, started @ 1710355249019 12:40:49.028 [debug] Cell 23 executed successfully 12:40:49.030 [debug] Cell Index:25 sent to kernel 12:40:49.052 [debug] Start cell 25 execution @ 1710355249052 (clear output) 12:40:49.052 [info] Kernel acknowledged execution of cell 25 @ 1710355249052 12:40:49.076 [info] End cell 25 execution after 0.024s, completed @ 1710355249076, started @ 1710355249052 12:40:49.077 [debug] Cell 25 executed successfully 12:40:49.078 [debug] Cell Index:27 sent to kernel 12:40:49.090 [debug] Start cell 27 execution @ 1710355249089 (clear output) 12:40:49.090 [info] Kernel acknowledged execution of cell 27 @ 1710355249089 12:40:49.107 [info] End cell 27 execution after 0.018s, completed @ 1710355249107, started @ 1710355249089 12:40:49.108 [debug] Cell 27 executed successfully 12:40:49.110 [debug] Cell Index:28 sent to kernel 12:40:49.120 [debug] Start cell 28 execution @ 1710355249120 (clear output) 12:40:49.121 [info] Kernel acknowledged execution of cell 28 @ 1710355249120 12:40:49.138 [info] End cell 28 execution after 0.018s, completed @ 1710355249138, started @ 1710355249120 12:40:49.139 [debug] Cell 28 executed successfully 12:40:49.140 [debug] Cell Index:30 sent to kernel 12:40:49.145 [debug] Start cell 30 execution @ 1710355249144 (clear output) 12:40:49.145 [info] Kernel acknowledged execution of cell 30 @ 1710355249144 12:40:49.164 [info] End cell 30 execution after 0.02s, completed @ 1710355249164, started @ 1710355249144 12:40:49.165 [debug] Cell 30 executed successfully 12:40:49.166 [debug] Cell Index:31 sent to kernel 12:40:49.176 [debug] Start cell 31 execution @ 1710355249176 (clear output) 12:40:49.176 [info] Kernel acknowledged execution of cell 31 @ 1710355249176 12:40:49.258 [info] End cell 31 execution after 0.082s, completed @ 1710355249258, started @ 1710355249176 12:40:49.258 [debug] Cell 31 executed successfully 12:40:49.260 [debug] Cell Index:33 sent to kernel 12:40:49.271 [debug] Start cell 33 execution @ 1710355249271 (clear output) 12:40:49.271 [info] Kernel acknowledged execution of cell 33 @ 1710355249271 12:40:49.287 [info] End cell 33 execution after 0.016s, completed @ 1710355249287, started @ 1710355249271 12:40:49.288 [debug] Cell 33 executed successfully 12:40:49.289 [debug] Cell Index:34 sent to kernel 12:40:49.295 [debug] Start cell 34 execution @ 1710355249295 (clear output) 12:40:49.295 [info] Kernel acknowledged execution of cell 34 @ 1710355249295 12:40:49.318 [info] End cell 34 execution after 0.023s, completed @ 1710355249318, started @ 1710355249295 12:40:49.318 [debug] Cell 34 executed successfully 12:40:49.320 [debug] Cell Index:36 sent to kernel 12:40:49.325 [debug] Start cell 36 execution @ 1710355249325 (clear output) 12:40:49.325 [info] Kernel acknowledged execution of cell 36 @ 1710355249325 12:40:49.334 [info] End cell 36 execution after 0.009s, completed @ 1710355249334, started @ 1710355249325 12:40:49.335 [debug] Cell 36 executed successfully 12:40:49.337 [debug] Cell Index:38 sent to kernel 12:40:49.347 [debug] Start cell 38 execution @ 1710355249346 (clear output) 12:40:49.347 [info] Kernel acknowledged execution of cell 38 @ 1710355249346 12:40:49.349 [info] End cell 38 execution after 0.003s, completed @ 1710355249349, started @ 1710355249346 12:40:49.349 [debug] Cell 38 executed successfully 12:40:49.351 [debug] Cell Index:39 sent to kernel 12:40:49.355 [debug] Start cell 39 execution @ 1710355249355 (clear output) 12:40:49.355 [info] Kernel acknowledged execution of cell 39 @ 1710355249355 12:40:49.377 [info] End cell 39 execution after 0.022s, completed @ 1710355249377, started @ 1710355249355 12:40:49.378 [debug] Cell 39 executed successfully 12:40:49.379 [debug] Cell Index:41 sent to kernel 12:40:49.385 [debug] Start cell 41 execution @ 1710355249385 (clear output) 12:40:49.385 [info] Kernel acknowledged execution of cell 41 @ 1710355249385 12:40:49.393 [info] End cell 41 execution after 0.007s, completed @ 1710355249392, started @ 1710355249385 12:40:49.393 [debug] Cell 41 executed successfully 12:40:49.394 [debug] Cell Index:42 sent to kernel 12:40:49.400 [debug] Start cell 42 execution @ 1710355249400 (clear output) 12:40:49.400 [info] Kernel acknowledged execution of cell 42 @ 1710355249400 12:40:49.410 [info] End cell 42 execution after 0.01s, completed @ 1710355249410, started @ 1710355249400 12:40:49.410 [debug] Cell 42 executed successfully 12:40:49.412 [debug] Cell Index:45 sent to kernel 12:40:49.446 [debug] Start cell 45 execution @ 1710355249446 (clear output) 12:40:49.446 [info] Kernel acknowledged execution of cell 45 @ 1710355249446 12:40:49.453 [info] End cell 45 execution after 0.007s, completed @ 1710355249453, started @ 1710355249446 12:40:49.453 [debug] Cell 45 executed successfully 12:40:49.455 [debug] Cell Index:46 sent to kernel 12:40:49.467 [debug] Start cell 46 execution @ 1710355249467 (clear output) 12:40:49.467 [info] Kernel acknowledged execution of cell 46 @ 1710355249467 12:40:49.484 [info] End cell 46 execution after 0.017s, completed @ 1710355249484, started @ 1710355249467 12:40:49.485 [debug] Cell 46 executed successfully 12:40:49.486 [debug] Cell Index:47 sent to kernel 12:40:49.491 [debug] Start cell 47 execution @ 1710355249491 (clear output) 12:40:49.491 [info] Kernel acknowledged execution of cell 47 @ 1710355249491 12:40:49.528 [info] End cell 47 execution after 0.037s, completed @ 1710355249528, started @ 1710355249491 12:40:49.528 [debug] Cell 47 executed successfully 12:40:49.530 [debug] Cell Index:49 sent to kernel 12:40:49.538 [debug] Start cell 49 execution @ 1710355249537 (clear output) 12:40:49.538 [info] Kernel acknowledged execution of cell 49 @ 1710355249537 12:40:49.542 [info] End cell 49 execution after 0.004s, completed @ 1710355249541, started @ 1710355249537 12:40:49.542 [debug] Cell 49 executed successfully 12:40:49.544 [debug] Cell Index:51 sent to kernel 12:40:49.549 [debug] Start cell 51 execution @ 1710355249549 (clear output) 12:40:49.550 [info] Kernel acknowledged execution of cell 51 @ 1710355249549 12:40:49.557 [info] End cell 51 execution after 0.008s, completed @ 1710355249557, started @ 1710355249549 12:40:49.557 [debug] Cell 51 executed successfully 12:40:49.558 [debug] Cell Index:52 sent to kernel 12:40:49.565 [debug] Start cell 52 execution @ 1710355249564 (clear output) 12:40:49.565 [info] Kernel acknowledged execution of cell 52 @ 1710355249564 12:40:49.572 [info] End cell 52 execution after 0.007s, completed @ 1710355249571, started @ 1710355249564 12:40:49.572 [debug] Cell 52 executed successfully 12:40:49.573 [debug] Cell Index:54 sent to kernel 12:40:49.579 [debug] Start cell 54 execution @ 1710355249579 (clear output) 12:40:49.580 [info] Kernel acknowledged execution of cell 54 @ 1710355249579 12:40:49.587 [info] End cell 54 execution after 0.008s, completed @ 1710355249587, started @ 1710355249579 12:40:49.587 [debug] Cell 54 executed successfully 12:40:49.589 [debug] Cell Index:57 sent to kernel 12:40:49.599 [debug] Start cell 57 execution @ 1710355249599 (clear output) 12:40:49.599 [info] Kernel acknowledged execution of cell 57 @ 1710355249599 12:40:49.662 [info] End cell 57 execution after 0.063s, completed @ 1710355249662, started @ 1710355249599 12:40:49.663 [debug] Cell 57 executed successfully 12:40:49.664 [debug] Cell Index:59 sent to kernel 12:40:49.673 [debug] Start cell 59 execution @ 1710355249673 (clear output) 12:40:49.673 [info] Kernel acknowledged execution of cell 59 @ 1710355249673 12:40:49.677 [info] End cell 59 execution after 0.004s, completed @ 1710355249677, started @ 1710355249673 12:40:49.677 [debug] Cell 59 executed successfully 12:40:49.679 [debug] Cell Index:61 sent to kernel 12:40:49.694 [debug] Start cell 61 execution @ 1710355249694 (clear output) 12:40:49.695 [info] Kernel acknowledged execution of cell 61 @ 1710355249694 12:40:49.707 [info] End cell 61 execution after 0.013s, completed @ 1710355249707, started @ 1710355249694 12:40:49.708 [debug] Cell 61 executed successfully 12:40:49.709 [debug] Cell Index:63 sent to kernel 12:40:49.722 [debug] Start cell 63 execution @ 1710355249722 (clear output) 12:40:49.722 [info] Kernel acknowledged execution of cell 63 @ 1710355249722 12:40:49.737 [info] End cell 63 execution after 0.015s, completed @ 1710355249737, started @ 1710355249722 12:40:49.737 [debug] Cell 63 executed successfully 12:40:49.745 [debug] Cell Index:65 sent to kernel 12:40:49.764 [debug] Start cell 65 execution @ 1710355249764 (clear output) 12:40:49.765 [info] Kernel acknowledged execution of cell 65 @ 1710355249764 12:40:49.781 [info] End cell 65 execution after 0.017s, completed @ 1710355249781, started @ 1710355249764 12:40:49.782 [debug] Cell 65 executed successfully 12:40:49.784 [debug] Cell Index:67 sent to kernel 12:40:49.790 [debug] Start cell 67 execution @ 1710355249790 (clear output) 12:40:49.790 [info] Kernel acknowledged execution of cell 67 @ 1710355249790 12:40:49.797 [info] End cell 67 execution after 0.006s, completed @ 1710355249796, started @ 1710355249790 12:40:49.797 [debug] Cell 67 executed successfully 12:40:49.799 [debug] Cell Index:69 sent to kernel 12:40:49.804 [debug] Start cell 69 execution @ 1710355249804 (clear output) 12:40:49.804 [info] Kernel acknowledged execution of cell 69 @ 1710355249804 12:40:49.827 [info] End cell 69 execution after 0.022s, completed @ 1710355249826, started @ 1710355249804 12:40:49.827 [debug] Cell 69 executed successfully 12:40:49.828 [debug] Cell Index:70 sent to kernel 12:40:49.838 [debug] Start cell 70 execution @ 1710355249837 (clear output) 12:40:49.838 [info] Kernel acknowledged execution of cell 70 @ 1710355249837 12:40:49.841 [info] End cell 70 execution after 0.004s, completed @ 1710355249841, started @ 1710355249837 12:40:49.842 [debug] Cell 70 executed successfully 12:40:49.844 [debug] Cell Index:73 sent to kernel 12:40:49.849 [debug] Start cell 73 execution @ 1710355249849 (clear output) 12:40:49.849 [info] Kernel acknowledged execution of cell 73 @ 1710355249849 12:40:49.873 [info] End cell 73 execution after 0.024s, completed @ 1710355249873, started @ 1710355249849 12:40:49.873 [debug] Cell 73 executed successfully 12:40:49.875 [debug] Cell Index:77 sent to kernel 12:40:49.891 [debug] Start cell 77 execution @ 1710355249891 (clear output) 12:40:49.891 [info] Kernel acknowledged execution of cell 77 @ 1710355249891 12:40:49.903 [info] End cell 77 execution after 0.012s, completed @ 1710355249903, started @ 1710355249891 12:40:49.904 [debug] Cell 77 executed successfully 12:40:49.905 [debug] Cell Index:80 sent to kernel 12:40:49.921 [debug] Start cell 80 execution @ 1710355249920 (clear output) 12:40:49.921 [info] Kernel acknowledged execution of cell 80 @ 1710355249920 12:40:49.931 [info] End cell 80 execution after 0.011s, completed @ 1710355249931, started @ 1710355249920 12:40:49.932 [debug] Cell 80 executed successfully 12:40:49.933 [debug] Cell Index:82 sent to kernel 12:40:49.942 [debug] Start cell 82 execution @ 1710355249942 (clear output) 12:40:49.942 [info] Kernel acknowledged execution of cell 82 @ 1710355249942 12:40:49.961 [info] End cell 82 execution after 0.019s, completed @ 1710355249961, started @ 1710355249942 12:40:49.962 [debug] Cell 82 executed successfully 12:40:49.963 [debug] Cell Index:84 sent to kernel 12:40:49.979 [debug] Start cell 84 execution @ 1710355249978 (clear output) 12:40:49.979 [info] Kernel acknowledged execution of cell 84 @ 1710355249978 12:40:49.992 [info] End cell 84 execution after 0.014s, completed @ 1710355249992, started @ 1710355249978 12:40:49.992 [debug] Cell 84 executed successfully 12:40:49.994 [debug] Cell Index:86 sent to kernel 12:40:50.002 [debug] Start cell 86 execution @ 1710355250002 (clear output) 12:40:50.002 [info] Kernel acknowledged execution of cell 86 @ 1710355250002 12:40:50.008 [info] End cell 86 execution after 0.006s, completed @ 1710355250008, started @ 1710355250002 12:40:50.008 [debug] Cell 86 executed successfully 12:40:50.010 [debug] Cell Index:88 sent to kernel 12:40:50.017 [debug] Start cell 88 execution @ 1710355250017 (clear output) 12:40:50.017 [info] Kernel acknowledged execution of cell 88 @ 1710355250017 12:40:50.023 [info] End cell 88 execution after 0.005s, completed @ 1710355250022, started @ 1710355250017 12:40:50.023 [debug] Cell 88 executed successfully 12:40:50.024 [debug] Cell Index:90 sent to kernel 12:40:50.032 [debug] Start cell 90 execution @ 1710355250032 (clear output) 12:40:50.032 [info] Kernel acknowledged execution of cell 90 @ 1710355250032 12:40:50.052 [info] End cell 90 execution after 0.02s, completed @ 1710355250052, started @ 1710355250032 12:40:50.052 [debug] Cell 90 executed successfully 12:40:50.054 [debug] Cell Index:92 sent to kernel 12:40:50.215 [debug] Start cell 92 execution @ 1710355250215 (clear output) 12:40:50.215 [info] Kernel acknowledged execution of cell 92 @ 1710355250215 12:40:50.261 [info] End cell 92 execution after 0.046s, completed @ 1710355250261, started @ 1710355250215 12:40:50.262 [debug] Cell 92 executed successfully 12:40:50.263 [debug] Cell Index:94 sent to kernel 12:40:50.272 [debug] Start cell 94 execution @ 1710355250272 (clear output) 12:40:50.272 [info] Kernel acknowledged execution of cell 94 @ 1710355250272 12:40:50.276 [info] End cell 94 execution after 0.004s, completed @ 1710355250276, started @ 1710355250272 12:40:50.277 [debug] Cell 94 executed successfully 12:40:50.278 [debug] Cell Index:96 sent to kernel 12:40:50.284 [debug] Start cell 96 execution @ 1710355250284 (clear output) 12:40:50.284 [info] Kernel acknowledged execution of cell 96 @ 1710355250284 12:40:50.292 [info] End cell 96 execution after 0.007s, completed @ 1710355250291, started @ 1710355250284 12:40:50.292 [debug] Cell 96 executed successfully 12:40:50.293 [debug] Cell Index:98 sent to kernel 12:40:50.305 [debug] Start cell 98 execution @ 1710355250305 (clear output) 12:40:50.305 [info] Kernel acknowledged execution of cell 98 @ 1710355250305 12:40:50.322 [info] End cell 98 execution after 0.016s, completed @ 1710355250321, started @ 1710355250305 12:40:50.322 [debug] Cell 98 executed successfully 12:40:50.324 [debug] Cell Index:100 sent to kernel 12:40:50.339 [debug] Start cell 100 execution @ 1710355250339 (clear output) 12:40:50.339 [info] Kernel acknowledged execution of cell 100 @ 1710355250339 12:40:50.351 [info] End cell 100 execution after 0.012s, completed @ 1710355250351, started @ 1710355250339 12:40:50.351 [debug] Cell 100 executed successfully 12:40:50.353 [debug] Cell Index:102 sent to kernel 12:40:50.360 [debug] Start cell 102 execution @ 1710355250360 (clear output) 12:40:50.360 [info] Kernel acknowledged execution of cell 102 @ 1710355250360 12:40:50.366 [info] End cell 102 execution after 0.006s, completed @ 1710355250366, started @ 1710355250360 12:40:50.367 [debug] Cell 102 executed successfully 12:40:50.368 [debug] Cell Index:104 sent to kernel 12:40:50.377 [debug] Start cell 104 execution @ 1710355250377 (clear output) 12:40:50.377 [info] Kernel acknowledged execution of cell 104 @ 1710355250377 12:40:50.411 [info] End cell 104 execution after 0.034s, completed @ 1710355250411, started @ 1710355250377 12:40:50.411 [debug] Cell 104 executed successfully 12:40:50.413 [debug] Cell Index:106 sent to kernel 12:40:50.419 [debug] Start cell 106 execution @ 1710355250419 (clear output) 12:40:50.419 [info] Kernel acknowledged execution of cell 106 @ 1710355250419 12:40:50.427 [info] End cell 106 execution after 0.008s, completed @ 1710355250427, started @ 1710355250419 12:40:50.427 [debug] Cell 106 executed successfully 12:40:50.429 [debug] Cell Index:108 sent to kernel 12:40:50.442 [debug] Start cell 108 execution @ 1710355250442 (clear output) 12:40:50.442 [info] Kernel acknowledged execution of cell 108 @ 1710355250442 12:40:50.460 [info] End cell 108 execution after 0.017s, completed @ 1710355250459, started @ 1710355250442 12:40:50.460 [debug] Cell 108 executed successfully 12:40:50.462 [debug] Cell Index:110 sent to kernel 12:40:50.470 [debug] Start cell 110 execution @ 1710355250470 (clear output) 12:40:50.470 [info] Kernel acknowledged execution of cell 110 @ 1710355250470 12:40:50.473 [info] End cell 110 execution after 0.003s, completed @ 1710355250473, started @ 1710355250470 12:40:50.474 [debug] Cell 110 executed successfully 12:40:50.475 [debug] Cell Index:112 sent to kernel 12:40:50.483 [debug] Start cell 112 execution @ 1710355250483 (clear output) 12:40:50.483 [info] Kernel acknowledged execution of cell 112 @ 1710355250483 12:40:50.502 [info] End cell 112 execution after 0.019s, completed @ 1710355250502, started @ 1710355250483 12:40:50.502 [debug] Cell 112 executed successfully 12:40:50.504 [debug] Cell Index:114 sent to kernel 12:40:50.510 [debug] Start cell 114 execution @ 1710355250510 (clear output) 12:40:50.511 [info] Kernel acknowledged execution of cell 114 @ 1710355250510 12:40:50.517 [info] End cell 114 execution after 0.007s, completed @ 1710355250517, started @ 1710355250510 12:40:50.517 [debug] Cell 114 executed successfully 12:40:50.519 [debug] Cell Index:115 sent to kernel 12:40:50.526 [debug] Start cell 115 execution @ 1710355250526 (clear output) 12:40:50.526 [info] Kernel acknowledged execution of cell 115 @ 1710355250526 12:40:50.547 [info] End cell 115 execution after 0.021s, completed @ 1710355250547, started @ 1710355250526 12:40:50.547 [debug] Cell 115 executed successfully 12:40:50.549 [debug] Cell Index:116 sent to kernel 12:40:50.554 [debug] Start cell 116 execution @ 1710355250554 (clear output) 12:40:50.554 [info] Kernel acknowledged execution of cell 116 @ 1710355250554 12:40:50.562 [info] End cell 116 execution after 0.008s, completed @ 1710355250562, started @ 1710355250554 12:40:50.562 [debug] Cell 116 executed successfully 12:40:50.563 [debug] Cell Index:117 sent to kernel 12:40:50.568 [debug] Start cell 117 execution @ 1710355250568 (clear output) 12:40:50.568 [info] Kernel acknowledged execution of cell 117 @ 1710355250568 12:40:50.592 [info] End cell 117 execution after 0.024s, completed @ 1710355250592, started @ 1710355250568 12:40:50.592 [debug] Cell 117 executed successfully 12:40:50.593 [debug] Start cell 118 execution @ undefined (clear output) 12:40:50.594 [info] End cell 118 execution after 0s, completed @ undefined, started @ undefined 12:40:50.594 [debug] Cell 118 executed successfully 12:40:50.595 [debug] Cell Index:119 sent to kernel 12:40:50.601 [debug] Start cell 119 execution @ 1710355250600 (clear output) 12:40:50.601 [info] Kernel acknowledged execution of cell 119 @ 1710355250600 12:40:50.605 [info] End cell 119 execution after 0.005s, completed @ 1710355250605, started @ 1710355250600 12:40:50.606 [debug] Cell 119 executed successfully 12:40:50.608 [debug] Cell Index:120 sent to kernel 12:40:50.612 [debug] Start cell 120 execution @ 1710355250612 (clear output) 12:40:50.612 [info] Kernel acknowledged execution of cell 120 @ 1710355250612 12:40:50.621 [info] End cell 120 execution after 0.009s, completed @ 1710355250621, started @ 1710355250612 12:40:50.621 [debug] Cell 120 executed successfully 12:40:50.623 [debug] Cell Index:121 sent to kernel 12:40:50.627 [debug] Start cell 121 execution @ 1710355250627 (clear output) 12:40:50.627 [info] Kernel acknowledged execution of cell 121 @ 1710355250627 12:40:50.638 [info] End cell 121 execution after 0.01s, completed @ 1710355250637, started @ 1710355250627 12:40:50.638 [debug] Cell 121 executed successfully 12:40:50.640 [debug] Cell Index:122 sent to kernel 12:40:50.644 [debug] Start cell 122 execution @ 1710355250644 (clear output) 12:40:50.644 [info] Kernel acknowledged execution of cell 122 @ 1710355250644 12:40:50.666 [info] End cell 122 execution after 0.022s, completed @ 1710355250666, started @ 1710355250644 12:40:50.667 [debug] Cell 122 executed successfully 12:40:50.668 [debug] Cell Index:123 sent to kernel 12:40:50.673 [debug] Start cell 123 execution @ 1710355250673 (clear output) 12:40:50.673 [info] Kernel acknowledged execution of cell 123 @ 1710355250673 12:40:50.683 [info] End cell 123 execution after 0.01s, completed @ 1710355250683, started @ 1710355250673 12:40:50.683 [debug] Cell 123 executed successfully 12:40:50.685 [debug] Cell Index:124 sent to kernel 12:40:50.690 [debug] Start cell 124 execution @ 1710355250690 (clear output) 12:40:50.690 [info] Kernel acknowledged execution of cell 124 @ 1710355250690 12:40:50.700 [info] End cell 124 execution after 0.01s, completed @ 1710355250700, started @ 1710355250690 12:40:50.701 [debug] Cell 124 executed successfully 12:40:50.702 [debug] Cell Index:125 sent to kernel 12:40:50.709 [debug] Start cell 125 execution @ 1710355250709 (clear output) 12:40:50.709 [info] Kernel acknowledged execution of cell 125 @ 1710355250709 12:40:50.718 [info] End cell 125 execution after 0.008s, completed @ 1710355250717, started @ 1710355250709 12:40:50.718 [debug] Cell 125 executed successfully 12:40:50.720 [debug] Cell Index:126 sent to kernel 12:40:50.725 [debug] Start cell 126 execution @ 1710355250725 (clear output) 12:40:50.725 [info] Kernel acknowledged execution of cell 126 @ 1710355250725 12:40:50.733 [info] End cell 126 execution after 0.008s, completed @ 1710355250733, started @ 1710355250725 12:40:50.733 [debug] Cell 126 executed successfully 12:40:50.735 [debug] Cell Index:127 sent to kernel 12:40:50.742 [debug] Start cell 127 execution @ 1710355250741 (clear output) 12:40:50.742 [info] Kernel acknowledged execution of cell 127 @ 1710355250741 12:40:50.751 [info] End cell 127 execution after 0.009s, completed @ 1710355250750, started @ 1710355250741 12:40:50.751 [debug] Cell 127 executed successfully 12:40:50.753 [debug] Cell Index:128 sent to kernel 12:40:50.758 [debug] Start cell 128 execution @ 1710355250758 (clear output) 12:40:50.758 [info] Kernel acknowledged execution of cell 128 @ 1710355250758 12:40:50.773 [info] End cell 128 execution after 0.015s, completed @ 1710355250773, started @ 1710355250758 12:40:50.773 [debug] Cell 128 executed successfully 12:40:50.775 [debug] Cell Index:131 sent to kernel 12:40:50.783 [debug] Start cell 131 execution @ 1710355250783 (clear output) 12:40:50.784 [info] Kernel acknowledged execution of cell 131 @ 1710355250783 12:40:50.906 [info] End cell 131 execution after 0.123s, completed @ 1710355250906, started @ 1710355250783 12:40:50.906 [debug] Cell 131 executed successfully 12:40:50.908 [debug] Cell Index:133 sent to kernel 12:40:50.916 [debug] Start cell 133 execution @ 1710355250915 (clear output) 12:40:50.916 [info] Kernel acknowledged execution of cell 133 @ 1710355250915 12:40:50.923 [info] End cell 133 execution after 0.008s, completed @ 1710355250923, started @ 1710355250915 12:40:50.923 [debug] Cell 133 executed successfully 12:40:50.924 [debug] Cell Index:135 sent to kernel 12:40:50.932 [debug] Start cell 135 execution @ 1710355250932 (clear output) 12:40:50.933 [info] Kernel acknowledged execution of cell 135 @ 1710355250932 12:40:50.953 [info] End cell 135 execution after 0.021s, completed @ 1710355250953, started @ 1710355250932 12:40:50.954 [debug] Cell 135 executed successfully 12:40:50.955 [debug] Cell Index:137 sent to kernel 12:40:50.963 [debug] Start cell 137 execution @ 1710355250963 (clear output) 12:40:50.963 [info] Kernel acknowledged execution of cell 137 @ 1710355250963 12:40:50.967 [info] End cell 137 execution after 0.004s, completed @ 1710355250967, started @ 1710355250963 12:40:50.967 [debug] Cell 137 executed successfully 12:40:50.969 [debug] Cell Index:139 sent to kernel 12:40:50.977 [debug] Start cell 139 execution @ 1710355250977 (clear output) 12:40:50.977 [info] Kernel acknowledged execution of cell 139 @ 1710355250977 12:40:50.997 [info] End cell 139 execution after 0.02s, completed @ 1710355250997, started @ 1710355250977 12:40:50.998 [debug] Cell 139 executed successfully 12:40:50.999 [debug] Cell Index:141 sent to kernel 12:40:51.004 [debug] Start cell 141 execution @ 1710355251004 (clear output) 12:40:51.004 [info] Kernel acknowledged execution of cell 141 @ 1710355251004 12:40:51.017 [info] End cell 141 execution after 0.013s, completed @ 1710355251017, started @ 1710355251004 12:40:51.017 [debug] Cell 141 executed successfully 12:40:51.019 [debug] Cell Index:143 sent to kernel 12:40:51.031 [debug] Start cell 143 execution @ 1710355251031 (clear output) 12:40:51.031 [info] Kernel acknowledged execution of cell 143 @ 1710355251031 12:40:51.044 [info] End cell 143 execution after 0.013s, completed @ 1710355251044, started @ 1710355251031 12:40:51.044 [debug] Cell 143 executed successfully 12:40:51.045 [debug] Cell Index:145 sent to kernel 12:40:51.055 [debug] Start cell 145 execution @ 1710355251054 (clear output) 12:40:51.055 [info] Kernel acknowledged execution of cell 145 @ 1710355251054 12:40:51.058 [info] End cell 145 execution after 0.004s, completed @ 1710355251058, started @ 1710355251054 12:40:51.059 [debug] Cell 145 executed successfully 12:40:51.060 [debug] Cell Index:147 sent to kernel 12:40:51.086 [debug] Start cell 147 execution @ 1710355251085 (clear output) 12:40:51.086 [info] Kernel acknowledged execution of cell 147 @ 1710355251085 12:40:51.313 [info] End cell 147 execution after 0.228s, completed @ 1710355251313, started @ 1710355251085 12:40:51.314 [debug] Cell 147 executed successfully 12:40:51.315 [debug] Cell Index:149 sent to kernel 12:40:51.344 [debug] Start cell 149 execution @ 1710355251344 (clear output) 12:40:51.344 [info] Kernel acknowledged execution of cell 149 @ 1710355251344 12:40:51.478 [info] End cell 149 execution after 0.133s, completed @ 1710355251477, started @ 1710355251344 12:40:51.478 [debug] Cell 149 executed successfully 12:40:51.479 [debug] Cell Index:151 sent to kernel 12:40:51.491 [debug] Start cell 151 execution @ 1710355251491 (clear output) 12:40:51.491 [info] Kernel acknowledged execution of cell 151 @ 1710355251491 12:40:51.657 [info] End cell 151 execution after 0.166s, completed @ 1710355251657, started @ 1710355251491 12:40:51.658 [debug] Cell 151 executed successfully 12:40:51.660 [debug] Cell Index:152 sent to kernel 12:40:51.665 [debug] Start cell 152 execution @ 1710355251665 (clear output) 12:40:51.665 [info] Kernel acknowledged execution of cell 152 @ 1710355251665 12:40:51.680 [info] End cell 152 execution after 0.015s, completed @ 1710355251680, started @ 1710355251665 12:40:51.680 [debug] Cell 152 executed successfully 12:40:51.683 [debug] Cell Index:154 sent to kernel 12:40:51.688 [debug] Start cell 154 execution @ 1710355251688 (clear output) 12:40:51.688 [info] Kernel acknowledged execution of cell 154 @ 1710355251688 12:40:53.202 [info] End cell 154 execution after 1.514s, completed @ 1710355253202, started @ 1710355251688 12:40:53.202 [debug] Cell 154 executed successfully 12:40:53.204 [debug] Cell Index:155 sent to kernel 12:40:53.209 [debug] Start cell 155 execution @ 1710355253209 (clear output) 12:40:53.210 [info] Kernel acknowledged execution of cell 155 @ 1710355253209 12:40:53.216 [info] End cell 155 execution after 0.007s, completed @ 1710355253216, started @ 1710355253209 12:40:53.217 [debug] Cell 155 executed successfully 12:40:53.219 [debug] Cell Index:157 sent to kernel 12:40:53.231 [debug] Start cell 157 execution @ 1710355253231 (clear output) 12:40:53.231 [info] Kernel acknowledged execution of cell 157 @ 1710355253231 12:40:55.091 [info] End cell 157 execution after 1.86s, completed @ 1710355255091, started @ 1710355253231 12:40:55.092 [debug] Cell 157 executed successfully 12:40:55.093 [debug] Cell Index:159 sent to kernel 12:40:55.099 [debug] Start cell 159 execution @ 1710355255099 (clear output) 12:40:55.099 [info] Kernel acknowledged execution of cell 159 @ 1710355255099 12:40:55.108 [info] End cell 159 execution after 0.008s, completed @ 1710355255107, started @ 1710355255099 12:40:55.108 [debug] Cell 159 executed successfully 12:40:55.110 [debug] Cell Index:161 sent to kernel 12:40:55.118 [debug] Start cell 161 execution @ 1710355255117 (clear output) 12:40:55.118 [info] Kernel acknowledged execution of cell 161 @ 1710355255117 12:40:55.140 [info] End cell 161 execution after 0.023s, completed @ 1710355255140, started @ 1710355255117 12:40:55.141 [debug] Cell 161 executed successfully 12:40:55.142 [debug] Cell Index:163 sent to kernel 12:40:55.149 [debug] Start cell 163 execution @ 1710355255149 (clear output) 12:40:55.149 [info] Kernel acknowledged execution of cell 163 @ 1710355255149 12:40:55.166 [info] End cell 163 execution after 0.017s, completed @ 1710355255166, started @ 1710355255149 12:40:55.167 [debug] Cell 163 executed successfully 12:40:55.168 [debug] Cell Index:165 sent to kernel 12:40:55.174 [debug] Start cell 165 execution @ 1710355255174 (clear output) 12:40:55.174 [info] Kernel acknowledged execution of cell 165 @ 1710355255174 12:40:55.183 [info] End cell 165 execution after 0.009s, completed @ 1710355255183, started @ 1710355255174 12:40:55.184 [debug] Cell 165 executed successfully 12:40:55.185 [debug] Cell Index:167 sent to kernel 12:40:55.192 [debug] Start cell 167 execution @ 1710355255191 (clear output) 12:40:55.192 [info] Kernel acknowledged execution of cell 167 @ 1710355255191 12:40:55.215 [info] End cell 167 execution after 0.024s, completed @ 1710355255215, started @ 1710355255191 12:40:55.215 [debug] Cell 167 executed successfully 12:40:55.217 [debug] Cell Index:169 sent to kernel 12:40:55.226 [debug] Start cell 169 execution @ 1710355255226 (clear output) 12:40:55.226 [info] Kernel acknowledged execution of cell 169 @ 1710355255226 12:40:55.243 [info] End cell 169 execution after 0.016s, completed @ 1710355255242, started @ 1710355255226 12:40:55.243 [debug] Cell 169 executed successfully 12:40:55.245 [debug] Cell Index:172 sent to kernel 12:40:55.255 [debug] Start cell 172 execution @ 1710355255254 (clear output) 12:40:55.255 [info] Kernel acknowledged execution of cell 172 @ 1710355255254 12:40:55.273 [info] End cell 172 execution after 0.019s, completed @ 1710355255273, started @ 1710355255254 12:40:55.274 [debug] Cell 172 executed successfully 12:40:55.275 [debug] Cell Index:174 sent to kernel 12:40:55.281 [debug] Start cell 174 execution @ 1710355255281 (clear output) 12:40:55.281 [info] Kernel acknowledged execution of cell 174 @ 1710355255281 12:40:55.287 [info] End cell 174 execution after 0.006s, completed @ 1710355255287, started @ 1710355255281 12:40:55.287 [debug] Cell 174 executed successfully 12:40:55.289 [debug] Cell Index:175 sent to kernel 12:40:55.296 [debug] Start cell 175 execution @ 1710355255296 (clear output) 12:40:55.296 [info] Kernel acknowledged execution of cell 175 @ 1710355255296 12:40:55.304 [info] End cell 175 execution after 0.008s, completed @ 1710355255304, started @ 1710355255296 12:40:55.304 [debug] Cell 175 executed successfully 12:40:55.305 [debug] Cell Index:177 sent to kernel 12:40:55.317 [debug] Start cell 177 execution @ 1710355255317 (clear output) 12:40:55.317 [info] Kernel acknowledged execution of cell 177 @ 1710355255317 12:40:55.329 [info] End cell 177 execution after 0.012s, completed @ 1710355255329, started @ 1710355255317 12:40:55.330 [debug] Cell 177 executed successfully 12:40:55.331 [debug] Cell Index:179 sent to kernel 12:40:55.341 [debug] Start cell 179 execution @ 1710355255341 (clear output) 12:40:55.342 [info] Kernel acknowledged execution of cell 179 @ 1710355255341 12:40:55.355 [info] End cell 179 execution after 0.014s, completed @ 1710355255355, started @ 1710355255341 12:40:55.356 [debug] Cell 179 executed successfully 12:40:55.357 [debug] Cell Index:181 sent to kernel 12:40:55.366 [debug] Start cell 181 execution @ 1710355255366 (clear output) 12:40:55.367 [info] Kernel acknowledged execution of cell 181 @ 1710355255366 12:40:55.383 [info] End cell 181 execution after 0.017s, completed @ 1710355255383, started @ 1710355255366 12:40:55.384 [debug] Cell 181 executed successfully 12:40:55.385 [debug] Cell Index:183 sent to kernel 12:40:55.394 [debug] Start cell 183 execution @ 1710355255394 (clear output) 12:40:55.394 [info] Kernel acknowledged execution of cell 183 @ 1710355255394 12:40:55.407 [info] End cell 183 execution after 0.013s, completed @ 1710355255407, started @ 1710355255394 12:40:55.408 [debug] Cell 183 executed successfully 12:40:55.409 [debug] Cell Index:185 sent to kernel 12:40:55.413 [debug] Start cell 185 execution @ 1710355255413 (clear output) 12:40:55.413 [info] Kernel acknowledged execution of cell 185 @ 1710355255413 12:40:55.422 [info] End cell 185 execution after 0.009s, completed @ 1710355255422, started @ 1710355255413 12:40:55.423 [debug] Cell 185 executed successfully 12:40:55.424 [debug] Cell Index:186 sent to kernel 12:40:55.435 [debug] Start cell 186 execution @ 1710355255435 (clear output) 12:40:55.435 [info] Kernel acknowledged execution of cell 186 @ 1710355255435 12:40:55.452 [info] End cell 186 execution after 0.017s, completed @ 1710355255452, started @ 1710355255435 12:40:55.452 [debug] Cell 186 executed successfully 12:40:55.454 [debug] Cell Index:188 sent to kernel 12:40:55.460 [debug] Start cell 188 execution @ 1710355255460 (clear output) 12:40:55.460 [info] Kernel acknowledged execution of cell 188 @ 1710355255460 12:40:55.468 [info] End cell 188 execution after 0.008s, completed @ 1710355255468, started @ 1710355255460 12:40:55.469 [debug] Cell 188 executed successfully 12:40:55.470 [debug] Cell Index:190 sent to kernel 12:40:55.478 [debug] Start cell 190 execution @ 1710355255478 (clear output) 12:40:55.478 [info] Kernel acknowledged execution of cell 190 @ 1710355255478 12:40:55.497 [info] End cell 190 execution after 0.019s, completed @ 1710355255497, started @ 1710355255478 12:40:55.497 [debug] Cell 190 executed successfully 12:40:55.499 [debug] Cell Index:192 sent to kernel 12:40:55.505 [debug] Start cell 192 execution @ 1710355255505 (clear output) 12:40:55.505 [info] Kernel acknowledged execution of cell 192 @ 1710355255505 12:40:55.513 [info] End cell 192 execution after 0.007s, completed @ 1710355255512, started @ 1710355255505 12:40:55.513 [debug] Cell 192 executed successfully 12:40:55.515 [debug] Cell Index:194 sent to kernel 12:40:55.524 [debug] Start cell 194 execution @ 1710355255524 (clear output) 12:40:55.524 [info] Kernel acknowledged execution of cell 194 @ 1710355255524 12:40:55.542 [info] End cell 194 execution after 0.018s, completed @ 1710355255542, started @ 1710355255524 12:40:55.542 [debug] Cell 194 executed successfully 12:40:55.544 [debug] Cell Index:195 sent to kernel 12:40:55.555 [debug] Start cell 195 execution @ 1710355255555 (clear output) 12:40:55.556 [info] Kernel acknowledged execution of cell 195 @ 1710355255555 12:40:55.572 [info] End cell 195 execution after 0.017s, completed @ 1710355255572, started @ 1710355255555 12:40:55.573 [debug] Cell 195 executed successfully 12:40:55.575 [debug] Cell Index:197 sent to kernel 12:40:55.586 [debug] Start cell 197 execution @ 1710355255586 (clear output) 12:40:55.586 [info] Kernel acknowledged execution of cell 197 @ 1710355255586 12:40:55.603 [info] End cell 197 execution after 0.017s, completed @ 1710355255603, started @ 1710355255586 12:40:55.603 [debug] Cell 197 executed successfully 12:40:55.605 [debug] Cell Index:199 sent to kernel 12:40:55.612 [debug] Start cell 199 execution @ 1710355255611 (clear output) 12:40:55.612 [info] Kernel acknowledged execution of cell 199 @ 1710355255611 12:40:55.616 [info] End cell 199 execution after 0.005s, completed @ 1710355255616, started @ 1710355255611 12:40:55.617 [debug] Cell 199 executed successfully 12:40:55.619 [debug] Cell Index:200 sent to kernel 12:40:55.631 [debug] Start cell 200 execution @ 1710355255631 (clear output) 12:40:55.631 [info] Kernel acknowledged execution of cell 200 @ 1710355255631 12:40:55.639 [info] End cell 200 execution after 0.008s, completed @ 1710355255639, started @ 1710355255631 12:40:55.640 [debug] Cell 200 executed successfully 12:40:55.641 [debug] Cell Index:201 sent to kernel 12:40:55.652 [debug] Start cell 201 execution @ 1710355255652 (clear output) 12:40:55.652 [info] Kernel acknowledged execution of cell 201 @ 1710355255652 12:40:55.661 [info] End cell 201 execution after 0.009s, completed @ 1710355255661, started @ 1710355255652 12:40:55.661 [debug] Cell 201 executed successfully 12:40:55.663 [debug] Cell Index:204 sent to kernel 12:40:55.669 [debug] Start cell 204 execution @ 1710355255669 (clear output) 12:40:55.669 [info] Kernel acknowledged execution of cell 204 @ 1710355255669 12:40:55.677 [info] End cell 204 execution after 0.008s, completed @ 1710355255677, started @ 1710355255669 12:40:55.678 [debug] Cell 204 executed successfully 12:40:55.679 [debug] Cell Index:206 sent to kernel 12:40:55.686 [debug] Start cell 206 execution @ 1710355255686 (clear output) 12:40:55.686 [info] Kernel acknowledged execution of cell 206 @ 1710355255686 12:40:55.693 [info] End cell 206 execution after 0.007s, completed @ 1710355255693, started @ 1710355255686 12:40:55.693 [debug] Cell 206 executed successfully 12:40:55.695 [debug] Cell Index:208 sent to kernel 12:40:55.752 [debug] Start cell 208 execution @ 1710355255752 (clear output) 12:40:55.752 [info] Kernel acknowledged execution of cell 208 @ 1710355255752 12:40:55.812 [info] End cell 208 execution after 0.06s, completed @ 1710355255812, started @ 1710355255752 12:40:55.813 [debug] Cell 208 executed successfully 12:40:55.814 [debug] Cell Index:210 sent to kernel 12:40:55.826 [debug] Start cell 210 execution @ 1710355255826 (clear output) 12:40:55.826 [info] Kernel acknowledged execution of cell 210 @ 1710355255826 12:40:55.888 [info] End cell 210 execution after 0.062s, completed @ 1710355255888, started @ 1710355255826 12:40:55.888 [debug] Cell 210 executed successfully 12:40:55.890 [debug] Cell Index:212 sent to kernel 12:40:55.916 [debug] Start cell 212 execution @ 1710355255916 (clear output) 12:40:55.916 [info] Kernel acknowledged execution of cell 212 @ 1710355255916 12:40:55.964 [info] End cell 212 execution after 0.048s, completed @ 1710355255964, started @ 1710355255916 12:40:55.965 [debug] Cell 212 executed successfully 12:40:55.966 [debug] Cell Index:214 sent to kernel 12:40:55.992 [debug] Start cell 214 execution @ 1710355255992 (clear output) 12:40:55.992 [info] Kernel acknowledged execution of cell 214 @ 1710355255992 12:40:56.158 [info] End cell 214 execution after 0.165s, completed @ 1710355256157, started @ 1710355255992 12:40:56.158 [debug] Cell 214 executed successfully 12:40:56.160 [debug] Cell Index:215 sent to kernel 12:40:56.165 [debug] Start cell 215 execution @ 1710355256165 (clear output) 12:40:56.165 [info] Kernel acknowledged execution of cell 215 @ 1710355256165 12:40:56.170 [info] End cell 215 execution after 0.005s, completed @ 1710355256170, started @ 1710355256165 12:40:56.171 [debug] Cell 215 executed successfully 12:40:56.172 [debug] Cell Index:216 sent to kernel 12:40:56.176 [debug] Start cell 216 execution @ 1710355256176 (clear output) 12:40:56.176 [info] Kernel acknowledged execution of cell 216 @ 1710355256176 12:40:56.202 [info] End cell 216 execution after 0.025s, completed @ 1710355256201, started @ 1710355256176 12:40:56.202 [debug] Cell 216 executed successfully 12:40:56.203 [debug] Cell Index:217 sent to kernel 12:40:56.209 [debug] Start cell 217 execution @ 1710355256209 (clear output) 12:40:56.209 [info] Kernel acknowledged execution of cell 217 @ 1710355256209 12:40:56.217 [info] End cell 217 execution after 0.008s, completed @ 1710355256217, started @ 1710355256209 12:40:56.217 [debug] Cell 217 executed successfully 12:40:56.219 [debug] Cell Index:219 sent to kernel 12:40:56.231 [debug] Start cell 219 execution @ 1710355256231 (clear output) 12:40:56.231 [info] Kernel acknowledged execution of cell 219 @ 1710355256231 12:40:56.278 [info] End cell 219 execution after 0.047s, completed @ 1710355256278, started @ 1710355256231 12:40:56.278 [debug] Cell 219 executed successfully 12:40:56.279 [debug] Cell Index:223 sent to kernel 12:40:56.286 [debug] Start cell 223 execution @ 1710355256286 (clear output) 12:40:56.286 [info] Kernel acknowledged execution of cell 223 @ 1710355256286 12:40:56.308 [info] End cell 223 execution after 0.021s, completed @ 1710355256307, started @ 1710355256286 12:40:56.308 [debug] Cell 223 executed successfully 12:40:56.309 [debug] Cell Index:226 sent to kernel 12:40:56.320 [debug] Start cell 226 execution @ 1710355256320 (clear output) 12:40:56.321 [info] Kernel acknowledged execution of cell 226 @ 1710355256320 12:40:56.367 [info] End cell 226 execution after 0.047s, completed @ 1710355256367, started @ 1710355256320 12:40:56.368 [debug] Cell 226 executed successfully 12:40:56.370 [debug] Cell Index:227 sent to kernel 12:40:56.382 [debug] Start cell 227 execution @ 1710355256382 (clear output) 12:40:56.383 [info] Kernel acknowledged execution of cell 227 @ 1710355256382 12:40:56.396 [info] End cell 227 execution after 0.014s, completed @ 1710355256396, started @ 1710355256382 12:40:56.397 [debug] Cell 227 executed successfully 12:40:56.399 [debug] Cell Index:231 sent to kernel 12:40:56.411 [debug] Start cell 231 execution @ 1710355256411 (clear output) 12:40:56.411 [info] Kernel acknowledged execution of cell 231 @ 1710355256411 12:40:56.427 [info] End cell 231 execution after 0.016s, completed @ 1710355256427, started @ 1710355256411 12:40:56.428 [debug] Cell 231 executed successfully 12:40:56.429 [debug] Cell Index:232 sent to kernel 12:40:56.434 [debug] Start cell 232 execution @ 1710355256433 (clear output) 12:40:56.434 [info] Kernel acknowledged execution of cell 232 @ 1710355256433 12:40:56.456 [info] End cell 232 execution after 0.023s, completed @ 1710355256456, started @ 1710355256433 12:40:56.457 [debug] Cell 232 executed successfully 12:40:56.459 [debug] Cell Index:234 sent to kernel 12:40:56.471 [debug] Start cell 234 execution @ 1710355256471 (clear output) 12:40:56.472 [info] Kernel acknowledged execution of cell 234 @ 1710355256471 12:40:56.484 [info] End cell 234 execution after 0.013s, completed @ 1710355256484, started @ 1710355256471 12:40:56.485 [debug] Cell 234 executed successfully 12:40:56.487 [debug] Cell Index:237 sent to kernel 12:40:56.494 [debug] Start cell 237 execution @ 1710355256494 (clear output) 12:40:56.494 [info] Kernel acknowledged execution of cell 237 @ 1710355256494 12:40:56.502 [info] End cell 237 execution after 0.008s, completed @ 1710355256502, started @ 1710355256494 12:40:56.503 [debug] Cell 237 executed successfully 12:40:56.505 [debug] Cell Index:239 sent to kernel 12:40:56.510 [debug] Start cell 239 execution @ 1710355256510 (clear output) 12:40:56.510 [info] Kernel acknowledged execution of cell 239 @ 1710355256510 12:40:56.532 [info] End cell 239 execution after 0.022s, completed @ 1710355256532, started @ 1710355256510 12:40:56.532 [debug] Cell 239 executed successfully 12:40:56.534 [debug] Cell Index:241 sent to kernel 12:40:56.544 [debug] Start cell 241 execution @ 1710355256544 (clear output) 12:40:56.545 [info] Kernel acknowledged execution of cell 241 @ 1710355256544 12:40:56.562 [info] End cell 241 execution after 0.018s, completed @ 1710355256562, started @ 1710355256544 12:40:56.563 [debug] Cell 241 executed successfully 12:40:56.564 [debug] Cell Index:243 sent to kernel 12:40:56.570 [debug] Start cell 243 execution @ 1710355256570 (clear output) 12:40:56.571 [info] Kernel acknowledged execution of cell 243 @ 1710355256570 12:40:56.576 [info] End cell 243 execution after 0.006s, completed @ 1710355256576, started @ 1710355256570 12:40:56.577 [debug] Cell 243 executed successfully 12:40:56.578 [debug] Cell Index:244 sent to kernel 12:40:56.583 [debug] Start cell 244 execution @ 1710355256583 (clear output) 12:40:56.583 [info] Kernel acknowledged execution of cell 244 @ 1710355256583 12:40:56.607 [info] End cell 244 execution after 0.024s, completed @ 1710355256607, started @ 1710355256583 12:40:56.607 [debug] Cell 244 executed successfully 12:40:56.609 [debug] Cell Index:245 sent to kernel 12:40:56.613 [debug] Start cell 245 execution @ 1710355256613 (clear output) 12:40:56.613 [info] Kernel acknowledged execution of cell 245 @ 1710355256613 12:40:56.639 [info] End cell 245 execution after 0.025s, completed @ 1710355256638, started @ 1710355256613 12:40:56.639 [debug] Cell 245 executed successfully 12:40:56.641 [debug] Cell Index:247 sent to kernel 12:40:56.650 [debug] Start cell 247 execution @ 1710355256650 (clear output) 12:40:56.650 [info] Kernel acknowledged execution of cell 247 @ 1710355256650 12:40:56.666 [info] End cell 247 execution after 0.016s, completed @ 1710355256666, started @ 1710355256650 12:40:56.666 [debug] Cell 247 executed successfully 12:40:56.668 [debug] Cell Index:249 sent to kernel 12:40:56.696 [debug] Start cell 249 execution @ 1710355256696 (clear output) 12:40:56.696 [info] Kernel acknowledged execution of cell 249 @ 1710355256696 12:40:56.712 [info] End cell 249 execution after 0.016s, completed @ 1710355256712, started @ 1710355256696 12:40:56.713 [debug] Cell 249 executed successfully 12:40:56.715 [debug] Cell Index:251 sent to kernel 12:40:56.725 [debug] Start cell 251 execution @ 1710355256725 (clear output) 12:40:56.725 [info] Kernel acknowledged execution of cell 251 @ 1710355256725 12:40:56.741 [info] End cell 251 execution after 0.016s, completed @ 1710355256741, started @ 1710355256725 12:40:56.742 [debug] Cell 251 executed successfully 12:40:56.743 [debug] Cell Index:253 sent to kernel 12:40:56.764 [debug] Start cell 253 execution @ 1710355256764 (clear output) 12:40:56.764 [info] Kernel acknowledged execution of cell 253 @ 1710355256764 12:40:56.803 [info] End cell 253 execution after 0.039s, completed @ 1710355256803, started @ 1710355256764 12:40:56.804 [debug] Cell 253 executed successfully 12:40:56.806 [debug] Cell Index:255 sent to kernel 12:40:56.813 [debug] Start cell 255 execution @ 1710355256813 (clear output) 12:40:56.813 [info] Kernel acknowledged execution of cell 255 @ 1710355256813 12:40:56.832 [info] End cell 255 execution after 0.019s, completed @ 1710355256832, started @ 1710355256813 12:40:56.833 [debug] Cell 255 executed successfully 12:40:56.834 [debug] Cell Index:256 sent to kernel 12:40:56.876 [debug] Start cell 256 execution @ 1710355256876 (clear output) 12:40:56.876 [info] Kernel acknowledged execution of cell 256 @ 1710355256876 12:40:56.924 [info] End cell 256 execution after 0.047s, completed @ 1710355256923, started @ 1710355256876 12:40:56.924 [debug] Cell 256 executed successfully 12:40:56.925 [debug] Cell Index:258 sent to kernel 12:40:56.942 [debug] Start cell 258 execution @ 1710355256942 (clear output) 12:40:56.942 [info] Kernel acknowledged execution of cell 258 @ 1710355256942 12:40:56.951 [info] End cell 258 execution after 0.009s, completed @ 1710355256951, started @ 1710355256942 12:40:56.951 [debug] Cell 258 executed successfully 12:40:56.953 [debug] Cell Index:260 sent to kernel 12:40:56.962 [debug] Start cell 260 execution @ 1710355256962 (clear output) 12:40:56.962 [info] Kernel acknowledged execution of cell 260 @ 1710355256962 12:40:56.983 [info] End cell 260 execution after 0.021s, completed @ 1710355256983, started @ 1710355256962 12:40:56.983 [debug] Cell 260 executed successfully 12:40:56.985 [debug] Cell Index:263 sent to kernel 12:40:56.996 [debug] Start cell 263 execution @ 1710355256996 (clear output) 12:40:56.996 [info] Kernel acknowledged execution of cell 263 @ 1710355256996 12:40:57.011 [info] End cell 263 execution after 0.015s, completed @ 1710355257011, started @ 1710355256996 12:40:57.012 [debug] Cell 263 executed successfully 12:40:57.013 [debug] Cell Index:265 sent to kernel 12:40:57.026 [debug] Start cell 265 execution @ 1710355257025 (clear output) 12:40:57.026 [info] Kernel acknowledged execution of cell 265 @ 1710355257025 12:40:57.034 [info] End cell 265 execution after 0.008s, completed @ 1710355257033, started @ 1710355257025 12:40:57.034 [debug] Cell 265 executed successfully 12:40:57.035 [debug] Cell Index:267 sent to kernel 12:40:57.041 [debug] Start cell 267 execution @ 1710355257041 (clear output) 12:40:57.041 [info] Kernel acknowledged execution of cell 267 @ 1710355257041 12:40:57.117 [info] End cell 267 execution after 0.076s, completed @ 1710355257117, started @ 1710355257041 12:40:57.118 [debug] Cell 267 executed successfully 12:40:57.119 [debug] Cell Index:269 sent to kernel 12:40:57.130 [debug] Start cell 269 execution @ 1710355257130 (clear output) 12:40:57.130 [info] Kernel acknowledged execution of cell 269 @ 1710355257130 12:40:57.161 [info] End cell 269 execution after 0.031s, completed @ 1710355257161, started @ 1710355257130 12:40:57.162 [debug] Cell 269 executed successfully 12:40:57.163 [debug] Cell Index:273 sent to kernel 12:40:57.185 [debug] Start cell 273 execution @ 1710355257184 (clear output) 12:40:57.185 [info] Kernel acknowledged execution of cell 273 @ 1710355257184 12:40:57.192 [info] End cell 273 execution after 0.008s, completed @ 1710355257192, started @ 1710355257184 12:40:57.193 [debug] Cell 273 executed successfully 12:40:57.195 [debug] Cell Index:275 sent to kernel 12:40:57.211 [debug] Start cell 275 execution @ 1710355257211 (clear output) 12:40:57.211 [info] Kernel acknowledged execution of cell 275 @ 1710355257211 12:40:57.240 [info] End cell 275 execution after 0.028s, completed @ 1710355257239, started @ 1710355257211 12:40:57.240 [debug] Cell 275 executed successfully 12:40:57.242 [debug] Cell Index:277 sent to kernel 12:40:57.267 [debug] Start cell 277 execution @ 1710355257266 (clear output) 12:40:57.267 [info] Kernel acknowledged execution of cell 277 @ 1710355257266 12:40:57.477 [info] End cell 277 execution after 0.211s, completed @ 1710355257477, started @ 1710355257266 12:40:57.478 [debug] Cell 277 executed successfully 12:40:57.479 [debug] Cell Index:280 sent to kernel 12:40:57.497 [debug] Start cell 280 execution @ 1710355257497 (clear output) 12:40:57.497 [info] Kernel acknowledged execution of cell 280 @ 1710355257497 12:40:57.506 [info] End cell 280 execution after 0.009s, completed @ 1710355257506, started @ 1710355257497 12:40:57.507 [debug] Cell 280 executed successfully 12:40:57.508 [debug] Cell Index:282 sent to kernel 12:40:57.513 [debug] Start cell 282 execution @ 1710355257513 (clear output) 12:40:57.513 [info] Kernel acknowledged execution of cell 282 @ 1710355257513 12:40:57.634 [info] End cell 282 execution after 0.121s, completed @ 1710355257634, started @ 1710355257513 12:40:57.635 [debug] Cell 282 executed successfully 12:40:57.637 [debug] Cell Index:285 sent to kernel 12:40:57.641 [debug] Start cell 285 execution @ 1710355257641 (clear output) 12:40:57.641 [info] Kernel acknowledged execution of cell 285 @ 1710355257641 12:40:57.675 [info] End cell 285 execution after 0.033s, completed @ 1710355257674, started @ 1710355257641 12:40:57.675 [debug] Cell 285 executed successfully 12:40:57.676 [debug] Cell Index:286 sent to kernel 12:40:57.707 [debug] Start cell 286 execution @ 1710355257707 (clear output) 12:40:57.708 [info] Kernel acknowledged execution of cell 286 @ 1710355257707 12:40:57.717 [info] End cell 286 execution after 0.01s, completed @ 1710355257717, started @ 1710355257707 12:40:57.718 [debug] Cell 286 executed successfully 12:40:57.719 [debug] Cell Index:289 sent to kernel 12:40:57.730 [debug] Start cell 289 execution @ 1710355257730 (clear output) 12:40:57.730 [info] Kernel acknowledged execution of cell 289 @ 1710355257730 12:40:57.762 [info] End cell 289 execution after 0.032s, completed @ 1710355257762, started @ 1710355257730 12:40:57.763 [debug] Cell 289 executed successfully 12:40:57.765 [debug] Cell Index:291 sent to kernel 12:40:57.777 [debug] Start cell 291 execution @ 1710355257777 (clear output) 12:40:57.778 [info] Kernel acknowledged execution of cell 291 @ 1710355257777 12:40:57.793 [info] End cell 291 execution after 0.016s, completed @ 1710355257793, started @ 1710355257777 12:40:57.793 [debug] Cell 291 executed successfully 12:40:57.795 [debug] Cell Index:293 sent to kernel 12:40:57.804 [debug] Start cell 293 execution @ 1710355257804 (clear output) 12:40:57.804 [info] Kernel acknowledged execution of cell 293 @ 1710355257804 12:40:57.822 [info] End cell 293 execution after 0.018s, completed @ 1710355257822, started @ 1710355257804 12:40:57.823 [debug] Cell 293 executed successfully 12:40:57.824 [debug] Cell Index:295 sent to kernel 12:40:57.836 [debug] Start cell 295 execution @ 1710355257836 (clear output) 12:40:57.836 [info] Kernel acknowledged execution of cell 295 @ 1710355257836 12:40:57.852 [info] End cell 295 execution after 0.016s, completed @ 1710355257852, started @ 1710355257836 12:40:57.852 [debug] Cell 295 executed successfully 12:40:57.853 [debug] Cell Index:297 sent to kernel 12:40:57.873 [debug] Start cell 297 execution @ 1710355257873 (clear output) 12:40:57.873 [info] Kernel acknowledged execution of cell 297 @ 1710355257873 12:40:58.198 [info] End cell 297 execution after 0.325s, completed @ 1710355258198, started @ 1710355257873 12:40:58.198 [debug] Cell 297 executed successfully 12:40:58.200 [debug] Cell Index:298 sent to kernel 12:40:58.206 [debug] Start cell 298 execution @ 1710355258206 (clear output) 12:40:58.206 [info] Kernel acknowledged execution of cell 298 @ 1710355258206 12:40:58.215 [info] End cell 298 execution after 0.008s, completed @ 1710355258214, started @ 1710355258206 12:40:58.215 [debug] Cell 298 executed successfully 12:40:58.216 [debug] Cell Index:301 sent to kernel 12:40:58.266 [debug] Start cell 301 execution @ 1710355258266 (clear output) 12:40:58.266 [info] Kernel acknowledged execution of cell 301 @ 1710355258266 12:40:58.489 [info] End cell 301 execution after 0.223s, completed @ 1710355258489, started @ 1710355258266 12:40:58.490 [debug] Cell 301 executed successfully 12:40:58.491 [debug] Cell Index:303 sent to kernel 12:40:58.550 [debug] Start cell 303 execution @ 1710355258550 (clear output) 12:40:58.550 [info] Kernel acknowledged execution of cell 303 @ 1710355258550 12:40:58.737 [info] End cell 303 execution after 0.187s, completed @ 1710355258737, started @ 1710355258550 12:40:58.738 [debug] Cell 303 executed successfully 12:40:58.739 [debug] Cell Index:305 sent to kernel 12:40:58.760 [debug] Start cell 305 execution @ 1710355258760 (clear output) 12:40:58.760 [info] Kernel acknowledged execution of cell 305 @ 1710355258760 12:40:58.767 [info] End cell 305 execution after 0.007s, completed @ 1710355258767, started @ 1710355258760 12:40:58.767 [debug] Cell 305 executed successfully 12:40:58.769 [debug] Cell Index:309 sent to kernel 12:40:58.781 [debug] Start cell 309 execution @ 1710355258780 (clear output) 12:40:58.781 [info] Kernel acknowledged execution of cell 309 @ 1710355258780 12:40:58.828 [info] End cell 309 execution after 0.048s, completed @ 1710355258828, started @ 1710355258780 12:40:58.828 [debug] Cell 309 executed successfully 12:40:58.830 [debug] Cell Index:310 sent to kernel 12:40:58.840 [debug] Start cell 310 execution @ 1710355258840 (clear output) 12:40:58.840 [info] Kernel acknowledged execution of cell 310 @ 1710355258840 12:40:58.991 [info] End cell 310 execution after 0.151s, completed @ 1710355258991, started @ 1710355258840 12:40:58.992 [debug] Cell 310 executed successfully 12:40:58.993 [debug] Cell Index:313 sent to kernel 12:40:59.010 [debug] Start cell 313 execution @ 1710355259010 (clear output) 12:40:59.010 [info] Kernel acknowledged execution of cell 313 @ 1710355259010 12:40:59.027 [info] End cell 313 execution after 0.016s, completed @ 1710355259026, started @ 1710355259010 12:40:59.027 [debug] Cell 313 executed successfully 12:40:59.028 [debug] Cell Index:315 sent to kernel 12:40:59.100 [debug] Start cell 315 execution @ 1710355259100 (clear output) 12:40:59.100 [info] Kernel acknowledged execution of cell 315 @ 1710355259100 12:40:59.209 [info] End cell 315 execution after 0.109s, completed @ 1710355259209, started @ 1710355259100 12:40:59.209 [debug] Cell 315 executed successfully 12:40:59.211 [debug] Cell Index:317 sent to kernel 12:40:59.221 [debug] Start cell 317 execution @ 1710355259220 (clear output) 12:40:59.221 [info] Kernel acknowledged execution of cell 317 @ 1710355259220 12:40:59.231 [info] End cell 317 execution after 0.011s, completed @ 1710355259231, started @ 1710355259220 12:40:59.232 [debug] Cell 317 executed successfully 12:40:59.234 [debug] Cell Index:319 sent to kernel 12:40:59.261 [debug] Start cell 319 execution @ 1710355259261 (clear output) 12:40:59.261 [info] Kernel acknowledged execution of cell 319 @ 1710355259261 12:40:59.535 [info] End cell 319 execution after 0.274s, completed @ 1710355259535, started @ 1710355259261 12:40:59.536 [debug] Cell 319 executed successfully 12:40:59.537 [debug] Cell Index:322 sent to kernel 12:40:59.550 [debug] Start cell 322 execution @ 1710355259550 (clear output) 12:40:59.550 [info] Kernel acknowledged execution of cell 322 @ 1710355259550 12:40:59.562 [info] End cell 322 execution after 0.012s, completed @ 1710355259562, started @ 1710355259550 12:40:59.562 [debug] Cell 322 executed successfully 12:40:59.564 [debug] Cell Index:323 sent to kernel 12:40:59.575 [debug] Start cell 323 execution @ 1710355259575 (clear output) 12:40:59.576 [info] Kernel acknowledged execution of cell 323 @ 1710355259575 12:40:59.593 [info] End cell 323 execution after 0.018s, completed @ 1710355259593, started @ 1710355259575 12:40:59.593 [debug] Cell 323 executed successfully 12:40:59.595 [debug] Cell Index:325 sent to kernel 12:40:59.623 [debug] Start cell 325 execution @ 1710355259623 (clear output) 12:40:59.623 [info] Kernel acknowledged execution of cell 325 @ 1710355259623 12:40:59.712 [info] End cell 325 execution after 0.089s, completed @ 1710355259712, started @ 1710355259623 12:40:59.713 [debug] Cell 325 executed successfully 12:40:59.715 [debug] Cell Index:328 sent to kernel 12:40:59.726 [debug] Start cell 328 execution @ 1710355259726 (clear output) 12:40:59.727 [info] Kernel acknowledged execution of cell 328 @ 1710355259726 12:40:59.745 [info] End cell 328 execution after 0.019s, completed @ 1710355259745, started @ 1710355259726 12:40:59.746 [debug] Cell 328 executed successfully 12:40:59.747 [debug] Cell Index:330 sent to kernel 12:40:59.764 [debug] Start cell 330 execution @ 1710355259764 (clear output) 12:40:59.764 [info] Kernel acknowledged execution of cell 330 @ 1710355259764 12:40:59.772 [info] End cell 330 execution after 0.008s, completed @ 1710355259772, started @ 1710355259764 12:40:59.773 [debug] Cell 330 executed successfully 12:40:59.774 [debug] Cell Index:331 sent to kernel 12:40:59.791 [debug] Start cell 331 execution @ 1710355259790 (clear output) 12:40:59.791 [info] Kernel acknowledged execution of cell 331 @ 1710355259790 12:40:59.803 [info] End cell 331 execution after 0.013s, completed @ 1710355259803, started @ 1710355259790 12:40:59.804 [debug] Cell 331 executed successfully 12:40:59.806 [debug] Cell Index:333 sent to kernel 12:40:59.817 [debug] Start cell 333 execution @ 1710355259817 (clear output) 12:40:59.817 [info] Kernel acknowledged execution of cell 333 @ 1710355259817 12:40:59.834 [info] End cell 333 execution after 0.016s, completed @ 1710355259833, started @ 1710355259817 12:40:59.834 [debug] Cell 333 executed successfully 12:40:59.836 [debug] Cell Index:335 sent to kernel 12:40:59.842 [debug] Start cell 335 execution @ 1710355259842 (clear output) 12:40:59.842 [info] Kernel acknowledged execution of cell 335 @ 1710355259842 12:40:59.848 [info] End cell 335 execution after 0.006s, completed @ 1710355259848, started @ 1710355259842 12:40:59.849 [debug] Cell 335 executed successfully 12:40:59.850 [debug] Cell Index:337 sent to kernel 12:40:59.860 [debug] Start cell 337 execution @ 1710355259860 (clear output) 12:40:59.860 [info] Kernel acknowledged execution of cell 337 @ 1710355259860 12:40:59.878 [info] End cell 337 execution after 0.018s, completed @ 1710355259878, started @ 1710355259860 12:40:59.878 [debug] Cell 337 executed successfully 12:40:59.879 [debug] Cell Index:340 sent to kernel 12:40:59.888 [debug] Start cell 340 execution @ 1710355259887 (clear output) 12:40:59.888 [info] Kernel acknowledged execution of cell 340 @ 1710355259887 12:40:59.893 [info] End cell 340 execution after 0.006s, completed @ 1710355259893, started @ 1710355259887 12:40:59.894 [debug] Cell 340 executed successfully 12:40:59.896 [debug] Cell Index:341 sent to kernel 12:40:59.914 [debug] Start cell 341 execution @ 1710355259914 (clear output) 12:40:59.914 [info] Kernel acknowledged execution of cell 341 @ 1710355259914 12:40:59.938 [info] End cell 341 execution after 0.024s, completed @ 1710355259938, started @ 1710355259914 12:40:59.938 [debug] Cell 341 executed successfully 12:40:59.939 [debug] Cell Index:342 sent to kernel 12:40:59.949 [debug] Start cell 342 execution @ 1710355259949 (clear output) 12:40:59.949 [info] Kernel acknowledged execution of cell 342 @ 1710355259949 12:40:59.968 [info] End cell 342 execution after 0.019s, completed @ 1710355259968, started @ 1710355259949 12:40:59.968 [debug] Cell 342 executed successfully 12:40:59.970 [debug] Cell Index:343 sent to kernel 12:40:59.981 [debug] Start cell 343 execution @ 1710355259981 (clear output) 12:40:59.981 [info] Kernel acknowledged execution of cell 343 @ 1710355259981 12:40:59.997 [info] End cell 343 execution after 0.016s, completed @ 1710355259997, started @ 1710355259981 12:40:59.997 [debug] Cell 343 executed successfully 12:40:59.999 [debug] Cell Index:344 sent to kernel 12:41:00.015 [debug] Start cell 344 execution @ 1710355260015 (clear output) 12:41:00.015 [info] Kernel acknowledged execution of cell 344 @ 1710355260015 12:41:00.027 [info] End cell 344 execution after 0.012s, completed @ 1710355260027, started @ 1710355260015 12:41:00.028 [debug] Cell 344 executed successfully 12:41:00.030 [debug] Cell Index:345 sent to kernel 12:41:00.042 [debug] Start cell 345 execution @ 1710355260042 (clear output) 12:41:00.042 [info] Kernel acknowledged execution of cell 345 @ 1710355260042 12:41:00.058 [info] End cell 345 execution after 0.015s, completed @ 1710355260057, started @ 1710355260042 12:41:00.058 [debug] Cell 345 executed successfully 12:41:00.060 [debug] Cell Index:347 sent to kernel 12:41:00.128 [debug] Start cell 347 execution @ 1710355260128 (clear output) 12:41:00.128 [info] Kernel acknowledged execution of cell 347 @ 1710355260128 12:41:00.245 [info] End cell 347 execution after 0.117s, completed @ 1710355260245, started @ 1710355260128 12:41:00.246 [debug] Cell 347 executed successfully 12:41:00.249 [debug] Cell Index:349 sent to kernel 12:41:00.257 [debug] Start cell 349 execution @ 1710355260257 (clear output) 12:41:00.257 [info] Kernel acknowledged execution of cell 349 @ 1710355260257 12:41:00.267 [info] End cell 349 execution after 0.01s, completed @ 1710355260267, started @ 1710355260257 12:41:00.268 [debug] Cell 349 executed successfully 12:41:00.269 [debug] Cell Index:352 sent to kernel 12:41:00.275 [debug] Start cell 352 execution @ 1710355260275 (clear output) 12:41:00.275 [info] Kernel acknowledged execution of cell 352 @ 1710355260275 12:41:00.425 [info] End cell 352 execution after 0.15s, completed @ 1710355260425, started @ 1710355260275 12:41:00.426 [debug] Cell 352 executed successfully 12:41:00.427 [debug] Cell Index:354 sent to kernel 12:41:00.446 [debug] Start cell 354 execution @ 1710355260446 (clear output) 12:41:00.446 [info] Kernel acknowledged execution of cell 354 @ 1710355260446 12:41:00.471 [info] End cell 354 execution after 0.025s, completed @ 1710355260471, started @ 1710355260446 12:41:00.471 [debug] Cell 354 executed successfully 12:41:00.473 [debug] Cell Index:356 sent to kernel 12:41:00.554 [debug] Start cell 356 execution @ 1710355260554 (clear output) 12:41:00.554 [info] Kernel acknowledged execution of cell 356 @ 1710355260554 12:41:00.555 [info] End cell 356 execution after 0.001s, completed @ 1710355260555, started @ 1710355260554 12:41:00.556 [debug] Cell 356 executed successfully 12:41:00.557 [debug] Cell Index:358 sent to kernel 12:41:00.576 [debug] Start cell 358 execution @ 1710355260576 (clear output) 12:41:00.576 [info] Kernel acknowledged execution of cell 358 @ 1710355260576 12:41:00.665 [info] End cell 358 execution after 0.089s, completed @ 1710355260665, started @ 1710355260576 12:41:00.665 [debug] Cell 358 executed successfully 12:41:00.667 [debug] Cell Index:360 sent to kernel 12:41:00.686 [debug] Start cell 360 execution @ 1710355260686 (clear output) 12:41:00.686 [info] Kernel acknowledged execution of cell 360 @ 1710355260686 12:41:00.763 [info] End cell 360 execution after 0.077s, completed @ 1710355260763, started @ 1710355260686 12:41:00.764 [debug] Cell 360 executed successfully 12:41:00.766 [debug] Cell Index:362 sent to kernel 12:41:00.809 [debug] Start cell 362 execution @ 1710355260809 (clear output) 12:41:00.809 [info] Kernel acknowledged execution of cell 362 @ 1710355260809 12:41:00.823 [info] End cell 362 execution after 0.013s, completed @ 1710355260822, started @ 1710355260809 12:41:00.823 [debug] Cell 362 executed successfully 12:41:00.825 [debug] Cell Index:364 sent to kernel 12:41:00.857 [debug] Start cell 364 execution @ 1710355260857 (clear output) 12:41:00.857 [info] Kernel acknowledged execution of cell 364 @ 1710355260857 12:41:00.866 [info] End cell 364 execution after 0.009s, completed @ 1710355260866, started @ 1710355260857 12:41:00.867 [debug] Cell 364 executed successfully 12:41:00.868 [debug] Cell Index:366 sent to kernel 12:41:00.888 [debug] Start cell 366 execution @ 1710355260888 (clear output) 12:41:00.888 [info] Kernel acknowledged execution of cell 366 @ 1710355260888 12:41:00.912 [info] End cell 366 execution after 0.024s, completed @ 1710355260912, started @ 1710355260888 12:41:00.912 [debug] Cell 366 executed successfully 12:41:00.913 [debug] Cell Index:368 sent to kernel 12:41:00.945 [debug] Start cell 368 execution @ 1710355260945 (clear output) 12:41:00.945 [info] Kernel acknowledged execution of cell 368 @ 1710355260945 12:41:00.957 [info] End cell 368 execution after 0.012s, completed @ 1710355260957, started @ 1710355260945 12:41:00.957 [debug] Cell 368 executed successfully 12:41:00.959 [debug] Cell Index:370 sent to kernel 12:41:00.963 [debug] Start cell 370 execution @ 1710355260963 (clear output) 12:41:00.963 [info] Kernel acknowledged execution of cell 370 @ 1710355260963 12:41:00.990 [info] End cell 370 execution after 0.027s, completed @ 1710355260990, started @ 1710355260963 12:41:00.991 [debug] Cell 370 executed successfully 12:41:00.992 [debug] Cell Index:372 sent to kernel 12:41:01.007 [debug] Start cell 372 execution @ 1710355261007 (clear output) 12:41:01.007 [info] Kernel acknowledged execution of cell 372 @ 1710355261007 12:41:01.048 [info] End cell 372 execution after 0.041s, completed @ 1710355261048, started @ 1710355261007 12:41:01.049 [debug] Cell 372 executed successfully 12:41:01.050 [debug] Cell Index:374 sent to kernel 12:41:01.077 [debug] Start cell 374 execution @ 1710355261077 (clear output) 12:41:01.077 [info] Kernel acknowledged execution of cell 374 @ 1710355261077 12:41:01.139 [info] End cell 374 execution after 0.062s, completed @ 1710355261139, started @ 1710355261077 12:41:01.139 [debug] Cell 374 executed successfully 12:41:01.141 [debug] Cell Index:376 sent to kernel 12:41:01.146 [debug] Start cell 376 execution @ 1710355261145 (clear output) 12:41:01.146 [info] Kernel acknowledged execution of cell 376 @ 1710355261145 12:41:01.244 [info] End cell 376 execution after 0.099s, completed @ 1710355261244, started @ 1710355261145 12:41:01.244 [debug] Cell 376 executed successfully 12:41:01.246 [debug] Cell Index:378 sent to kernel 12:41:01.284 [debug] Start cell 378 execution @ 1710355261284 (clear output) 12:41:01.284 [info] Kernel acknowledged execution of cell 378 @ 1710355261284 12:41:01.332 [info] End cell 378 execution after 0.048s, completed @ 1710355261332, started @ 1710355261284 12:41:01.332 [debug] Cell 378 executed successfully 12:41:01.334 [debug] Cell Index:380 sent to kernel 12:41:01.346 [debug] Start cell 380 execution @ 1710355261346 (clear output) 12:41:01.346 [info] Kernel acknowledged execution of cell 380 @ 1710355261346 12:41:01.394 [info] End cell 380 execution after 0.047s, completed @ 1710355261393, started @ 1710355261346 12:41:01.394 [debug] Cell 380 executed successfully 12:41:01.395 [debug] Cell Index:383 sent to kernel 12:41:01.407 [debug] Start cell 383 execution @ 1710355261407 (clear output) 12:41:01.407 [info] Kernel acknowledged execution of cell 383 @ 1710355261407 12:41:01.420 [info] End cell 383 execution after 0.013s, completed @ 1710355261420, started @ 1710355261407 12:41:01.420 [debug] Cell 383 executed successfully 12:41:01.422 [debug] Cell Index:385 sent to kernel 12:41:01.430 [debug] Start cell 385 execution @ 1710355261430 (clear output) 12:41:01.430 [info] Kernel acknowledged execution of cell 385 @ 1710355261430 12:41:01.434 [info] End cell 385 execution after 0.004s, completed @ 1710355261434, started @ 1710355261430 12:41:01.435 [debug] Cell 385 executed successfully 12:41:01.436 [debug] Cell Index:387 sent to kernel 12:41:01.441 [debug] Start cell 387 execution @ 1710355261441 (clear output) 12:41:01.441 [info] Kernel acknowledged execution of cell 387 @ 1710355261441 12:41:01.451 [info] End cell 387 execution after 0.01s, completed @ 1710355261451, started @ 1710355261441 12:41:01.452 [debug] Cell 387 executed successfully 12:41:01.453 [debug] Cell Index:389 sent to kernel 12:41:01.460 [debug] Start cell 389 execution @ 1710355261459 (clear output) 12:41:01.460 [info] Kernel acknowledged execution of cell 389 @ 1710355261459 12:41:01.466 [info] End cell 389 execution after 0.007s, completed @ 1710355261466, started @ 1710355261459 12:41:01.467 [debug] Cell 389 executed successfully 12:41:01.468 [debug] Cell Index:391 sent to kernel 12:41:01.474 [debug] Start cell 391 execution @ 1710355261474 (clear output) 12:41:01.474 [info] Kernel acknowledged execution of cell 391 @ 1710355261474 12:41:01.484 [info] End cell 391 execution after 0.01s, completed @ 1710355261484, started @ 1710355261474 12:41:01.485 [debug] Cell 391 executed successfully 12:41:01.487 [debug] Cell Index:392 sent to kernel 12:41:01.495 [debug] Start cell 392 execution @ 1710355261495 (clear output) 12:41:01.495 [info] Kernel acknowledged execution of cell 392 @ 1710355261495 12:41:01.512 [info] End cell 392 execution after 0.017s, completed @ 1710355261512, started @ 1710355261495 12:41:01.512 [debug] Cell 392 executed successfully 12:41:01.514 [debug] Cell Index:394 sent to kernel 12:41:01.523 [debug] Start cell 394 execution @ 1710355261522 (clear output) 12:41:01.524 [info] Kernel acknowledged execution of cell 394 @ 1710355261522 12:41:19.986 [debug] IPyWidgetMessageDispatcher.initialize 12:41:19.986 [debug] Web view is ready to receive widget messages 12:41:34.323 [info] End cell 394 execution after 32.801s, completed @ 1710355294323, started @ 1710355261522 12:41:34.323 [debug] Cell 394 executed successfully 12:41:34.325 [debug] Cell Index:397 sent to kernel 12:41:34.331 [debug] Start cell 397 execution @ 1710355294331 (clear output) 12:41:34.331 [info] Kernel acknowledged execution of cell 397 @ 1710355294331 12:41:34.338 [info] End cell 397 execution after 0.007s, completed @ 1710355294338, started @ 1710355294331 12:41:34.339 [debug] Cell 397 executed successfully 12:41:34.340 [debug] Cell Index:399 sent to kernel 12:41:34.345 [debug] Start cell 399 execution @ 1710355294345 (clear output) 12:41:34.345 [info] Kernel acknowledged execution of cell 399 @ 1710355294345 12:41:34.368 [info] End cell 399 execution after 0.023s, completed @ 1710355294368, started @ 1710355294345 12:41:34.368 [debug] Cell 399 executed successfully 12:41:34.370 [debug] Cell Index:401 sent to kernel 12:41:34.379 [debug] Start cell 401 execution @ 1710355294379 (clear output) 12:41:34.380 [info] Kernel acknowledged execution of cell 401 @ 1710355294379 12:41:34.398 [info] End cell 401 execution after 0.019s, completed @ 1710355294398, started @ 1710355294379 12:41:34.398 [debug] Cell 401 executed successfully 12:41:34.399 [debug] Cell Index:403 sent to kernel 12:41:34.415 [debug] Start cell 403 execution @ 1710355294415 (clear output) 12:41:34.415 [info] Kernel acknowledged execution of cell 403 @ 1710355294415 12:41:34.418 [info] End cell 403 execution after 0.002s, completed @ 1710355294417, started @ 1710355294415 12:41:34.418 [debug] Cell 403 executed successfully 12:41:34.419 [debug] Cell Index:406 sent to kernel 12:41:34.426 [debug] Start cell 406 execution @ 1710355294426 (clear output) 12:41:34.426 [info] Kernel acknowledged execution of cell 406 @ 1710355294426 12:41:34.445 [info] End cell 406 execution after 0.019s, completed @ 1710355294445, started @ 1710355294426 12:41:34.445 [debug] Cell 406 executed successfully 12:41:34.447 [debug] Cell Index:407 sent to kernel 12:41:34.462 [debug] Start cell 407 execution @ 1710355294462 (clear output) 12:41:34.462 [info] Kernel acknowledged execution of cell 407 @ 1710355294462 12:41:34.472 [info] End cell 407 execution after 0.01s, completed @ 1710355294472, started @ 1710355294462 12:41:34.473 [debug] Cell 407 executed successfully 12:41:34.474 [debug] Cell Index:409 sent to kernel 12:41:34.484 [debug] Start cell 409 execution @ 1710355294484 (clear output) 12:41:34.485 [info] Kernel acknowledged execution of cell 409 @ 1710355294484 12:41:34.503 [info] End cell 409 execution after 0.019s, completed @ 1710355294503, started @ 1710355294484 12:41:34.504 [debug] Cell 409 executed successfully 12:41:34.505 [debug] Cell Index:411 sent to kernel 12:41:34.518 [debug] Start cell 411 execution @ 1710355294518 (clear output) 12:41:34.518 [info] Kernel acknowledged execution of cell 411 @ 1710355294518 12:41:34.532 [info] End cell 411 execution after 0.014s, completed @ 1710355294532, started @ 1710355294518 12:41:34.533 [debug] Cell 411 executed successfully 12:41:34.534 [debug] Cell Index:413 sent to kernel 12:41:34.548 [debug] Start cell 413 execution @ 1710355294547 (clear output) 12:41:34.548 [info] Kernel acknowledged execution of cell 413 @ 1710355294547 12:41:34.558 [info] End cell 413 execution after 0.01s, completed @ 1710355294557, started @ 1710355294547 12:41:34.560 [debug] Cell 413 executed successfully 12:41:34.561 [debug] Cell Index:415 sent to kernel 12:41:34.579 [debug] Start cell 415 execution @ 1710355294579 (clear output) 12:41:34.579 [info] Kernel acknowledged execution of cell 415 @ 1710355294579 12:41:34.593 [info] End cell 415 execution after 0.014s, completed @ 1710355294593, started @ 1710355294579 12:41:34.593 [debug] Cell 415 executed successfully 12:41:34.595 [debug] Cell Index:417 sent to kernel 12:41:34.611 [debug] Start cell 417 execution @ 1710355294611 (clear output) 12:41:34.611 [info] Kernel acknowledged execution of cell 417 @ 1710355294611 12:41:34.623 [info] End cell 417 execution after 0.012s, completed @ 1710355294623, started @ 1710355294611 12:41:34.623 [debug] Cell 417 executed successfully 12:41:34.625 [debug] Cell Index:419 sent to kernel 12:41:34.636 [debug] Start cell 419 execution @ 1710355294636 (clear output) 12:41:34.636 [info] Kernel acknowledged execution of cell 419 @ 1710355294636 12:41:34.639 [info] End cell 419 execution after 0.003s, completed @ 1710355294639, started @ 1710355294636 12:41:34.639 [debug] Cell 419 executed successfully 12:41:34.641 [debug] Cell Index:421 sent to kernel 12:41:34.649 [debug] Start cell 421 execution @ 1710355294648 (clear output) 12:41:34.649 [info] Kernel acknowledged execution of cell 421 @ 1710355294648 12:41:34.668 [info] End cell 421 execution after 0.02s, completed @ 1710355294668, started @ 1710355294648 12:41:34.669 [debug] Cell 421 executed successfully 12:41:34.670 [debug] Cell Index:423 sent to kernel 12:41:34.680 [debug] Start cell 423 execution @ 1710355294680 (clear output) 12:41:34.681 [info] Kernel acknowledged execution of cell 423 @ 1710355294680 12:41:34.712 [info] End cell 423 execution after 0.032s, completed @ 1710355294712, started @ 1710355294680 12:41:34.713 [debug] Cell 423 executed successfully 12:41:34.714 [debug] Cell Index:425 sent to kernel 12:41:34.728 [debug] Start cell 425 execution @ 1710355294728 (clear output) 12:41:34.728 [info] Kernel acknowledged execution of cell 425 @ 1710355294728 12:41:34.760 [info] End cell 425 execution after 0.032s, completed @ 1710355294760, started @ 1710355294728 12:41:34.760 [debug] Cell 425 executed successfully 12:41:34.761 [debug] Cell Index:428 sent to kernel 12:41:34.775 [debug] Start cell 428 execution @ 1710355294775 (clear output) 12:41:34.775 [info] Kernel acknowledged execution of cell 428 @ 1710355294775 12:41:34.788 [info] End cell 428 execution after 0.012s, completed @ 1710355294787, started @ 1710355294775 12:41:34.788 [debug] Cell 428 executed successfully 12:41:34.789 [debug] Cell Index:430 sent to kernel 12:41:34.802 [debug] Start cell 430 execution @ 1710355294802 (clear output) 12:41:34.802 [info] Kernel acknowledged execution of cell 430 @ 1710355294802 12:41:34.819 [info] End cell 430 execution after 0.017s, completed @ 1710355294819, started @ 1710355294802 12:41:34.819 [debug] Cell 430 executed successfully 12:41:34.821 [debug] Cell Index:432 sent to kernel 12:41:34.826 [debug] Start cell 432 execution @ 1710355294826 (clear output) 12:41:34.826 [info] Kernel acknowledged execution of cell 432 @ 1710355294826 12:41:34.848 [info] End cell 432 execution after 0.022s, completed @ 1710355294848, started @ 1710355294826 12:41:34.849 [debug] Cell 432 executed successfully 12:41:34.850 [debug] Cell Index:435 sent to kernel 12:41:34.871 [debug] Start cell 435 execution @ 1710355294871 (clear output) 12:41:34.871 [info] Kernel acknowledged execution of cell 435 @ 1710355294871 12:41:34.878 [info] End cell 435 execution after 0.007s, completed @ 1710355294878, started @ 1710355294871 12:41:34.879 [debug] Cell 435 executed successfully 12:41:34.880 [debug] Cell Index:437 sent to kernel 12:41:34.893 [debug] Start cell 437 execution @ 1710355294893 (clear output) 12:41:34.893 [info] Kernel acknowledged execution of cell 437 @ 1710355294893 12:41:34.904 [info] End cell 437 execution after 0.011s, completed @ 1710355294904, started @ 1710355294893 12:41:34.905 [debug] Cell 437 executed successfully 12:41:34.907 [debug] Cell Index:439 sent to kernel 12:41:34.922 [debug] Start cell 439 execution @ 1710355294922 (clear output) 12:41:34.922 [info] Kernel acknowledged execution of cell 439 @ 1710355294922 12:41:34.938 [info] End cell 439 execution after 0.016s, completed @ 1710355294938, started @ 1710355294922 12:41:34.939 [debug] Cell 439 executed successfully 12:41:34.941 [debug] Cell Index:442 sent to kernel 12:41:34.968 [debug] Start cell 442 execution @ 1710355294968 (clear output) 12:41:34.968 [info] Kernel acknowledged execution of cell 442 @ 1710355294968 12:41:34.985 [info] End cell 442 execution after 0.016s, completed @ 1710355294984, started @ 1710355294968 12:41:34.985 [debug] Cell 442 executed successfully 12:41:34.988 [debug] Cell Index:443 sent to kernel 12:41:35.011 [debug] Start cell 443 execution @ 1710355295011 (clear output) 12:41:35.011 [info] Kernel acknowledged execution of cell 443 @ 1710355295011 12:41:35.030 [info] End cell 443 execution after 0.019s, completed @ 1710355295030, started @ 1710355295011 12:41:35.030 [debug] Cell 443 executed successfully 12:41:35.032 [debug] Cell Index:445 sent to kernel 12:41:35.044 [debug] Start cell 445 execution @ 1710355295044 (clear output) 12:41:35.044 [info] Kernel acknowledged execution of cell 445 @ 1710355295044 12:41:35.060 [info] End cell 445 execution after 0.016s, completed @ 1710355295060, started @ 1710355295044 12:41:35.060 [debug] Cell 445 executed successfully 12:41:35.062 [debug] Cell Index:446 sent to kernel 12:41:35.075 [debug] Start cell 446 execution @ 1710355295074 (clear output) 12:41:35.075 [info] Kernel acknowledged execution of cell 446 @ 1710355295074 12:41:35.082 [info] End cell 446 execution after 0.008s, completed @ 1710355295082, started @ 1710355295074 12:41:35.083 [debug] Cell 446 executed successfully 12:41:35.086 [debug] Cell Index:447 sent to kernel 12:41:35.104 [debug] Start cell 447 execution @ 1710355295103 (clear output) 12:41:35.104 [info] Kernel acknowledged execution of cell 447 @ 1710355295103 12:41:35.125 [info] End cell 447 execution after 0.022s, completed @ 1710355295125, started @ 1710355295103 12:41:35.125 [debug] Cell 447 executed successfully 12:41:35.127 [debug] Cell Index:448 sent to kernel 12:41:35.149 [debug] Start cell 448 execution @ 1710355295149 (clear output) 12:41:35.149 [info] Kernel acknowledged execution of cell 448 @ 1710355295149 12:41:35.180 [info] End cell 448 execution after 0.031s, completed @ 1710355295180, started @ 1710355295149 12:41:35.182 [debug] Cell 448 executed successfully 12:41:35.185 [debug] Cell Index:450 sent to kernel 12:41:35.208 [debug] Start cell 450 execution @ 1710355295208 (clear output) 12:41:35.208 [info] Kernel acknowledged execution of cell 450 @ 1710355295208 12:41:35.333 [info] End cell 450 execution after 0.125s, completed @ 1710355295333, started @ 1710355295208 12:41:35.333 [debug] Cell 450 executed successfully 12:41:35.335 [debug] Cell Index:453 sent to kernel 12:41:35.345 [debug] Start cell 453 execution @ 1710355295344 (clear output) 12:41:35.345 [info] Kernel acknowledged execution of cell 453 @ 1710355295344 12:41:35.422 [info] End cell 453 execution after 0.078s, completed @ 1710355295422, started @ 1710355295344 12:41:35.423 [debug] Cell 453 executed successfully 12:41:35.425 [debug] Cell Index:455 sent to kernel 12:41:35.439 [debug] Start cell 455 execution @ 1710355295438 (clear output) 12:41:35.439 [info] Kernel acknowledged execution of cell 455 @ 1710355295438 12:41:35.449 [info] End cell 455 execution after 0.011s, completed @ 1710355295449, started @ 1710355295438 12:41:35.450 [debug] Cell 455 executed successfully 12:41:35.452 [debug] Cell Index:456 sent to kernel 12:41:35.469 [debug] Start cell 456 execution @ 1710355295469 (clear output) 12:41:35.469 [info] Kernel acknowledged execution of cell 456 @ 1710355295469 12:41:35.494 [info] End cell 456 execution after 0.025s, completed @ 1710355295494, started @ 1710355295469 12:41:35.494 [debug] Cell 456 executed successfully 12:41:35.496 [debug] Cell Index:460 sent to kernel 12:41:35.510 [debug] Start cell 460 execution @ 1710355295510 (clear output) 12:41:35.510 [info] Kernel acknowledged execution of cell 460 @ 1710355295510 12:41:35.513 [info] End cell 460 execution after 0.003s, completed @ 1710355295513, started @ 1710355295510 12:41:35.513 [debug] Cell 460 executed successfully 12:41:35.515 [debug] Cell Index:462 sent to kernel 12:41:35.525 [debug] Start cell 462 execution @ 1710355295525 (clear output) 12:41:35.525 [info] Kernel acknowledged execution of cell 462 @ 1710355295525 12:41:35.546 [info] End cell 462 execution after 0.021s, completed @ 1710355295546, started @ 1710355295525 12:41:35.547 [debug] Cell 462 executed successfully 12:41:35.550 [debug] Cell Index:465 sent to kernel 12:41:35.562 [debug] Start cell 465 execution @ 1710355295561 (clear output) 12:41:35.562 [info] Kernel acknowledged execution of cell 465 @ 1710355295561 12:41:35.569 [info] End cell 465 execution after 0.007s, completed @ 1710355295568, started @ 1710355295561 12:41:35.569 [debug] Cell 465 executed successfully 12:41:35.571 [debug] Cell Index:467 sent to kernel 12:41:35.583 [debug] Start cell 467 execution @ 1710355295583 (clear output) 12:41:35.583 [info] Kernel acknowledged execution of cell 467 @ 1710355295583 12:41:35.598 [info] End cell 467 execution after 0.015s, completed @ 1710355295598, started @ 1710355295583 12:41:35.598 [debug] Cell 467 executed successfully 12:41:35.599 [debug] Cell Index:468 sent to kernel 12:41:35.612 [debug] Start cell 468 execution @ 1710355295611 (clear output) 12:41:35.612 [info] Kernel acknowledged execution of cell 468 @ 1710355295611 12:41:35.627 [info] End cell 468 execution after 0.016s, completed @ 1710355295627, started @ 1710355295611 12:41:35.628 [debug] Cell 468 executed successfully 12:41:35.630 [debug] Cell Index:470 sent to kernel 12:41:35.642 [debug] Start cell 470 execution @ 1710355295642 (clear output) 12:41:35.642 [info] Kernel acknowledged execution of cell 470 @ 1710355295642 12:41:35.675 [info] End cell 470 execution after 0.033s, completed @ 1710355295675, started @ 1710355295642 12:41:35.675 [debug] Cell 470 executed successfully 12:41:35.677 [debug] Cell Index:471 sent to kernel 12:41:35.685 [debug] Start cell 471 execution @ 1710355295685 (clear output) 12:41:35.686 [info] Kernel acknowledged execution of cell 471 @ 1710355295685 12:41:35.689 [info] End cell 471 execution after 0.004s, completed @ 1710355295689, started @ 1710355295685 12:41:35.689 [debug] Cell 471 executed successfully 12:41:35.691 [debug] Cell Index:473 sent to kernel 12:41:35.701 [debug] Start cell 473 execution @ 1710355295701 (clear output) 12:41:35.702 [info] Kernel acknowledged execution of cell 473 @ 1710355295701 12:41:35.718 [info] End cell 473 execution after 0.017s, completed @ 1710355295718, started @ 1710355295701 12:41:35.718 [debug] Cell 473 executed successfully 12:41:35.719 [debug] Cell Index:476 sent to kernel 12:41:35.730 [debug] Start cell 476 execution @ 1710355295729 (clear output) 12:41:35.730 [info] Kernel acknowledged execution of cell 476 @ 1710355295729 12:41:35.736 [info] End cell 476 execution after 0.006s, completed @ 1710355295735, started @ 1710355295729 12:41:35.736 [debug] Cell 476 executed successfully 12:41:35.737 [debug] Cell Index:477 sent to kernel 12:41:35.747 [debug] Start cell 477 execution @ 1710355295747 (clear output) 12:41:35.747 [info] Kernel acknowledged execution of cell 477 @ 1710355295747 12:41:35.764 [info] End cell 477 execution after 0.017s, completed @ 1710355295764, started @ 1710355295747 12:41:35.764 [debug] Cell 477 executed successfully 12:41:35.765 [debug] Cell Index:479 sent to kernel 12:41:35.793 [debug] Start cell 479 execution @ 1710355295793 (clear output) 12:41:35.793 [info] Kernel acknowledged execution of cell 479 @ 1710355295793 12:41:35.884 [info] End cell 479 execution after 0.091s, completed @ 1710355295884, started @ 1710355295793 12:41:35.884 [debug] Cell 479 executed successfully 12:41:35.886 [debug] Cell Index:482 sent to kernel 12:41:35.904 [debug] Start cell 482 execution @ 1710355295904 (clear output) 12:41:35.904 [info] Kernel acknowledged execution of cell 482 @ 1710355295904 12:41:35.913 [info] End cell 482 execution after 0.009s, completed @ 1710355295913, started @ 1710355295904 12:41:35.913 [debug] Cell 482 executed successfully 12:41:35.914 [debug] Cell Index:484 sent to kernel 12:41:35.927 [debug] Start cell 484 execution @ 1710355295927 (clear output) 12:41:35.927 [info] Kernel acknowledged execution of cell 484 @ 1710355295927 12:41:35.943 [info] End cell 484 execution after 0.015s, completed @ 1710355295942, started @ 1710355295927 12:41:35.943 [debug] Cell 484 executed successfully 12:41:35.945 [debug] Cell Index:485 sent to kernel 12:41:35.959 [debug] Start cell 485 execution @ 1710355295958 (clear output) 12:41:35.959 [info] Kernel acknowledged execution of cell 485 @ 1710355295958 12:41:35.973 [info] End cell 485 execution after 0.014s, completed @ 1710355295972, started @ 1710355295958 12:41:35.973 [debug] Cell 485 executed successfully 12:41:35.975 [debug] Cell Index:487 sent to kernel 12:41:35.982 [debug] Start cell 487 execution @ 1710355295982 (clear output) 12:41:35.983 [info] Kernel acknowledged execution of cell 487 @ 1710355295982 12:41:35.987 [info] End cell 487 execution after 0.005s, completed @ 1710355295987, started @ 1710355295982 12:41:35.988 [debug] Cell 487 executed successfully 12:41:35.990 [debug] Cell Index:489 sent to kernel 12:41:36.002 [debug] Start cell 489 execution @ 1710355296002 (clear output) 12:41:36.002 [info] Kernel acknowledged execution of cell 489 @ 1710355296002 12:41:36.019 [info] End cell 489 execution after 0.017s, completed @ 1710355296019, started @ 1710355296002 12:41:36.019 [debug] Cell 489 executed successfully 12:41:36.021 [debug] Cell Index:493 sent to kernel 12:41:36.031 [debug] Start cell 493 execution @ 1710355296031 (clear output) 12:41:36.031 [info] Kernel acknowledged execution of cell 493 @ 1710355296031 12:41:36.034 [info] End cell 493 execution after 0.003s, completed @ 1710355296034, started @ 1710355296031 12:41:36.035 [debug] Cell 493 executed successfully 12:41:36.036 [debug] Cell Index:494 sent to kernel 12:41:36.047 [debug] Start cell 494 execution @ 1710355296047 (clear output) 12:41:36.047 [info] Kernel acknowledged execution of cell 494 @ 1710355296047 12:41:36.063 [info] End cell 494 execution after 0.016s, completed @ 1710355296063, started @ 1710355296047 12:41:36.064 [debug] Cell 494 executed successfully 12:41:36.065 [debug] Cell Index:496 sent to kernel 12:41:36.086 [debug] Start cell 496 execution @ 1710355296086 (clear output) 12:41:36.086 [info] Kernel acknowledged execution of cell 496 @ 1710355296086 12:41:36.153 [info] End cell 496 execution after 0.067s, completed @ 1710355296153, started @ 1710355296086 12:41:36.153 [debug] Cell 496 executed successfully 12:41:36.155 [debug] Cell Index:498 sent to kernel 12:41:36.182 [debug] Start cell 498 execution @ 1710355296182 (clear output) 12:41:36.182 [info] Kernel acknowledged execution of cell 498 @ 1710355296182 12:41:36.213 [info] End cell 498 execution after 0.031s, completed @ 1710355296213, started @ 1710355296182 12:41:36.214 [debug] Cell 498 executed successfully 12:41:36.215 [debug] Cell Index:502 sent to kernel 12:41:36.237 [debug] Start cell 502 execution @ 1710355296237 (clear output) 12:41:36.237 [info] Kernel acknowledged execution of cell 502 @ 1710355296237 12:41:36.243 [info] End cell 502 execution after 0.006s, completed @ 1710355296243, started @ 1710355296237 12:41:36.244 [debug] Cell 502 executed successfully 12:41:36.246 [debug] Cell Index:503 sent to kernel 12:41:36.256 [debug] Start cell 503 execution @ 1710355296256 (clear output) 12:41:36.256 [info] Kernel acknowledged execution of cell 503 @ 1710355296256 12:41:36.273 [info] End cell 503 execution after 0.017s, completed @ 1710355296273, started @ 1710355296256 12:41:36.274 [debug] Cell 503 executed successfully 12:41:36.275 [debug] Cell Index:506 sent to kernel 12:41:36.287 [debug] Start cell 506 execution @ 1710355296286 (clear output) 12:41:36.287 [info] Kernel acknowledged execution of cell 506 @ 1710355296286 12:41:36.303 [info] End cell 506 execution after 0.016s, completed @ 1710355296302, started @ 1710355296286 12:41:36.303 [debug] Cell 506 executed successfully 12:41:36.304 [debug] Cell Index:508 sent to kernel 12:41:36.332 [debug] Start cell 508 execution @ 1710355296332 (clear output) 12:41:36.333 [info] Kernel acknowledged execution of cell 508 @ 1710355296332 12:41:36.349 [info] End cell 508 execution after 0.017s, completed @ 1710355296349, started @ 1710355296332 12:41:36.349 [debug] Cell 508 executed successfully 12:41:36.350 [debug] Cell Index:509 sent to kernel 12:41:36.361 [debug] Start cell 509 execution @ 1710355296361 (clear output) 12:41:36.361 [info] Kernel acknowledged execution of cell 509 @ 1710355296361 12:41:36.377 [info] End cell 509 execution after 0.016s, completed @ 1710355296377, started @ 1710355296361 12:41:36.378 [debug] Cell 509 executed successfully 12:41:36.380 [debug] Cell Index:511 sent to kernel 12:41:36.391 [debug] Start cell 511 execution @ 1710355296391 (clear output) 12:41:36.391 [info] Kernel acknowledged execution of cell 511 @ 1710355296391 12:41:36.405 [info] End cell 511 execution after 0.014s, completed @ 1710355296405, started @ 1710355296391 12:41:36.406 [debug] Cell 511 executed successfully 12:41:36.407 [debug] Cell Index:513 sent to kernel 12:41:36.426 [debug] Start cell 513 execution @ 1710355296426 (clear output) 12:41:36.426 [info] Kernel acknowledged execution of cell 513 @ 1710355296426 12:41:36.438 [info] End cell 513 execution after 0.012s, completed @ 1710355296438, started @ 1710355296426 12:41:36.439 [debug] Cell 513 executed successfully 12:41:36.441 [debug] Cell Index:515 sent to kernel 12:41:36.453 [debug] Start cell 515 execution @ 1710355296453 (clear output) 12:41:36.453 [info] Kernel acknowledged execution of cell 515 @ 1710355296453 12:41:36.456 [info] End cell 515 execution after 0.003s, completed @ 1710355296456, started @ 1710355296453 12:41:36.457 [debug] Cell 515 executed successfully 12:41:36.458 [debug] Cell Index:516 sent to kernel 12:41:36.465 [debug] Start cell 516 execution @ 1710355296464 (clear output) 12:41:36.465 [info] Kernel acknowledged execution of cell 516 @ 1710355296464 12:41:36.483 [info] End cell 516 execution after 0.019s, completed @ 1710355296483, started @ 1710355296464 12:41:36.483 [debug] Cell 516 executed successfully 12:41:36.484 [debug] Cell Index:518 sent to kernel 12:41:36.502 [debug] Start cell 518 execution @ 1710355296501 (clear output) 12:41:36.502 [info] Kernel acknowledged execution of cell 518 @ 1710355296501 12:41:36.514 [info] End cell 518 execution after 0.013s, completed @ 1710355296514, started @ 1710355296501 12:41:36.514 [debug] Cell 518 executed successfully 12:41:36.515 [debug] Cell Index:520 sent to kernel 12:41:36.521 [debug] Start cell 520 execution @ 1710355296521 (clear output) 12:41:36.521 [info] Kernel acknowledged execution of cell 520 @ 1710355296521 12:41:36.558 [info] End cell 520 execution after 0.037s, completed @ 1710355296558, started @ 1710355296521 12:41:36.559 [debug] Cell 520 executed successfully 12:41:36.560 [debug] Cell Index:522 sent to kernel 12:41:36.572 [debug] Start cell 522 execution @ 1710355296572 (clear output) 12:41:36.573 [info] Kernel acknowledged execution of cell 522 @ 1710355296572 12:41:36.577 [info] End cell 522 execution after 0.004s, completed @ 1710355296576, started @ 1710355296572 12:41:36.577 [debug] Cell 522 executed successfully 12:41:36.579 [debug] Cell Index:525 sent to kernel 12:41:36.590 [debug] Start cell 525 execution @ 1710355296590 (clear output) 12:41:36.590 [info] Kernel acknowledged execution of cell 525 @ 1710355296590 12:41:36.618 [info] End cell 525 execution after 0.028s, completed @ 1710355296618, started @ 1710355296590 12:41:36.619 [debug] Cell 525 executed successfully 12:41:36.620 [debug] Cell Index:527 sent to kernel 12:41:36.642 [debug] Start cell 527 execution @ 1710355296642 (clear output) 12:41:36.642 [info] Kernel acknowledged execution of cell 527 @ 1710355296642 12:41:36.648 [info] End cell 527 execution after 0.006s, completed @ 1710355296648, started @ 1710355296642 12:41:36.649 [debug] Cell 527 executed successfully 12:41:36.650 [debug] Cell Index:529 sent to kernel 12:41:36.665 [debug] Start cell 529 execution @ 1710355296665 (clear output) 12:41:36.665 [info] Kernel acknowledged execution of cell 529 @ 1710355296665 12:41:36.678 [info] End cell 529 execution after 0.013s, completed @ 1710355296678, started @ 1710355296665 12:41:36.679 [debug] Cell 529 executed successfully 12:41:36.680 [debug] Cell Index:531 sent to kernel 12:41:36.694 [debug] Start cell 531 execution @ 1710355296694 (clear output) 12:41:36.694 [info] Kernel acknowledged execution of cell 531 @ 1710355296694 12:41:36.709 [info] End cell 531 execution after 0.015s, completed @ 1710355296709, started @ 1710355296694 12:41:36.709 [debug] Cell 531 executed successfully 12:41:36.711 [debug] Cell Index:533 sent to kernel 12:41:36.737 [debug] Start cell 533 execution @ 1710355296737 (clear output) 12:41:36.737 [info] Kernel acknowledged execution of cell 533 @ 1710355296737 12:41:36.800 [info] End cell 533 execution after 0.063s, completed @ 1710355296800, started @ 1710355296737 12:41:36.800 [debug] Cell 533 executed successfully 12:41:36.802 [debug] Cell Index:535 sent to kernel 12:41:36.817 [debug] Start cell 535 execution @ 1710355296816 (clear output) 12:41:36.817 [info] Kernel acknowledged execution of cell 535 @ 1710355296816 12:41:36.828 [info] End cell 535 execution after 0.012s, completed @ 1710355296828, started @ 1710355296816 12:41:36.828 [debug] Cell 535 executed successfully 12:41:36.830 [debug] Cell Index:537 sent to kernel 12:41:36.842 [debug] Start cell 537 execution @ 1710355296841 (clear output) 12:41:36.842 [info] Kernel acknowledged execution of cell 537 @ 1710355296841 12:41:36.858 [info] End cell 537 execution after 0.017s, completed @ 1710355296858, started @ 1710355296841 12:41:36.858 [debug] Cell 537 executed successfully 12:41:36.860 [debug] Cell Index:540 sent to kernel 12:41:36.876 [debug] Start cell 540 execution @ 1710355296876 (clear output) 12:41:36.877 [info] Kernel acknowledged execution of cell 540 @ 1710355296876 12:41:36.888 [info] End cell 540 execution after 0.011s, completed @ 1710355296887, started @ 1710355296876 12:41:36.888 [debug] Cell 540 executed successfully 12:41:36.889 [debug] Cell Index:542 sent to kernel 12:41:36.903 [debug] Start cell 542 execution @ 1710355296903 (clear output) 12:41:36.903 [info] Kernel acknowledged execution of cell 542 @ 1710355296903 12:41:36.926 [info] End cell 542 execution after 0.023s, completed @ 1710355296926, started @ 1710355296903 12:41:36.927 [debug] Cell 542 executed successfully 12:41:36.930 [debug] Cell Index:544 sent to kernel 12:41:36.966 [debug] Start cell 544 execution @ 1710355296966 (clear output) 12:41:36.966 [info] Kernel acknowledged execution of cell 544 @ 1710355296966 12:41:37.038 [info] End cell 544 execution after 0.071s, completed @ 1710355297037, started @ 1710355296966 12:41:37.038 [debug] Cell 544 executed successfully 12:41:37.040 [debug] Cell Index:545 sent to kernel 12:41:37.047 [debug] Start cell 545 execution @ 1710355297047 (clear output) 12:41:37.047 [info] Kernel acknowledged execution of cell 545 @ 1710355297047 12:41:37.053 [info] End cell 545 execution after 0.006s, completed @ 1710355297053, started @ 1710355297047 12:41:37.053 [debug] Cell 545 executed successfully 12:41:37.055 [debug] Cell Index:547 sent to kernel 12:41:37.060 [debug] Start cell 547 execution @ 1710355297060 (clear output) 12:41:37.060 [info] Kernel acknowledged execution of cell 547 @ 1710355297060 12:41:37.068 [info] End cell 547 execution after 0.008s, completed @ 1710355297068, started @ 1710355297060 12:41:37.069 [debug] Cell 547 executed successfully 12:41:37.070 [debug] Cell Index:548 sent to kernel 12:41:37.078 [debug] Start cell 548 execution @ 1710355297078 (clear output) 12:41:37.078 [info] Kernel acknowledged execution of cell 548 @ 1710355297078 12:41:37.086 [info] End cell 548 execution after 0.007s, completed @ 1710355297085, started @ 1710355297078 12:41:37.086 [debug] Cell 548 executed successfully 12:41:37.087 [debug] Cell Index:549 sent to kernel 12:41:37.100 [debug] Start cell 549 execution @ 1710355297100 (clear output) 12:41:37.100 [info] Kernel acknowledged execution of cell 549 @ 1710355297100 12:41:37.158 [info] End cell 549 execution after 0.058s, completed @ 1710355297158, started @ 1710355297100 12:41:37.158 [debug] Cell 549 executed successfully 12:41:37.160 [debug] Cell Index:551 sent to kernel 12:41:37.166 [debug] Start cell 551 execution @ 1710355297166 (clear output) 12:41:37.166 [info] Kernel acknowledged execution of cell 551 @ 1710355297166 12:41:37.173 [info] End cell 551 execution after 0.006s, completed @ 1710355297172, started @ 1710355297166 12:41:37.173 [debug] Cell 551 executed successfully 12:46:41.780 [debug] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager 12:46:41.780 [debug] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions 12:46:41.783 [debug] IPyWidgetMessageDispatcher.initialize 12:46:41.787 [debug] IPyWidgetMessageDispatcher.initialize 12:46:41.827 [debug] Widget Message: data-base-url set to https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users//.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/fdcc48ad9d95e3e9727a147a0601e98b253d7e98c5fa2fedfef2fab50ff31638/jupyter 12:46:42.505 [debug] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager 12:46:42.505 [debug] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions 12:46:42.506 [debug] Widget Message: data-base-url set to https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users//.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/fdcc48ad9d95e3e9727a147a0601e98b253d7e98c5fa2fedfef2fab50ff31638/jupyter 12:46:42.506 [debug] Widget Message: Received IPyWidget scripts [{"moduleName":"jupyterlab-plotly","scriptUri":"https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users//.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/fdcc48ad9d95e3e9727a147a0601e98b253d7e98c5fa2fedfef2fab50ff31638/jupyter/nbextensions/jupyterlab-plotly/index","source":"local"}] 12:46:42.507 [debug] Widget Message: Source for IPyWidget jupyterlab-plotly found in local @ https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users//.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/fdcc48ad9d95e3e9727a147a0601e98b253d7e98c5fa2fedfef2fab50ff31638/jupyter/nbextensions/jupyterlab-plotly/index. 12:46:42.507 [debug] Widget Message: Registering IPyWidget jupyterlab-plotly found in https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users//.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/fdcc48ad9d95e3e9727a147a0601e98b253d7e98c5fa2fedfef2fab50ff31638/jupyter/nbextensions/jupyterlab-plotly/index. ```
DonJayamanne commented 7 months ago

Based on the logs I do not see any delay,

Let me know if you can still replicate this issue. If so, then please let me know what is slow, whether its execution or editing or the like, and based on the logs at what time were you experiencing the delays. From the logs, it seems cells get executed very quickly. Based on the logs the first 394 cells get executed in 15 seconds, thats 20 cells getting executed every second.

After that there's an error in one cell 394 and that seems to be taking time,

12:08:01.292 [info] End cell 394 execution after 24.445s, completed @ 1710353281289, started @ 1710353256844

So that cells seems to be whats taking long, unless you are experiencing other delays

DonJayamanne commented 7 months ago

@yongnuan You have sent two logs, whats the difference between the two, Did you experience delays in any one of them, if so, at what point in time and what was the delay in, was it execution, typing, etc..

Again, please disable all other extensions & hide the variable viewer.

DonJayamanne commented 7 months ago

Based on the logs you restarted the kernel at 12:39:29.403 and a minute later the kernel started 12:40:34.702 That is one whole minute to restart the kernel (this is very slow) Please can you confirm whether this was the only delay or were there others?

12:39:29.403 [debug] Launching kernel .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher for \\test.com\test\users\<username>\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb in \\test.com\test\users\<username>\Data\code_workplace\mydashboard with ports 9003, 9000, 9006, 9004, 9005
12:39:29.405 [debug] Launching kernel .jvsc74a57bd0e536dccbbd01db8d8081495d3823c64c679deef15e1fcf4dabdbf5fb4a311b57.c:\ProgramData\anaconda_envs\dash2\python.exe.c:\ProgramData\anaconda_envs\dash2\python.exe.-m#ipykernel_launcher for \\test.com\test\users\<username>\Data\code_workplace\mydashboard\.ipynb_checkpoints\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq-checkpoint.ipynb in \\test.com\test\users\<username>\Data\code_workplace\mydashboard\.ipynb_checkpoints with ports 9011, 9010, 9014, 9012, 9013
12:39:37.058 [debug] Restart kernel command handler for \\test.com\test\users\<username>\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb
12:40:07.988 [info] Handle Execution of Cells 1,2,4,6,7,9,11,12,13,16,17,18,21,23,25,27,28,30,31,33,34,36,38,39,41,42,45,46,47,49,51,52,54,57,59,61,63,65,67,69,70,73,77,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,131,133,135,137,139,141,143,145,147,149,151,152,154,155,157,159,161,163,165,167,169,172,174,175,177,179,181,183,185,186,188,190,192,194,195,197,199,200,201,204,206,208,210,212,214,215,216,217,219,223,226,227,231,232,234,237,239,241,243,244,245,247,249,251,253,255,256,258,260,263,265,267,269,273,275,277,280,282,285,286,289,291,293,295,297,298,301,303,305,309,310,313,315,317,319,322,323,325,328,330,331,333,335,337,340,341,342,343,344,345,347,349,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,383,385,387,389,391,392,394,397,399,401,403,406,407,409,411,413,415,417,419,421,423,425,428,430,432,435,437,439,442,443,445,446,447,448,450,453,455,456,460,462,465,467,468,470,471,473,476,477,479,482,484,485,487,489,493,494,496,498,502,503,506,508,509,511,513,515,516,518,520,522,525,527,529,531,533,535,537,540,542,544,545,547,548,549,551 for \\test.com\test\users\<username>\Data\code_workplace\mydashboard\DTS_dashboard_v400_addwarmbacktimelist_addCHPheatmap_stackprodinterval_updatewelltype_stackplotunit_grossheatdts_newredrill_newseeq.ipynb
12:40:14.129 [debug] Conda file returned by Python Extension is C:\Anaconda3\Scripts\conda.exe
12:40:34.702 [debug] Got env vars with python c:\ProgramData\anaconda_envs\dash2\python.exe, with env var count 84 in 66140ms. 
yongnuan commented 7 months ago

OK Thanks Don, I tried it again and disable all extensions. Here are my findings.

logfile.txt

DonJayamanne commented 7 months ago

1. Please can you share logs for this.

Case 2: with 5 other extensions enabled, first run after reloading vs code it took 6 min, 2nd run it toke 13min, which is very slow. still why 2nd run took double time?

2.

14:38:57.930 [debug] Got env vars with python c:\ProgramData\anaconda_envs\dash2\python.exe, with env var count 84 in 58804ms.

Based on this, Python extension takes 1 minute to activate the conda environment. @yongnuan Please can you open an empty terminal and activate the above conda enviornment. Let me know how long it takes to activate the conda env in the empty terminal. By empty i mean, conda should not already be activated in that terminal. I would expect this to take a few seconds, at least a minute or so, however launching Jupyter from this environment in the terminal should be very fast (at least that is my expectation).

Please let me know.

Once again thanks for your patience and sharing the logs.

3. How are you measuring the total time for VS Code (4 minutes, 10 minutes, etc)

. However, 2nd run it toke 10min

How are you measuring this time? Is it the total time to open VS Code, open a notebook and then run all the cells,

Based on the logs,

I.e. VS Code was able to run the cell in under 1 minute, I'm not saying you are incorrect in stating that things are slow, but would like to understand how you measure the delay. As mentioned based on the logs I can definitely see delays in activating environments and the like. Please do let me know.

E.g. based on the last logs, VS Code starts at 14:37:57.163 and everything ends at 14:40:23.702, thats still < 3 minutes, again agree there are definitely some delays that need to be improved.

4. it showed windows is not responding

Do you see this message everytime? Or did you see this just once? If you can repro this, then please do let me know

yongnuan commented 7 months ago

Hi Don, case 2 1st run log file was the previous log file I posted and you did made comments already before. Sorry I am done work day now. ThxSent from my iPhoneOn Mar 13, 2024, at 4:31 PM, Don Jayamanne @.***> wrote:

Case 2: with 5 other extensions enabled, first run after reloading vs code it took 6 min, 2nd run it toke 13min, which is very slow. still why 2nd run took double time?

Please can you share logs for this. Once again thanks for your patience and sharing the logs.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

DonJayamanne commented 7 months ago

with 5 other extensions enabled, first run after reloading vs code it took 6 min, 2nd run it toke 13min, which is very slow. still why 2nd run took double time?

Please do share logs for this (when you get back), thanks

yongnuan commented 7 months ago

Hi Don, thanks, please see attached for the log of case 2 with all extensions enabled.

To answer your previous questions:

  1. How are you measuring this time? Is it the total time to open VS Code, open a notebook and then run all the cells,
    • Answer: NO, 2nd run: after finishing first run, notebook still open inside VS Code, then run all the cells again, then record the time difference, the time log in the output is not correct!
  2. it showed windows is not responding, Do you see this message everytime? Or did you see this just once? -Answer: yes I saw it everytime. This morning when I came in and VS Code was opening from yesterday, when I tried to enable all extensions to get log file, it almost froze. so I have to force to close VS Code and restarted VS Code in order to enable extension. so basically I felt it uses a lot of memory when VS Code continues to be open. so probably it is one of the reason why 2nd run took double time? Does it make sense to you by what I said?

log2.txt

DonJayamanne commented 7 months ago

record the time difference, the time log in the output is not correct!

This would mean there's a delay in VS Code,

it showed windows is not responding, Do you see this message everytime? Or did you see this just once? -Answer: yes I saw it everytime. This morning when I came in and VS Code was opening from yesterday, when I tried t

@rebornix Any idea which of the options from this WIKI would help us gather more information for this https://github.com/microsoft/vscode/wiki/Performance-Issues#profiling-the-renderer-process

yongnuan commented 7 months ago

Do you still need any other information in order to troubleshooting the issue? Thanks

DonJayamanne commented 7 months ago

Yes, please can you check this link and provide the necessary logs https://github.com/microsoft/vscode/wiki/Performance-Issues#profiling-the-renderer-process

vscodenpa commented 7 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!