Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel is lost in the middle of working with a notebook #16366

Open
1 of 2 tasks
jeckst opened this issue Jan 10, 2025 · 0 comments
Open
1 of 2 tasks

Kernel is lost in the middle of working with a notebook #16366

jeckst opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@jeckst
Copy link

jeckst commented Jan 10, 2025

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

While working with a notebook, suddenly there is no kernel to work with, so all variables are lost, as if after kernel restart, and the kernel picker is in the "select kernel" state. In this case it happened between cell executions, while other times I've had this happen during an execution. This has been happening infrequently for some time.

The point at which this happens in the Jupyter Output logs seems to be at 12:25:32.357; the logs were too long for the dedicated form field, so I had to cut out some repetitive cell execution lines from the middle.

It's possible that this issue is somehow connected to #16365. After this issue happens, there are all three options present in the kernel picker, but after selecting "Jupyter kernel" an empty list is presented, which is slightly different behavior than #16365.

The OS is Ubuntu 24.04.1 LTS

VS Code Version

Version: 1.96.2 Commit: fabdb6a30b49f79a7aba0f2ad9df9b399473380f Date: 2024-12-19T10:22:47.216Z Electron: 32.2.6 ElectronBuildId: 10629634 Chromium: 128.0.6613.186 Node.js: 20.18.1 V8: 12.8.374.38-electron.0 OS: Linux x64 6.8.0-51-generic snap

Jupyter Extension Version

2024.11.2024102401

Jupyter logs

Visual Studio Code (1.96.2, undefined, desktop)
Jupyter Extension Version: 2024.11.2024102401.
Python Extension Version: 2024.22.2.
Pylance Extension Version: 2024.12.1.
Platform: linux (x64).
Temp Storage folder ~/.config/Code/User/globalStorage/ms-toolsai.jupyter/version-2024.11.2024102401
Workspace folder ~/Code/repo_dir, Home = /home/jeckst
12:03:50.455 [debug] Start refreshing Kernel Picker (1736507030455)
12:03:50.789 [debug] Get Custom Env Variables, Class name = Em, completed in 335ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
12:03:50.789 [debug] Jupyter Paths /kernels: 
12:03:50.790 [debug] Kernel Spec Root Paths, /usr/share/jupyter/kernels, /usr/local/share/jupyter/kernels, ~/.local/share/jupyter/kernels
12:03:50.790 [warn] No interpreter with path ~/Code/venv/bin/python3.12 found in Python API, will convert Uri path to string as Id ~/Code/venv/bin/python3.12
12:03:50.792 [warn] No interpreter with path ~/Code/other-repo/venv/bin/python3.12 found in Python API, will convert Uri path to string as Id ~/Code/other-repo/venv/bin/python3.12
12:03:50.956 [trace] Python API env change detected, add => '/home/~/Code/venv/bin/python'
12:03:50.957 [trace] Search for KernelSpecs in Interpreter ~/Code/venv/bin/python
12:03:50.969 [trace] Python API env change detected, add => '/home/~/Code/other-repo/venv/bin/python'
12:03:50.969 [trace] Search for KernelSpecs in Interpreter ~/Code/other-repo/venv/bin/python
12:03:50.985 [trace] Hiding default KernelSpec /python for interpreter ~/Code/venv/bin/python (KernelSpec file ~/Code/venv/share/jupyter/kernels/python3/kernel.json)
12:03:50.986 [trace] Python API env change detected, add => '/usr/bin/python3'
12:03:50.986 [trace] Search for KernelSpecs in Interpreter /usr/bin/python3
12:03:50.994 [trace] Hiding default KernelSpec /python for interpreter ~/Code/other-repo/venv/bin/python (KernelSpec file ~/Code/other-repo/venv/share/jupyter/kernels/python3/kernel.json)
12:03:50.995 [debug] End refreshing Kernel Picker (1736507030455)
12:03:50.999 [trace] Python API env change detected, add => '/bin/python3.12'
12:03:50.999 [trace] Search for KernelSpecs in Interpreter /bin/python3.12
12:03:51.000 [debug] Start refreshing Kernel Picker (1736507031000)
12:03:51.004 [debug] End refreshing Kernel Picker (1736507031000)
12:03:51.006 [trace] Python API env change detected, add => '/bin/python3'
12:03:51.006 [trace] Search for KernelSpecs in Interpreter /bin/python3
12:03:51.007 [debug] Start refreshing Kernel Picker (1736507031007)
12:03:51.013 [debug] End refreshing Kernel Picker (1736507031007)
12:03:51.016 [trace] Python API env change detected, add => '/usr/bin/python3.12'
12:03:51.017 [trace] Search for KernelSpecs in Interpreter /usr/bin/python3.12
12:03:51.017 [debug] Start refreshing Kernel Picker (1736507031017)
12:03:51.023 [debug] End refreshing Kernel Picker (1736507031017)
12:03:51.800 [debug] KernelProvider switched kernel to id = .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher
12:03:51.801 [debug] start the kernel, options.disableUI=true for ~/Code/repo_dir/other_ntbk.ipynb
12:03:51.869 [trace] Registering commtarget jupyter.widget
12:03:51.870 [debug] Controller selection change completed
12:03:51.872 [debug] KernelProvider switched kernel to id = .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher
12:03:51.872 [debug] start the kernel, options.disableUI=true for ~/Code/repo_dir/my_ntbk.ipynb
12:03:51.873 [trace] Registering commtarget jupyter.widget
12:03:51.874 [debug] Controller selection change completed
12:03:52.204 [info] Starting Kernel (Python Path: ~/Code/other-repo/venv/bin/python, Venv, 3.12.3) for '~/Code/repo_dir/other_ntbk.ipynb' (disableUI=true)
12:03:52.205 [trace] Creating raw notebook for resource '~/Code/repo_dir/other_ntbk.ipynb'
12:03:52.209 [info] Starting Kernel (Python Path: ~/Code/other-repo/venv/bin/python, Venv, 3.12.3) for '~/Code/repo_dir/my_ntbk.ipynb' (disableUI=true)
12:03:52.210 [trace] Creating raw notebook for resource '~/Code/repo_dir/my_ntbk.ipynb'
12:03:52.323 [debug] Get Custom Env Variables, Class name = Em, completed in 3ms, has a truthy return value, Arg 1: "~/Code/repo_dir", Arg 2: "RunPythonCode"
12:03:52.323 [debug] Get Custom Env Variables, Class name = Em, completed in 3ms, has a truthy return value, Arg 1: "~/Code/repo_dir/other_ntbk.ipynb", Arg 2: "RunPythonCode"
12:03:52.323 [debug] Get Custom Env Variables, Class name = Em, completed in 3ms, has a truthy return value, Arg 1: "~/Code/repo_dir/my_ntbk.ipynb", Arg 2: "RunPythonCode"
12:03:52.327 [debug] Launching kernel .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher for ~/Code/repo_dir/other_ntbk.ipynb in //home/~/Code/repo_dir with ports 9001, 9000, 9004, 9002, 9003
12:03:52.328 [info] Launching Raw Kernel kernelname # /home/~/Code/other-repo/venv/bin/python3.12
12:03:52.328 [debug] Create ProcessService, Class name = wm (started execution), Arg 1: "~/Code/repo_dir/other_ntbk.ipynb", Arg 2: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":744},{"id":745},null,{"id":748}]}}
12:03:52.331 [debug] Launching kernel .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher for ~/Code/repo_dir/my_ntbk.ipynb in //home/~/Code/repo_dir with ports 9009, 9008, 9012, 9010, 9011
12:03:52.331 [info] Launching Raw Kernel kernelname # /home/~/Code/other-repo/venv/bin/python3.12
12:03:52.331 [debug] Create ProcessService, Class name = wm (started execution), Arg 1: "~/Code/repo_dir/my_ntbk.ipynb", Arg 2: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":749},{"id":750},null,{"id":753}]}}
12:03:52.335 [debug] Get Custom Env Variables, Class name = Em, completed in 7ms, has a truthy return value, Arg 1: "~/Code/repo_dir/other_ntbk.ipynb", Arg 2: "RunNonPythonCode", Arg 3: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":744},{"id":745},null,{"id":748}]}}
12:03:52.335 [debug] Create ProcessService, Class name = wm, completed in 7ms, has a truthy return value, Arg 1: "~/Code/repo_dir/other_ntbk.ipynb", Arg 2: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":744},{"id":745},null,{"id":748}]}}
12:03:52.337 [debug] Get Custom Env Variables, Class name = Em, completed in 6ms, has a truthy return value, Arg 1: "~/Code/repo_dir/my_ntbk.ipynb", Arg 2: "RunNonPythonCode", Arg 3: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":749},{"id":750},null,{"id":753}]}}
12:03:52.337 [debug] Create ProcessService, Class name = wm, completed in 6ms, has a truthy return value, Arg 1: "~/Code/repo_dir/my_ntbk.ipynb", Arg 2: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":749},{"id":750},null,{"id":753}]}}
12:03:52.876 [trace] Conda file is conda
12:03:52.934 [debug] Got env vars from Python Ext in 614ms for ~/Code/other-repo/venv/bin/python, with env var count 97.
12:03:52.934 [trace] Prepend PATH with python bin for ~/Code/other-repo/venv/bin/python
12:03:52.937 [debug] Getting activated env variables, Class name = Id, completed in 618ms, has a truthy return value, Arg 1: "~/Code/repo_dir", Arg 2: "~/Code/other-repo/venv/bin/python", Arg 3: undefined
12:03:52.962 [info] Process Execution: ~/Code/other-repo/venv/bin/python -m pip list
12:03:52.971 [debug] Got env vars from Python Ext in 650ms for ~/Code/other-repo/venv/bin/python, with env var count 97.
12:03:52.971 [trace] Prepend PATH with python bin for ~/Code/other-repo/venv/bin/python
12:03:52.971 [debug] Getting activated env variables, Class name = Id, completed in 651ms, has a truthy return value, Arg 1: "~/Code/repo_dir/other_ntbk.ipynb", Arg 2: "~/Code/other-repo/venv/bin/python", Arg 3: undefined
12:03:52.992 [info] Process Execution: ~/Code/other-repo/venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
12:03:53.017 [info] Process Execution: ~/Code/other-repo/venv/bin/python3.12 -Xfrozen_modules=off -m ipykernel_launcher -f /home/~/.local/share/jupyter/runtime/kernel-v38abe54ffe198c9479f78f197ebe123602b5318f2.json
    > cwd: //home/~/Code/repo_dir
