vscode-jupyter
vscode-jupyter copied to clipboard
Print statement in matplotlib event not shown
Type: Bug
Behaviour
Expected vs. Actual
When I call print in a Matplotlib event handler, and run the code in the interactive view, I see no print statements.
Steps to reproduce:
Install matplotlib (3.8) and "Run current file in interactive window"
from matplotlib import pyplot as plt
plt.rcParams["backend"] = "TkAgg"
plt.ion()
fig, ax = plt.subplots()
ax.plot([1, 2, 3, 2, 3])
def on_mouse_move(event):
print(event)
fig.canvas.mpl_connect("motion_notify_event", on_mouse_move)
Works as expected in PyCharm, or when using the blocking plt.show() instead of plt.ion(). Also works as expected if you open ipython in a terminal and paste the above code.
Diagnostic data
- Python version (& distribution if applicable, e.g. Anaconda): 3.10.2
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv
- Value of the
python.languageServersetting: Default
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
2024-03-15 08:55:18.289 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-03-15 08:55:18.289 [info] Experiment 'pythonREPLSmartSend' is active
2024-03-15 08:55:18.289 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-03-15 08:55:18.289 [info] Experiment 'pythonTestAdapter' is active
2024-03-15 08:55:18.289 [info] Default formatter is set to ms-python.black-formatter for workspace c:\courses\mpl-for-eda
2024-03-15 08:55:18.289 [info] Test server listening.
2024-03-15 08:55:18.289 [info] Python interpreter path: ~\.virtualenvs\mpl-for-eda\Scripts\python.exe
2024-03-15 08:55:18.420 [info] > conda info --json
2024-03-15 08:55:18.543 [info] > & ~/.virtualenvs/mpl-for-eda/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode/extensions/ms-python.python-2024.2.1/pythonFiles/printEnvVariables.py
2024-03-15 08:55:18.543 [info] shell: powershellCore
2024-03-15 08:55:20.192 [info] > C:\Program Files\Python310\python.exe ~/.vscode/extensions/ms-python.python-2024.2.1/pythonFiles/printEnvVariables.py
2024-03-15 08:55:20.192 [info] shell: powershellCore
2024-03-15 08:55:20.254 [info] > ~/.virtualenvs/mpl-for-eda/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.2.1/pythonFiles/printEnvVariables.py
2024-03-15 08:55:20.254 [info] shell: commandPrompt
2024-03-15 08:55:20.366 [info] > "C:\Program Files\Python310\python.exe" -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.449 [info] > ~\.virtualenvs\ai-O2PRRg0e\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.495 [info] > ~\.virtualenvs\courses\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.555 [info] > ~\.virtualenvs\dataspell\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.567 [info] > ~\miniconda3\Scripts\conda.exe info --json
2024-03-15 08:55:20.585 [info] > ~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.601 [info] Send text to terminal: & "C:/Program Files/Python310/python.exe" c:\Users\david\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\printEnvVariablesToFile.py c:\Users\david\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\deactivate\powershell\envVars.txt
2024-03-15 08:55:20.646 [info] > ~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.665 [info] > ~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.727 [info] > ~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.752 [info] > ~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.830 [info] > ~\.virtualenvs\mpl-for-eda\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.879 [info] > ~\.virtualenvs\mpl-for-eda39\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:20.930 [info] > ~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.002 [info] > ~\.virtualenvs\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.055 [info] > ~\.virtualenvs\shared-nqUw5_Wb\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.088 [info] > ~\.virtualenvs\testing\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.150 [info] > ~\.virtualenvs\testing-wy6k4eZ3\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.175 [info] > ~\.virtualenvs\test_pipenv-zi_A6UXN\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.222 [info] > ~\miniconda3\condabin\conda.bat info --json
2024-03-15 08:55:21.226 [info] > ~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.247 [info] Starting Pylance language server.
2024-03-15 08:55:21.257 [info] > ~\.virtualenvs\wsl_test\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.305 [info] > "C:\Program Files\Python38\python.exe" -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.330 [info] > "C:\Program Files\Python39\python.exe" -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.674 [info] > ~\miniconda3\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.688 [info] > ~\miniconda3\envs\my_1st_conda\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.737 [info] > ~\miniconda3\envs\my_2nd_conda\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.776 [info] > ~\miniconda3\envs\sktime-dev\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:55:21.806 [info] > ~\miniconda3\envs\workspace\python.exe -I ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.2.1\pythonFiles\interpreterInfo.py
2024-03-15 08:56:24.222 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\theory\501_mouse_events.py
2024-03-15 08:59:05.598 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\theory\501_mouse_events.py
2024-03-15 09:02:39.801 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\theory\501_mouse_events.py
2024-03-15 09:07:22.450 [info] > ~/.virtualenvs/mpl-for-eda/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.2.1/pythonFiles/printEnvVariables.py
2024-03-15 09:07:22.450 [info] shell: commandPrompt
2024-03-15 09:07:22.542 [info] > ~/.virtualenvs/mpl-for-eda/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.2.1/pythonFiles/printEnvVariables.py
2024-03-15 09:07:22.542 [info] shell: commandPrompt
2024-03-15 09:08:06.569 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\theory\501_mouse_events.py
2024-03-15 09:08:14.222 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\theory\501_mouse_events.py
2024-03-15 10:17:02.239 [info] > ~/.virtualenvs/mpl-for-eda/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.2.1/pythonFiles/printEnvVariables.py
2024-03-15 10:17:02.239 [info] shell: commandPrompt
2024-03-15 10:17:02.302 [info] > ~/.virtualenvs/mpl-for-eda/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.2.1/pythonFiles/printEnvVariables.py
2024-03-15 10:17:02.302 [info] shell: commandPrompt
2024-03-15 10:17:04.235 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\private\tmp.py
2024-03-15 10:17:16.161 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\private\tmp.py
2024-03-15 10:18:06.783 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\private\tmp.py
2024-03-15 10:18:35.220 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\private\tmp.py
2024-03-15 10:18:48.668 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\private\tmp.py
2024-03-15 10:19:10.103 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\private\tmp.py
2024-03-15 10:20:01.504 [info] Discover tests for workspace name: mpl-for-eda - uri: c:\courses\mpl-for-eda\private\tmp.py
User Settings
languageServer: "Pylance"
Extension version: 2024.2.1 VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:20:17.278Z) OS version: Windows_NT x64 10.0.22621 Modes:
System Info
| Item | Value |
|---|---|
| CPUs | 12th Gen Intel(R) Core(TM) i7-12700K (20 x 3610) |
| GPU Status | 2d_canvas: enabled canvas_oop_rasterization: enabled_on direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_graphite: disabled_off video_decode: enabled video_encode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled webgpu: enabled |
| Load (avg) | undefined |
| Memory (System) | 31.78GB (16.18GB free) |
| Process Argv | --crash-reporter-id 1580bce5-0a20-4e17-9e5f-66df4234b079 |
| Screen Reader | no |
| VM | 0% |
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:30899288
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:30986171
pythontbext0:30879054
accentitlementst:30887150
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfcontrol:30979541
d34g3935:30971562
fegfb526:30981948
bg6jg535:30979843
dsvsc020:30976470
Sorry, I never got to this issue, will look into this today.
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
Jupyteroutput panel.
Does this mean that printing works for you? That's promising.
Here's the Jupyter output:
Visual Studio Code (1.87.2, undefined, desktop)
Jupyter Extension Version: 2024.2.0.
Python Extension Version: 2024.2.1.
Pylance Extension Version: 2024.3.2.
Platform: win32 (x64).
Workspace folder c:\courses\mpl-for-eda, Home = c:\Users\david
16:42:53.376 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
16:42:53.376 [info] Start refreshing Kernel Picker (1712036573376)
16:42:53.381 [info] Using Pylance
16:42:53.471 [debug] Get Custom Env Variables, Class name = Rm, completed in 95ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
16:42:53.471 [debug] Jupyter Paths kernels:
16:42:53.472 [debug] Kernel Spec Root Paths, ~\AppData\Roaming\jupyter\kernels, c:\ProgramData\jupyter\kernels
16:42:53.483 [debug] Search for KernelSpecs in Interpreter c:\Program Files\Python310\python.exe
16:42:53.483 [debug] Finding Global Python KernelSpecs
16:42:53.485 [debug] Search for KernelSpecs in Interpreter ~\miniconda3\python.exe
16:42:53.488 [debug] Search for KernelSpecs in Interpreter ~\miniconda3\envs\my_1st_conda\python.exe
16:42:53.492 [debug] Search for KernelSpecs in Interpreter ~\miniconda3\envs\my_2nd_conda\python.exe
16:42:53.496 [debug] Search for KernelSpecs in Interpreter ~\miniconda3\envs\sktime-dev\python.exe
16:42:53.499 [debug] Search for KernelSpecs in Interpreter ~\miniconda3\envs\workspace\python.exe
16:42:53.503 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\ai-O2PRRg0e\Scripts\python.exe
16:42:53.511 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\courses\Scripts\python.exe
16:42:53.515 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\dataspell\Scripts\python.exe
16:42:53.519 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\mpl-for-eda\Scripts\python.exe
16:42:53.524 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe
16:42:53.531 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe
16:42:53.537 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe
16:42:53.542 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe
16:42:53.552 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe
16:42:53.559 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe
16:42:53.566 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\Scripts\python.exe
16:42:53.573 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\shared-nqUw5_Wb\Scripts\python.exe
16:42:53.580 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\testing-wy6k4eZ3\Scripts\python.exe
16:42:53.587 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\test_pipenv-zi_A6UXN\Scripts\python.exe
16:42:53.594 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe
16:42:53.603 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\wsl_test\Scripts\python.exe
16:42:53.611 [debug] Search for KernelSpecs in Interpreter c:\Program Files\Python38\python.exe
16:42:53.625 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\testing\Scripts\python.exe
16:42:53.638 [debug] Search for KernelSpecs in Interpreter ~\.virtualenvs\mpl-for-eda39\Scripts\python.exe
16:42:53.649 [debug] Search for KernelSpecs in Interpreter c:\Program Files\Python39\python.exe
16:42:53.674 [debug] Full interpreter list is length: 26, C:\PROGRAM FILES\PYTHON310\PYTHON.EXE::Unknown:c:\Program Files\Python310\python.exe, ~\MINICONDA3\PYTHON.EXE:base:Conda:~\miniconda3\python.exe, ~\MINICONDA3\ENVS\MY_1ST_CONDA\PYTHON.EXE:my_1st_conda:Conda:~\miniconda3\envs\my_1st_conda\python.exe, ~\MINICONDA3\ENVS\MY_2ND_CONDA\PYTHON.EXE:my_2nd_conda:Conda:~\miniconda3\envs\my_2nd_conda\python.exe, ~\MINICONDA3\ENVS\SKTIME-DEV\PYTHON.EXE:sktime-dev:Conda:~\miniconda3\envs\sktime-dev\python.exe, ~\MINICONDA3\ENVS\WORKSPACE\PYTHON.EXE:workspace:Conda:~\miniconda3\envs\workspace\python.exe, ~\.VIRTUALENVS\AI-O2PRRG0E\SCRIPTS\PYTHON.EXE:ai-O2PRRg0e:Venv:~\.virtualenvs\ai-O2PRRg0e\Scripts\python.exe, ~\.VIRTUALENVS\COURSES\SCRIPTS\PYTHON.EXE:courses:Venv:~\.virtualenvs\courses\Scripts\python.exe, ~\.VIRTUALENVS\DATASPELL\SCRIPTS\PYTHON.EXE:dataspell:Venv:~\.virtualenvs\dataspell\Scripts\python.exe, ~\.VIRTUALENVS\MPL-FOR-EDA\SCRIPTS\PYTHON.EXE:mpl-for-eda:Venv:~\.virtualenvs\mpl-for-eda\Scripts\python.exe, ~\.VIRTUALENVS\DSPROJECT1-XZGHVH5G\SCRIPTS\PYTHON.EXE:dsProject1-xZGhvH5G:Venv:~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe, ~\.VIRTUALENVS\FASTBOOK--K4-LSVW\SCRIPTS\PYTHON.EXE:fastbook--K4-LsvW:Venv:~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe, ~\.VIRTUALENVS\HOUSE-PRICES-S6KM3RJF\SCRIPTS\PYTHON.EXE:house-prices-S6Km3RjF:PipEnv:~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe, ~\.VIRTUALENVS\JUPYTER_TESTING-ECK6IJZE\SCRIPTS\PYTHON.EXE:jupyter_testing-eCk6IjzE:PipEnv:~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe, ~\.VIRTUALENVS\LEARNING-TXRPFLYD\SCRIPTS\PYTHON.EXE:learning-txRPFLYD:Venv:~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe, ~\.VIRTUALENVS\PRINTI--4QXRTQB\SCRIPTS\PYTHON.EXE:printi--4qxrTqb:Venv:~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe, ~\.VIRTUALENVS\SCRIPTS\PYTHON.EXE:.virtualenvs:Venv:~\.virtualenvs\Scripts\python.exe, ~\.VIRTUALENVS\SHARED-NQUW5_WB\SCRIPTS\PYTHON.EXE:shared-nqUw5_Wb:PipEnv:~\.virtualenvs\shared-nqUw5_Wb\Scripts\python.exe, ~\.VIRTUALENVS\TESTING-WY6K4EZ3\SCRIPTS\PYTHON.EXE:testing-wy6k4eZ3:PipEnv:~\.virtualenvs\testing-wy6k4eZ3\Scripts\python.exe, ~\.VIRTUALENVS\TEST_PIPENV-ZI_A6UXN\SCRIPTS\PYTHON.EXE:test_pipenv-zi_A6UXN:Venv:~\.virtualenvs\test_pipenv-zi_A6UXN\Scripts\python.exe, ~\.VIRTUALENVS\TEST_SPACE-JQ9-TTEK\SCRIPTS\PYTHON.EXE:test_space-Jq9-tTeK:PipEnv:~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe, ~\.VIRTUALENVS\WSL_TEST\SCRIPTS\PYTHON.EXE:wsl_test:Venv:~\.virtualenvs\wsl_test\Scripts\python.exe, C:\PROGRAM FILES\PYTHON38\PYTHON.EXE::Unknown:c:\Program Files\Python38\python.exe, ~\.VIRTUALENVS\TESTING\SCRIPTS\PYTHON.EXE:testing:Venv:~\.virtualenvs\testing\Scripts\python.exe, ~\.VIRTUALENVS\MPL-FOR-EDA39\SCRIPTS\PYTHON.EXE:mpl-for-eda39:Venv:~\.virtualenvs\mpl-for-eda39\Scripts\python.exe, C:\PROGRAM FILES\PYTHON39\PYTHON.EXE::Unknown:c:\Program Files\Python39\python.exe
16:42:53.675 [debug] Getting activated env variables, Class name = yp (started execution), Arg 1: "/c:/courses/mpl-for-eda", Arg 2: "~\\.VIRTUALENVS\\MPL-FOR-EDA\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined
16:42:53.675 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: "/c:/courses/mpl-for-eda", Arg 2: "RunPythonCode"
16:42:53.675 [debug] Get Custom Env Variables, Class name = Rm, completed in 0ms, has a truthy return value, Arg 1: "/c:/courses/mpl-for-eda", Arg 2: "RunPythonCode"
16:42:54.091 [debug] Kernels for interpreter C:\PROGRAM FILES\PYTHON310\PYTHON.EXE are .jvsc74a57bd026de051ba29f2982a8de78e945f0abaf191376122a1563185a90213a26c5da77.c:\Program Files\Python310\python.exe.c:\Program Files\Python310\python.exe.-m#ipykernel_launcher
16:42:54.091 [debug] Kernels for interpreter ~\MINICONDA3\PYTHON.EXE are .jvsc74a57bd0421966e8369c85afef12fdf7d34316e335a19da027c2a4641a546e93cc940a1e.~\miniconda3\python.exe.~\miniconda3\python.exe.-m#ipykernel_launcher
16:42:54.092 [debug] Kernels for interpreter ~\MINICONDA3\ENVS\MY_1ST_CONDA\PYTHON.EXE are .jvsc74a57bd08990452c943f4fa372ef133d3235bc1c1a582cb01dd2b5fa37455ce04275bbb4.~\miniconda3\envs\my_1st_conda\python.exe.~\miniconda3\envs\my_1st_conda\python.exe.-m#ipykernel_launcher
16:42:54.092 [debug] Kernels for interpreter ~\MINICONDA3\ENVS\MY_2ND_CONDA\PYTHON.EXE are .jvsc74a57bd04fa35b902e7ec386378b1540ea13a6f9b7aef6784e337a8835b47179d71545e1.~\miniconda3\envs\my_2nd_conda\python.exe.~\miniconda3\envs\my_2nd_conda\python.exe.-m#ipykernel_launcher
16:42:54.093 [debug] Kernels for interpreter ~\MINICONDA3\ENVS\SKTIME-DEV\PYTHON.EXE are .jvsc74a57bd063a9daf2e16e0797983b6013cb73b29721fbcee822b312f7b22213d721a1d575.~\miniconda3\envs\sktime-dev\python.exe.~\miniconda3\envs\sktime-dev\python.exe.-m#ipykernel_launcher
16:42:54.094 [debug] Kernels for interpreter ~\MINICONDA3\ENVS\WORKSPACE\PYTHON.EXE are .jvsc74a57bd07caab01c1c90ddc191fcbc6eaffbc656cca9a5a9fb08286cc0f3dc6e895bfaa7.~\miniconda3\envs\workspace\python.exe.~\miniconda3\envs\workspace\python.exe.-m#ipykernel_launcher
16:42:54.094 [debug] Kernels for interpreter ~\.VIRTUALENVS\AI-O2PRRG0E\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0a11c8309fffd6bbb7288ec9b843a5a4a48d8697766234d109c9d77659f655035.~\.virtualenvs\ai-O2PRRg0e\Scripts\python.exe.~\.virtualenvs\ai-O2PRRg0e\Scripts\python.exe.-m#ipykernel_launcher
16:42:54.095 [debug] Kernels for interpreter ~\.VIRTUALENVS\COURSES\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0984967b8e4e69aaa13f984a1af873cf5dc5ae3bb4f603a5940423fe334deda9d.~\.virtualenvs\courses\Scripts\python.exe.~\.virtualenvs\courses\Scripts\python.exe.-m#ipykernel_launcher
16:42:54.101 [debug] Kernels for interpreter ~\.VIRTUALENVS\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0f2c7727cfcff975044701dd5bd1b6734a076b4177c25956a9e97ee53ff581880.~\.virtualenvs\Scripts\python.exe.~\.virtualenvs\Scripts\python.exe.-m#ipykernel_launcher
16:42:54.101 [debug] Kernels for interpreter ~\.VIRTUALENVS\SHARED-NQUW5_WB\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0523a9786b8f12a429e6c59e8afa7a8d57bfa47598b50ad34c4e4f0555ac0788c.~\.virtualenvs\shared-nqUw5_Wb\Scripts\python.exe.~\.virtualenvs\shared-nqUw5_Wb\Scripts\python.exe.-m#ipykernel_launcher
16:42:54.103 [debug] Kernels for interpreter ~\.VIRTUALENVS\TESTING-WY6K4EZ3\SCRIPTS\PYTHON.EXE are .jvsc74a57bd029c1ab06baae3d3f42bddb7412edd833e7da236f623444551acd79d609df746a.~\.virtualenvs\testing-wy6k4eZ3\Scripts\python.exe.~\.virtualenvs\testing-wy6k4eZ3\Scripts\python.exe.-m#ipykernel_launcher
16:42:54.103 [debug] Kernels for interpreter ~\.VIRTUALENVS\TEST_PIPENV-ZI_A6UXN\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0788484f51c85454ff4b90719aa99d45104b2c5dea8531e97061437af979db266.~\.virtualenvs\test_pipenv-zi_A6UXN\Scripts\python.exe.~\.virtualenvs\test_pipenv-zi_A6UXN\Scripts\python.exe.-m#ipykernel_launcher
16:42:54.106 [debug] Kernels for interpreter C:\PROGRAM FILES\PYTHON38\PYTHON.EXE are .jvsc74a57bd0570feb405e2e27c949193ac68f46852414290d515b0ba6e5d90d076ed2284471.c:\Program Files\Python38\python.exe.c:\Program Files\Python38\python.exe.-m#ipykernel_launcher
16:42:54.108 [debug] Kernels for interpreter ~\.VIRTUALENVS\TESTING\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0e14e906a756674c5e1424420067f19666b6a403303919971180634ec24c1542d.~\.virtualenvs\testing\Scripts\python.exe.~\.virtualenvs\testing\Scripts\python.exe.-m#ipykernel_launcher
16:42:54.111 [debug] Kernels for interpreter C:\PROGRAM FILES\PYTHON39\PYTHON.EXE are .jvsc74a57bd011938c6bc6919ae2720b4d5011047913343b08a43b18698fd82dedb0d4417594.c:\Program Files\Python39\python.exe.c:\Program Files\Python39\python.exe.-m#ipykernel_launcher
16:42:54.127 [debug] creating new code watcher with matching document file:///c%3A/courses/mpl-for-eda/private/tmp.py
16:42:54.288 [debug] Loading kernelspec from ~\.virtualenvs\dataspell\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\dataspell\Scripts\python.exe
16:42:54.288 [debug] Loading kernelspec from ~\.virtualenvs\mpl-for-eda\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\mpl-for-eda\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\house-prices-S6Km3RjF\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\fastbook--K4-LsvW\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\dsProject1-xZGhvH5G\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\jupyter_testing-eCk6IjzE\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\learning-txRPFLYD\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\printi--4qxrTqb\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\test_space-Jq9-tTeK\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe
16:42:54.289 [debug] Loading kernelspec from ~\.virtualenvs\wsl_test\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\wsl_test\Scripts\python.exe
16:42:54.290 [debug] Loading kernelspec from ~\.virtualenvs\mpl-for-eda39\share\jupyter\kernels\python3\kernel.json for ~\.virtualenvs\mpl-for-eda39\Scripts\python.exe
16:42:56.379 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd067924e40361949d0696609d2bc863580615628a7ae16c36adbcc645bc0d2fe26', python for interpreter ~\.virtualenvs\dataspell\Scripts\python.exe and spec ~\.virtualenvs\dataspell\share\jupyter\kernels\python3\kernel.json
16:42:56.379 [debug] Kernels for interpreter ~\.VIRTUALENVS\DATASPELL\SCRIPTS\PYTHON.EXE are .jvsc74a57bd067924e40361949d0696609d2bc863580615628a7ae16c36adbcc645bc0d2fe26.~\.virtualenvs\dataspell\Scripts\python.exe.~\.virtualenvs\dataspell\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.380 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd027f0c37a5dbfa1bde6dda27cc7fe074f8f7fd91d26ecb73a5336c1a30c3af6ab', python for interpreter ~\.virtualenvs\mpl-for-eda\Scripts\python.exe and spec ~\.virtualenvs\mpl-for-eda\share\jupyter\kernels\python3\kernel.json
16:42:56.380 [debug] Kernels for interpreter ~\.VIRTUALENVS\MPL-FOR-EDA\SCRIPTS\PYTHON.EXE are .jvsc74a57bd027f0c37a5dbfa1bde6dda27cc7fe074f8f7fd91d26ecb73a5336c1a30c3af6ab.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.380 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd0922337ce54cb3aec3386de4d0e54da8ca07de883dbed97721aa0e3925fa78a4f', python for interpreter ~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe and spec ~\.virtualenvs\house-prices-S6Km3RjF\share\jupyter\kernels\python3\kernel.json
16:42:56.381 [debug] Kernels for interpreter ~\.VIRTUALENVS\HOUSE-PRICES-S6KM3RJF\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0922337ce54cb3aec3386de4d0e54da8ca07de883dbed97721aa0e3925fa78a4f.~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe.~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.381 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd079b16a07d2db993a408005903d0423aeb45e54ca3247ed864a9fa56c4a274334', python for interpreter ~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe and spec ~\.virtualenvs\fastbook--K4-LsvW\share\jupyter\kernels\python3\kernel.json
16:42:56.381 [debug] Kernels for interpreter ~\.VIRTUALENVS\FASTBOOK--K4-LSVW\SCRIPTS\PYTHON.EXE are .jvsc74a57bd079b16a07d2db993a408005903d0423aeb45e54ca3247ed864a9fa56c4a274334.~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe.~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.382 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd0c408594294f357990c6399257f4f7cd25eb5a45f9ca7e80461e2a59fae1dce15', python for interpreter ~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe and spec ~\.virtualenvs\jupyter_testing-eCk6IjzE\share\jupyter\kernels\python3\kernel.json
16:42:56.382 [debug] Kernels for interpreter ~\.VIRTUALENVS\JUPYTER_TESTING-ECK6IJZE\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0c408594294f357990c6399257f4f7cd25eb5a45f9ca7e80461e2a59fae1dce15.~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe.~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.382 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd0ed9d0ca96797a35a2e3cab639e6e7ae18e3a816e9d2387317b62b58c08de153a', python for interpreter ~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe and spec ~\.virtualenvs\dsProject1-xZGhvH5G\share\jupyter\kernels\python3\kernel.json
16:42:56.383 [debug] Kernels for interpreter ~\.VIRTUALENVS\DSPROJECT1-XZGHVH5G\SCRIPTS\PYTHON.EXE are .jvsc74a57bd0ed9d0ca96797a35a2e3cab639e6e7ae18e3a816e9d2387317b62b58c08de153a.~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe.~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.383 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd03e820ffd78b741f992a910463be31d3960895862060dac07de490b131185679b', python for interpreter ~\.virtualenvs\wsl_test\Scripts\python.exe and spec ~\.virtualenvs\wsl_test\share\jupyter\kernels\python3\kernel.json
16:42:56.384 [debug] Kernels for interpreter ~\.VIRTUALENVS\WSL_TEST\SCRIPTS\PYTHON.EXE are .jvsc74a57bd03e820ffd78b741f992a910463be31d3960895862060dac07de490b131185679b.~\.virtualenvs\wsl_test\Scripts\python.exe.~\.virtualenvs\wsl_test\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.384 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd094f331d1bc33e1657fce6093737db926b0409b973aac401bfac84b8d62b7a207', python for interpreter ~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe and spec ~\.virtualenvs\test_space-Jq9-tTeK\share\jupyter\kernels\python3\kernel.json
16:42:56.385 [debug] Kernels for interpreter ~\.VIRTUALENVS\TEST_SPACE-JQ9-TTEK\SCRIPTS\PYTHON.EXE are .jvsc74a57bd094f331d1bc33e1657fce6093737db926b0409b973aac401bfac84b8d62b7a207.~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe.~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.385 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd04ffe4a489ca666e9786c9f388f4d9c13efa9dfc801c61220acf6053a8135d3c9', python for interpreter ~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe and spec ~\.virtualenvs\printi--4qxrTqb\share\jupyter\kernels\python3\kernel.json
16:42:56.385 [debug] Kernels for interpreter ~\.VIRTUALENVS\PRINTI--4QXRTQB\SCRIPTS\PYTHON.EXE are .jvsc74a57bd04ffe4a489ca666e9786c9f388f4d9c13efa9dfc801c61220acf6053a8135d3c9.~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe.~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.385 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3913jvsc74a57bd099846b3f51c6a2bc5a88f24b30c16fa90b76eff4876ef87d534f7a66963c5a57', python for interpreter ~\.virtualenvs\mpl-for-eda39\Scripts\python.exe and spec ~\.virtualenvs\mpl-for-eda39\share\jupyter\kernels\python3\kernel.json
16:42:56.386 [debug] Kernels for interpreter ~\.VIRTUALENVS\MPL-FOR-EDA39\SCRIPTS\PYTHON.EXE are .jvsc74a57bd099846b3f51c6a2bc5a88f24b30c16fa90b76eff4876ef87d534f7a66963c5a57.~\.virtualenvs\mpl-for-eda39\Scripts\python.exe.~\.virtualenvs\mpl-for-eda39\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.386 [debug] Hiding default kernel spec 'Python 3 (ipykernel)', 'python3102jvsc74a57bd07fe89c0ab23803611b01bbdbaa490c8e107c6909e68452025312df76b9803b4e', python for interpreter ~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe and spec ~\.virtualenvs\learning-txRPFLYD\share\jupyter\kernels\python3\kernel.json
16:42:56.386 [debug] Kernels for interpreter ~\.VIRTUALENVS\LEARNING-TXRPFLYD\SCRIPTS\PYTHON.EXE are .jvsc74a57bd07fe89c0ab23803611b01bbdbaa490c8e107c6909e68452025312df76b9803b4e.~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe.~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe.-m#ipykernel_launcher
16:42:56.387 [info] End refreshing Kernel Picker (1712036573376)
16:42:56.566 [debug] Got env vars with python ~\.virtualenvs\mpl-for-eda\Scripts\python.exe, with env var count 74 in 2891ms.
PATH value is ~\.virtualenvs\mpl-for-eda\Scripts;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\ and
Path value is undefined
16:42:56.566 [debug] Prepend PATH with python bin for ~\.virtualenvs\mpl-for-eda\Scripts\python.exe
16:42:56.566 [debug] Activated Env Variables for ~\.virtualenvs\mpl-for-eda\Scripts\python.exe,
PATH value is ~\.virtualenvs\mpl-for-eda\Scripts;~\.virtualenvs\mpl-for-eda\Scripts;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\ and
Path value is undefined
16:42:56.566 [debug] Getting activated env variables, Class name = yp, completed in 2891ms, has a truthy return value, Arg 1: "/c:/courses/mpl-for-eda", Arg 2: "~\\.VIRTUALENVS\\MPL-FOR-EDA\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined
16:42:56.572 [info] Process Execution: ~\.virtualenvs\mpl-for-eda\Scripts\python.exe -m pip list
16:42:58.105 [debug] Conda file returned by Python Extension is ~\miniconda3\Scripts\conda.exe
16:43:04.398 [info] Starting interactive window for resource 'c:\courses\mpl-for-eda\private\tmp.py' with controller '.jvsc74a57bd027f0c37a5dbfa1bde6dda27cc7fe074f8f7fd91d26ecb73a5336c1a30c3af6ab.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.-m#ipykernel_launcher (Interactive)'
16:43:04.458 [info] Start refreshing Interpreter Kernel Picker
16:43:04.458 [info] Start refreshing Kernel Picker (1712036584458)
16:43:04.461 [debug] No controller, hence notebook communications cannot be initialized for editor Interactive-1.interactive
16:43:04.491 [debug] Initialize notebook communications for editor Interactive-1.interactive
16:43:04.491 [debug] Resolving notebook UI Comms (resolve) for Interactive-1.interactive
16:43:04.491 [debug] initialize CommonMessageCoordinator
16:43:04.497 [debug] IPyWidgetMessageDispatcher.initialize
16:43:04.497 [debug] Attempting to determine version of IPyWidgets
16:43:04.497 [debug] Controller selection change completed
16:43:04.568 [debug] Interactive Window Editor Created: untitled:/Interactive-1.interactive with input box: vscode-interactive-input:/InteractiveInput-1
16:43:04.572 [debug] start the kernel, options.disableUI=false for Interactive-1.interactive
16:43:04.574 [debug] Waiting for IPyWidgets version
16:43:04.574 [debug] Waiting for IPyWidgets version promise
16:43:04.575 [info] Starting Kernel startUsingPythonInterpreter, .jvsc74a57bd027f0c37a5dbfa1bde6dda27cc7fe074f8f7fd91d26ecb73a5336c1a30c3af6ab.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.-m#ipykernel_launcher (Python Path: ~\.virtualenvs\mpl-for-eda\Scripts\python.exe, Venv, mpl-for-eda, 3.10.2) for 'Interactive-1.interactive' (disableUI=false)
16:43:04.576 [debug] Creating raw notebook for resource 'c:\courses\mpl-for-eda\private\tmp.py'
16:43:04.586 [debug] Getting activated env variables, Class name = yp (started execution), Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "~\\.VIRTUALENVS\\MPL-FOR-EDA\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined
16:43:04.586 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "RunPythonCode"
16:43:04.586 [debug] Get Custom Env Variables, Class name = Rm, completed in 0ms, has a truthy return value, Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "RunPythonCode"
16:43:04.587 [debug] Got env vars with python ~\.virtualenvs\mpl-for-eda\Scripts\python.exe, with env var count 74 in 1ms.
PATH value is ~\.virtualenvs\mpl-for-eda\Scripts;~\.virtualenvs\mpl-for-eda\Scripts;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\ and
Path value is undefined
16:43:04.587 [debug] Prepend PATH with python bin for ~\.virtualenvs\mpl-for-eda\Scripts\python.exe
16:43:04.587 [debug] Activated Env Variables for ~\.virtualenvs\mpl-for-eda\Scripts\python.exe,
PATH value is ~\.virtualenvs\mpl-for-eda\Scripts;~\.virtualenvs\mpl-for-eda\Scripts;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\ and
Path value is undefined
16:43:04.587 [debug] Getting activated env variables, Class name = yp, completed in 1ms, has a truthy return value, Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "~\\.VIRTUALENVS\\MPL-FOR-EDA\\SCRIPTS\\PYTHON.EXE", Arg 3: undefined
16:43:04.591 [info] Process Execution: ~\.virtualenvs\mpl-for-eda\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
16:43:04.834 [debug] ipykernel version & path 6.25.2, ~\.virtualenvs\mpl-for-eda\lib\site-packages\ipykernel\__init__.py for ~\.virtualenvs\mpl-for-eda\Scripts\python.exe
16:43:05.008 [debug] Launching kernel .jvsc74a57bd027f0c37a5dbfa1bde6dda27cc7fe074f8f7fd91d26ecb73a5336c1a30c3af6ab.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.~\.virtualenvs\mpl-for-eda\Scripts\python.exe.-m#ipykernel_launcher for c:\courses\mpl-for-eda\private\tmp.py in c:\courses\mpl-for-eda\private with ports 9001, 9000, 9004, 9002, 9003
16:43:05.012 [debug] Kernel Env Variables for ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\temp\jupyter\kernels\python3102jvsc74a57bd027f0c37a5dbfa1bde6dda27cc7fe074f8f7fd91d26ecb73a5336c1a30c3af6ab\kernel.json, PATH value is ~\.virtualenvs\mpl-for-eda\Scripts;~\.virtualenvs\mpl-for-eda\Scripts;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\
16:43:05.016 [debug] Getting activated env variables, Class name = yp (started execution), Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "C:\\PROGRAM FILES\\PYTHON310\\PYTHON.EXE", Arg 3: undefined
16:43:05.016 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "RunPythonCode"
16:43:05.016 [debug] Get Custom Env Variables, Class name = Rm, completed in 0ms, has a truthy return value, Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "RunPythonCode"
16:43:05.042 [debug] Attempting to determine version of IPyWidgets
16:43:05.043 [debug] Waiting for IPyWidgets version
16:43:05.043 [debug] Waiting for IPyWidgets version promise
16:43:05.087 [warn] Failed to get activated env vars for c:\Program Files\Python310\python.exe in 71ms
16:43:05.088 [debug] Create ProcessService, Class name = Tm (started execution), Arg 1: undefined
16:43:05.088 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode", Arg 3: undefined
16:43:05.093 [debug] Get Custom Env Variables, Class name = Rm, completed in 5ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode", Arg 3: undefined
16:43:05.093 [debug] Create ProcessService, Class name = Tm, completed in 5ms, has a truthy return value, Arg 1: undefined
16:43:05.095 [info] Process Execution: c:\Program Files\Python310\python.exe -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");"
16:43:05.125 [debug] USER_SITE for c:\Program Files\Python310\python.exe is ~\AppData\Roaming\Python\Python310\Scripts
16:43:05.125 [debug] Prepend PATH with user site path for c:\Program Files\Python310\python.exe, user site ~\AppData\Roaming\Python\Python310\Scripts
16:43:05.126 [debug] Prepend PATH with python bin for c:\Program Files\Python310\python.exe
16:43:05.126 [debug] Activated Env Variables for c:\Program Files\Python310\python.exe,
PATH value is c:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\;C:\courses\mpl-for-eda and
Path value is c:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;~\intelliJScripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;~\webdriver;~\AppData\Roaming\Python\Scripts;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.1\target-windows-x64;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Python310;~\AppData\Roaming\Python\Python310\Scripts;~\AppData\Local\Microsoft\WindowsApps;~\AppData\Local\Programs\Microsoft VS Code\bin;~\.local\bin;~\AppData\Local\Pandoc\;C:\courses\mpl-for-eda
16:43:05.126 [debug] Getting activated env variables, Class name = yp, completed in 110ms, has a truthy return value, Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "C:\\PROGRAM FILES\\PYTHON310\\PYTHON.EXE", Arg 3: undefined
16:43:05.130 [info] Process Execution: c:\Program Files\Python310\python.exe ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 23176
> cwd: ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\vscode_datascience_helpers
16:43:05.197 [debug] Got a response of 2444 for INITIALIZE_INTERRUPT:0
16:43:05.200 [info] Process Execution: ~\.virtualenvs\mpl-for-eda\Scripts\python.exe -m ipykernel_launcher --f=~\AppData\Roaming\jupyter\runtime\kernel-v2-23176wReJtKJFp1S3.json
> cwd: c:\courses\mpl-for-eda\private
16:43:05.200 [info] Kernel process 2276.
16:43:05.404 [debug] Full interpreter list is length: 26, C:\PROGRAM FILES\PYTHON310\PYTHON.EXE::Unknown:c:\Program Files\Python310\python.exe, ~\MINICONDA3\PYTHON.EXE:base:Conda:~\miniconda3\python.exe, ~\MINICONDA3\ENVS\MY_1ST_CONDA\PYTHON.EXE:my_1st_conda:Conda:~\miniconda3\envs\my_1st_conda\python.exe, ~\MINICONDA3\ENVS\MY_2ND_CONDA\PYTHON.EXE:my_2nd_conda:Conda:~\miniconda3\envs\my_2nd_conda\python.exe, ~\MINICONDA3\ENVS\SKTIME-DEV\PYTHON.EXE:sktime-dev:Conda:~\miniconda3\envs\sktime-dev\python.exe, ~\MINICONDA3\ENVS\WORKSPACE\PYTHON.EXE:workspace:Conda:~\miniconda3\envs\workspace\python.exe, ~\.VIRTUALENVS\AI-O2PRRG0E\SCRIPTS\PYTHON.EXE:ai-O2PRRg0e:Venv:~\.virtualenvs\ai-O2PRRg0e\Scripts\python.exe, ~\.VIRTUALENVS\COURSES\SCRIPTS\PYTHON.EXE:courses:Venv:~\.virtualenvs\courses\Scripts\python.exe, ~\.VIRTUALENVS\DATASPELL\SCRIPTS\PYTHON.EXE:dataspell:Venv:~\.virtualenvs\dataspell\Scripts\python.exe, ~\.VIRTUALENVS\MPL-FOR-EDA\SCRIPTS\PYTHON.EXE:mpl-for-eda:Venv:~\.virtualenvs\mpl-for-eda\Scripts\python.exe, ~\.VIRTUALENVS\DSPROJECT1-XZGHVH5G\SCRIPTS\PYTHON.EXE:dsProject1-xZGhvH5G:Venv:~\.virtualenvs\dsProject1-xZGhvH5G\Scripts\python.exe, ~\.VIRTUALENVS\FASTBOOK--K4-LSVW\SCRIPTS\PYTHON.EXE:fastbook--K4-LsvW:Venv:~\.virtualenvs\fastbook--K4-LsvW\Scripts\python.exe, ~\.VIRTUALENVS\HOUSE-PRICES-S6KM3RJF\SCRIPTS\PYTHON.EXE:house-prices-S6Km3RjF:PipEnv:~\.virtualenvs\house-prices-S6Km3RjF\Scripts\python.exe, ~\.VIRTUALENVS\JUPYTER_TESTING-ECK6IJZE\SCRIPTS\PYTHON.EXE:jupyter_testing-eCk6IjzE:PipEnv:~\.virtualenvs\jupyter_testing-eCk6IjzE\Scripts\python.exe, ~\.VIRTUALENVS\LEARNING-TXRPFLYD\SCRIPTS\PYTHON.EXE:learning-txRPFLYD:Venv:~\.virtualenvs\learning-txRPFLYD\Scripts\python.exe, ~\.VIRTUALENVS\PRINTI--4QXRTQB\SCRIPTS\PYTHON.EXE:printi--4qxrTqb:Venv:~\.virtualenvs\printi--4qxrTqb\Scripts\python.exe, ~\.VIRTUALENVS\SCRIPTS\PYTHON.EXE:.virtualenvs:Venv:~\.virtualenvs\Scripts\python.exe, ~\.VIRTUALENVS\SHARED-NQUW5_WB\SCRIPTS\PYTHON.EXE:shared-nqUw5_Wb:PipEnv:~\.virtualenvs\shared-nqUw5_Wb\Scripts\python.exe, ~\.VIRTUALENVS\TESTING-WY6K4EZ3\SCRIPTS\PYTHON.EXE:testing-wy6k4eZ3:PipEnv:~\.virtualenvs\testing-wy6k4eZ3\Scripts\python.exe, ~\.VIRTUALENVS\TEST_PIPENV-ZI_A6UXN\SCRIPTS\PYTHON.EXE:test_pipenv-zi_A6UXN:Venv:~\.virtualenvs\test_pipenv-zi_A6UXN\Scripts\python.exe, ~\.VIRTUALENVS\TEST_SPACE-JQ9-TTEK\SCRIPTS\PYTHON.EXE:test_space-Jq9-tTeK:PipEnv:~\.virtualenvs\test_space-Jq9-tTeK\Scripts\python.exe, ~\.VIRTUALENVS\WSL_TEST\SCRIPTS\PYTHON.EXE:wsl_test:Venv:~\.virtualenvs\wsl_test\Scripts\python.exe, C:\PROGRAM FILES\PYTHON38\PYTHON.EXE::Unknown:c:\Program Files\Python38\python.exe, ~\.VIRTUALENVS\TESTING\SCRIPTS\PYTHON.EXE:testing:Venv:~\.virtualenvs\testing\Scripts\python.exe, ~\.VIRTUALENVS\MPL-FOR-EDA39\SCRIPTS\PYTHON.EXE:mpl-for-eda39:Venv:~\.virtualenvs\mpl-for-eda39\Scripts\python.exe, C:\PROGRAM FILES\PYTHON39\PYTHON.EXE::Unknown:c:\Program Files\Python39\python.exe
16:43:05.405 [debug] Refreshed Environments
16:43:05.769 [debug] Kernel output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.
To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.
To read more about this, see https://github.com/ipython/ipython/issues/2049
To connect another client to this kernel, use:
--existing ~\AppData\Roaming\jupyter\runtime\kernel-v2-23176wReJtKJFp1S3.json
16:43:05.816 [debug] Waiting for Raw Session to be ready in postStartRawSession
16:43:05.816 [debug] Waiting for Raw session to be ready, status: connected
16:43:05.816 [debug] Raw session connected
16:43:05.816 [debug] Waiting for Raw session to be ready
16:43:05.817 [debug] Waited for Raw session to be ready & got status: connected
16:43:05.817 [debug] Successfully waited for Raw Session to be ready in postStartRawSession
16:43:05.817 [debug] Kernel status is 'unknown' before requesting kernel info and after ready
16:43:05.817 [debug] Sending request for kernelInfo
16:43:05.897 [debug] Got response for requestKernelInfo
16:43:05.897 [debug] Successfully completed postStartRawSession after 1 attempt(s) in 80ms
16:43:05.898 [debug] Executing silently Code (idle) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys
16:43:05.911 [debug] Executing silently Code (completed) = import sys as _VSCODE_sys\nprint(_VSCODE_sys.executable); del _VSCODE_sys with 1 output(s)
16:43:05.911 [debug] End sendTelemetryForPythonKernelExecutable after 13ms
16:43:05.911 [debug] Started running kernel initialization for Interactive-1.interactive
16:43:05.912 [debug] Executing silently Code (idle) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy
16:43:05.963 [debug] Executing silently Code (completed) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy with 1 output(s)
16:43:05.964 [debug] Determined IPyWidgets Version as 8
16:43:05.964 [debug] Version of IPyWidgets 8 determined after 1.467s
16:43:05.964 [debug] Version of IPyWidgets 8 determined after 0.922s
16:43:05.965 [debug] Executing silently Code (idle) = import types as _VSCODE_types\nimport os\nimport hashlib as _VSCODE_hashlib\nfrom IPython import get_ip
16:43:05.982 [debug] Executing silently Code (completed) = import types as _VSCODE_types\nimport os\nimport hashlib as _VSCODE_hashlib\nfrom IPython import get_ip with 1 output(s)
16:43:05.983 [debug] Requesting Kernel info
16:43:05.983 [debug] Got Kernel info
16:43:05.983 [debug] End running kernel initialization, now waiting for idle
16:43:05.983 [debug] Waiting for idle on (kernel): 64386519-3574-46ca-9dba-85f459e916a1 -> idle
16:43:05.984 [debug] Finished waiting for idle on (kernel): 64386519-3574-46ca-9dba-85f459e916a1 -> idle
16:43:05.984 [debug] End running kernel initialization, session is idle
16:43:05.985 [info] Registering Kernel Completion Provider from kernel mpl-for-eda (Python 3.10.2) for language python
16:43:05.986 [debug] IPyWidgetScriptSource.initialize
16:43:05.987 [debug] Registering commtarget jupyter.widget
16:43:05.987 [debug] IPyWidgetMessageDispatcher.initialize
16:43:05.988 [debug] getDataDirsImpl, Class name = Fr (started execution), Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "~\\.VIRTUALENVS\\MPL-FOR-EDA\\SCRIPTS\\PYTHON.EXE"
16:43:05.988 [debug] Get Custom Env Variables, Class name = Rm (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
16:43:05.989 [debug] Get Custom Env Variables, Class name = Rm, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
16:43:05.989 [debug] Jupyter Paths :
16:43:05.990 [debug] Initializing __file__ in setFileInKernel with file:///c%3A/courses/mpl-for-eda/private/tmp.py for mode perFile
16:43:05.992 [debug] Executing silently Code (idle) = __file__ = 'c:\\courses\\mpl-for-eda\\private\\tmp.py'
16:43:05.996 [info] Process Execution: ~\.virtualenvs\mpl-for-eda\Scripts\python.exe ~\.vscode\extensions\ms-toolsai.jupyter-2024.2.0-win32-x64\pythonFiles\printJupyterDataDir.py
16:43:06.001 [info] Generated code for 1 = <ipython-input-1-f2e287123cd7> with 15 lines
16:43:06.002 [debug] Executing silently Code (completed) = __file__ = 'c:\\courses\\mpl-for-eda\\private\\tmp.py' with 0 output(s)
16:43:06.008 [debug] Cell Index:1 sent to kernel
16:43:06.013 [debug] Start cell 1 execution @ 1712036586013 (clear output)
16:43:06.014 [info] Kernel acknowledged execution of cell 1 @ 1712036586013
16:43:06.103 [warn] Got an empty Jupyter Data Dir from ~\.VIRTUALENVS\MPL-FOR-EDA\SCRIPTS\PYTHON.EXE, stderr = undefined
16:43:06.106 [debug] getDataDirsImpl, Class name = Fr, completed in 117ms, has a truthy return value, Arg 1: "/c:/courses/mpl-for-eda/private/tmp.py", Arg 2: "~\\.VIRTUALENVS\\MPL-FOR-EDA\\SCRIPTS\\PYTHON.EXE", Return Value: <Uri:/C:/Users/<username>/AppData/Roaming/jupyter>, <Uri:/C:/Users/<username>/.virtualenvs/mpl-for-eda/share/jupyter>, <Uri:/C:/ProgramData/jupyter>
16:43:06.405 [info] End refreshing Kernel Picker (1712036584458)
16:43:06.488 [debug] IPyWidgetMessageDispatcher.initialize
16:43:06.488 [debug] Web view is ready to receive widget messages
16:43:06.493 [info] End cell 1 execution after 0.48s, completed @ 1712036586493, started @ 1712036586013
16:43:06.493 [debug] Cell 1 executed successfully
16:43:06.495 [debug] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
16:43:06.496 [debug] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
16:43:06.504 [debug] IPyWidgetMessageDispatcher.initialize
16:43:06.505 [debug] IPyWidgetMessageDispatcher.initialize
16:43:06.507 [debug] Widget Message: data-base-url set to https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users/<username>/.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/f589bc31a2b0312bec1423ec3c869afd9d47f40f20ab0f86b63f59b45842b724/jupyter
16:43:06.507 [debug] Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
16:43:06.507 [debug] Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
16:43:06.507 [debug] Widget Message: data-base-url set to https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users/<username>/.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/f589bc31a2b0312bec1423ec3c869afd9d47f40f20ab0f86b63f59b45842b724/jupyter
16:43:06.515 [debug] Widget Message: Received IPyWidget scripts [{"moduleName":"jupyter-matplotlib","scriptUri":"https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users/<username>/.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/f589bc31a2b0312bec1423ec3c869afd9d47f40f20ab0f86b63f59b45842b724/jupyter/nbextensions/jupyter-matplotlib/index","source":"local"}]
16:43:06.517 [debug] Widget Message: Source for IPyWidget jupyter-matplotlib found in local @ https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users/<username>/.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/f589bc31a2b0312bec1423ec3c869afd9d47f40f20ab0f86b63f59b45842b724/jupyter/nbextensions/jupyter-matplotlib/index.
16:43:06.518 [debug] Widget Message: Registering IPyWidget jupyter-matplotlib found in https://file%2B.vscode-resource.vscode-cdn.net/c%3A/Users/<username>/.vscode/extensions/ms-toolsai.jupyter-2024.2.0-win32-x64/temp/scripts/f589bc31a2b0312bec1423ec3c869afd9d47f40f20ab0f86b63f59b45842b724/jupyter/nbextensions/jupyter-matplotlib/index.
16:43:06.520 [debug] Executing silently Code (idle) = def _VSCODE_getVariable(what_to_get, is_debugging, *args):\n# Query Jupyter server for the info
16:43:06.635 [debug] Executing silently Code (completed) = def _VSCODE_getVariable(what_to_get, is_debugging, *args):\n# Query Jupyter server for the info with 1 output(s)
I haven’t tried this, wanted to check if there were any errors or the like in the logs
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!