microsoft / vscode-jupyter

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

Very long time to connect to kernel. #11856

Closed BrandonW723 closed 1 year ago

BrandonW723 commented 1 year ago

Type: Performance Issue

It takes a very long time to connect to kernel. I use the jupyter extension.

VS Code version: Code 1.72.2 (d045a5eda657f4d7b676dedbfa7aab8207f8a075, 2022-10-12T22:15:18.074Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (4 x 2904)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
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_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|undefined| |Memory (System)|7.84GB (1.34GB free)| |Process Argv|C:\\Users\\brand\\Downloads\\Create Lists with the range() Function - Exercise_Py3.ipynb --crash-reporter-id 62251928-3b77-4ada-8553-8e1a9d723e4e| |Screen Reader|no| |VM|0%|
Process Info ``` CPU % Mem MB PID Process 1 98 10080 code main 0 39 2872 utility-network-service 0 95 4708 window (undefined) 3 158 8940 gpu-process 1 171 15480 window (● Create Lists with the range() Function - Exercise_Py3.ipynb - Visual Studio Code) 0 104 17236 shared-process 0 77 2400 fileWatcher 0 77 4768 ptyHost 1 92 18612 issue-reporter 0 145 18768 extensionHost 0 186 3332 "C:\Users\brand\AppData\Local\Programs\Microsoft VS Code\Code.exe" --ms-enable-electron-run-as-node c:\Users\brand\.vscode\extensions\ms-python.vscode-pylance-2022.10.40\dist\server.bundle.js --cancellationReceive=file:453d01b66e96f50d9c27d5f3bebfaa8ee78eca5edd --node-ipc --clientProcessId=18768 0 26 18968 crashpad-handler ```
Workspace Info ``` ; ```
Extensions (7) Extension|Author (truncated)|Version ---|---|--- python|ms-|2022.16.1 vscode-pylance|ms-|2022.10.40 jupyter|ms-|2022.9.1202862440 jupyter-keymap|ms-|1.0.0 jupyter-renderers|ms-|1.0.10 vscode-jupyter-cell-tags|ms-|0.1.6 vscode-jupyter-slideshow|ms-|0.1.5
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492cf:30256860 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593cf:30376535 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 azure-dev_surveyone:30548225 pyindex848cf:30577861 nodejswelcome1:30587005 fc301958:30595537 2e4cg342:30596373 ```
DonJayamanne commented 1 year ago

@BrandonW723 Thanks for filing this issue and I'm sorry you're running into this.

Please could you enable logging as follows:

BrandonW723 commented 1 year ago

Okay thank you

Sent from my iPhone

On Nov 3, 2022, at 1:25 PM, Don Jayamanne @.***> wrote:

 @BrandonW723 Thanks for filing this issue and I'm sorry you're running into this.

Please could you enable logging as follows:

Open settings & go into Jupyter->Logging Change the value to verbose Reload VS Code, Attempt to repro the issue & then copy the output from the Jupyter output panel. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

kyanovsky commented 1 year ago

This is happening to me also, it just hangs and never connects to the kernel. Started happening with version 2022.8.100 (30 August 2022). Issue doesn't appear in previous version 2022.7.110 (12 Aug 2022), so I guess I'll keep using that for now.

Below is the relevant bit from Jupyter output console when trying to run a cell, I hope this helps.

debug 15:42:55.919: Create activated Env, Class name = _, completed in 3ms, has a truthy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"c:\\dev\\jupyter_test\\jupyter_test.ipynb","_sep":1,"external":"file:///c%3A/dev/jupyter_test/jupyter_test.ipynb","path":"/c:/dev/jupyter_test/jupyter_test.ipynb","scheme":"file"},"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/c:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/c:/Anaconda3/envs/rrr/python.exe","scheme":"file"}}}
warn 15:42:55.926: 2022-11-09 15:42:55,926 UTC - ERROR - Error in line INITIALIZE_INTERRUPT:5
Traceback (most recent call last):
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 334, in main
    handle = interrupter.initialize_interrupt()
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 297, in initialize_interrupt
    child_proc_handle = OpenProcess(PROCESS_ALL_ACCESS, False, os.getpid())
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 163, in OpenProcess
    CheckError(hp, "failed to open process")
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 131, in CheckError
    raise ctypes.WinError(ctypes.get_last_error(), msg)
PermissionError: [WinError 5] failed to open process

debug 15:42:56.182: IPyWidgetMessageDispatcher.initialize
info 15:42:56.325: ipykernel version & path 6.16.0, ~\AppData\Roaming\Python\Python39\site-packages\ipykernel\__init__.py for c:\Anaconda3\envs\rrr\python.exe
debug 15:43:34.856: VSCodeNotebookController::handleExecution, Class name = x (started execution)
debug 15:43:34.856: Execute Cell 0 c:\dev\jupyter_test\jupyter_test.ipynb
debug 15:43:34.856: start the kernel, options.disableUI=false
DonJayamanne commented 1 year ago

@kyanovsky

please could you replicate this again and upload all of the output from the jupyter output panel. id like to see the other information such as versions etc.

kyanovsky commented 1 year ago

Here you go @DonJayamanne

Visual Studio Code (1.73.0, undefined, desktop)
Jupyter Extension Version: 2022.9.1202862440.
Python Extension Version: 2022.18.1.
Workspace folder c:\dev\jupyter_test
info 17:27:38.814: ZMQ install verified.
info 17:27:39.173: LSP Notebooks experiment is disabled -- not in treatment group
debug 17:27:39.173: Get Active Interpreter, Class name = I (started execution), Arg 1: "/c:/dev/jupyter_test"
debug 17:27:39.173: Get Active Interpreter, Class name = I (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:39.173: Get Active Interpreter, Class name = I (started execution), Arg 1: "/c:/dev/jupyter_test"
debug 17:27:39.176: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:39.177: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.177: Get Custom Env Variables, Class name = w (started execution), Arg 1: "/c:/dev/jupyter_test", Arg 2: "RunNonPythonCode"
debug 17:27:39.177: Get Custom Env Variables, Class name = w (started execution), Arg 1: "/c:/dev/jupyter_test", Arg 2: "RunPythonCode"
debug 17:27:39.178: getCondaFile, Class name = k (started execution)
debug 17:27:39.178: getCondaVersion, Class name = k (started execution)
debug 17:27:39.178: getCondaVersionFromPython, Class name = k (started execution)
debug 17:27:39.179: Get Active Interpreter, Class name = I (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:39.179: Get Active Interpreter, Class name = I (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:39.184: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.185: Get Interpreters, Class name = I (started execution), Arg 1: undefined
debug 17:27:39.185: Get Active Interpreter, Class name = I (started execution), Arg 1: undefined
debug 17:27:39.185: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 0ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:39.203: Get Custom Env Variables, Class name = w, completed in 27ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:39.204: Get Custom Env Variables, Class name = w, completed in 27ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.205: Get Custom Env Variables, Class name = w, completed in 28ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test", Arg 2: "RunNonPythonCode"
debug 17:27:39.205: Get Custom Env Variables, Class name = w, completed in 28ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test", Arg 2: "RunPythonCode"
debug 17:27:39.207: Get Custom Env Variables, Class name = w, completed in 23ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.207: Get Jupyter Sub Paths, Class name = j, completed in 23ms, has a truthy return value, Arg 1: undefined, Arg 2: "kernels", Return Value: 
debug 17:27:39.207: Get Jupyter Kernel Paths, Class name = j, completed in 23ms, has a truthy return value, Arg 1: undefined, Return Value: 
debug 17:27:39.207: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 0ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:39.208: Get KernelSpec root path, Class name = j, completed in 24ms, has a truthy return value, Arg 1: undefined, Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>, <Uri:/C:/ProgramData/jupyter/kernels>
debug 17:27:39.219: Not Searching for kernels as path not found, c:\Users\karg\AppData\Roaming\jupyter\kernels
debug 17:27:39.219: Not Searching for kernels as path not found, c:\ProgramData\jupyter\kernels
debug 17:27:39.288: getCondaFile, Class name = k, completed in 110ms, has a truthy return value
debug 17:27:39.309: getCondaVersion, Class name = k, completed in 131ms, has a truthy return value
debug 17:27:39.313: API called from ms-toolsai.vscode-jupyter-powertoys
debug 17:27:39.408: Get Active Interpreter, Class name = I (started execution), Arg 1: undefined
debug 17:27:39.408: Get Interpreters, Class name = I (started execution), 
debug 17:27:39.440: Get Active Interpreter, Class name = I, completed in 267ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test"
debug 17:27:39.440: Get Active Interpreter, Class name = I, completed in 267ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:39.441: Get Active Interpreter, Class name = I, completed in 268ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test"
debug 17:27:39.441: Get Active Interpreter, Class name = I, completed in 262ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:39.442: Get Active Interpreter, Class name = I, completed in 263ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:39.442: Rank Kernels, Class name = p (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: {"kernelspec":{"display_name":"Python 3.9.12 ('rrr')","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.12"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b"}}}, Arg 3: <Uri:/C:/Python39/python.exe>, Arg 4: "", Arg 5: undefined
debug 17:27:39.442: Get Active Interpreter, Class name = I, completed in 257ms, has a truthy return value, Arg 1: undefined
debug 17:27:39.442: Get Active Interpreter, Class name = I, completed in 34ms, has a truthy return value, Arg 1: undefined
debug 17:27:39.442: interpreterPackages getPackageInformation, Class name = r (started execution), Arg 1: {"interpreter":{"id":"C:\\PYTHON39\\PYTHON.EXE","sysPrefix":"C:\\Python39","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","uri":{"$mid":1,"fsPath":"c:\\Python39\\python.exe","_sep":1,"external":"file:///c%3A/Python39/python.exe","path":"/C:/Python39/python.exe","scheme":"file"}}}
debug 17:27:39.442: Create activated Env, Class name = _ (started execution), Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"C:\\PYTHON39\\PYTHON.EXE","sysPrefix":"C:\\Python39","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","uri":{"$mid":1,"fsPath":"c:\\Python39\\python.exe","_sep":1,"external":"file:///c%3A/Python39/python.exe","path":"/C:/Python39/python.exe","scheme":"file"}}}
debug 17:27:39.442: Getting activated env variables, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>, Arg 3: true
debug 17:27:39.442: Getting activated env variables impl, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.442: Getting activated env variables ourselves, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.442: Getting activated env variables from Python, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.442: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.442: Cached data exists getEnvironmentVariables, <No Resource>
debug 17:27:39.442: Cached custom vars data exists getCustomEnvironmentVariables, <No Resource>
debug 17:27:39.442: Get Custom Env Variables, Class name = w, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.474: Creating notebook controller with name Python 3.9.12 64-bit
debug 17:27:39.475: Get Interpreter details, Class name = I (started execution), Arg 1: "/C:/Python39/python.exe", Arg 2: undefined
debug 17:27:39.475: Got activation Env Vars without any caching. Key is \C:\DEV\JUPYTER_TEST_81794d4967e6c3204c66dcd87b604927b115b27c00565d3d43f05ba2f3a2cb0d
debug 17:27:39.475: Get Interpreter details, Class name = I, completed in 0ms, has a truthy return value, Arg 1: "/C:/Python39/python.exe", Arg 2: undefined
debug 17:27:39.475: Create ProcessService, Class name = h (started execution), Arg 1: undefined
debug 17:27:39.475: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:39.475: Cached data exists getEnvironmentVariables, <No Resource>
debug 17:27:39.475: Getting env activation commands, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.475: Getting activation commands for file:///c%3A/Python39/python.exe
debug 17:27:39.475: Getting activation commands for file:///c%3A/Python39/python.exe are not cached. May take a while.
debug 17:27:39.475: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.475: Cached data exists getEnvironmentVariables, <No Resource>
debug 17:27:39.475: Get Custom Env Variables, Class name = w, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:39.475: Get Custom Env Variables, Class name = w, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:39.475: Create ProcessService, Class name = h, completed in 0ms, has a truthy return value, Arg 1: undefined
info 17:27:39.871: Got empty env vars with python c:\Python39\python.exe in 429ms
debug 17:27:39.871: Getting activated env variables from Python, Class name = V, completed in 429ms, has a falsy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.871: Got env vars with python ext faster c:\Python39\python.exe
debug 17:27:39.871: Got env vars with python c:\Python39\python.exe in 429ms
debug 17:27:39.871: Getting activated env variables impl, Class name = V, completed in 429ms, has a falsy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.871: Getting activated env variables, Class name = V, completed in 429ms, has a falsy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>, Arg 3: true
debug 17:27:39.871: Create ProcessService, Class name = h (started execution), Arg 1: undefined
debug 17:27:39.871: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:39.871: Cached data exists getEnvironmentVariables, <No Resource>
debug 17:27:39.872: Get Custom Env Variables, Class name = w, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:39.875: Create ProcessService, Class name = h, completed in 4ms, has a truthy return value, Arg 1: undefined
debug 17:27:39.875: Creating execution process, Class name = _, completed in 4ms, has a truthy return value, Arg 1: {"interpreter":{"id":"C:\\PYTHON39\\PYTHON.EXE","sysPrefix":"C:\\Python39","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","uri":{"$mid":1,"fsPath":"c:\\Python39\\python.exe","_sep":1,"external":"file:///c%3A/Python39/python.exe","path":"/C:/Python39/python.exe","scheme":"file"}}}, Return Value: {}
debug 17:27:39.875: Create activated Env, Class name = _, completed in 433ms, has a truthy return value, Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"C:\\PYTHON39\\PYTHON.EXE","sysPrefix":"C:\\Python39","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","uri":{"$mid":1,"fsPath":"c:\\Python39\\python.exe","_sep":1,"external":"file:///c%3A/Python39/python.exe","path":"/C:/Python39/python.exe","scheme":"file"}}}
info 17:27:39.888: Process Execution: > c:\Python39\python.exe -m pip list
> c:\Python39\python.exe -m pip list
debug 17:27:39.892: Getting env activation commands, Class name = V, completed in 417ms, has a falsy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.893: Getting activated env variables ourselves, Class name = V, completed in 451ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Python39/python.exe>
debug 17:27:39.893: Got env vars ourselves c:\Python39\python.exe in 451ms
info 17:27:40.211: Registering dummy command feature
debug 17:27:41.208: getCondaVersionFromPython, Class name = k, completed in 2030ms, has a truthy return value
debug 17:27:42.622: interpreterPackages getPackageInformation, Class name = r, completed in 3180ms, has a falsy return value, Arg 1: {"interpreter":{"id":"C:\\PYTHON39\\PYTHON.EXE","sysPrefix":"C:\\Python39","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","uri":{"$mid":1,"fsPath":"c:\\Python39\\python.exe","_sep":1,"external":"file:///c%3A/Python39/python.exe","path":"/C:/Python39/python.exe","scheme":"file"}}}
debug 17:27:42.687: Full interpreter list for  is length: 35, Python 3.8.8 ('base'):Conda:c:\Anaconda3\python.exe, Python 3.7.8 64-bit:Global:c:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe, Python 3.7.11 ('aaa'):Conda:c:\Anaconda3\envs\aaa\python.exe, Python 3.7.11 ('dddd'):Conda:c:\Anaconda3\envs\dddd\python.exe, Python 3.9.12 ('pppp'):Conda:c:\Anaconda3\envs\pppp\python.exe, Python 3.9.12 ('rrr'):Conda:c:\Anaconda3\envs\rrr\python.exe, Python 3.8.5 64-bit:Global:c:\Python38\python.exe, Python 3.9.12 64-bit:Global:c:\Python39\python.exe, Python 2.7.18 64-bit:Global:c:\python27\python.exe, Python 3.7.13 ('ccc'):Conda:c:\Anaconda3\envs\ccc\python.exe, Python 3.7.1 ('zzzz'):Conda:c:\Anaconda3\envs\zzzz\python.exe, Python 3.9.12 ('bbb-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\bbb-py3.9\Scripts\python.exe, Python 3.9.12 ('muByJmZF-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\muByJmZF-py3.9\Scripts\python.exe, Python 3.9.12 ('xTogIvu3-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\xTogIvu3-py3.9\Scripts\python.exe, Python 3.9.12 ('k6GyulPm-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\k6GyulPm-py3.9\Scripts\python.exe, Python 3.9.12 ('1r0HSNEm-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\1r0HSNEm-py3.9\Scripts\python.exe, Python 3.9.12 (Qu-XO-F4-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\Qu-XO-F4-py3.9\Scripts\python.exe, Python 3.8.8 ('base'):Conda:c:\Anaconda3\python.exe, Python 3.7.8 64-bit:Global:c:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe, Python 3.7.11 ('aaa'):Conda:c:\Anaconda3\envs\aaa\python.exe, Python 3.7.11 ('dddd'):Conda:c:\Anaconda3\envs\dddd\python.exe, Python 3.9.12 ('pppp'):Conda:c:\Anaconda3\envs\pppp\python.exe, Python 3.9.12 ('rrr'):Conda:c:\Anaconda3\envs\rrr\python.exe, Python 3.8.5 64-bit:Global:c:\Python38\python.exe, Python 3.9.12 64-bit:Global:c:\Python39\python.exe, Python 2.7.18 64-bit:Global:c:\python27\python.exe, Python 3.7.13 ('ccc'):Conda:c:\Anaconda3\envs\ccc\python.exe, Python 3.7.1 ('zzzz'):Conda:c:\Anaconda3\envs\zzzz\python.exe, Python 3.9.12 ('bbb-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\bbb-py3.9\Scripts\python.exe, Python 3.9.12 ('muByJmZF-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\muByJmZF-py3.9\Scripts\python.exe, Python 3.9.12 ('xTogIvu3-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\xTogIvu3-py3.9\Scripts\python.exe, Python 3.9.12 ('k6GyulPm-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\k6GyulPm-py3.9\Scripts\python.exe, Python 3.9.12 ('1r0HSNEm-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\1r0HSNEm-py3.9\Scripts\python.exe, Python 3.9.12 (Qu-XO-F4-py3.9'):Poetry:c:\code\poetry\Cache\virtualenvs\Qu-XO-F4-py3.9\Scripts\python.exe, Python 3.9.12 64-bit:Global:c:\Python39\python.exe
debug 17:27:42.692: Get Interpreters, Class name = I, completed in 3507ms, has a truthy return value, Arg 1: undefined
debug 17:27:42.693: Get Active Interpreter, Class name = I (started execution), Arg 1: undefined
debug 17:27:42.694: Get Interpreters, Class name = I, completed in 3286ms, has a truthy return value, 
debug 17:27:42.694: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 1ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:42.694: Get Active Interpreter, Class name = I, completed in 1ms, has a truthy return value, Arg 1: undefined
debug 17:27:42.694: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 1ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:42.694: Get Jupyter Kernel Paths, Class name = j, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: 
debug 17:27:42.694: Get Jupyter Kernel Paths, Class name = j, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: 
debug 17:27:42.694: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 0ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:42.694: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 0ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:42.694: Get KernelSpec root path, Class name = j, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>, <Uri:/C:/ProgramData/jupyter/kernels>
debug 17:27:42.694: Get KernelSpec root path, Class name = j, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>, <Uri:/C:/ProgramData/jupyter/kernels>
debug 17:27:42.700: Not Searching for kernels as path not found, c:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\share\jupyter\kernels
debug 17:27:42.700: Not Searching for kernels as path not found, c:\Anaconda3\envs\aaa\share\jupyter\kernels
debug 17:27:42.700: Not Searching for kernels as path not found, c:\python27\share\jupyter\kernels
debug 17:27:42.700: Not Searching for kernels as path not found, c:\Python39\share\jupyter\kernels
debug 17:27:42.700: Not Searching for kernels as path not found, c:\Python38\share\jupyter\kernels
debug 17:27:42.700: Not Searching for kernels as path not found, c:\Anaconda3\envs\ccc\share\jupyter\kernels
debug 17:27:42.701: Not Searching for kernels as path not found, c:\code\poetry\Cache\virtualenvs\xTogIvu3-py3.9\share\jupyter\kernels
debug 17:27:42.701: Not Searching for kernels as path not found, c:\code\poetry\Cache\virtualenvs\k6GyulPm-py3.9\share\jupyter\kernels
debug 17:27:42.701: Not Searching for kernels as path not found, c:\code\poetry\Cache\virtualenvs\Qu-XO-F4-py3.9\share\jupyter\kernels
debug 17:27:42.752: Loading kernelspec from c:\Anaconda3\share\jupyter\kernels\python3\kernel.json for c:\Anaconda3\python.exe
debug 17:27:42.752: Loading kernelspec from c:\Anaconda3\envs\dddd\share\jupyter\kernels\python3\kernel.json for c:\Anaconda3\envs\dddd\python.exe
debug 17:27:42.752: Loading kernelspec from c:\Anaconda3\envs\pppp\share\jupyter\kernels\python3\kernel.json for c:\Anaconda3\envs\pppp\python.exe
debug 17:27:42.752: Loading kernelspec from c:\Anaconda3\envs\rrr\share\jupyter\kernels\python3\kernel.json for c:\Anaconda3\envs\rrr\python.exe
debug 17:27:42.752: Loading kernelspec from c:\Anaconda3\envs\zzzz\share\jupyter\kernels\python3\kernel.json for c:\Anaconda3\envs\zzzz\python.exe
debug 17:27:42.752: Loading kernelspec from c:\code\poetry\Cache\virtualenvs\bbb-py3.9\share\jupyter\kernels\python3\kernel.json for c:\code\poetry\Cache\virtualenvs\bbb-py3.9\Scripts\python.exe
debug 17:27:42.752: Loading kernelspec from c:\code\poetry\Cache\virtualenvs\muByJmZF-py3.9\share\jupyter\kernels\python3\kernel.json for c:\code\poetry\Cache\virtualenvs\muByJmZF-py3.9\Scripts\python.exe
debug 17:27:42.753: Loading kernelspec from c:\code\poetry\Cache\virtualenvs\1r0HSNEm-py3.9\share\jupyter\kernels\python3\kernel.json for c:\code\poetry\Cache\virtualenvs\1r0HSNEm-py3.9\Scripts\python.exe
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python388jvsc74a57bd0e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba', c:\Anaconda3\python.exe
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3711jvsc74a57bd0480c0ee3560f886b80dcddfd192481ef35b165197a260d8555ab96a32483c443', c:\Anaconda3\envs\dddd\python.exe
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b', python
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python371jvsc74a57bd0b7886c55dfa7f01adbc75a7900e0decea10a0af6fe6581adec39a362070f41bf', python
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd00225b86ccd1c5ebfefa52d3bdd148efa9a26390f5c4a4a96251191b18f0dd538', c:\Anaconda3\envs\pppp\python.exe
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0ccf9936d90ce5da83983a1dbce066560752d24423c0978f5387b43bb4d25a73d', python
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0a84d37894fb1758c397cd3d978e920e664a165131be3599a1f08835c0b71fcfa', python
debug 17:27:42.779: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0ac242210c507861140d86eed048fcfca28ae5ab0af9d02200efb7f9806f186d6', python
debug 17:27:42.821: Get Interpreters, Class name = I (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:42.821: Found 17 cached controllers
debug 17:27:42.821: Creating 17 controllers
debug 17:27:42.821: Creating notebook controller with name Python 2.7.18 64-bit
debug 17:27:42.822: Creating notebook controller with name Python 2.7.18 64-bit
debug 17:27:42.822: Creating notebook controller with name zzzz (Python 3.7.1)
debug 17:27:42.822: Creating notebook controller with name zzzz (Python 3.7.1)
debug 17:27:42.823: Creating notebook controller with name aaa (Python 3.7.11)
debug 17:27:42.823: Creating notebook controller with name aaa (Python 3.7.11)
debug 17:27:42.823: Creating notebook controller with name dddd (Python 3.7.11)
debug 17:27:42.824: Creating notebook controller with name dddd (Python 3.7.11)
debug 17:27:42.824: Creating notebook controller with name ccc (Python 3.7.13)
debug 17:27:42.825: Creating notebook controller with name ccc (Python 3.7.13)
debug 17:27:42.825: Creating notebook controller with name Python 3.7.8 64-bit
debug 17:27:42.825: Creating notebook controller with name Python 3.7.8 64-bit
debug 17:27:42.825: Creating notebook controller with name Python 3.8.5 64-bit
debug 17:27:42.826: Creating notebook controller with name Python 3.8.5 64-bit
debug 17:27:42.826: Creating notebook controller with name base (Python 3.8.8)
debug 17:27:42.826: Creating notebook controller with name base (Python 3.8.8)
debug 17:27:42.826: Creating notebook controller with name Qu-XO-F4-py3.9 (Python 3.9.12)
debug 17:27:42.826: Creating notebook controller with name Qu-XO-F4-py3.9 (Python 3.9.12)
debug 17:27:42.827: Creating notebook controller with name 1r0HSNEm-py3.9 (Python 3.9.12)
debug 17:27:42.827: Creating notebook controller with name 1r0HSNEm-py3.9 (Python 3.9.12)
debug 17:27:42.827: Creating notebook controller with name bbb-py3.9 (Python 3.9.12)
debug 17:27:42.827: Creating notebook controller with name bbb-py3.9 (Python 3.9.12)
debug 17:27:42.827: Creating notebook controller with name pppp (Python 3.9.12)
debug 17:27:42.828: Creating notebook controller with name pppp (Python 3.9.12)
debug 17:27:42.828: Creating notebook controller with name rrr (Python 3.9.12)
debug 17:27:42.828: Creating notebook controller with name rrr (Python 3.9.12)
debug 17:27:42.828: Creating notebook controller with name muByJmZF-py3.9 (Python 3.9.12)
debug 17:27:42.828: Creating notebook controller with name muByJmZF-py3.9 (Python 3.9.12)
debug 17:27:42.828: Creating notebook controller with name k6GyulPm-py3.9 (Python 3.9.12)
debug 17:27:42.828: Creating notebook controller with name k6GyulPm-py3.9 (Python 3.9.12)
debug 17:27:42.829: Creating notebook controller with name xTogIvu3-py3.9 (Python 3.9.12)
debug 17:27:42.829: Creating notebook controller with name xTogIvu3-py3.9 (Python 3.9.12)
debug 17:27:42.829: Creating notebook controller with name Python 3.9.12 64-bit
debug 17:27:42.830: Get Interpreters, Class name = I, completed in 9ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:42.830: Get Active Interpreter, Class name = I (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:42.832: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 2ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:42.832: Get Active Interpreter, Class name = I, completed in 2ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb"
debug 17:27:42.832: Get Jupyter Kernel Paths, Class name = j, completed in 2ms, has a truthy return value, Arg 1: "", Return Value: 
debug 17:27:42.832: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 0ms, has a truthy return value, , Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>
debug 17:27:42.833: Get KernelSpec root path, Class name = j, completed in 3ms, has a truthy return value, Arg 1: {"_isCancelled":false,"_emitter":null}, Return Value: <Uri:/c:/Users/karg/AppData/Roaming/jupyter/kernels>, <Uri:/C:/ProgramData/jupyter/kernels>
info 17:27:42.833: Preferred Remote kernel for c:\dev\jupyter_test\jupyter_test.ipynb is undefined
info 17:27:42.833: Find preferred kernel for c:\dev\jupyter_test\jupyter_test.ipynb with metadata {"kernelspec":{"display_name":"Python 3.9.12 ('rrr')","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.12"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b"}}} & preferred interpreter c:\Python39\python.exe
debug 17:27:42.835: Rank Kernels, Class name = p, completed in 3393ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: {"kernelspec":{"display_name":"Python 3.9.12 ('rrr')","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.12"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b"}}}, Arg 3: <Uri:/C:/Python39/python.exe>, Arg 4: "", Arg 5: undefined
info 17:27:42.835: Preferred Remote kernel for c:\dev\jupyter_test\jupyter_test.ipynb is undefined
info 17:27:42.835: Preferred kernel .jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b.c:\Anaconda3\envs\rrr\python.exe.c:\Anaconda3\envs\rrr\python.exe.-m#ipykernel_launcher is exact match or top match for non python kernels, (false, undefined, true, false)
info 17:27:42.836: PreferredConnection: .jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b.c:\Anaconda3\envs\rrr\python.exe.c:\Anaconda3\envs\rrr\python.exe.-m#ipykernel_launcher found for NotebookDocument: c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:27:42.836: TargetController found ID: .jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b.c:\Anaconda3\envs\rrr\python.exe.c:\Anaconda3\envs\rrr\python.exe.-m#ipykernel_launcher for document c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python388jvsc74a57bd0e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba', c:\Anaconda3\python.exe
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3711jvsc74a57bd0480c0ee3560f886b80dcddfd192481ef35b165197a260d8555ab96a32483c443', c:\Anaconda3\envs\dddd\python.exe
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd00225b86ccd1c5ebfefa52d3bdd148efa9a26390f5c4a4a96251191b18f0dd538', c:\Anaconda3\envs\pppp\python.exe
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b', python
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python371jvsc74a57bd0b7886c55dfa7f01adbc75a7900e0decea10a0af6fe6581adec39a362070f41bf', python
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0ccf9936d90ce5da83983a1dbce066560752d24423c0978f5387b43bb4d25a73d', python
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0a84d37894fb1758c397cd3d978e920e664a165131be3599a1f08835c0b71fcfa', python
debug 17:27:42.840: Hiding default kernel spec 'Python 3 (ipykernel)', 'python3912jvsc74a57bd0ac242210c507861140d86eed048fcfca28ae5ab0af9d02200efb7f9806f186d6', python
debug 17:27:42.842: Found 17 cached controllers
debug 17:27:42.842: Creating 17 controllers
debug 17:27:42.843: interpreterPackages getPackageInformation, Class name = r (started execution), Arg 1: {"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}}}
debug 17:27:42.843: Create activated Env, Class name = _ (started execution), Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}}}
debug 17:27:42.843: Getting activated env variables, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: true
debug 17:27:42.844: Getting activated env variables impl, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:27:42.844: Getting activated env variables ourselves, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:27:42.844: Getting activated env variables from Python, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:27:42.844: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:42.844: Cached data exists getEnvironmentVariables, <No Resource>
debug 17:27:42.844: Cached custom vars data exists getCustomEnvironmentVariables, <No Resource>
debug 17:27:42.844: Get Custom Env Variables, Class name = w, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:42.844: getCondaEnvVariables, Class name = V (started execution)
debug 17:27:42.844: getCondaVersion, Class name = k (started execution)
debug 17:27:42.844: Got activation Env Vars without any caching. Key is \C:\DEV\JUPYTER_TEST_e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b
debug 17:27:42.844: getCondaVersion, Class name = k, completed in 0ms, has a truthy return value
debug 17:27:42.844: Get Interpreter details, Class name = I (started execution), Arg 1: "/C:/Anaconda3/envs/rrr/python.exe", Arg 2: undefined
debug 17:27:42.855: Get Interpreter details, Class name = I, completed in 11ms, has a truthy return value, Arg 1: "/C:/Anaconda3/envs/rrr/python.exe", Arg 2: undefined
debug 17:27:42.855: Create ProcessService, Class name = h (started execution), Arg 1: undefined
debug 17:27:42.855: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:42.855: Cached data exists getEnvironmentVariables, <No Resource>
debug 17:27:42.855: Getting env activation commands, Class name = V (started execution), Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:27:42.855: Getting activation commands for file:///c%3A/Anaconda3/envs/rrr/python.exe
debug 17:27:42.855: Getting activation commands for file:///c%3A/Anaconda3/envs/rrr/python.exe are cached.
debug 17:27:42.855: Get Custom Env Variables, Class name = w (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:42.855: Cached data exists getEnvironmentVariables, <No Resource>
debug 17:27:42.855: Get Custom Env Variables, Class name = w, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode"
debug 17:27:42.855: Getting env activation commands, Class name = V, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:27:42.855: Get Custom Env Variables, Class name = w, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 17:27:42.855: Create ProcessService, Class name = h, completed in 0ms, has a truthy return value, Arg 1: undefined
debug 17:27:42.855: Activation Commands received C:/Anaconda3/Scripts/activate,conda activate rrr for shell cmd
debug 17:27:42.856: Has Custom Env Vars
debug 17:27:42.856: Activating Environment to capture Environment variables, C:/Anaconda3/Scripts/activate && conda activate rrr && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/karg/.vscode/extensions/ms-toolsai.jupyter-2022.9.1202862440/pythonFiles/printEnvVariables.py
debug 17:27:42.856: Execing shell command, Class name = b (started execution), Arg 1: "C:/Anaconda3/Scripts/activate && conda activate rrr && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/karg/.vscode/extensions/ms-toolsai.jupyter-2022.9.1202862440/pythonFiles/printEnvVariables.py", Arg 2: ""
info 17:27:42.869: Preferred Remote kernel for c:\dev\jupyter_test\jupyter_test.ipynb is undefined
debug 17:27:44.315: Execing shell command, Class name = b, completed in 1459ms, has a truthy return value, Arg 1: "C:/Anaconda3/Scripts/activate && conda activate rrr && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/karg/.vscode/extensions/ms-toolsai.jupyter-2022.9.1202862440/pythonFiles/printEnvVariables.py", Arg 2: ""
debug 17:27:44.316: parseEnvironmentOutput, Class name = V, completed in 1ms, has a truthy return value
debug 17:27:44.316: getCondaEnvVariables, Class name = V, completed in 1472ms, has a truthy return value
debug 17:27:44.317: getCondaEnvVariables and send telemetry took: 1473ms
debug 17:27:44.317: Getting activated env variables ourselves, Class name = V, completed in 1473ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
info 17:27:44.317: Got env vars ourselves faster c:\Anaconda3\envs\rrr\python.exe with env var count 89 in 1473ms
debug 17:27:44.317: Got env vars ourselves c:\Anaconda3\envs\rrr\python.exe in 1473ms
debug 17:27:44.317: Getting activated env variables impl, Class name = V, completed in 1473ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:27:44.317: Getting activated env variables, Class name = V, completed in 1474ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: true
debug 17:27:44.317: Create activated Env, Class name = _, completed in 1474ms, has a truthy return value, Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}}}
info 17:27:44.328: Process Execution: > c:\Anaconda3\envs\rrr\python.exe -m pip list
> c:\Anaconda3\envs\rrr\python.exe -m pip list
info 17:27:44.698: Got env vars with python c:\Anaconda3\envs\rrr\python.exe, with env var count 92 and custom env var count 0 in 1854ms
debug 17:27:44.698: Getting activated env variables from Python, Class name = V, completed in 1854ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:27:44.698: Got env vars with python c:\Anaconda3\envs\rrr\python.exe in 1854ms
debug 17:27:45.966: interpreterPackages getPackageInformation, Class name = r, completed in 3123ms, has a falsy return value, Arg 1: {"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}}}
debug 17:28:03.494: VSCodeNotebookController::handleExecution, Class name = x (started execution)
debug 17:28:03.495: KernelProvider switched kernel to id = .jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b.c:\Anaconda3\envs\rrr\python.exe.c:\Anaconda3\envs\rrr\python.exe.-m#ipykernel_launcher
debug 17:28:03.496: start the kernel, options.disableUI=true
debug 17:28:03.496: Start Jupyter Session in kernel.ts with disableUI = true
debug 17:28:03.498: Intiailize notebook communications for editor c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.498: Resolving notebook UI Comms (resolve) for c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.498: initialize CommonMessageCoordinator
debug 17:28:03.518: Registering commtarget jupyter.widget
debug 17:28:03.518: IPyWidgetMessageDispatcher.initialize
debug 17:28:03.519: Controller selection change completed
debug 17:28:03.519: Execute Cell 0 c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.520: start the kernel, options.disableUI=false
debug 17:28:03.521: Storing Preferred remote kernel for c:\dev\jupyter_test\jupyter_test.ipynb is undefined
info 17:28:03.522: Starting Jupyter Session startUsingPythonInterpreter, .jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b.c:\Anaconda3\envs\rrr\python.exe.c:\Anaconda3\envs\rrr\python.exe.-m#ipykernel_launcher (Python Path: c:\Anaconda3\envs\rrr, EnvType: Conda, EnvName: 'rrr', Version: 3.9.12) for 'c:\dev\jupyter_test\jupyter_test.ipynb' (disableUI=false)
debug 17:28:03.522: Creating raw notebook for resource 'c:\dev\jupyter_test\jupyter_test.ipynb'
info 17:28:03.522: Computing working directory for resource 'c:\dev\jupyter_test\jupyter_test.ipynb'
debug 17:28:03.540: Kernel Launcher. launch, Class name = r (started execution), Arg 1: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"c:\\Users\\karg\\.vscode\\extensions\\ms-toolsai.jupyter-2022.9.1202862440\\temp\\jupyter\\kernels\\python3912jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b\\kernel.json","interpreterPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","isRegisteredByVSC":"registeredByNewVersionOfExt","name":"python3912jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","executable":"python","display_name":"Python 3.9.12 ('rrr')","metadata":{"interpreter":{"path":"c:\\Anaconda3\\envs\\rrr\\python.exe"}},"env":{}},"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}},"id":".jvsc74a57bd0e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b.c:\\Anaconda3\\envs\\rrr\\python.exe.c:\\Anaconda3\\envs\\rrr\\python.exe.-m#ipykernel_launcher"}, Arg 2: 5000, Arg 3: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 4: "c:\\dev\\jupyter_test", Arg 5: {"_isCancelled":false,"_emitter":null}
debug 17:28:03.541: Create activated Env, Class name = _ (started execution), Arg 1: {"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}},"resource":{"$mid":1,"fsPath":"c:\\dev\\jupyter_test\\jupyter_test.ipynb","_sep":1,"external":"file:///c%3A/dev/jupyter_test/jupyter_test.ipynb","path":"/c:/dev/jupyter_test/jupyter_test.ipynb","scheme":"file"}}
debug 17:28:03.541: Getting activated env variables, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: undefined
debug 17:28:03.541: Getting activated env variables impl, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.541: Getting activated env variables ourselves, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.541: Getting activated env variables from Python, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.541: Get Custom Env Variables, Class name = w (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.541: Cached data exists getEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.541: Cached custom vars data exists getCustomEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.542: Get Custom Env Variables, Class name = w, completed in 1ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.543: Got activation Env Vars from cached promise with key \C:\DEV\JUPYTER_TEST_e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b
debug 17:28:03.543: Getting activated env variables ourselves, Class name = V, completed in 2ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
info 17:28:03.543: Got env vars ourselves faster c:\Anaconda3\envs\rrr\python.exe with env var count 89 in 2ms
debug 17:28:03.543: Got env vars ourselves c:\Anaconda3\envs\rrr\python.exe in 2ms
debug 17:28:03.543: Getting activated env variables impl, Class name = V, completed in 2ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.556: Getting activated env variables, Class name = V, completed in 15ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: undefined
debug 17:28:03.557: Create activated Env, Class name = _, completed in 16ms, has a truthy return value, Arg 1: {"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}},"resource":{"$mid":1,"fsPath":"c:\\dev\\jupyter_test\\jupyter_test.ipynb","_sep":1,"external":"file:///c%3A/dev/jupyter_test/jupyter_test.ipynb","path":"/c:/dev/jupyter_test/jupyter_test.ipynb","scheme":"file"}}
info 17:28:03.570: Process Execution: > c:\Anaconda3\envs\rrr\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
> c:\Anaconda3\envs\rrr\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
debug 17:28:03.612: Launching kernel in kernelProcess.ts, Class name = x (started execution), Arg 1: "c:\\dev\\jupyter_test", Arg 2: ""
debug 17:28:03.613: Create activated Env, Class name = _ (started execution), Arg 1: {"resource":{"$mid":1,"fsPath":"c:\\dev\\jupyter_test\\jupyter_test.ipynb","_sep":1,"external":"file:///c%3A/dev/jupyter_test/jupyter_test.ipynb","path":"/c:/dev/jupyter_test/jupyter_test.ipynb","scheme":"file"},"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}}}
debug 17:28:03.613: Getting activated env variables, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: undefined
debug 17:28:03.613: Getting activated env variables impl, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.615: Getting activated env variables ourselves, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.615: Getting activated env variables from Python, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.615: Get Custom Env Variables, Class name = w (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.615: Cached data exists getEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.617: Cached custom vars data exists getCustomEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.617: Cached custom vars data exists getCustomEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.617: Getting activated env variables, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: false
debug 17:28:03.617: Getting activated env variables impl, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.617: Getting activated env variables ourselves, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.617: Getting activated env variables from Python, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.617: Get Custom Env Variables, Class name = w (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.617: Cached data exists getEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.617: Cached custom vars data exists getCustomEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.618: Get Custom Env Variables, Class name = w, completed in 3ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.618: Get Custom Env Variables, Class name = w, completed in 1ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.619: Got activation Env Vars from cached promise with key \C:\DEV\JUPYTER_TEST_e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b
debug 17:28:03.619: Got activation Env Vars from cached promise with key \C:\DEV\JUPYTER_TEST_e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b
debug 17:28:03.619: Getting activated env variables ourselves, Class name = V, completed in 4ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.619: Getting activated env variables ourselves, Class name = V, completed in 2ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
info 17:28:03.619: Got env vars ourselves faster c:\Anaconda3\envs\rrr\python.exe with env var count 89 in 6ms
info 17:28:03.619: Got env vars ourselves faster c:\Anaconda3\envs\rrr\python.exe with env var count 89 in 2ms
debug 17:28:03.619: Got env vars ourselves c:\Anaconda3\envs\rrr\python.exe in 6ms
debug 17:28:03.619: Getting activated env variables impl, Class name = V, completed in 6ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.619: Got env vars ourselves c:\Anaconda3\envs\rrr\python.exe in 2ms
debug 17:28:03.619: Getting activated env variables impl, Class name = V, completed in 2ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.653: Getting activated env variables, Class name = V, completed in 40ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: undefined
debug 17:28:03.653: Getting activated env variables, Class name = V, completed in 36ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: false
debug 17:28:03.653: Create activated Env, Class name = _, completed in 41ms, has a truthy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"c:\\dev\\jupyter_test\\jupyter_test.ipynb","_sep":1,"external":"file:///c%3A/dev/jupyter_test/jupyter_test.ipynb","path":"/c:/dev/jupyter_test/jupyter_test.ipynb","scheme":"file"},"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}}}
debug 17:28:03.657: Create activated Env, Class name = _ (started execution), Arg 1: {"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}},"resource":{"$mid":1,"fsPath":"c:\\dev\\jupyter_test\\jupyter_test.ipynb","_sep":1,"external":"file:///c%3A/dev/jupyter_test/jupyter_test.ipynb","path":"/c:/dev/jupyter_test/jupyter_test.ipynb","scheme":"file"}}
debug 17:28:03.657: Getting activated env variables, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: undefined
debug 17:28:03.657: Getting activated env variables impl, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.657: Getting activated env variables ourselves, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.657: Getting activated env variables from Python, Class name = V (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.657: Get Custom Env Variables, Class name = w (started execution), Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.657: Cached data exists getEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.657: Cached custom vars data exists getCustomEnvironmentVariables, c:\dev\jupyter_test\jupyter_test.ipynb
debug 17:28:03.658: Get Custom Env Variables, Class name = w, completed in 0ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: "RunPythonCode"
debug 17:28:03.658: Got activation Env Vars from cached promise with key \C:\DEV\JUPYTER_TEST_e15bf0ce8e1d7e62e716284faa1561c3969f40f87cc0eb91a70829442cf2d11b
debug 17:28:03.658: Getting activated env variables ourselves, Class name = V, completed in 1ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
info 17:28:03.658: Got env vars ourselves faster c:\Anaconda3\envs\rrr\python.exe with env var count 89 in 1ms
debug 17:28:03.658: Got env vars ourselves c:\Anaconda3\envs\rrr\python.exe in 1ms
debug 17:28:03.658: Getting activated env variables impl, Class name = V, completed in 1ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:03.680: Getting activated env variables, Class name = V, completed in 23ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>, Arg 3: undefined
debug 17:28:03.681: Create activated Env, Class name = _, completed in 25ms, has a truthy return value, Arg 1: {"interpreter":{"id":"C:\\ANACONDA3\\ENVS\\rrr\\PYTHON.EXE","sysPrefix":"C:\\Anaconda3\\envs\\rrr","envType":"Conda","envName":"rrr","envPath":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr","_sep":1,"path":"/C:/Anaconda3/envs/rrr","scheme":"file"},"architecture":3,"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.12 ('rrr')","detailedDisplayName":"Python 3.9.12 ('rrr': conda)","uri":{"$mid":1,"fsPath":"c:\\Anaconda3\\envs\\rrr\\python.exe","_sep":1,"external":"file:///c%3A/Anaconda3/envs/rrr/python.exe","path":"/C:/Anaconda3/envs/rrr/python.exe","scheme":"file"}},"resource":{"$mid":1,"fsPath":"c:\\dev\\jupyter_test\\jupyter_test.ipynb","_sep":1,"external":"file:///c%3A/dev/jupyter_test/jupyter_test.ipynb","path":"/c:/dev/jupyter_test/jupyter_test.ipynb","scheme":"file"}}
info 17:28:03.715: Process Execution: > c:\Anaconda3\envs\rrr\python.exe ~\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 21684
> c:\Anaconda3\envs\rrr\python.exe ~\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 21684
info 17:28:03.715: Process Execution: cwd: ~\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers
cwd: ~\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers
warn 17:28:04.021: 21684

warn 17:28:04.022: 2022-11-09 17:28:04,021 UTC - ERROR - Error in line INITIALIZE_INTERRUPT:0
Traceback (most recent call last):
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 334, in main
    handle = interrupter.initialize_interrupt()
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 297, in initialize_interrupt
    child_proc_handle = OpenProcess(PROCESS_ALL_ACCESS, False, os.getpid())
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 163, in OpenProcess
    CheckError(hp, "failed to open process")
  File "c:\Users\karg\.vscode\extensions\ms-toolsai.jupyter-2022.9.1202862440\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 131, in CheckError
    raise ctypes.WinError(ctypes.get_last_error(), msg)
PermissionError: [WinError 5] failed to open process

info 17:28:04.163: Registering dummy command feature
debug 17:28:04.258: IPyWidgetMessageDispatcher.initialize
info 17:28:04.445: ipykernel version & path 6.16.0, ~\AppData\Roaming\Python\Python39\site-packages\ipykernel\__init__.py for c:\Anaconda3\envs\rrr\python.exe
info 17:28:05.517: Got env vars with python c:\Anaconda3\envs\rrr\python.exe, with env var count 92 and custom env var count 0 in 1976ms
debug 17:28:05.517: Getting activated env variables from Python, Class name = V, completed in 1976ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:05.517: Got env vars with python c:\Anaconda3\envs\rrr\python.exe in 1976ms
info 17:28:05.569: Got env vars with python c:\Anaconda3\envs\rrr\python.exe, with env var count 92 and custom env var count 0 in 1952ms
debug 17:28:05.569: Getting activated env variables from Python, Class name = V, completed in 1952ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:05.569: Got env vars with python c:\Anaconda3\envs\rrr\python.exe in 1952ms
info 17:28:05.855: Got env vars with python c:\Anaconda3\envs\rrr\python.exe, with env var count 92 and custom env var count 0 in 2240ms
debug 17:28:05.855: Getting activated env variables from Python, Class name = V, completed in 2240ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:05.855: Got env vars with python c:\Anaconda3\envs\rrr\python.exe in 2242ms
info 17:28:06.027: Got env vars with python c:\Anaconda3\envs\rrr\python.exe, with env var count 92 and custom env var count 0 in 2370ms
debug 17:28:06.027: Getting activated env variables from Python, Class name = V, completed in 2370ms, has a truthy return value, Arg 1: "/c:/dev/jupyter_test/jupyter_test.ipynb", Arg 2: <Uri:/C:/Anaconda3/envs/rrr/python.exe>
debug 17:28:06.027: Got env vars with python c:\Anaconda3\envs\rrr\python.exe in 2370ms
DonJayamanne commented 1 year ago

@kyanovsky I believe this has now been fixed in the latest pre-release version of the Jupyter extension. Please could you:

The kernel should now work for you. Please let me know how this goes. I'm going to close this issue as this has been resolved. If not please feel free to re-open this issue, or create a new issue or ping me here.

kyanovsky commented 1 year ago

@DonJayamanne thanks, I'll test it once it makes into the release version of Jupyter extension. Can't jeopardize my vscode install w/ insiders.

hiramshirata commented 1 year ago

Having the same issue with:

Visual Studio Code (1.74.1, undefined, desktop) Jupyter Extension Version: 2022.11.1003412109.

Guess in my case has something to do with administrator privilegies, since a root user can use vscode jupyter with no problems.

DonJayamanne commented 1 year ago

Oops, sorry I had closed this accidentally

DonJayamanne commented 1 year ago

@kyanovsky Please provide the requested logs

flavaflav commented 1 year ago

@kyanovsky I believe this has now been fixed in the latest pre-release version of the Jupyter extension. Please could you:

  • Install vscode insiders
  • Then install the latest pre-release version of the jupyter extension

The kernel should now work for you. Please let me know how this goes. I'm going to close this issue as this has been resolved. If not please feel free to re-open this issue, or create a new issue or ping me here.

Hi, I tryed insider and it fail earlier because It can't pickup a python interpreter. Captura de tela 2023-01-04 174242

flavaflav commented 1 year ago

@DonJayamanne , I'm facing similar issue as @kyanovsky. Here is the verbose output: Visual Studio Code (1.74.2, undefined, desktop) Jupyter Extension Version: 2022.11.1003412109. Python Extension Version: 2022.20.1. Workspace folder c:\git\repository-cti\analytics\code\modules info 17:45:52.877: ZMQ install verified. User belongs to experiment group 'jupyterTestcf' User belongs to experiment group 'jupyterEnhancedDataViewer' debug 17:45:53.738: Updating cache with Local kernels , Added = , Updated = , Removed = debug 17:45:53.739: Updating cache with Local kernels , Added = , Updated = , Removed = debug 17:45:53.739: Updating cache with Python kernels , Added = , Updated = , Removed = debug 17:45:53.740: Get Custom Env Variables, Class name = S (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" debug 17:45:53.744: Start refreshing Kernel Picker (1672865153744) debug 17:45:53.746: Get Active Interpreter, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb" info 17:45:53.749: LSP Notebooks experiment is enabled debug 17:45:53.749: Get Active Interpreter, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules" debug 17:45:53.757: getCondaFile, Class name = k (started execution) debug 17:45:53.757: getCondaVersion, Class name = k (started execution) debug 17:45:53.757: getCondaVersionFromPython, Class name = k (started execution) debug 17:45:53.758: Get Active Interpreter, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb" debug 17:45:53.758: Get Active Interpreter, Class name = x (started execution), Arg 1: undefined debug 17:45:53.864: Updating cache with Local kernels , Added = , Updated = , Removed = debug 17:45:53.864: Get Active Interpreter, Class name = x (started execution), Arg 1: undefined debug 17:45:53.865: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher (interpreter id = C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE)', startUsingPythonInterpreter:'.jvsc74a57bd086fa3403cf9776a0a24ebad8b446b111ed6412193f9699b2256c38910ce95ded.c:\dev\python-3.10\python.exe.c:\dev\python-3.10\python.exe.-m#ipykernel_launcher (interpreter id = C:\DEV\PYTHON-3.10\PYTHON.EXE)' , Added = startUsingPythonInterpreter:'.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher (interpreter id = C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE)', startUsingPythonInterpreter:'.jvsc74a57bd086fa3403cf9776a0a24ebad8b446b111ed6412193f9699b2256c38910ce95ded.c:\dev\python-3.10\python.exe.c:\dev\python-3.10\python.exe.-m#ipykernel_launcher (interpreter id = C:\DEV\PYTHON-3.10\PYTHON.EXE)' , Updated = , Removed = debug 17:45:54.851: Get Active Interpreter, Class name = x (started execution), Arg 1: undefined debug 17:45:55.061: Get Custom Env Variables, Class name = S, completed in 1321ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" debug 17:45:55.063: Get Jupyter Sub Paths, Class name = j, completed in 1322ms, has a truthy return value, Arg 1: "", Arg 2: "kernels", Return Value: debug 17:45:55.064: Get Jupyter Kernel Paths, Class name = j, completed in 1324ms, has a truthy return value, Arg 1: "", Return Value: debug 17:45:55.065: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 0ms, has a truthy return value, , Return Value: <Uri:/c:/Users/flsantos/AppData/Roaming/jupyter/kernels> debug 17:45:55.066: Get KernelSpec root path, Class name = j, completed in 1326ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/c:/Users/flsantos/AppData/Roaming/jupyter/kernels>, <Uri:/C:/ProgramData/jupyter/kernels> debug 17:45:55.233: Get Active Interpreter, Class name = x, completed in 1487ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.234: Rank Kernels, Class name = p (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined info 17:45:55.235: Find preferred kernel for c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb with metadata {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}} & preferred interpreter c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:45:55.236: Rank Kernels, Class name = p, completed in 2ms, has a falsy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined debug 17:45:55.236: Rank Kernels, Class name = p (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined info 17:45:55.239: Find preferred kernel for c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb with metadata {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}} & preferred interpreter c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:45:55.240: Rank Kernels, Class name = p, completed in 4ms, has a falsy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined debug 17:45:55.257: Compute Preferred Controller, Class name = P, completed in 1512ms, has a truthy return value, Arg 1: <Uri:/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb>, Arg 2: undefined, Arg 3: {"a":false,"b":{"j":false,"q":{"a":{},"b":{},"c":0}}}, Return Value: {} debug 17:45:55.258: Get Active Interpreter, Class name = x, completed in 1509ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules", Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.259: Get Active Interpreter, Class name = x, completed in 1501ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.260: Get Active Interpreter, Class name = x, completed in 1502ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.261: Get Active Interpreter, Class name = x, completed in 1397ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.262: Get Active Interpreter, Class name = x, completed in 411ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.262: interpreterPackages getPackageInformation, Class name = r (started execution), Arg 1: {"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}}} debug 17:45:55.262: Create activated Env, Class name = w (started execution), Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}}} debug 17:45:55.262: Getting activated env variables, Class name = K (started execution), Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: true debug 17:45:55.262: Getting activated env variables impl, Class name = K (started execution), Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:45:55.262: Getting activated env variables ourselves, Class name = K (started execution), Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:45:55.262: Get Interpreter details, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe" debug 17:45:55.262: Got activation Env Vars without any caching. Key is \C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES_C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE debug 17:45:55.262: Getting activated env variables from Python, Class name = K (started execution), Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:45:55.262: Get Custom Env Variables, Class name = S (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" debug 17:45:55.268: Get Custom Env Variables, Class name = S, completed in 6ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" debug 17:45:55.268: Interpreter details for c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe from Python is {"internal":{"path":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules","path":"/c:/git/repository-cti/analytics/code/modules","scheme":"file"},"name":"modules","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":["Venv"]},"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE"} and our mapping is {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.268: Get Interpreter details, Class name = x, completed in 6ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe" debug 17:45:55.268: Create ProcessService, Class name = h (started execution), Arg 1: undefined debug 17:45:55.268: Get Custom Env Variables, Class name = S (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode" debug 17:45:55.270: Getting env activation commands, Class name = K (started execution), Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:45:55.270: Getting activation commands for file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe debug 17:45:55.270: Getting activation commands for file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe are cached. debug 17:45:55.270: Get Custom Env Variables, Class name = S (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" debug 17:45:55.271: Getting env activation commands, Class name = K, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:45:55.271: Get Custom Env Variables, Class name = S, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" debug 17:45:55.281: Not Searching for kernels as path does not exist, c:\ProgramData\jupyter\kernels debug 17:45:55.281: Not Searching for kernels as path does not exist, c:\Users\flsantos\AppData\Roaming\jupyter\kernels debug 17:45:55.281: Updating cache with Local kernels , Added = , Updated = , Removed = debug 17:45:55.349: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)' debug 17:45:55.353: Get Active Interpreter, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb" debug 17:45:55.356: Get Active Interpreter, Class name = x, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.356: Rank Kernels, Class name = p (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined info 17:45:55.356: Find preferred kernel for c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb with metadata {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}} & preferred interpreter c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:45:55.357: Rank Kernels, Class name = p, completed in 1ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined info 17:45:55.358: Preferred kernel .jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher is exact match or top match for non python kernels, (true, [object Object], true, false) info 17:45:55.360: PreferredConnection: .jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher found for NotebookDocument: c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:45:55.360: TargetController found ID: startUsingPythonInterpreter:.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher for document c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:45:55.362: Found 2 cached controllers debug 17:45:55.362: Creating 2 controllers debug 17:45:55.362: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)' debug 17:45:55.363: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd086fa3403cf9776a0a24ebad8b446b111ed6412193f9699b2256c38910ce95ded.c:\dev\python-3.10\python.exe.c:\dev\python-3.10\python.exe.-m#ipykernel_launcher') with name 'Python 3.10.9' debug 17:45:55.364: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd086fa3403cf9776a0a24ebad8b446b111ed6412193f9699b2256c38910ce95ded.c:\dev\python-3.10\python.exe.c:\dev\python-3.10\python.exe.-m#ipykernel_launcher') with name 'Python 3.10.9' debug 17:45:55.365: Get Active Interpreter, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb" debug 17:45:55.368: Get Active Interpreter, Class name = x, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:45:55.368: Rank Kernels, Class name = p (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined info 17:45:55.369: Find preferred kernel for c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb with metadata {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}} & preferred interpreter c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:45:55.371: Found 2 cached controllers debug 17:45:55.371: Creating 2 controllers debug 17:45:55.377: Get Custom Env Variables, Class name = S, completed in 109ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode" debug 17:45:55.377: Create ProcessService, Class name = h, completed in 109ms, has a truthy return value, Arg 1: undefined debug 17:45:55.377: Activation Commands received c:/git/repository-cti/analytics/code/modules/.venv/Scripts/activate.bat for shell cmd debug 17:45:55.378: Has Custom Env Vars debug 17:45:55.378: Activating Environment to capture Environment variables, c:/git/repository-cti/analytics/code/modules/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/flsantos/.vscode/extensions/ms-toolsai.jupyter-2022.11.1003412109/pythonFiles/printEnvVariables.py debug 17:45:55.378: Execing shell command, Class name = f (started execution), Arg 1: "c:/git/repository-cti/analytics/code/modules/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/flsantos/.vscode/extensions/ms-toolsai.jupyter-2022.11.1003412109/pythonFiles/printEnvVariables.py", Arg 2: "" debug 17:45:55.568: Rank Kernels, Class name = p, completed in 200ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":".venv","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"4bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f"}}}, Arg 4: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 5: "", Arg 6: undefined info 17:45:55.568: Preferred kernel .jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher is exact match or top match for non python kernels, (false, [object Object], true, false) info 17:45:55.570: PreferredConnection: .jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher found for NotebookDocument: c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:45:55.570: TargetController found ID: startUsingPythonInterpreter:.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher for document c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:45:55.785: KernelProvider switched kernel to id = .jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher debug 17:45:55.793: Controller selection change completed debug 17:45:55.794: Storing Preferred remote kernel for c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb is undefined debug 17:45:56.313: Compute Preferred Controller, Class name = P, completed in 960ms, has a truthy return value, Arg 1: <Uri:/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb>, Arg 2: undefined, Arg 3: {"a":true,"b":null}, Return Value: {} debug 17:45:56.313: Compute Preferred Controller, Class name = P, completed in 948ms, has a truthy return value, Arg 1: <Uri:/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb>, Arg 2: undefined, Arg 3: {"a":false,"b":{"j":false,"q":{"a":{},"b":{},"c":0}}}, Return Value: info 17:46:01.151: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe, with env var count 64 and custom env var count 57 in 5889ms debug 17:46:01.151: Getting activated env variables from Python, Class name = K, completed in 5889ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:01.151: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 5889ms with 81 variables info 17:46:01.151: Got env vars from Python Ext faster c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe with env var count 81 in 5889ms debug 17:46:01.152: Getting activated env variables impl, Class name = K, completed in 5889ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:01.152: Getting activated env variables, Class name = K, completed in 5890ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: true debug 17:46:01.152: Create activated Env, Class name = w, completed in 5890ms, has a truthy return value, Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}}} info 17:46:01.247: Process Execution: > c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe -m pip list

c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe -m pip list debug 17:46:01.736: Execing shell command, Class name = f, completed in 6358ms, has a truthy return value, Arg 1: "c:/git/repository-cti/analytics/code/modules/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/flsantos/.vscode/extensions/ms-toolsai.jupyter-2022.11.1003412109/pythonFiles/printEnvVariables.py", Arg 2: "" debug 17:46:01.737: parseEnvironmentOutput, Class name = K, completed in 1ms, has a truthy return value debug 17:46:01.740: Getting activated env variables ourselves, Class name = K, completed in 6478ms, has a truthy return value, Arg 1: undefined, Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:01.740: Got env vars ourselves c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 6478ms with 64 variables debug 17:46:04.023: getCondaVersionFromPython, Class name = k, completed in 10266ms, has a falsy return value debug 17:46:04.023: getCondaFile, Class name = k, completed in 10266ms, has a truthy return value debug 17:46:04.023: getCondaVersion, Class name = k, completed in 10266ms, has a falsy return value debug 17:46:04.036: Full interpreter list after refreshing (total 9184ms, resolve 177ms, refresh 9007ms) is length: 2, C:\DEV\PYTHON-3.10\PYTHON.EXE:undefined::c:\dev\python-3.10\python.exe:C:\dev\python-3.10\python.exe, C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE:.venv:Venv:c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe:c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:46:04.039: Python environment for C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE is C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE from Python Extension API is {"internal":{"path":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules","path":"/c:/git/repository-cti/analytics/code/modules","scheme":"file"},"name":"modules","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":["Venv"]},"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE"} and translated is {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.040: Full interpreter list after refreshing (total 2ms, resolve 2ms, refresh 0ms) is length: 2, C:\DEV\PYTHON-3.10\PYTHON.EXE:undefined::c:\dev\python-3.10\python.exe:C:\dev\python-3.10\python.exe, C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE:.venv:Venv:c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe:c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:46:04.041: Python environment for C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE is C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE from Python Extension API is {"internal":{"path":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules","path":"/c:/git/repository-cti/analytics/code/modules","scheme":"file"},"name":"modules","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":["Venv"]},"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE"} and translated is {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.047: Updating cache with Local kernels , Added = , Updated = , Removed = debug 17:46:04.047: loadData after detecting changes to interpreters debug 17:46:04.047: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher (interpreter id = C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE)', startUsingPythonInterpreter:'.jvsc74a57bd086fa3403cf9776a0a24ebad8b446b111ed6412193f9699b2256c38910ce95ded.c:\dev\python-3.10\python.exe.c:\dev\python-3.10\python.exe.-m#ipykernel_launcher (interpreter id = C:\DEV\PYTHON-3.10\PYTHON.EXE)' , Added = , Updated = , Removed = debug 17:46:04.047: refreshData after detecting changes to interpreters debug 17:46:04.047: Listing Python kernels for Interpreter c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:46:04.048: Get Active Interpreter, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules" debug 17:46:04.049: Listing Python kernels for Interpreter c:\dev\python-3.10\python.exe debug 17:46:04.049: Get Active Interpreter, Class name = x (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules" debug 17:46:04.050: Python environment for C:\DEV\PYTHON-3.10\PYTHON.EXE is C:\DEV\PYTHON-3.10\PYTHON.EXE from Python Extension API is {"internal":{"path":"C:\dev\python-3.10\python.exe","id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"external":"file:///c%3A/dev/python-3.10/python.exe","path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\dev\python-3.10"},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":[]},"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE"} and translated is {"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","sysPrefix":"C:\dev\python-3.10","displayPath":{"$mid":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"external":"file:///c%3A/dev/python-3.10/python.exe","path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.053: Get Jupyter Kernel Paths, Class name = j, completed in 5ms, has a truthy return value, Arg 1: "", Return Value: debug 17:46:04.056: Get Jupyter Kernel Paths, Class name = j, completed in 7ms, has a truthy return value, Arg 1: "", Return Value: debug 17:46:04.056: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 3ms, has a truthy return value, , Return Value: <Uri:/c:/Users/flsantos/AppData/Roaming/jupyter/kernels> debug 17:46:04.056: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 0ms, has a truthy return value, , Return Value: <Uri:/c:/Users/flsantos/AppData/Roaming/jupyter/kernels> debug 17:46:04.057: Get KernelSpec root path, Class name = j, completed in 9ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/c:/Users/flsantos/AppData/Roaming/jupyter/kernels>, <Uri:/C:/ProgramData/jupyter/kernels> debug 17:46:04.057: Get KernelSpec root path, Class name = j, completed in 8ms, has a truthy return value, Arg 1: {"a":false,"b":{"j":false,"q":{"a":{"element":{"subscription":{}},"next":{},"prev":{}},"b":{"element":{"subscription":{}},"next":{},"prev":{}},"c":1}}}, Return Value: <Uri:/c:/Users/flsantos/AppData/Roaming/jupyter/kernels>, <Uri:/C:/ProgramData/jupyter/kernels> debug 17:46:04.059: Get Active Interpreter, Class name = x, completed in 12ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules", Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.059: Get Active Interpreter, Class name = x, completed in 10ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules", Return Value: {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.059: Full interpreter list after refreshing (total 1ms, resolve 0ms, refresh 1ms) is length: 2, C:\DEV\PYTHON-3.10\PYTHON.EXE:undefined::c:\dev\python-3.10\python.exe:C:\dev\python-3.10\python.exe, C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE:.venv:Venv:c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe:c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:46:04.060: Python environment for C:\DEV\PYTHON-3.10\PYTHON.EXE is C:\DEV\PYTHON-3.10\PYTHON.EXE from Python Extension API is {"internal":{"path":"C:\dev\python-3.10\python.exe","id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\dev\python-3.10"},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":[]},"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE"} and translated is {"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","sysPrefix":"C:\dev\python-3.10","displayPath":{"$mid":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.060: Python environment for C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE is C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE from Python Extension API is {"internal":{"path":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules","path":"/c:/git/repository-cti/analytics/code/modules","scheme":"file"},"name":"modules","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":["Venv"]},"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE"} and translated is {"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.060: Full interpreter list is length: 2, C:\DEV\PYTHON-3.10\PYTHON.EXE::Unknown:c:\dev\python-3.10\python.exe, C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE:.venv:Venv:c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:46:04.060: Refreshed Environments debug 17:46:04.061: Python environment for C:\DEV\PYTHON-3.10\PYTHON.EXE is C:\DEV\PYTHON-3.10\PYTHON.EXE from Python Extension API is {"internal":{"path":"C:\dev\python-3.10\python.exe","id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\dev\python-3.10"},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":[]},"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE"} and translated is {"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","sysPrefix":"C:\dev\python-3.10","displayPath":{"$mid":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:04.061: Refreshed Environments debug 17:46:04.082: Not Searching for kernels as path does not exist, c:\dev\python-3.10\share\jupyter\kernels debug 17:46:04.134: Loading kernelspec from c:\git\repository-cti\analytics\code\modules.venv\share\jupyter\kernels\python3\kernel.json for c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe debug 17:46:04.154: Getting Jupyter KernelSpec Root Path, Class name = j, completed in 1ms, has a truthy return value, , Return Value: <Uri:/c:/Users/flsantos/AppData/Roaming/jupyter/kernels> debug 17:46:04.155: Hiding default kernel spec 'Python 3 (ipykernel)', 'pythonjvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f', python debug 17:46:04.156: Updating cache with Local kernels , Added = , Updated = , Removed = debug 17:46:04.157: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher (interpreter id = C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE)', startUsingPythonInterpreter:'.jvsc74a57bd086fa3403cf9776a0a24ebad8b446b111ed6412193f9699b2256c38910ce95ded.c:\dev\python-3.10\python.exe.c:\dev\python-3.10\python.exe.-m#ipykernel_launcher (interpreter id = C:\DEV\PYTHON-3.10\PYTHON.EXE)' , Added = , Updated = , Removed = debug 17:46:05.068: End refreshing Kernel Picker (1672865153744) debug 17:46:05.767: Initialize notebook communications for editor c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:46:05.767: Resolving notebook UI Comms (resolve) for c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:46:05.768: initialize CommonMessageCoordinator debug 17:46:05.802: Registering commtarget jupyter.widget debug 17:46:05.802: IPyWidgetMessageDispatcher.initialize debug 17:46:07.332: IPyWidgetMessageDispatcher.initialize debug 17:46:07.333: Widget Message: Attempt Initialize IpyWidgets kernel.js : undefined debug 17:46:07.333: Widget Message: IPyWidget kernel initializing... debug 17:46:07.333: IPyWidgetMessageDispatcher.initialize debug 17:46:07.370: _jupyterPythonPathFunction: "file:///c%3A/git/repository-cti/analytics/code/modules" is not a notebook debug 17:46:07.372: _jupyterPythonPathFunction: Giving Pylance "c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe" as python path for "file:///c%3A/git/repository-cti/analytics/code/modules/Untitled-1.ipynb" debug 17:46:08.933: interpreterPackages getPackageInformation, Class name = r, completed in 13671ms, has a falsy return value, Arg 1: {"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}}} debug 17:46:15.388: VSCodeNotebookController::handleExecution, Class name = x (started execution) debug 17:46:15.390: Execute Cell 0 c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:46:15.391: start the kernel, options.disableUI=false for c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:46:15.394: Start Jupyter Session in kernel.ts with disableUI = false info 17:46:15.395: Starting Jupyter Session startUsingPythonInterpreter, .jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe.-m#ipykernel_launcher (Python Path: c:\git\repository-cti\analytics\code\modules.venv, EnvType: Venv, EnvName: '.venv', Version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]) for 'c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb' (disableUI=false) debug 17:46:15.396: Creating raw notebook for resource 'c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb' info 17:46:15.396: Computing working directory for resource 'c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb' debug 17:46:15.398: Kernel Launcher. launch, Class name = r (started execution), Arg 1: {"id":".jvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f.c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe.c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe.-m#ipykernel_launcher","kernelSpec":{"interpreterPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","isRegisteredByVSC":"registeredByNewVersionOfExt","name":"pythonjvsc74a57bd04bac1da4ac38e89ef23c085a510331fc4a055c90eba44137a6551846acb4ac6f","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","executable":"python","display_name":".venv","metadata":{"interpreter":{"path":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe"}},"env":{}},"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":"c:\git\repository-cti\analytics\code\modules\.venv","displayPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"path":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe"},"kind":"startUsingPythonInterpreter"}, Arg 2: 60000, Arg 3: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 4: "c:\git\repository-cti\analytics\code\modules", Arg 5: {"a":false,"b":null} debug 17:46:15.398: Create activated Env, Class name = w (started execution), Arg 1: {"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}},"resource":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","path":"/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","scheme":"file"}} debug 17:46:15.398: Getting activated env variables, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: undefined debug 17:46:15.398: Getting activated env variables impl, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.398: Getting activated env variables ourselves, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.398: Got activation Env Vars from cached promise with key \C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES_C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE debug 17:46:15.398: Getting activated env variables from Python, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.398: Get Custom Env Variables, Class name = S (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.401: Getting activated env variables ourselves, Class name = K, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.401: Got env vars ourselves c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 3ms with 64 variables debug 17:46:15.401: Get Custom Env Variables, Class name = S, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.402: Getting activated env variables impl, Class name = K, completed in 4ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.402: Getting activated env variables, Class name = K, completed in 4ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: undefined debug 17:46:15.402: Create activated Env, Class name = w, completed in 4ms, has a truthy return value, Arg 1: {"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}},"resource":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","path":"/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","scheme":"file"}} info 17:46:15.437: Process Execution: > c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)" c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)" debug 17:46:15.496: Launching kernel in kernelProcess.ts, Class name = x (started execution), Arg 1: "c:\git\repository-cti\analytics\code\modules", Arg 2: "" debug 17:46:15.497: Create activated Env, Class name = w (started execution), Arg 1: {"resource":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","path":"/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","scheme":"file"},"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}}} debug 17:46:15.497: Getting activated env variables, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: undefined debug 17:46:15.497: Getting activated env variables impl, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.497: Getting activated env variables ourselves, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.497: Got activation Env Vars from cached promise with key \C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES_C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE debug 17:46:15.497: Getting activated env variables from Python, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.497: Get Custom Env Variables, Class name = S (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.498: Getting activated env variables, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: false debug 17:46:15.498: Getting activated env variables impl, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.498: Getting activated env variables ourselves, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.498: Got activation Env Vars from cached promise with key \C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES_C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES.VENV\SCRIPTS\PYTHON.EXE debug 17:46:15.498: Getting activated env variables from Python, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.498: Get Custom Env Variables, Class name = S (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.500: Getting activated env variables ourselves, Class name = K, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.500: Getting activated env variables ourselves, Class name = K, completed in 2ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.501: Got env vars ourselves c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 4ms with 64 variables debug 17:46:15.501: Get Custom Env Variables, Class name = S, completed in 4ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.501: Got env vars ourselves c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 3ms with 64 variables debug 17:46:15.501: Get Custom Env Variables, Class name = S, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.501: Getting activated env variables impl, Class name = K, completed in 4ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.501: Getting activated env variables impl, Class name = K, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:15.501: Getting activated env variables, Class name = K, completed in 4ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: undefined debug 17:46:15.501: Getting activated env variables, Class name = K, completed in 3ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe>, Arg 3: false debug 17:46:15.501: Create activated Env, Class name = w, completed in 4ms, has a truthy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","path":"/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","scheme":"file"},"interpreter":{"id":"C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES\.VENV\SCRIPTS\PYTHON.EXE","sysPrefix":"c:\git\repository-cti\analytics\code\modules\.venv","envPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv","_sep":1,"path":"/c:/git/repository-cti/analytics/code/modules/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\.venv\Scripts\python.exe","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","path":"/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe","scheme":"file"},"displayName":".venv","envType":"Venv","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}}} debug 17:46:15.511: Create activated Env, Class name = w (started execution), Arg 1: {"interpreter":{"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","sysPrefix":"C:\dev\python-3.10","displayPath":{"$mid":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"external":"file:///c%3A/dev/python-3.10/python.exe","path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}},"resource":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","path":"/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","scheme":"file"}} debug 17:46:15.511: Getting activated env variables, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe>, Arg 3: undefined debug 17:46:15.511: Getting activated env variables impl, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:15.511: Getting activated env variables ourselves, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:15.511: Get Interpreter details, Class name = x (started execution), Arg 1: "/C:/dev/python-3.10/python.exe" debug 17:46:15.511: Got activation Env Vars without any caching. Key is \C:\GIT\REPOSITORY-CTI\ANALYTICS\CODE\MODULES_C:\DEV\PYTHON-3.10\PYTHON.EXE debug 17:46:15.511: Getting activated env variables from Python, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:15.511: Get Custom Env Variables, Class name = S (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.513: Get Custom Env Variables, Class name = S, completed in 2ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.514: Interpreter details for c:\dev\python-3.10\python.exe from Python is {"internal":{"path":"C:\dev\python-3.10\python.exe","id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\dev\python-3.10"},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"},"tools":[]},"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE"} and our mapping is {"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","sysPrefix":"C:\dev\python-3.10","displayPath":{"$mid":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}} debug 17:46:15.514: Get Interpreter details, Class name = x, completed in 3ms, has a truthy return value, Arg 1: "/C:/dev/python-3.10/python.exe" debug 17:46:15.514: Create ProcessService, Class name = h (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb" debug 17:46:15.514: Get Custom Env Variables, Class name = S (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunNonPythonCode" debug 17:46:15.514: Cached data exists getEnvironmentVariables, c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb debug 17:46:15.514: Getting env activation commands, Class name = K (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:15.514: Getting activation commands for file:///c%3A/dev/python-3.10/python.exe debug 17:46:15.514: Getting activation commands for file:///c%3A/dev/python-3.10/python.exe are not cached. May take a while. debug 17:46:15.514: Get Custom Env Variables, Class name = S (started execution), Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" debug 17:46:15.514: Get Custom Env Variables, Class name = S, completed in 0ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunNonPythonCode" debug 17:46:15.515: Create ProcessService, Class name = h, completed in 1ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb" debug 17:46:15.516: Get Custom Env Variables, Class name = S, completed in 2ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: "RunPythonCode" info 17:46:16.078: Got empty env vars with python c:\dev\python-3.10\python.exe in 567ms debug 17:46:16.078: Getting activated env variables from Python, Class name = K, completed in 567ms, has a falsy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:16.078: Got env vars with python c:\dev\python-3.10\python.exe in 567ms with 0 variables debug 17:46:16.079: Got env vars from Python faster, but empty c:\dev\python-3.10\python.exe debug 17:46:16.080: Getting env activation commands, Class name = K, completed in 566ms, has a falsy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:16.081: Getting activated env variables ourselves, Class name = K, completed in 570ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:16.082: Got env vars ourselves c:\dev\python-3.10\python.exe in 571ms with 57 variables debug 17:46:16.082: Getting activated env variables impl, Class name = K, completed in 571ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe> debug 17:46:16.082: Getting activated env variables, Class name = K, completed in 571ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/C:/dev/python-3.10/python.exe>, Arg 3: undefined debug 17:46:16.082: Create activated Env, Class name = w, completed in 571ms, has a truthy return value, Arg 1: {"interpreter":{"id":"C:\DEV\PYTHON-3.10\PYTHON.EXE","sysPrefix":"C:\dev\python-3.10","displayPath":{"$mid":1,"path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"c:\dev\python-3.10\python.exe","_sep":1,"external":"file:///c%3A/dev/python-3.10/python.exe","path":"/C:/dev/python-3.10/python.exe","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"}},"resource":{"$mid":1,"fsPath":"c:\git\repository-cti\analytics\code\modules\Untitled-1.ipynb","_sep":1,"external":"file:///c%3A/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","path":"/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb","scheme":"file"}} info 17:46:16.195: Process Execution: > c:\dev\python-3.10\python.exe ~.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 11924 c:\dev\python-3.10\python.exe ~.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 11924 info 17:46:16.195: Process Execution: cwd: ~.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers cwd: ~.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers warn 17:46:17.033: Error output in interrupt daemon response 2023-01-04 17:46:17,031 UTC - ERROR - ERROR: handling command :INITIALIZE_INTERRUPT:0 Traceback (most recent call last): File "c:\Users\flsantos.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 336, in handle_command handle = interrupter.initialize_interrupt() File "c:\Users\flsantos.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 298, in initialize_interrupt child_proc_handle = OpenProcess(PROCESS_ALL_ACCESS, False, os.getpid()) File "c:\Users\flsantos.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 164, in OpenProcess CheckError(hp, "failed to open process") File "c:\Users\flsantos.vscode\extensions\ms-toolsai.jupyter-2022.11.1003412109\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py", line 132, in CheckError raise ctypes.WinError(ctypes.get_last_error(), msg) PermissionError: [WinError 5] failed to open process ('END') info 17:46:18.398: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe, with env var count 64 and custom env var count 57 in 2901ms debug 17:46:18.399: Getting activated env variables from Python, Class name = K, completed in 2902ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:18.399: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 2902ms with 81 variables info 17:46:18.465: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe, with env var count 64 and custom env var count 57 in 3067ms debug 17:46:18.465: Getting activated env variables from Python, Class name = K, completed in 3067ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:18.465: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 3067ms with 81 variables info 17:46:18.489: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe, with env var count 64 and custom env var count 57 in 2991ms debug 17:46:18.491: Getting activated env variables from Python, Class name = K, completed in 2993ms, has a truthy return value, Arg 1: "/c:/git/repository-cti/analytics/code/modules/Untitled-1.ipynb", Arg 2: <Uri:/c:/git/repository-cti/analytics/code/modules/.venv/Scripts/python.exe> debug 17:46:18.492: Got env vars with python c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe in 2994ms with 81 variables info 17:46:19.002: ipykernel version & path 6.19.4, c:\git\repository-cti\analytics\code\modules.venv\lib\site-packages\ipykernel__init__.py for c:\git\repository-cti\analytics\code\modules.venv\Scripts\python.exe

DonJayamanne commented 1 year ago

@flavaflav I'm confused with your comment, when you say you are running into the same issue, do you mean you too cannot run cells, or it takes a long time or you get a prompt to select an interpreter?

Based on the logs, the elapased time is under 30s, The extension starts at info 17:45:52.877 & the last log entry is info 17:46:19.002, Or its possible you have not provided all of the logs

Hi, I tryed insider and it fail earlier because It can't pickup a python interpreter.

That looks like an error in the Python extension, if that does not work please file an issue on the Python extension repo as that would cause a lot of things to fail in the Jupyter extension as well.

flavaflav commented 1 year ago

@flavaflav I'm confused with your comment, when you say you are running into the same issue, do you mean you too cannot run cells, or it takes a long time or you get a prompt to select an interpreter?

Based on the logs, the elapased time is under 30s, The extension starts at info 17:45:52.877 & the last log entry is info 17:46:19.002, Or its possible you have not provided all of the logs

Hi, I tryed insider and it fail earlier because It can't pickup a python interpreter.

That looks like an error in the Python extension, if that does not work please file an issue on the Python extension repo as that would cause a lot of things to fail in the Jupyter extension as well.

Sorry. WillI try again.

My problem is that I can´t have the jupyter notebook working within visual studio code. It gets Connecting to kernel forever. The user interface was presenting a dialog telling it was trying to connect to a jupyter server endlessly.

Searching online I found this topic and your comments. You have pointed out a possible solution of running the insider version. And this option is not useful right now because there are other issues on other plugins.

The time elapsed on the logs is under 30s just because it was the amount of time I spent to generate and collect the logs. For example: I'm trying running a simple "print(1)" inside a jupyter cell and it wasn't able to run for the last hour.

I also spotted an error message on the logs: "PermissionError: [WinError 5] failed to open process".

Any help would be appreciated.

Im running on Win10, corporate environment, lots of security policies aplied on my environment.

DonJayamanne commented 1 year ago

he logs: "PermissionError: [WinError 5] failed to open process".

That looks like an environment issue and not an issue with the extension. you might want to check with someone else who is aware of the security lock downs to understand what processes are blocked and how they can be unblocked.

hiramshirata commented 1 year ago

This error is associated with this particular file: kernel_interrupt_daemon.py, line 132 (in v2022.11.1003412109).

There's any suggestion on what process this may be hitting some permission issue?

DonJayamanne commented 1 year ago

@hiramshirata Please could you provide the logs, without that I have no idea what error message you are running into.

DonJayamanne commented 1 year ago

Guess in my case has something to do with administrator privilegies, since a root user can use vscode jupyter with no problems.

@hiramshirata you are running into a different permission issue, thats' not realted to kernel taking a long time to connect. Please could you create a separate issue for the problem you are running into.

Since this issue has been opened for a while and the original request for the information hasn't been provided for a while and there are no new issues and no new information related to this, i'm closing this.

hiramshirata commented 1 year ago

hello! sorry for this late reply. I figured out the issue. There was a corporate firewall software that was blocking VSCode process and causing this issue, in my case a manual disable of this software did the trick. The software in question is the Avecto (beyond trust).

Long term solution, though, is due to VSCode not being yet certified, which will take place soon.

Thanks for your attention!

qianyizhang commented 1 year ago

@kyanovsky I believe this has now been fixed in the latest pre-release version of the Jupyter extension. Please could you:

  • Install vscode insiders
  • Then install the latest pre-release version of the jupyter extension

The kernel should now work for you. Please let me know how this goes. I'm going to close this issue as this has been resolved. If not please feel free to re-open this issue, or create a new issue or ping me here.

I am using the latest version, and still suffers from the same problem:

Version: 1.77.3 (user setup) Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:16:02.548Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Windows_NT x64 10.0.22621 Sandboxed: No

jupyter version: v2023.3.1201040234

ps: my vscode server is setup under very restricted internet access. but i still wish my jupyter starts up instantly.

kyanovsky commented 1 year ago

I just upgraded to latest VSCode and Jupyter extension and it's working for me. Thanks @DonJayamanne

Version: 1.77.3 (system setup) Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:16:02.548Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Windows_NT x64 10.0.19045 Sandboxed: No

Jupyter v2023.3.1201040234

I should add, it works when VSCode runs in administrator mode. In non-admin mode am now having all sorts of unrelated issues.

GuoqiYu2023 commented 1 year ago

Hi, all So sorry, I am not very familiar with Python. How can I do this in R. I am going to use this model to reduce the dimension of food items and handle the multilinearity. Much appreciate it if anyone can help me.