12:03:53.017 [debug] Kernel process 17097.
12:03:53.128 [debug] Waiting for Raw Session to be ready in postStartRawSession
12:03:53.128 [debug] Waiting for Raw session to be ready, status: connected
12:03:53.128 [trace] Raw session connected
12:03:53.129 [debug] Waited for Raw session to be ready & got status: connected
12:03:53.129 [debug] Successfully waited for Raw Session to be ready in postStartRawSession
12:03:53.129 [debug] Kernel status is 'unknown' before requesting kernel info and after ready
12:03:53.129 [debug] Sending request for kernelInfo
12:03:53.151 [debug] Got env vars from Python Ext in 831ms for ~/Code/other-repo/venv/bin/python, with env var count 97.
12:03:53.151 [trace] Prepend PATH with python bin for ~/Code/other-repo/venv/bin/python
12:03:53.152 [debug] Getting activated env variables, Class name = Id, completed in 832ms, has a truthy return value, Arg 1: "~/Code/repo_dir/my_ntbk.ipynb", Arg 2: "~/Code/other-repo/venv/bin/python", Arg 3: undefined
12:03:53.174 [info] Process Execution: ~/Code/other-repo/venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
12:03:53.194 [info] Process Execution: ~/Code/other-repo/venv/bin/python3.12 -Xfrozen_modules=off -m ipykernel_launcher -f /home/~/.local/share/jupyter/runtime/kernel-v3ad5a95647496a91a5d3830d1f2b16d2fd2dbcbda.json
    > cwd: //home/~/Code/repo_dir
12:03:53.194 [debug] Kernel process 17101.
12:03:53.203 [debug] Waiting for Raw Session to be ready in postStartRawSession
12:03:53.203 [debug] Waiting for Raw session to be ready, status: connected
12:03:53.203 [trace] Raw session connected
12:03:53.204 [debug] Waited for Raw session to be ready & got status: connected
12:03:53.204 [debug] Successfully waited for Raw Session to be ready in postStartRawSession
12:03:53.204 [debug] Kernel status is 'unknown' before requesting kernel info and after ready
12:03:53.204 [debug] Sending request for kernelInfo
12:03:53.458 [trace] ipykernel version & path 6.29.5, ~/Code/other-repo/venv/lib/python3.12/site-packages/ipykernel/__init__.py for ~/Code/other-repo/venv/bin/python
12:03:53.631 [trace] Did not get a response for requestKernelInfo
12:03:53.631 [debug] Sending request for kernelInfo
12:03:53.713 [trace] Did not get a response for requestKernelInfo
12:03:53.713 [debug] Sending request for kernelInfo
12:03:53.845 [trace] ipykernel version & path 6.29.5, ~/Code/other-repo/venv/lib/python3.12/site-packages/ipykernel/__init__.py for ~/Code/other-repo/venv/bin/python
12:03:54.092 [debug] Kernel output 17097: To connect another client to this kernel, use:
--existing /home/~/.local/share/jupyter/runtime/kernel-v38abe54ffe198c9479f78f197ebe123602b5318f2.json
12:03:54.204 [trace] Did not get a response for requestKernelInfo
12:03:54.204 [debug] Sending request for kernelInfo
12:03:54.224 [trace] Did not get a response for requestKernelInfo
12:03:54.224 [debug] Sending request for kernelInfo
12:03:54.398 [debug] Kernel output 17101: To connect another client to this kernel, use:
--existing /home/~/.local/share/jupyter/runtime/kernel-v3ad5a95647496a91a5d3830d1f2b16d2fd2dbcbda.json
12:03:54.481 [trace] Got response for requestKernelInfo
12:03:54.481 [debug] Successfully completed postStartRawSession after 3 attempt(s) in 1352ms
12:03:54.495 [trace] Executing silently Code (busy) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys
12:03:54.527 [trace] Executing silently Code (completed) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys with 1 output(s)
12:03:54.527 [trace] Started running kernel initialization for ~/Code/repo_dir/other_ntbk.ipynb
12:03:54.528 [trace] Executing silently Code (idle) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy
12:03:54.591 [trace] Got response for requestKernelInfo
12:03:54.591 [debug] Successfully completed postStartRawSession after 3 attempt(s) in 1387ms
12:03:54.596 [trace] Executing silently Code (idle) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys
12:03:54.619 [trace] Executing silently Code (completed) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys with 1 output(s)
12:03:54.619 [trace] Started running kernel initialization for ~/Code/repo_dir/my_ntbk.ipynb
12:03:54.620 [trace] Executing silently Code (idle) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy
12:03:54.777 [trace] Executing silently Code (completed) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy with 1 output(s)
12:03:54.778 [trace] Determined IPyWidgets Version as 8
12:03:54.778 [trace] Version of IPyWidgets 8 determined after 2.904s
12:03:54.778 [trace] Version of IPyWidgets 8 determined after 2.64s
12:03:54.779 [trace] Version of IPyWidgets 8 determined after 2.64s
12:03:54.779 [trace] Executing silently Code (idle) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None):
12:03:54.780 [trace] Executing silently Code (completed) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy with 1 output(s)
12:03:54.780 [trace] Determined IPyWidgets Version as 8
12:03:54.781 [trace] Version of IPyWidgets 8 determined after 2.911s
12:03:54.785 [trace] Executing silently Code (idle) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None):
12:03:54.804 [trace] Executing silently Code (completed) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None): with 0 output(s)
12:03:54.804 [debug] Requesting Kernel info
12:03:54.804 [trace] Got Kernel info
12:03:54.804 [trace] End running kernel initialization, now waiting for idle
12:03:54.805 [trace] Waiting for idle on (kernel): 56f5ca63-88a8-4e9d-9b0d-71cd7b5946f6 -> idle
12:03:54.805 [trace] Finished waiting for idle on (kernel): 56f5ca63-88a8-4e9d-9b0d-71cd7b5946f6 -> idle
12:03:54.805 [trace] End running kernel initialization, session is idle
12:03:54.806 [trace] Registering Kernel Completion Provider from kernel kernelname (Python 3.12.3) for language python
12:03:54.808 [trace] IPyWidgetScriptSource.initialize
12:03:54.809 [info] Kernel successfully started
12:03:54.809 [warn] No nbextensions folder found for kernel .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher
12:03:54.814 [trace] Executing silently Code (completed) = def __VSCODE_inject_module():\ndef __VSCODE_call_function(function, callback, data=None): with 0 output(s)
12:03:54.815 [debug] Requesting Kernel info
12:03:54.815 [trace] Got Kernel info
12:03:54.815 [trace] End running kernel initialization, now waiting for idle
12:03:54.815 [trace] Waiting for idle on (kernel): a7bbd7b3-ff25-4b9f-b5e7-5c233fb5a2b1 -> idle
12:03:54.815 [trace] Finished waiting for idle on (kernel): a7bbd7b3-ff25-4b9f-b5e7-5c233fb5a2b1 -> idle
12:03:54.816 [trace] End running kernel initialization, session is idle
12:03:54.816 [trace] Registering Kernel Completion Provider from kernel kernelname (Python 3.12.3) for language python
12:03:54.816 [trace] IPyWidgetScriptSource.initialize
12:03:54.816 [info] Kernel successfully started
12:03:54.817 [warn] No nbextensions folder found for kernel .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher
12:03:55.051 [debug] Interpreter for Pylance for Notebook URI "~/Code/repo_dir/other_ntbk.ipynb" is ~/Code/other-repo/venv/bin/python
12:03:55.580 [trace] Web view is ready to receive widget messages
12:03:55.595 [trace] Web view is ready to receive widget messages
12:03:56.029 [trace] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
12:03:56.030 [trace] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
12:03:56.031 [trace] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
12:03:56.039 [trace] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
12:03:56.046 [trace] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
12:03:56.053 [trace] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
12:03:56.065 [trace] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
12:03:56.066 [trace] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
12:03:56.176 [debug] Interpreter for Pylance for Notebook URI "~/Code/repo_dir/my_ntbk.ipynb" is ~/Code/other-repo/venv/bin/python
12:04:09.918 [debug] Disposing kernel associated with ~/Code/repo_dir/other_ntbk.ipynb, isClosed=true
12:04:09.919 [info] Dispose Kernel '~/Code/repo_dir/other_ntbk.ipynb' associated with '~/Code/repo_dir/other_ntbk.ipynb'
12:04:09.920 [debug] Shutdown session a7bbd7b3-ff25-4b9f-b5e7-5c233fb5a2b1, .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher - start called from Error: 
	at A_.shutdown (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:304:1140)
	at A_.dispose (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:304:623)
	at Is (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:115:867)
	at e (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:285:31789)
	at o_.dispose (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:285:32034)
	at hy.disposeOldKernel (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:285:23341)
	at hy.<anonymous> (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:285:21548)
	at kh.value (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:157:35593)
	at P.B (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:746)
	at P.C (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:816)
	at P.fire (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:1033)
	at gh.$acceptDocumentAndEditorsDelta (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:156:13127)
	at Dy.S (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:115275)
	at Dy.Q (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:115055)
	at Dy.M (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:114144)
	at Dy.L (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:113382)
	at kh.value (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:112046)
	at P.B (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:746)
	at P.fire (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:964)
	at Vn.fire (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:9457)
	at kh.value (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:175:13296)
	at P.B (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:746)
	at P.fire (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:964)
	at Vn.fire (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:9457)
	at MessagePortMain.<anonymous> (file:///snap/code/179/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:175:11588)
	at MessagePortMain.emit (node:events:518:28)
	at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2949)
12:04:09.921 [debug] Dispose Kernel process 17097.
12:04:09.931 [debug] Kernel got disposed, hence there is no longer a kernel associated with ~/Code/repo_dir/other_ntbk.ipynb
12:04:09.936 [debug] Notebook document ~/Code/repo_dir/other_ntbk.ipynb got closed
12:04:09.956 [debug] Disposed Kernel process 17097.
12:04:09.958 [debug] Shutdown session a7bbd7b3-ff25-4b9f-b5e7-5c233fb5a2b1, .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher - shutdown complete
12:04:09.961 [debug] KernelProcess Exited 17097, Exit Code - undefined
12:05:00.654 [debug] Handle Execution of Cells 0 for ~/Code/repo_dir/my_ntbk.ipynb
12:05:00.655 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:05:00.655 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:05:00.656 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:05:00.656 [trace] executeCell 0. Step 4
12:05:00.658 [trace] Cell Index:0 sent to kernel
12:05:00.665 [trace] Start cell 0 execution @ 1736507100665 (clear output)
12:05:00.666 [debug] Kernel acknowledged execution of cell 0 @ 1736507100665
12:05:00.817 [trace] Cell 0 completed in 0.148s (start: 1736507100665, end: 1736507100813)
12:05:00.819 [trace] Cell 0 executed successfully
12:05:01.726 [debug] Handle Execution of Cells 1 for ~/Code/repo_dir/my_ntbk.ipynb
12:05:01.727 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:05:01.727 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:05:01.727 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:05:01.727 [trace] executeCell 1. Step 4
12:05:01.727 [trace] Cell Index:1 sent to kernel
12:05:01.732 [trace] Start cell 1 execution @ 1736507101732 (clear output)
12:05:01.732 [debug] Kernel acknowledged execution of cell 1 @ 1736507101732
12:05:01.735 [trace] Cell 1 completed in 0.003s (start: 1736507101732, end: 1736507101735)
12:05:01.736 [trace] Cell 1 executed successfully
12:05:02.573 [debug] Handle Execution of Cells 2 for ~/Code/repo_dir/my_ntbk.ipynb
12:05:02.574 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:05:02.574 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:05:02.574 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:05:02.574 [trace] executeCell 2. Step 4
12:05:02.574 [trace] Cell Index:2 sent to kernel
12:05:02.580 [trace] Start cell 2 execution @ 1736507102580 (clear output)
12:05:02.580 [debug] Kernel acknowledged execution of cell 2 @ 1736507102580
12:05:04.208 [trace] Cell 2 completed in 1.628s (start: 1736507102580, end: 1736507104208)
12:05:04.209 [trace] Cell 2 executed successfully
12:05:35.988 [debug] Handle Execution of Cells 11 for ~/Code/repo_dir/my_ntbk.ipynb
12:05:35.989 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:05:35.989 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:05:35.989 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:05:35.989 [trace] executeCell 11. Step 4
12:06:13.970 [trace] Cell 6 completed in 63.703s (start: 1736507110267, end: 1736507173970)
12:06:13.970 [trace] Cell 6 executed successfully
12:06:13.971 [trace] Cell Index:7 sent to kernel
12:06:13.978 [trace] Start cell 7 execution @ 1736507173978 (clear output)
12:06:13.978 [debug] Kernel acknowledged execution of cell 7 @ 1736507173978
12:06:13.981 [trace] Cell 7 completed in 0.002s (start: 1736507173978, end: 1736507173980)
12:06:13.981 [trace] Cell 7 executed successfully
12:06:13.982 [trace] Cell Index:8 sent to kernel
12:06:13.988 [trace] Start cell 8 execution @ 1736507173988 (clear output)
12:06:13.989 [debug] Kernel acknowledged execution of cell 8 @ 1736507173988
12:06:14.002 [trace] Cell 8 completed in 0.013s (start: 1736507173988, end: 1736507174001)
12:06:14.002 [trace] Cell 8 executed successfully
12:06:14.003 [trace] Cell Index:9 sent to kernel
12:06:14.008 [trace] Start cell 9 execution @ 1736507174008 (clear output)
12:06:14.008 [debug] Kernel acknowledged execution of cell 9 @ 1736507174008
12:06:14.011 [trace] Cell 9 completed in 0.003s (start: 1736507174008, end: 1736507174011)
12:06:14.012 [trace] Cell 9 executed successfully
12:06:14.012 [trace] Cell Index:11 sent to kernel
12:06:14.021 [trace] Start cell 11 execution @ 1736507174021 (clear output)
12:06:14.021 [debug] Kernel acknowledged execution of cell 11 @ 1736507174021
12:06:14.026 [trace] Cell 11 completed in 0.004s (start: 1736507174021, end: 1736507174025)
12:06:14.026 [trace] Cell 11 executed successfully
12:06:16.743 [debug] Handle Execution of Cells 31 for ~/Code/repo_dir/my_ntbk.ipynb
12:06:16.744 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:06:16.744 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:06:16.744 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:06:16.744 [trace] executeCell 31. Step 4
12:06:16.744 [trace] Cell Index:31 sent to kernel
12:06:16.755 [trace] Start cell 31 execution @ 1736507176755 (clear output)
12:06:16.756 [debug] Kernel acknowledged execution of cell 31 @ 1736507176755
12:06:17.067 [warn] Cell completed with errors [iu [Error]: name 'i18nize_value' is not defined
	at n.execute (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:297:4958)] {
  ename: 'NameError',
  evalue: "name 'i18nize_value' is not defined",
  traceback: [
    '\x1B[0;31m---------------------------------------------------------------------------\x1B[0m',
    '\x1B[0;31mNameError\x1B[0m                                 Traceback (most recent call last)',
    'Cell \x1B[0;32mIn[10], line 22\x1B[0m\n' +
      '\x1B[1;32m     17\x1B[0m             \x1B[38;5;28;01mdel\x1B[39;00m content_field[\x1B[38;5;124m"\x1B[39m\x1B[38;5;124mcontentFieldValue\x1B[39m\x1B[38;5;124m"\x1B[39m]\n' +
      '\x1B[1;32m     19\x1B[0m     \x1B[38;5;28;01mreturn\x1B[39;00m content_field\n' +
      '\x1B[0;32m---> 22\x1B[0m \x1B[43mi18nize_content_field\x1B[49m\x1B[43m(\x1B[49m\n' +
      '\x1B[1;32m     23\x1B[0m \x1B[43m    \x1B[49m\x1B[43m{\x1B[49m\n' +
      '\x1B[1;32m     24\x1B[0m \x1B[43m        \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mcontentFieldValue\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m:\x1B[49m\x1B[43m \x1B[49m\x1B[43m{\x1B[49m\x1B[43m}\x1B[49m\x1B[43m,\x1B[49m\n' +
      '\x1B[1;32m     25\x1B[0m \x1B[43m        \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mdataType\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m:\x1B[49m\x1B[43m \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m,\x1B[49m\n' +
      '\x1B[1;32m     26\x1B[0m \x1B[43m        \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mlabel\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m:\x1B[49m\x1B[43m \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mROWS IN TAB:\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m,\x1B[49m\n' +
      '\x1B[1;32m     27\x1B[0m \x1B[43m        \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mname\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m:\x1B[49m\x1B[43m \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mSeparator93052107\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m,\x1B[49m\n' +
      '\x1B[1;32m     28\x1B[0m \x1B[43m        \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mnestedContentFields\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m:\x1B[49m\x1B[43m \x1B[49m\x1B[43m[\x1B[49m\x1B[43m]\x1B[49m\x1B[43m,\x1B[49m\n' +
      '\x1B[1;32m     29\x1B[0m \x1B[43m        \x1B[49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[38;5;124;43mrepeatable\x1B[39;49m\x1B[38;5;124;43m"\x1B[39;49m\x1B[43m:\x1B[49m\x1B[43m \x1B[49m\x1B[38;5;28;43;01mFalse\x1B[39;49;00m\x1B[43m,\x1B[49m\n' +
      '\x1B[1;32m     30\x1B[0m \x1B[43m    \x1B[49m\x1B[43m}\x1B[49m\n' +
      '\x1B[1;32m     31\x1B[0m \x1B[43m)\x1B[49m\n' +
      '\x1B[1;32m     33\x1B[0m i18nize_content_field(\n' +
      '\x1B[1;32m     34\x1B[0m     {\n' +
      '\x1B[1;32m     35\x1B[0m         \x1B[38;5;124m"\x1B[39m\x1B[38;5;124mcontentFieldValue\x1B[39m\x1B[38;5;124m"\x1B[39m: {\n' +
      '\x1B[0;32m   (...)\x1B[0m\n' +
      '\x1B[1;32m     52\x1B[0m     },\n' +
      '\x1B[1;32m     53\x1B[0m )\n',
    'Cell \x1B[0;32mIn[10], line 7\x1B[0m, in \x1B[0;36mi18nize_content_field\x1B[0;34m(content_field)\x1B[0m\n' +
      '\x1B[1;32m      4\x1B[0m     content_field[\x1B[38;5;124m"\x1B[39m\x1B[38;5;124mcontentFieldValue_i18n\x1B[39m\x1B[38;5;124m"\x1B[39m] \x1B[38;5;241m=\x1B[39m i18nize_value(value)\n' +
      '\x1B[1;32m      6\x1B[0m \x1B[38;5;28;01mif\x1B[39;00m \x1B[38;5;124m"\x1B[39m\x1B[38;5;124mlabel\x1B[39m\x1B[38;5;124m"\x1B[39m \x1B[38;5;129;01min\x1B[39;00m content_field:\n' +
      '\x1B[0;32m----> 7\x1B[0m     content_field[\x1B[38;5;124m"\x1B[39m\x1B[38;5;124mlabel_i18n\x1B[39m\x1B[38;5;124m"\x1B[39m] \x1B[38;5;241m=\x1B[39m \x1B[43mi18nize_value\x1B[49m(content_field[\x1B[38;5;124m"\x1B[39m\x1B[38;5;124mlabel\x1B[39m\x1B[38;5;124m"\x1B[39m])\n' +
      '\x1B[1;32m      9\x1B[0m \x1B[38;5;28;01mif\x1B[39;00m \x1B[38;5;124m"\x1B[39m\x1B[38;5;124mnestedContentFields\x1B[39m\x1B[38;5;124m"\x1B[39m \x1B[38;5;129;01min\x1B[39;00m content_field:\n' +
      '\x1B[1;32m     10\x1B[0m     content_field[\x1B[38;5;124m"\x1B[39m\x1B[38;5;124mnestedContentFields\x1B[39m\x1B[38;5;124m"\x1B[39m] \x1B[38;5;241m=\x1B[39m [\n' +
      '\x1B[1;32m     11\x1B[0m         i18nize_content_field(item)\n' +
      '\x1B[1;32m     12\x1B[0m         \x1B[38;5;28;01mfor\x1B[39;00m item \x1B[38;5;129;01min\x1B[39;00m content_field[\x1B[38;5;124m"\x1B[39m\x1B[38;5;124mnestedContentFields\x1B[39m\x1B[38;5;124m"\x1B[39m]\n' +
      '\x1B[1;32m     13\x1B[0m     ]\n',
    "\x1B[0;31mNameError\x1B[0m: name 'i18nize_value' is not defined"
  ]
}
12:06:17.070 [trace] Cell 31 completed in 0.312s (start: 1736507176755, end: 1736507177067)
12:06:17.070 [trace] Cell 31 executed with an error
12:06:53.012 [debug] Handle Execution of Cells 30 for ~/Code/repo_dir/my_ntbk.ipynb
12:06:53.012 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:06:53.012 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:06:53.012 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:06:53.012 [trace] executeCell 30. Step 4
12:06:53.013 [trace] Cell Index:30 sent to kernel
12:06:53.018 [trace] Start cell 30 execution @ 1736507213018 (clear output)
12:06:53.018 [debug] Kernel acknowledged execution of cell 30 @ 1736507213018
12:06:53.024 [trace] Cell 30 completed in 0.006s (start: 1736507213018, end: 1736507213024)
12:06:53.025 [trace] Cell 30 executed successfully
12:08:55.813 [debug] Handle Execution of Cells 55 for ~/Code/repo_dir/my_ntbk.ipynb
12:08:55.814 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:08:55.814 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:08:55.814 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:08:55.814 [trace] executeCell 55. Step 4
12:08:55.814 [trace] Cell Index:55 sent to kernel
12:08:55.832 [trace] Start cell 55 execution @ 1736507335832 (clear output)
12:08:55.832 [debug] Kernel acknowledged execution of cell 55 @ 1736507335832
12:08:55.837 [warn] Cell completed with errors [iu [Error]: name 'fix_responses' is not defined
	at n.execute (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:297:4958)] {
  ename: 'NameError',
  evalue: "name 'fix_responses' is not defined",
  traceback: [
    '\x1B[0;31m---------------------------------------------------------------------------\x1B[0m',
    '\x1B[0;31mNameError\x1B[0m                                 Traceback (most recent call last)',
    'Cell \x1B[0;32mIn[18], line 1\x1B[0m\n' +
      '\x1B[0;32m----> 1\x1B[0m \x1B[38;5;28;01mfor\x1B[39;00m content_id, response \x1B[38;5;129;01min\x1B[39;00m \x1B[43mfix_responses\x1B[49m\x1B[38;5;241m.\x1B[39mitems():\n' +
      '\x1B[1;32m      2\x1B[0m     content_fields \x1B[38;5;241m=\x1B[39m response\x1B[38;5;241m.\x1B[39mjson()[\x1B[38;5;124m"\x1B[39m\x1B[38;5;124mcontentFields\x1B[39m\x1B[38;5;124m"\x1B[39m]\n' +
      '\x1B[1;32m      3\x1B[0m     \x1B[38;5;28;01mfor\x1B[39;00m cf \x1B[38;5;129;01min\x1B[39;00m content_fields:\n',
    "\x1B[0;31mNameError\x1B[0m: name 'fix_responses' is not defined"
  ]
}
12:08:55.838 [trace] Cell 55 completed in 0.005s (start: 1736507335832, end: 1736507335837)
12:08:55.838 [trace] Cell 55 executed with an error
12:10:01.878 [debug] Handle Execution of Cells 61 for ~/Code/repo_dir/my_ntbk.ipynb
12:10:01.879 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:10:01.879 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:10:01.879 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:10:01.879 [trace] executeCell 61. Step 4
12:10:01.879 [trace] Cell Index:61 sent to kernel
12:10:01.884 [trace] Start cell 61 execution @ 1736507401884 (clear output)
12:10:01.884 [debug] Kernel acknowledged execution of cell 61 @ 1736507401884
12:10:02.125 [trace] Cell 61 completed in 0.241s (start: 1736507401884, end: 1736507402125)
12:10:02.125 [trace] Cell 61 executed successfully
12:10:23.930 [debug] Handle Execution of Cells 62 for ~/Code/repo_dir/my_ntbk.ipynb
12:10:23.930 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:10:23.930 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:10:23.930 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:10:23.931 [trace] executeCell 62. Step 4
12:10:23.931 [trace] Cell Index:62 sent to kernel
12:10:23.939 [trace] Start cell 62 execution @ 1736507423939 (clear output)
12:10:23.939 [debug] Kernel acknowledged execution of cell 62 @ 1736507423939
12:10:23.971 [trace] Cell 62 completed in 0.032s (start: 1736507423939, end: 1736507423971)
12:10:23.972 [trace] Cell 62 executed successfully
12:10:24.030 [trace] Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0
12:10:24.034 [trace] Version of IPyWidgets 8 determined after 0s
12:10:24.035 [trace] Widget Message: WidgetManager: Loading class ProgressStyleModel:@jupyter-widgets/controls:2.0.0
12:10:24.036 [trace] Widget Message: WidgetManager: Loading class FloatProgressModel:@jupyter-widgets/controls:2.0.0
12:10:24.039 [trace] Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0
12:10:24.047 [trace] Widget Message: WidgetManager: Loading class HTMLStyleModel:@jupyter-widgets/controls:2.0.0
12:10:24.050 [trace] Widget Message: Waiting for model to be available before rendering it e947b9337bbd4967928c4666380a927e
12:10:24.051 [trace] Widget Message: WidgetManager: Loading class HTMLModel:@jupyter-widgets/controls:2.0.0
12:10:24.052 [trace] Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0
12:10:24.064 [trace] Widget Message: WidgetManager: Loading class HTMLStyleModel:@jupyter-widgets/controls:2.0.0
12:10:24.065 [trace] Widget Message: WidgetManager: Loading class HTMLModel:@jupyter-widgets/controls:2.0.0
12:10:24.066 [trace] Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0
12:10:24.068 [trace] Widget Message: WidgetManager: Loading class HBoxModel:@jupyter-widgets/controls:2.0.0
12:10:24.076 [trace] Widget Message: Received display data message e947b9337bbd4967928c4666380a927e
12:10:24.076 [trace] Widget Message: WidgetManager: Loading class HBoxView:@jupyter-widgets/controls:2.0.0
12:10:24.080 [trace] Widget Message: WidgetManager: Loading class HTMLView:@jupyter-widgets/controls:2.0.0
12:10:24.081 [trace] Widget Message: WidgetManager: Loading class ProgressView:@jupyter-widgets/controls:2.0.0
12:10:24.081 [trace] Widget Message: WidgetManager: Loading class HTMLView:@jupyter-widgets/controls:2.0.0
12:10:24.081 [trace] Widget Message: WidgetManager: Loading class LayoutView:@jupyter-widgets/base:2.0.0
12:10:24.087 [trace] Widget Message: WidgetManager: Loading class LayoutView:@jupyter-widgets/base:2.0.0
12:10:24.087 [trace] Widget Message: WidgetManager: Loading class StyleView:@jupyter-widgets/base:2.0.0
12:10:24.088 [trace] Widget Message: WidgetManager: Loading class LayoutView:@jupyter-widgets/base:2.0.0
12:10:24.088 [trace] Widget Message: WidgetManager: Loading class StyleView:@jupyter-widgets/base:2.0.0
12:10:24.089 [trace] Widget Message: WidgetManager: Loading class LayoutView:@jupyter-widgets/base:2.0.0
12:10:24.090 [trace] Widget Message: WidgetManager: Loading class StyleView:@jupyter-widgets/base:2.0.0
12:10:32.728 [debug] Handle Execution of Cells 63 for ~/Code/repo_dir/my_ntbk.ipynb
12:10:32.728 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:10:32.728 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:10:32.729 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:10:32.729 [trace] executeCell 63. Step 4
12:10:32.729 [trace] Cell Index:63 sent to kernel
12:10:32.743 [trace] Start cell 63 execution @ 1736507432743 (clear output)
12:10:32.743 [debug] Kernel acknowledged execution of cell 63 @ 1736507432743
12:10:32.747 [trace] Cell 63 completed in 0.004s (start: 1736507432743, end: 1736507432747)
12:10:32.748 [trace] Cell 63 executed successfully
12:19:47.550 [debug] Jupyter completion time: 159
12:19:47.554 [debug] Execution of code ms-toolsai.jupyter-2 completed in 162ms
12:19:49.661 [debug] Jupyter completion time: 194
12:19:49.664 [debug] Execution of code ms-toolsai.jupyter-3 completed in 197ms
12:19:51.496 [debug] Jupyter completion time: 302
12:19:51.497 [debug] Execution of code ms-toolsai.jupyter-4 completed in 302ms
12:19:51.502 [trace] Inspecting code for i18nize_content_field
12:19:51.677 [debug] Inspected code for i18nize_content_field in 175ms
12:19:51.683 [debug] Execution of code ms-toolsai.jupyter-5 completed in 179ms
12:19:51.992 [trace] Inspecting code for id
12:19:52.006 [debug] Inspected code for id in 14ms
12:19:52.008 [debug] Execution of code ms-toolsai.jupyter-6 completed in 16ms
12:19:54.342 [debug] Execution of code ms-toolsai.jupyter-7 completed in 273ms
12:19:54.343 [debug] Jupyter completion time: 275
12:19:56.988 [debug] Jupyter completion time: 130
12:19:56.991 [debug] Execution of code ms-toolsai.jupyter-8 completed in 132ms
12:19:58.879 [debug] Execution of code ms-toolsai.jupyter-9 completed in 268ms
12:19:58.880 [debug] Jupyter completion time: 270
12:20:02.567 [debug] Execution of code ms-toolsai.jupyter-10 completed in 148ms
12:20:02.567 [debug] Jupyter completion time: 148
12:20:02.573 [trace] Inspecting code for id_, locales in content_localizations.clear
12:20:02.584 [debug] Inspected code for id_, locales in content_localizations.clear in 11ms
12:20:02.585 [debug] Execution of code ms-toolsai.jupyter-11 completed in 11ms
12:20:02.694 [trace] Inspecting code for id_, locales in content_localizations.items
12:20:02.798 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:02.798 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:02.799 [info] Too many pending requests 1 for kernel 3f9dcc8c-8ad7-4584-b90a-75fe22cc23ea, waiting for it to be ready.
12:20:02.894 [trace] Inspecting code for id_, locales in content_localizations.items
12:20:02.930 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:02.930 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:02.932 [info] Too many pending requests 1 for kernel 3f9dcc8c-8ad7-4584-b90a-75fe22cc23ea, waiting for it to be ready.
12:20:03.044 [info] Too many pending requests 1 for kernel 3f9dcc8c-8ad7-4584-b90a-75fe22cc23ea, waiting for it to be ready.
12:20:03.165 [trace] Inspecting code for id_, locales in content_localizations.items
12:20:03.578 [debug] Inspected code for id_, locales in content_localizations.items in 413ms
12:20:03.581 [debug] Execution of code ms-toolsai.jupyter-14 completed in 415ms
12:20:11.146 [debug] Jupyter completion time: 163
12:20:11.149 [debug] Execution of code ms-toolsai.jupyter-15 completed in 165ms
12:20:12.896 [debug] Jupyter completion time: 170
12:20:12.899 [debug] Execution of code ms-toolsai.jupyter-16 completed in 172ms
12:20:16.091 [debug] Jupyter completion time: 193
12:20:16.101 [debug] Execution of code ms-toolsai.jupyter-17 completed in 202ms
12:20:16.107 [trace] Inspecting code or id_, locales20241213_content_localizations.json
12:20:16.122 [debug] Inspected code or id_, locales20241213_content_localizations.json in 15ms
12:20:16.124 [debug] Execution of code ms-toolsai.jupyter-18 completed in 17ms
12:20:17.171 [debug] Jupyter completion time: 196
12:20:17.178 [debug] Execution of code ms-toolsai.jupyter-19 completed in 203ms
12:20:18.039 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:18.039 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:18.040 [debug] Jupyter completion time: 117
12:20:18.933 [debug] Jupyter completion time: 209
12:20:18.935 [debug] Execution of code ms-toolsai.jupyter-21 completed in 211ms
12:20:20.855 [debug] Jupyter completion time: 135
12:20:20.858 [debug] Execution of code ms-toolsai.jupyter-22 completed in 137ms
12:20:25.117 [debug] Execution of code ms-toolsai.jupyter-23 completed in 176ms
12:20:25.121 [debug] Jupyter completion time: 181
12:20:25.130 [trace] Inspecting code d_, locales in 20241213_content_localizations.json
12:20:25.141 [debug] Inspected code d_, locales in 20241213_content_localizations.json in 11ms
12:20:25.146 [debug] Execution of code ms-toolsai.jupyter-24 completed in 16ms
12:20:25.730 [trace] Inspecting code for id_, locales in tqdm
12:20:25.760 [debug] Execution of code ms-toolsai.jupyter-25 completed in 30ms
12:20:25.761 [debug] Inspected code for id_, locales in tqdm in 31ms
12:20:25.882 [trace] Inspecting code for id_, locales in TimeoutError
12:20:25.937 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:25.937 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:25.938 [info] Too many pending requests 1 for kernel 3f9dcc8c-8ad7-4584-b90a-75fe22cc23ea, waiting for it to be ready.
12:20:25.982 [trace] Inspecting code for id_, locales in TimeoutError
12:20:26.168 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:26.168 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:20:43.898 [debug] Jupyter completion time: 176
12:20:43.902 [debug] Execution of code ms-toolsai.jupyter-28 completed in 180ms
12:20:44.934 [debug] Jupyter completion time: 191
12:20:44.937 [debug] Execution of code ms-toolsai.jupyter-29 completed in 193ms
12:20:45.469 [debug] Jupyter completion time: 233
12:20:45.472 [debug] Execution of code ms-toolsai.jupyter-30 completed in 235ms
12:20:52.452 [debug] Handle Execution of Cells 85 for ~/Code/repo_dir/my_ntbk.ipynb
12:20:52.453 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:20:52.453 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:20:52.453 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:20:52.453 [trace] executeCell 85. Step 4
12:20:52.453 [trace] Cell Index:85 sent to kernel
12:20:52.470 [trace] Start cell 85 execution @ 1736508052469 (clear output)
12:20:52.470 [debug] Kernel acknowledged execution of cell 85 @ 1736508052469
12:20:52.476 [trace] Cell 85 completed in 0.006s (start: 1736508052469, end: 1736508052475)
12:20:52.476 [trace] Cell 85 executed successfully
12:20:56.583 [debug] Jupyter completion time: 175
12:20:56.585 [debug] Execution of code ms-toolsai.jupyter-31 completed in 177ms
12:20:56.847 [debug] Handle Execution of Cells 85 for ~/Code/repo_dir/my_ntbk.ipynb
12:20:56.850 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:20:56.850 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:20:56.850 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:20:56.850 [trace] executeCell 85. Step 4
12:20:56.850 [trace] Cell Index:85 sent to kernel
12:20:56.906 [trace] Start cell 85 execution @ 1736508056904 (clear output)
12:20:56.906 [debug] Kernel acknowledged execution of cell 85 @ 1736508056904
12:20:56.928 [trace] Cell 85 completed in 0.023s (start: 1736508056904, end: 1736508056927)
12:20:56.928 [trace] Cell 85 executed successfully
12:21:24.304 [debug] Jupyter completion time: 101
12:21:24.307 [debug] Execution of code ms-toolsai.jupyter-32 completed in 103ms
12:21:24.705 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:21:24.705 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:21:24.706 [debug] Jupyter completion time: 100
12:21:25.399 [debug] Jupyter completion time: 129
12:21:25.407 [debug] Execution of code ms-toolsai.jupyter-34 completed in 136ms
12:21:25.926 [debug] Jupyter completion time: 162
12:21:25.928 [debug] Execution of code ms-toolsai.jupyter-35 completed in 163ms
12:22:04.684 [debug] Jupyter completion time: 101
12:22:04.687 [debug] Execution of code ms-toolsai.jupyter-36 completed in 103ms
12:22:05.562 [debug] Jupyter completion time: 153
12:22:05.564 [debug] Execution of code ms-toolsai.jupyter-37 completed in 154ms
12:22:05.909 [debug] Jupyter completion time: 99
12:22:05.910 [debug] Execution of code ms-toolsai.jupyter-38 completed in 100ms
12:22:06.231 [debug] Jupyter completion time: 90
12:22:06.233 [debug] Execution of code ms-toolsai.jupyter-39 completed in 92ms
12:22:07.038 [debug] Jupyter completion time: 175
12:22:07.040 [debug] Execution of code ms-toolsai.jupyter-40 completed in 176ms
12:22:24.186 [debug] Jupyter completion time: 134
12:22:24.188 [debug] Execution of code ms-toolsai.jupyter-41 completed in 136ms
12:22:24.574 [debug] Jupyter completion time: 169
12:22:24.576 [debug] Execution of code ms-toolsai.jupyter-42 completed in 171ms
12:22:25.543 [debug] Jupyter completion time: 108
12:22:25.545 [debug] Execution of code ms-toolsai.jupyter-43 completed in 108ms
12:22:39.988 [debug] Jupyter completion time: 150
12:22:39.990 [debug] Execution of code ms-toolsai.jupyter-44 completed in 152ms
12:22:46.097 [debug] Execution of code ms-toolsai.jupyter-45 completed in 129ms
12:22:46.100 [debug] Jupyter completion time: 132
12:22:46.110 [trace] Inspecting code "AAA - Co end=
12:22:46.120 [debug] Inspected code "AAA - Co end= in 10ms
12:22:46.122 [debug] Execution of code ms-toolsai.jupyter-46 completed in 12ms
12:22:46.228 [trace] Inspecting code "AAA - Co tqdm
12:22:46.244 [debug] Inspected code "AAA - Co tqdm in 16ms
12:22:46.246 [debug] Execution of code ms-toolsai.jupyter-47 completed in 18ms
12:22:46.376 [trace] Inspecting code "AAA - Co TimeoutError
12:22:46.450 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:22:46.450 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:22:46.451 [info] Too many pending requests 1 for kernel 3f9dcc8c-8ad7-4584-b90a-75fe22cc23ea, waiting for it to be ready.
12:22:46.535 [trace] Inspecting code "AAA - Co TimeoutError
12:22:46.678 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:22:46.678 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:22:47.948 [debug] Handle Execution of Cells 85 for ~/Code/repo_dir/my_ntbk.ipynb
12:22:47.949 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:22:47.949 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:22:47.949 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:22:47.949 [trace] executeCell 85. Step 4
12:22:47.949 [trace] Cell Index:85 sent to kernel
12:22:47.973 [trace] Start cell 85 execution @ 1736508167973 (clear output)
12:22:47.973 [debug] Kernel acknowledged execution of cell 85 @ 1736508167973
12:22:47.997 [trace] Cell 85 completed in 0.024s (start: 1736508167973, end: 1736508167997)
12:22:47.998 [trace] Cell 85 executed successfully
12:24:10.051 [debug] Jupyter completion time: 130
12:24:10.055 [debug] Execution of code ms-toolsai.jupyter-50 completed in 133ms
12:24:14.660 [debug] Execution of code ms-toolsai.jupyter-51 completed in 93ms
12:24:14.661 [debug] Jupyter completion time: 94
12:24:17.531 [debug] Jupyter completion time: 77
12:24:17.534 [debug] Execution of code ms-toolsai.jupyter-52 completed in 80ms
12:24:17.773 [debug] Jupyter completion time: 92
12:24:17.775 [debug] Execution of code ms-toolsai.jupyter-53 completed in 94ms
12:24:18.129 [debug] Jupyter completion time: 130
12:24:18.131 [debug] Execution of code ms-toolsai.jupyter-54 completed in 132ms
12:24:18.646 [debug] Jupyter completion time: 85
12:24:18.649 [debug] Execution of code ms-toolsai.jupyter-55 completed in 88ms
12:24:19.012 [debug] Jupyter completion time: 78
12:24:19.014 [debug] Execution of code ms-toolsai.jupyter-56 completed in 79ms
12:24:26.256 [debug] Execution of code ms-toolsai.jupyter-57 completed in 101ms
12:24:26.257 [debug] Jupyter completion time: 103
12:24:43.654 [debug] Handle Execution of Cells 85 for ~/Code/repo_dir/my_ntbk.ipynb
12:24:43.654 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:24:43.654 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:24:43.654 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:24:43.654 [trace] executeCell 85. Step 4
12:24:43.654 [trace] Cell Index:85 sent to kernel
12:24:43.673 [trace] Start cell 85 execution @ 1736508283673 (clear output)
12:24:43.673 [debug] Kernel acknowledged execution of cell 85 @ 1736508283673
12:24:43.676 [trace] Cell 85 completed in 0.002s (start: 1736508283673, end: 1736508283675)
12:24:43.676 [trace] Cell 85 executed successfully
12:24:49.174 [debug] Jupyter completion time: 96
12:24:49.175 [debug] Execution of code ms-toolsai.jupyter-58 completed in 96ms
12:24:49.498 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:24:49.498 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:24:49.498 [debug] Jupyter completion time: 78
12:24:50.289 [debug] Jupyter completion time: 91
12:24:50.291 [debug] Execution of code ms-toolsai.jupyter-60 completed in 92ms
12:24:54.697 [debug] Jupyter completion time: 86
12:24:54.699 [debug] Execution of code ms-toolsai.jupyter-61 completed in 88ms
12:25:07.735 [debug] Handle Execution of Cells 86 for ~/Code/repo_dir/my_ntbk.ipynb
12:25:07.736 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:25:07.736 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:25:07.736 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:25:07.736 [trace] executeCell 86. Step 4
12:25:07.736 [trace] Cell Index:86 sent to kernel
12:25:07.771 [trace] Start cell 86 execution @ 1736508307771 (clear output)
12:25:07.771 [debug] Kernel acknowledged execution of cell 86 @ 1736508307771
12:25:07.783 [warn] Cell completed with errors [iu [Error]: 92135
	at n.execute (/home/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.2024102401-linux-x64/dist/extension.node.js:297:4958)] {
  ename: 'KeyError',
  evalue: '92135',
  traceback: [
    '\x1B[0;31m---------------------------------------------------------------------------\x1B[0m',
    '\x1B[0;31mKeyError\x1B[0m                                  Traceback (most recent call last)',
    'Cell \x1B[0;32mIn[29], line 1\x1B[0m\n' +
      '\x1B[0;32m----> 1\x1B[0m \x1B[43mcontent_localization\x1B[49m\x1B[43m[\x1B[49m\x1B[38;5;241;43m92135\x1B[39;49m\x1B[43m]\x1B[49m[CS]\n',
    '\x1B[0;31mKeyError\x1B[0m: 92135'
  ]
}
12:25:07.786 [trace] Cell 86 completed in 0.012s (start: 1736508307771, end: 1736508307783)
12:25:07.786 [trace] Cell 86 executed with an error
12:25:12.976 [debug] Jupyter completion time: 122
12:25:12.978 [debug] Execution of code ms-toolsai.jupyter-62 completed in 123ms
12:25:13.948 [debug] Handle Execution of Cells 86 for ~/Code/repo_dir/my_ntbk.ipynb
12:25:13.949 [trace] Execute Notebook ~/Code/repo_dir/my_ntbk.ipynb. Step 1
12:25:13.949 [trace] Connect to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 2
12:25:13.949 [trace] Connected to Kernel ~/Code/repo_dir/my_ntbk.ipynb. Step 3
12:25:13.949 [trace] executeCell 86. Step 4
12:25:13.949 [trace] Cell Index:86 sent to kernel
12:25:13.980 [trace] Start cell 86 execution @ 1736508313980 (clear output)
12:25:13.980 [debug] Kernel acknowledged execution of cell 86 @ 1736508313980
12:25:13.984 [trace] Cell 86 completed in 0.004s (start: 1736508313980, end: 1736508313984)
12:25:13.985 [trace] Cell 86 executed successfully
12:25:32.357 [debug] Start refreshing Interpreter Kernel Picker
12:25:32.357 [debug] Start refreshing Kernel Picker (1736508332357)
12:25:32.456 [debug] Controller startUsingPythonInterpreter:'.jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher' for view = 'jupyter-notebook' is no longer a valid
12:25:32.456 [debug] Controller startUsingPythonInterpreter:'.jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher (Interactive)' for view = 'interactive' is no longer a valid
12:25:32.456 [warn] Disposing old controller startUsingPythonInterpreter:'.jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher' for view = 'jupyter-notebook'
12:25:32.456 [debug] Disposing controller .jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher associated with connection .jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher 
12:25:32.457 [warn] Disposing old controller startUsingPythonInterpreter:'.jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher (Interactive)' for view = 'interactive'
12:25:32.457 [debug] Disposing controller .jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher (Interactive) associated with connection .jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher 
12:25:32.457 [trace] Python API env change detected, remove => '/home/~/Code/venv/bin/python'
12:25:32.459 [debug] Controller startUsingPythonInterpreter:'.jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher' for view = 'jupyter-notebook' is no longer a valid
12:25:32.459 [debug] Controller startUsingPythonInterpreter:'.jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher (Interactive)' for view = 'interactive' is no longer a valid
12:25:32.459 [warn] Disposing old controller startUsingPythonInterpreter:'.jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher' for view = 'jupyter-notebook'
12:25:32.459 [debug] Disposing controller .jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher associated with connection .jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher 
12:25:32.459 [warn] Disposing old controller startUsingPythonInterpreter:'.jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher (Interactive)' for view = 'interactive'
12:25:32.459 [debug] Disposing controller .jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher (Interactive) associated with connection .jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher 
12:25:32.459 [trace] Python API env change detected, remove => '/home/~/Code/other-repo/venv/bin/python'
12:25:32.462 [debug] Refreshed Environments
12:25:33.459 [debug] Interpreter removed /home/~/Code/venv/bin/python
12:25:33.459 [debug] Interpreter /home/~/Code/venv/bin/python deleted, hence deleting corresponding kernel startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher
12:25:33.459 [debug] Interpreter /home/~/Code/venv/bin/python deleted, hence deleting corresponding kernel startUsingPythonInterpreter:'.jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher
12:25:33.459 [debug] Local Python connection deleted startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher: (interpreter id=~/Code/venv/bin/python)',startUsingPythonInterpreter:'.jvsc74a57bd0afb3537a3a229c95c9ecc4389c95da1d30271c7a49e53e4f7a112274cd52aede./home/~/Code/venv/python./home/~/Code/venv/python.-m#ipykernel_launcher: (interpreter id=~/Code/venv/bin/python)'
12:25:33.459 [debug] Controller startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher' for view = 'jupyter-notebook' is no longer a valid
12:25:33.459 [debug] Controller startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher (Interactive)' for view = 'interactive' is no longer a valid
12:25:33.459 [warn] Disposing old controller startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher' for view = 'jupyter-notebook'
12:25:33.459 [debug] Disposing controller .undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher associated with connection .undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher 
12:25:33.459 [warn] Disposing old controller startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher (Interactive)' for view = 'interactive'
12:25:33.459 [debug] Disposing controller .undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher (Interactive) associated with connection .undefined.-xfrozen_modules=off./home/~/Code/venv/bin/python3.12./home/~/Code/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher 
12:25:33.461 [debug] Interpreter removed /home/~/Code/other-repo/venv/bin/python
12:25:33.461 [debug] Interpreter /home/~/Code/other-repo/venv/bin/python deleted, hence deleting corresponding kernel startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher
12:25:33.461 [debug] Interpreter /home/~/Code/other-repo/venv/bin/python deleted, hence deleting corresponding kernel startUsingPythonInterpreter:'.jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher
12:25:33.461 [debug] Local Python connection deleted startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher: (interpreter id=~/Code/other-repo/venv/bin/python)',startUsingPythonInterpreter:'.jvsc74a57bd0cb263918e12964027ea9f0d131dde36ac8322eb0dbec88d1cad871e0aa00fdca./home/~/Code/other-repo/venv/python./home/~/Code/other-repo/venv/python.-m#ipykernel_launcher: (interpreter id=~/Code/other-repo/venv/bin/python)'
12:25:33.461 [debug] Controller startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher (Interactive)' for view = 'interactive' is no longer a valid
12:25:33.461 [warn] Disposing old controller startUsingLocalKernelSpec:'.undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher (Interactive)' for view = 'interactive'
12:25:33.461 [debug] Disposing controller .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher (Interactive) associated with connection .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher 
12:25:33.461 [warn] Deleting controller .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher as it is associated with a connection that has been deleted startUsingLocalKernelSpec:.undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher
12:25:33.462 [debug] Disposing controller .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher associated with connection .undefined.-xfrozen_modules=off./home/~/Code/other-repo/venv/bin/python3.12./home/~/Code/other-repo/venv/python.-xfrozen_modules=off#-m#ipykernel_launcher and documents file:///home/~/Code/repo_dir/my_ntbk.ipynb
12:25:33.462 [debug] End refreshing Kernel Picker (1736508332357)
12:25:36.089 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:25:36.089 [debug] Code execution cancelled by extension ms-toolsai.jupyter
12:25:36.089 [debug] Jupyter completion time: 583
12:25:50.484 [trace] Executing silently Code (idle) = def _VSCODE_getVariable(what_to_get, is_debugging, *args):\n# Query Jupyter server for the info a
12:25:50.484 [trace] Executing silently Code (idle) = def _VSCODE_getVariable(what_to_get, is_debugging, *args):\n# Query Jupyter server for the info a

Coding Language and Runtime Version

Python 3.12

Language Extension Version (if applicable)

2024.22.2

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

@jeckst jeckst added the bug Issue identified by VS Code Team member as probable bug label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants