Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

IPyWidgets do not renderer due to a 401 error in webview #12843

Closed
2 tasks done
christasich opened this issue Feb 14, 2023 · 20 comments · Fixed by #12896
Closed
2 tasks done

IPyWidgets do not renderer due to a 401 error in webview #12843

christasich opened this issue Feb 14, 2023 · 20 comments · Fixed by #12896
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster ipywidgets Rendering, loading, saving, anything to do with IPyWidgets verified Verification succeeded
Milestone

Comments

@christasich
Copy link

christasich commented Feb 14, 2023

Applies To

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

What happened?

Recently, support for ipywidgets 8 was added with #8552. After updating to the latest vscode-insiders and the pre-release versions of the Jupyter extension and notebook renderers, all my widgets load properly except for the matplotlib widget. This happens on two different remote machines running Ubuntu Server 22.04.1 LTS. When attempting to plot with %matplotlib widget enabled, I get a window that says, "Click to show javascript error." Clicking this shows the following:

[Open Browser Console for more detailed log - Double click to close this message]
Failed to load model class 'MPLCanvasModel' from module 'jupyter-matplotlib'
Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4099813)
    at ph.loadClass (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4403287)
    at ph.loadModelClass (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4097773)
    at ph._make_model (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4094616)
    at ph.new_model (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4092246)
    at ph.handle_comm_open (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4091039)
    at https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4402511
    at g._handleCommOpen (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js:2:36493)
    at async g._handleMessage (https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js:2:38387)

Typically, I work within single folder workspaces for my projects. For this project, it's located under ~/projects/{my-project}. Interestingly, if I add my home directory (~/) to the project making it a multi-root workspace, the error goes away. I'm guessing this means there is an issue with getting the proper path for the widget when it's not part of the workspace.

VS Code Version

1.76.0-insider

Jupyter Extension Version

v2023.2.1000451018

Jupyter logs

Visual Studio Code - Insiders (1.76.0-insider, ssh-remote, desktop)
Jupyter Extension Version: 2023.2.1000451018.
Python Extension Version: 2023.3.10411009.
Workspace folder /home/chris/projects/dissertation
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'jupyterEnhancedDataViewer'
info 00:58:08.060: LSP Notebooks experiment is enabled
info 00:58:09.827: Checking for server existence.
info 00:58:09.828: Connecting to server
info 00:58:09.829: Connecting remote server kernel http://localhost:8889/
Connecting to Jupyter server at http://localhost:8889/
info 00:58:09.829: Creating server with url : http://localhost:8889/
info 00:58:09.842: Server started.
info 00:58:09.842: Creating server with url : http://localhost:8889/
error 00:58:09.909: Error fetching remote kernels: FetchError: request to http://localhost:8889/api/kernels?1676357889847 failed, reason: connect ECONNREFUSED 127.0.0.1:8889
    at ClientRequest.<anonymous> (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1101739)
    at ClientRequest.emit (node:events:526:28)
    at Socket.socketErrorListener (node:_http_client:442:9)
    at Socket.emit (node:events:526:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
error 00:58:09.914: UniversalRemoteKernelFinder: Failed to get kernels without cache FetchError: request to http://localhost:8889/api/kernels?1676357889847 failed, reason: connect ECONNREFUSED 127.0.0.1:8889
    at ClientRequest.<anonymous> (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1101739)
    at ClientRequest.emit (node:events:526:28)
    at Socket.socketErrorListener (node:_http_client:442:9)
    at Socket.emit (node:events:526:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
error 00:58:09.914: SessionManager:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at e.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:172349)
    at u.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:63778)
    at og.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:267737)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at ug.listKernelsFromConnection (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:280120)
info 00:58:11.149: Process Execution: > ~/projects/dissertation/.venv/bin/python -m pip list
> ~/projects/dissertation/.venv/bin/python -m pip list
info 00:58:13.298: Starting Jupyter Session startUsingPythonInterpreter, .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (Python Path: /home/chris/projects/dissertation/.venv, EnvType: Poetry, EnvName: '.venv', Version: 3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]) for '/home/chris/projects/dissertation/notebooks/4-delta/02-nodal-analysis.ipynb' (disableUI=false)
info 00:58:13.344: Process Execution: > ~/projects/dissertation/.venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
> ~/projects/dissertation/.venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
info 00:58:13.427: Process Execution: > ~/projects/dissertation/.venv/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"a7669770-f9dd-4bde-8847-63685719a21d" --shell=9002 --transport="tcp" --iopub=9004 --f=/home/chris/.local/share/jupyter/runtime/kernel-v2-2254992iowHK1Do7DO.json
> ~/projects/dissertation/.venv/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"a7669770-f9dd-4bde-8847-63685719a21d" --shell=9002 --transport="tcp" --iopub=9004 --f=/home/chris/.local/share/jupyter/runtime/kernel-v2-2254992iowHK1Do7DO.json
info 00:58:13.427: Process Execution: cwd: ~/projects/dissertation/notebooks/4-delta
cwd: ~/projects/dissertation/notebooks/4-delta
info 00:58:13.521: ipykernel version & path 6.21.2, ~/projects/dissertation/.venv/lib/python3.10/site-packages/ipykernel/__init__.py for /home/chris/projects/dissertation/.venv/bin/python
info 00:58:13.921: Started Kernel .venv (Python 3.10.9) (pid: 226449)
error 00:58:13.989: Determined IPyKernel Version [{"name":"stdout","text":"e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPyWidgets:8.0.4\n","output_type":"stream"}]
error 00:58:13.989: Determined IPyKernel Version and event fired 8
info 00:58:14.476: Process Execution: > ~/projects/dissertation/.venv/bin/python ~/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/pythonFiles/printJupyterDataDir.py
> ~/projects/dissertation/.venv/bin/python ~/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/pythonFiles/printJupyterDataDir.py
error 00:58:17.529: Widget load failure {} {
  className: 'MPLCanvasModel',
  moduleName: 'jupyter-matplotlib',
  moduleVersion: '^0.11',
  cdnsUsed: false,
  isOnline: true,
  timedout: false,
  error: '{}'
}
error 00:58:17.554: Widget load failure {} {
  className: 'ToolbarModel',
  moduleName: 'jupyter-matplotlib',
  moduleVersion: '^0.11',
  cdnsUsed: false,
  isOnline: true,
  timedout: false,
  error: '{}'
}

Coding Language and Runtime Version

Python 3.10.9

Language Extension Version (if applicable)

v2023.3.10411009

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Remote

@christasich christasich added the bug Issue identified by VS Code Team member as probable bug label Feb 14, 2023
@DonJayamanne
Copy link
Contributor

DonJayamanne commented Feb 14, 2023

Thanks for filing this issue and testing the latest changes, and sorry you are running into this issue.

Interestingly, if I add my home directory (~/) to the project making it a multi-root workspace, the error goes away. I'm guessing this means there is an issue with getting the proper path for the widget when it's not part of the workspace.

Please could you confirm the fact that this works when you are NOT using a multi-root workspace folder (i.e. that it works when opening a single folder in vscode). thanks

@DonJayamanne DonJayamanne added info-needed Issue requires more information from poster ipywidgets Rendering, loading, saving, anything to do with IPyWidgets labels Feb 14, 2023
@christasich
Copy link
Author

Please could you confirm the fact that this works when you are NOT using a multi-root workspace folder (i.e. that it works when opening a single folder in vscode). thanks

No. This issue has only occurred for me when working with a single folder workspace at ~/project/{my-project}. When I add my home directory to the workspace, the widget plots normally. Does that help?

@DonJayamanne
Copy link
Contributor

Sorry, but I still don’t understand that
Please could you take a screenshot and show the full paths

@christasich
Copy link
Author

Sure. Here's a gif that might help. Also, I missed it before, but even the workspace that I thought was working has some issues. At the end of the gif, you can see the KeyErrors pop up when I hover over the image.

ipympl

@christasich
Copy link
Author

The widget also partially works (but with KeyErrors) if I just open my home directory as a single root project (which also includes the sample notebook from above). I think it has to do with the .vscode-server-insiders folder being present in the project.

image

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Feb 14, 2023

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.

@christasich
Copy link
Author

christasich commented Feb 14, 2023

Sure. Here's the log for both workspaces.

Workspace 1 (/home/chris/project/{my-project})

Visual Studio Code - Insiders (1.76.0-insider, ssh-remote, desktop)
Jupyter Extension Version: 2023.2.1000451018.
Python Extension Version: 2023.3.10411009.
Workspace folder /home/chris/projects/dissertation
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'jupyterEnhancedDataViewer'
debug 02:28:20.109: Updating cache with Python kernels 
, Added = 
, Updated = 
, Removed = 
debug 02:28:20.110: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 02:28:20.112: Start refreshing Kernel Picker (1676363300112)
debug 02:28:20.113: Found 0 cached controllers
info 02:28:20.126: LSP Notebooks experiment is enabled
debug 02:28:20.127: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:20.127: Get Active Interpreter, Class name = zo (started execution), Arg 1: undefined
debug 02:28:20.231: Get Custom Env Variables, Class name = Kl, completed in 122ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 02:28:20.237: Get Jupyter Sub Paths, Class name = op, completed in 127ms, has a truthy return value, Arg 1: "", Arg 2: "kernels", Return Value: 
debug 02:28:20.239: Get Jupyter Kernel Paths, Class name = op, completed in 130ms, has a truthy return value, Arg 1: "", Return Value: 
debug 02:28:20.243: Get KernelSpec root path, Class name = op, completed in 133ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels>
debug 02:28:20.255: Get Active Interpreter, Class name = zo, completed in 128ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:20.256: Get Active Interpreter, Class name = zo, completed in 129ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:20.256: interpreterPackages getPackageInformation, Class name = Gd (started execution), Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}}
debug 02:28:20.256: Create activated Env, Class name = Cl (started execution), Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}}
debug 02:28:20.256: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true
debug 02:28:20.256: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:20.256: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:20.257: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation", Arg 2: "RunPythonCode"
debug 02:28:20.266: Get Custom Env Variables, Class name = Kl, completed in 9ms, has a truthy return value, Arg 1: "~/projects/dissertation", Arg 2: "RunPythonCode"
debug 02:28:20.369: Found 5 cached controllers
debug 02:28:20.369: Creating 5 controllers
debug 02:28:20.370: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.371: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.372: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.372: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.373: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.373: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.374: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.374: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher') with name 'Python 3.10.6'
debug 02:28:20.374: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)'
debug 02:28:20.375: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)'
debug 02:28:20.376: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Updated = 
, Removed = 
debug 02:28:20.377: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python
debug 02:28:20.377: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:20.379: Get Jupyter Kernel Paths, Class name = op, completed in 2ms, has a truthy return value, Arg 1: "", Return Value: 
debug 02:28:20.380: Get KernelSpec root path, Class name = op, completed in 3ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels>
debug 02:28:20.381: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:20.381: Preferred Remote kernel for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb is undefined
debug 02:28:20.409: Not Searching for kernels as path does not exist, /usr/share/jupyter/kernels
debug 02:28:20.410: Not Searching for kernels as path does not exist, /usr/local/share/jupyter/kernels
debug 02:28:20.410: Not Searching for kernels as path does not exist, /home/chris/.local/share/jupyter/kernels
debug 02:28:20.501: Loading kernelspec from /home/chris/projects/dissertation/.venv/share/jupyter/kernels/python3/kernel.json for /home/chris/projects/dissertation/.venv/bin/python
debug 02:28:20.535: Conda file returned by Python Extension is conda
debug 02:28:20.557: Hiding default kernel spec 'Python 3 (ipykernel)', 'pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568', /python for interpreter /home/chris/projects/dissertation/.venv/bin/python and spec /home/chris/projects/dissertation/.venv/share/jupyter/kernels/python3/kernel.json
debug 02:28:20.558: Kernel for interpreter /home/chris/projects/dissertation/.venv/bin/python is .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher
debug 02:28:20.558: Kernels for interpreter /home/chris/projects/dissertation/.venv/bin/python are .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher
debug 02:28:20.558: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:20.850: API called from ms-toolsai.vscode-jupyter-powertoys
debug 02:28:20.871: KernelProvider switched kernel to id = .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher
debug 02:28:20.874: Initialize notebook communications for editor /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb
debug 02:28:20.874: Resolving notebook UI Comms (resolve) for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb
debug 02:28:20.874: initialize CommonMessageCoordinator
debug 02:28:20.887: Registering commtarget jupyter.widget
debug 02:28:20.887: IPyWidgetMessageDispatcher.initialize
debug 02:28:20.889: Controller selection change completed
debug 02:28:20.890: Storing Preferred remote kernel for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb is undefined
debug 02:28:20.892: Found 1 saved URIs, [{"time":1676044617932,"serverId":"478efb9bf8e1ad8038391113811959f830d7a64e09b3399741be4322b0553da3","displayName":"localhost","uri":"https://remote/?id=_builtin.jupyterServerUrlProvider&uriHandle=c063c18f-f5ee-4077-8901-646897826d14","isValidated":true}]
debug 02:28:20.892: Found 5 cached controllers
debug 02:28:20.892: Creating 5 controllers
debug 02:28:20.893: UniversalRemoteKernelFinder: get from cache
info 02:28:20.894: Checking for server existence.
debug 02:28:20.895: Checking for server usability.
debug 02:28:20.895: Starting notebook server.
info 02:28:20.895: Connecting to server
debug 02:28:20.896: Connecting to process server
info 02:28:20.896: Connecting remote server kernel http://localhost:8889/
Connecting to Jupyter server at http://localhost:8889/
info 02:28:20.896: Creating server with url : http://localhost:8889/
debug 02:28:20.908: Connection complete server
info 02:28:20.908: Server started.
info 02:28:20.908: Creating server with url : http://localhost:8889/
error 02:28:20.973: Error fetching remote kernels: FetchError: request to http://localhost:8889/api/kernels?1676363300913 failed, reason: connect ECONNREFUSED 127.0.0.1:8889
    at ClientRequest.<anonymous> (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1101739)
    at ClientRequest.emit (node:events:526:28)
    at Socket.socketErrorListener (node:_http_client:442:9)
    at Socket.emit (node:events:526:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
debug 02:28:20.974: Disposing session manager
debug 02:28:20.974: SessionManager - dispose contents manager
debug 02:28:20.974: ShutdownSessionAndConnection - dispose session manager
debug 02:28:20.976: Finished disposing jupyter session manager
error 02:28:20.976: UniversalRemoteKernelFinder: Failed to get kernels without cache FetchError: request to http://localhost:8889/api/kernels?1676363300913 failed, reason: connect ECONNREFUSED 127.0.0.1:8889
    at ClientRequest.<anonymous> (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1101739)
    at ClientRequest.emit (node:events:526:28)
    at Socket.socketErrorListener (node:_http_client:442:9)
    at Socket.emit (node:events:526:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
debug 02:28:20.977: UniversalRemoteKernelFinder: Writing 0 remote kernel connection metadata to cache
error 02:28:20.977: SessionManager:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at e.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:172349)
    at u.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:63778)
    at og.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:267737)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at ug.listKernelsFromConnection (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:280120)
debug 02:28:21.075: Python API env change detected, add => '/home/chris/.local/share/asdf/shims/python'
debug 02:28:21.133: Updating cache with Remote kernels 
, Added = 
, Updated = 
, Removed = 
debug 02:28:21.194: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 937ms. 
 PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:21.194: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:21.194: Getting activated env variables from Python, Class name = ic, completed in 938ms, has a truthy return value, Arg 1: "~/projects/dissertation", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:21.195: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 939ms with 51 variables
debug 02:28:21.196: Getting activated env variables impl, Class name = ic, completed in 940ms, has a truthy return value, Arg 1: "~/projects/dissertation", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:21.196: Getting activated env variables, Class name = ic, completed in 940ms, has a truthy return value, Arg 1: "~/projects/dissertation", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true
debug 02:28:21.196: Create activated Env, Class name = Cl, completed in 940ms, has a truthy return value, Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation","external":"file:///home/chris/projects/dissertation","path":"/home/chris/projects/dissertation","scheme":"file"}}
info 02:28:21.212: Process Execution: > ~/projects/dissertation/.venv/bin/python -m pip list
> ~/projects/dissertation/.venv/bin/python -m pip list
debug 02:28:21.447: _jupyterPythonPathFunction: "file:///home/chris/projects/dissertation" is not a notebook
debug 02:28:21.453: _jupyterPythonPathFunction: Giving Pylance "/home/chris/projects/dissertation/.venv/bin/python" as python path for "file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb"
debug 02:28:22.166: interpreterPackages getPackageInformation, Class name = Gd, completed in 1910ms, has a falsy return value, Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}}
debug 02:28:23.291: Python API env change detected, remove => '/home/chris/.local/share/asdf/shims/python'
debug 02:28:23.294: Full interpreter list after refreshing (total 0ms, resolve 0ms, refresh 0ms) is length: 6, /bin/python3:undefined::/bin/python3:/bin/python3, /usr/bin/python3:undefined::/usr/bin/python3:/usr/bin/python3, /home/chris/projects/dissertation/.venv/bin/python:.venv:Poetry:/home/chris/projects/dissertation/.venv/bin/python:/home/chris/projects/dissertation/.venv/bin/python, /home/chris/.local/share/asdf/shims/python3.10:undefined::/home/chris/.local/share/asdf/shims/python3.10:/home/chris/.local/share/asdf/shims/python3.10, /home/chris/.local/share/asdf/shims/python3.10:undefined::/home/chris/.local/share/asdf/shims/python3.10:/home/chris/.local/share/asdf/shims/python3.10, /home/chris/.local/share/asdf/shims/python3:undefined::/home/chris/.local/share/asdf/shims/python3:/home/chris/.local/share/asdf/shims/python3
debug 02:28:23.296: Python environment for /home/chris/projects/dissertation/.venv/bin/python is /home/chris/projects/dissertation/.venv/bin/python from Python Extension API is {"internal":{"path":"/home/chris/projects/dissertation/.venv/bin/python","id":"/home/chris/projects/dissertation/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/chris/projects/dissertation/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation","external":"file:///home/chris/projects/dissertation","path":"/home/chris/projects/dissertation","scheme":"file"},"name":"dissertation","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"tools":["Poetry"]},"id":"/home/chris/projects/dissertation/.venv/bin/python"} and translated is {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.323: loadData after detecting changes to interpreters
debug 02:28:23.323: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.323: refreshData after detecting changes to interpreters
debug 02:28:23.323: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python
debug 02:28:23.323: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.323: Listing Python kernels for Interpreter /bin/python3
debug 02:28:23.323: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.324: Python environment for /bin/python3 is /bin/python3 from Python Extension API is {"internal":{"path":"/bin/python3","id":"/bin/python3","executable":{"uri":{"$mid":1,"path":"/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/bin/python3"} and translated is {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}
debug 02:28:23.325: Get Jupyter Kernel Paths, Class name = op, completed in 2ms, has a truthy return value, Arg 1: "", Return Value: 
debug 02:28:23.325: Get KernelSpec root path, Class name = op, completed in 2ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels>
debug 02:28:23.327: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.327: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.327: loadData after detecting changes to interpreters
debug 02:28:23.327: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.327: refreshData after detecting changes to interpreters
debug 02:28:23.327: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python
debug 02:28:23.327: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.327: Listing Python kernels for Interpreter /bin/python3
debug 02:28:23.327: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.328: Listing Python kernels for Interpreter /usr/bin/python3
debug 02:28:23.328: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.328: Python environment for /usr/bin/python3 is /usr/bin/python3 from Python Extension API is {"internal":{"path":"/usr/bin/python3","id":"/usr/bin/python3","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/usr/bin/python3"} and translated is {"id":"/usr/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/usr/bin/python3","path":"/usr/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}
debug 02:28:23.329: Get Jupyter Kernel Paths, Class name = op, completed in 1ms, has a truthy return value, Arg 1: "", Return Value: 
debug 02:28:23.329: Get KernelSpec root path, Class name = op, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels>
debug 02:28:23.330: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.330: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.330: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.331: loadData after detecting changes to interpreters
debug 02:28:23.331: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.331: refreshData after detecting changes to interpreters
debug 02:28:23.331: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python
debug 02:28:23.331: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.331: Listing Python kernels for Interpreter /bin/python3
debug 02:28:23.331: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.331: Listing Python kernels for Interpreter /usr/bin/python3
debug 02:28:23.331: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.331: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3.10
debug 02:28:23.331: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.332: Python environment for /home/chris/.local/share/asdf/shims/python3.10 is /home/chris/.local/share/asdf/shims/python3.10 from Python Extension API is {"internal":{"path":"/home/chris/.local/share/asdf/shims/python3.10","id":"/home/chris/.local/share/asdf/shims/python3.10","executable":{"uri":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"bitness":"Unknown"},"version":{"major":3,"minor":10},"tools":[]},"id":"/home/chris/.local/share/asdf/shims/python3.10"} and translated is {"id":"/home/chris/.local/share/asdf/shims/python3.10","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3.10","path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}
debug 02:28:23.333: Get Jupyter Kernel Paths, Class name = op, completed in 1ms, has a truthy return value, Arg 1: "", Return Value: 
debug 02:28:23.333: Get KernelSpec root path, Class name = op, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels>
debug 02:28:23.334: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.335: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.335: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.335: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.335: Python environment for /home/chris/.local/share/asdf/shims/python3.10 is /home/chris/.local/share/asdf/shims/python3.10 from Python Extension API is {"internal":{"path":"/home/chris/.local/share/asdf/shims/python3.10","id":"/home/chris/.local/share/asdf/shims/python3.10","executable":{"uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3.10","path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/home/chris/.local/share/asdf/shims/python3.10"} and translated is {"id":"/home/chris/.local/share/asdf/shims/python3.10","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3.10","path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}
debug 02:28:23.335: loadData after detecting changes to interpreters
debug 02:28:23.335: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.335: refreshData after detecting changes to interpreters
debug 02:28:23.335: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python
debug 02:28:23.335: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.335: Listing Python kernels for Interpreter /bin/python3
debug 02:28:23.335: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.335: Listing Python kernels for Interpreter /usr/bin/python3
debug 02:28:23.335: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.336: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3.10
debug 02:28:23.336: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.336: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3
debug 02:28:23.336: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/projects/dissertation"
debug 02:28:23.336: Python environment for /home/chris/.local/share/asdf/shims/python3 is /home/chris/.local/share/asdf/shims/python3 from Python Extension API is {"internal":{"path":"/home/chris/.local/share/asdf/shims/python3","id":"/home/chris/.local/share/asdf/shims/python3","executable":{"uri":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/home/chris/.local/share/asdf/shims/python3"} and translated is {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}
debug 02:28:23.337: Get Jupyter Kernel Paths, Class name = op, completed in 1ms, has a truthy return value, Arg 1: "", Return Value: 
debug 02:28:23.337: Get KernelSpec root path, Class name = op, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels>
debug 02:28:23.337: Full interpreter list is length: 6, /home/chris/projects/dissertation/.venv/bin/python:.venv:Poetry:/home/chris/projects/dissertation/.venv/bin/python, /bin/python3::Unknown:/bin/python3, /usr/bin/python3::Unknown:/usr/bin/python3, /home/chris/.local/share/asdf/shims/python3.10::Unknown:/home/chris/.local/share/asdf/shims/python3.10, /home/chris/.local/share/asdf/shims/python3.10::Unknown:/home/chris/.local/share/asdf/shims/python3.10, /home/chris/.local/share/asdf/shims/python3::Unknown:/home/chris/.local/share/asdf/shims/python3
debug 02:28:23.339: Refreshed Environments
debug 02:28:23.339: End refreshing Kernel Picker (1676363300112)
debug 02:28:23.339: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.339: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.339: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.339: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.339: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation", Return Value: {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}}
debug 02:28:23.404: Hiding default kernel spec 'Python 3 (ipykernel)', 'pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568', /python for interpreter /home/chris/projects/dissertation/.venv/bin/python and spec /home/chris/projects/dissertation/.venv/share/jupyter/kernels/python3/kernel.json
debug 02:28:23.404: Kernel for interpreter /home/chris/projects/dissertation/.venv/bin/python is .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher
debug 02:28:23.404: Kernels for interpreter /home/chris/projects/dissertation/.venv/bin/python are .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher
debug 02:28:23.405: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.406: Kernel for interpreter /bin/python3 is .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher
debug 02:28:23.406: Kernels for interpreter /bin/python3 are .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher
debug 02:28:23.406: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.408: Kernel for interpreter /usr/bin/python3 is .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher
debug 02:28:23.408: Kernels for interpreter /usr/bin/python3 are .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher
debug 02:28:23.408: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.410: Kernel for interpreter /home/chris/.local/share/asdf/shims/python3.10 is .jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher
debug 02:28:23.410: Kernels for interpreter /home/chris/.local/share/asdf/shims/python3.10 are .jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher
debug 02:28:23.410: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:23.411: Kernel for interpreter /home/chris/.local/share/asdf/shims/python3 is .jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher
debug 02:28:23.411: Kernels for interpreter /home/chris/.local/share/asdf/shims/python3 are .jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher
debug 02:28:23.411: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)'
, Added = 
, Updated = 
, Removed = 
debug 02:28:28.301: VSCodeNotebookController::handleExecution, Class name = Ov (started execution)
debug 02:28:28.302: Execute Cell 0 /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb
debug 02:28:28.303: start the kernel, options.disableUI=false for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb
debug 02:28:28.304: Start Jupyter Session in kernel.ts with disableUI = false
info 02:28:28.304: Starting Jupyter Session startUsingPythonInterpreter, .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (Python Path: /home/chris/projects/dissertation/.venv, EnvType: Poetry, EnvName: '.venv', Version: 3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]) for '/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb' (disableUI=false)
debug 02:28:28.305: Creating raw notebook for resource '/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb'
debug 02:28:28.305: Computing working directory for resource '/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb'
debug 02:28:28.323: Kernel Launcher. launch, Class name = Fp (started execution), Arg 1: {"id":".jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher","kernelSpec":{"specFile":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/temp/jupyter/kernels/pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568/kernel.json","interpreterPath":"/home/chris/projects/dissertation/.venv/bin/python","isRegisteredByVSC":"registeredByNewVersionOfExt","name":"pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","executable":"python","display_name":".venv","metadata":{"interpreter":{"path":"/home/chris/projects/dissertation/.venv/bin/python"}},"env":{}},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":"/home/chris/projects/dissertation/.venv","displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"path":"/home/chris/projects/dissertation/.venv/bin/python"},"kind":"startUsingPythonInterpreter"}, Arg 2: 60000, Arg 3: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 4: "~/projects/dissertation/notebooks/4-delta", Arg 5: {"a":false,"b":null}
debug 02:28:28.323: Create activated Env, Class name = Cl (started execution), Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"}}
debug 02:28:28.323: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined
debug 02:28:28.323: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.324: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.324: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:28.330: Get Custom Env Variables, Class name = Kl, completed in 6ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:28.331: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 7ms. 
 PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:28.331: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:28.331: Getting activated env variables from Python, Class name = ic, completed in 8ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.331: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 8ms with 51 variables
debug 02:28:28.333: Getting activated env variables impl, Class name = ic, completed in 10ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.333: Getting activated env variables, Class name = ic, completed in 10ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined
debug 02:28:28.333: Create activated Env, Class name = Cl, completed in 10ms, has a truthy return value, Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"}}
info 02:28:28.346: Process Execution: > ~/projects/dissertation/.venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
> ~/projects/dissertation/.venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
debug 02:28:28.381: Launching kernel in kernelProcess.ts, Class name = Op (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta", Arg 2: ""
debug 02:28:28.382: Create activated Env, Class name = Cl (started execution), Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}}
debug 02:28:28.382: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined
debug 02:28:28.382: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.382: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.382: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:28.382: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: false
debug 02:28:28.382: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.382: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.382: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:28.383: Get Custom Env Variables, Class name = Kl, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:28.383: Get Custom Env Variables, Class name = Kl, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:28.383: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 1ms. 
 PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:28.383: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:28.383: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 1ms. 
 PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:28.383: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:28.383: Getting activated env variables from Python, Class name = ic, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.383: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 1ms with 51 variables
debug 02:28:28.384: Getting activated env variables from Python, Class name = ic, completed in 2ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.384: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 2ms with 51 variables
debug 02:28:28.385: Getting activated env variables impl, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.385: Getting activated env variables impl, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:28.386: Getting activated env variables, Class name = ic, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined
debug 02:28:28.386: Getting activated env variables, Class name = ic, completed in 4ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: false
debug 02:28:28.386: Create activated Env, Class name = Cl, completed in 4ms, has a truthy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}}
info 02:28:28.401: Process Execution: > ~/projects/dissertation/.venv/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"e83c8c11-f7a9-4fe4-8412-608050f3d937" --shell=9002 --transport="tcp" --iopub=9004 --f=/home/chris/.local/share/jupyter/runtime/kernel-v2-301355TS9KBL5Olt8A.json
> ~/projects/dissertation/.venv/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"e83c8c11-f7a9-4fe4-8412-608050f3d937" --shell=9002 --transport="tcp" --iopub=9004 --f=/home/chris/.local/share/jupyter/runtime/kernel-v2-301355TS9KBL5Olt8A.json
info 02:28:28.401: Process Execution: cwd: ~/projects/dissertation/notebooks/4-delta
cwd: ~/projects/dissertation/notebooks/4-delta
debug 02:28:28.402: Launching kernel in kernelProcess.ts, Class name = Op, completed in 21ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta", Arg 2: ""
info 02:28:28.504: ipykernel version & path 6.21.2, ~/projects/dissertation/.venv/lib/python3.10/site-packages/ipykernel/__init__.py for /home/chris/projects/dissertation/.venv/bin/python
debug 02:28:28.823: KernelProcess error: /home/chris/projects/dissertation/.venv/lib/python3.10/site-packages/traitlets/traitlets.py:2548: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(
/home/chris/projects/dissertation/.venv/lib/python3.10/site-packages/traitlets/traitlets.py:2499: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'e83c8c11-f7a9-4fe4-8412-608050f3d937' instead of 'b"e83c8c11-f7a9-4fe4-8412-608050f3d937"'.
  warn(

debug 02:28:28.824: KernelProcess 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 kernel-v2-301355TS9KBL5Olt8A.json

debug 02:28:28.825: Kernel Output: To connect another client to this kernel, use: --existing kernel-v2-301355TS9KBL5Olt8A.json

debug 02:28:28.840: Kernel Launcher. launch, Class name = Fp, completed in 517ms, has a truthy return value, Arg 1: {"id":".jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher","kernelSpec":{"specFile":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/temp/jupyter/kernels/pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568/kernel.json","interpreterPath":"/home/chris/projects/dissertation/.venv/bin/python","isRegisteredByVSC":"registeredByNewVersionOfExt","name":"pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","executable":"python","display_name":".venv","metadata":{"interpreter":{"path":"/home/chris/projects/dissertation/.venv/bin/python"}},"env":{}},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":"/home/chris/projects/dissertation/.venv","displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"path":"/home/chris/projects/dissertation/.venv/bin/python"},"kind":"startUsingPythonInterpreter"}, Arg 2: 60000, Arg 3: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 4: "~/projects/dissertation/notebooks/4-delta", Arg 5: <argument cannot be serialized for logging>
debug 02:28:28.846: Waiting for Raw Session to be ready in postStartRawSession
debug 02:28:28.846: Waiting for Raw session to be ready, currently connected
debug 02:28:28.846: Raw session connected
debug 02:28:28.846: Waiting for Raw session to be ready for 30s
debug 02:28:28.846: Waited for Raw session to be ready & got connected
debug 02:28:28.847: Successfully waited for Raw Session to be ready in postStartRawSession
debug 02:28:28.847: Kernel status before requesting kernel info and after ready is unknown
debug 02:28:28.847: Sending request for kernelinfo
debug 02:28:28.866: Got response for requestKernelInfo
debug 02:28:28.866: Successfully compelted postStartRawSession
info 02:28:28.867: Started Kernel .venv (Python 3.10.9) (pid: 302725)
debug 02:28:28.869: Started running kernel initialization for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb
debug 02:28:28.870: Executing silently Code (idle) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy
debug 02:28:28.936: Executing silently Code (completed) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy with 1 output(s)
error 02:28:28.936: Determined IPyKernel Version [{"name":"stdout","text":"e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPyWidgets:8.0.4\n","output_type":"stream"}]
error 02:28:28.936: Determined IPyKernel Version and event fired 8
debug 02:28:28.951: Executing silently Code (idle) = import os as _VSCODE_os\nimport sys as _VSCODE_sys\n%cd "/home/chris/projects/dissertation"\nif _VSCODE
debug 02:28:28.966: Executing silently Code (completed) = import os as _VSCODE_os\nimport sys as _VSCODE_sys\n%cd "/home/chris/projects/dissertation"\nif _VSCODE with 1 output(s)
debug 02:28:28.967: Executing silently Code (idle) = %load_ext autoreload\n%autoreload 2\n%matplotlib widget\n%load_ext memory_profiler\n%load_ext line_profi
debug 02:28:29.393: Executing silently Code (completed) = %load_ext autoreload\n%autoreload 2\n%matplotlib widget\n%load_ext memory_profiler\n%load_ext line_profi with 0 output(s)
debug 02:28:29.393: Requesting Kernel info
debug 02:28:29.394: Got Kernel info
debug 02:28:29.394: End running kernel initialization, now waiting for idle
debug 02:28:29.394: Waiting for 60000ms idle on (kernel): 6e463366-e63c-44a5-8530-72ffb2644bc3 -> idle
debug 02:28:29.394: Finished waiting for idle on (kernel): 6e463366-e63c-44a5-8530-72ffb2644bc3 -> idle
debug 02:28:29.394: End running kernel initialization, session is idle
debug 02:28:29.397: IPyWidgetScriptSource.initialize
debug 02:28:29.397: IPyWidgetMessageDispatcher.initialize
debug 02:28:29.398: getDataDirsImpl, Class name = op (started execution), Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}}
debug 02:28:29.398: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: undefined, Arg 2: "RunPythonCode"
debug 02:28:29.401: Get Custom Env Variables, Class name = Kl, completed in 3ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
debug 02:28:29.401: Get Jupyter Sub Paths, Class name = op, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: 
debug 02:28:29.401: Get Jupyter Paths, Class name = op, completed in 3ms, has a truthy return value, , Return Value: 
debug 02:28:29.401: Create activated Env, Class name = Cl (started execution), Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"allowEnvironmentFetchExceptions":true}
debug 02:28:29.401: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true
debug 02:28:29.401: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:29.401: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:29.401: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:29.404: Get Custom Env Variables, Class name = Kl, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode"
debug 02:28:29.404: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 3ms. 
 PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:29.404: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined
debug 02:28:29.404: Getting activated env variables from Python, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:29.404: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 3ms with 51 variables
debug 02:28:29.405: Start Jupyter Session in kernel.ts with disableUI = false
debug 02:28:29.406: Getting activated env variables impl, Class name = ic, completed in 5ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>
debug 02:28:29.406: Getting activated env variables, Class name = ic, completed in 5ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true
debug 02:28:29.408: Create activated Env, Class name = Cl, completed in 7ms, has a truthy return value, Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"allowEnvironmentFetchExceptions":true}
info 02:28:29.421: Process Execution: > ~/projects/dissertation/.venv/bin/python ~/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/pythonFiles/printJupyterDataDir.py
> ~/projects/dissertation/.venv/bin/python ~/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/pythonFiles/printJupyterDataDir.py
debug 02:28:29.422: Start cell 0 execution @ 1676363309421
debug 02:28:29.455: getDataDirsImpl, Class name = op, completed in 57ms, has a truthy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}}
debug 02:28:29.739: End cell 0 execution @ 1676363309738, started @ 1676363309421, elapsed time = 0.317s
debug 02:28:29.740: Cell 0 executed with state Success
debug 02:28:29.740: VSCodeNotebookController::handleExecution, Class name = Ov, completed in 1439ms, has a falsy return value
debug 02:28:30.038: Attempting to determine version of IPyWidgets
debug 02:28:30.038: Waiting for IPyWidgets version promise
debug 02:28:30.038: Version of IPyWidgets 8 determined after 0s
debug 02:28:30.065: IPyWidget version in Kernel is 8.
debug 02:28:30.717: IPyWidgetMessageDispatcher.initialize
debug 02:28:30.734: Widget Entry points = [{"uri":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension.js","scheme":"file"},"widgetFolderName":"jupyter-js-widgets"},{"uri":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/extension.js","scheme":"file"},"widgetFolderName":"jupyter-matplotlib"}]
debug 02:28:30.734: Widget baseUrl = file:///home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter
debug 02:28:30.762: Extracted require.config entry for jupyter-matplotlib from /home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/extension.js for file:///home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter is {"jupyter-matplotlib":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index","scheme":"file"}}
debug 02:28:30.786: Extracted require.config entry for jupyter-js-widgets from /home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension.js for file:///home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter is {"@jupyter-widgets/controls":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension","scheme":"file"},"@jupyter-widgets/base":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension","scheme":"file"},"@jupyter-widgets/output":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension","scheme":"file"}}
debug 02:28:30.787: Widget config = {"jupyter-matplotlib":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index","scheme":"file"}}
debug 02:28:30.960: Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
debug 02:28:30.975: Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
debug 02:28:30.989: IPyWidgetMessageDispatcher.initialize
debug 02:28:30.989: IPyWidgetMessageDispatcher.initialize
debug 02:28:30.989: Widget Message: Waiting for model to be available before rendering it 02e471e576a64c899362de39b1de1d2d
debug 02:28:31.016: Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0
debug 02:28:31.016: Widget Message: data-base-url set to https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter
debug 02:28:31.016: Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
debug 02:28:31.016: Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
debug 02:28:31.016: Widget Message: data-base-url set to https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter
debug 02:28:31.016: Widget Message: Received IPyWidget scripts [{"moduleName":"jupyter-matplotlib","scriptUri":"https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index","source":"local"}]
debug 02:28:31.016: Widget Message: Source for IPyWidget jupyter-matplotlib found in local @ https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.
debug 02:28:31.016: Widget Message: Registering IPyWidget jupyter-matplotlib found in https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.
debug 02:28:31.016: Widget Message: WidgetManager: Loading class MPLCanvasModel:jupyter-matplotlib:^0.11
debug 02:28:31.031: Widget Message: WidgetManager: failed, Loading class MPLCanvasModel:jupyter-matplotlib:^0.11
error 02:28:31.031: Widget load failure {} {
  className: 'MPLCanvasModel',
  moduleName: 'jupyter-matplotlib',
  moduleVersion: '^0.11',
  cdnsUsed: false,
  isOnline: true,
  timedout: false,
  error: '{}'
}
debug 02:28:31.032: Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0
debug 02:28:31.032: Widget Message: WidgetManager: Loading class ToolbarModel:jupyter-matplotlib:^0.11
debug 02:28:31.060: Widget Message: WidgetManager: failed, Loading class ToolbarModel:jupyter-matplotlib:^0.11
error 02:28:31.060: Widget load failure {} {
  className: 'ToolbarModel',
  moduleName: 'jupyter-matplotlib',
  moduleVersion: '^0.11',
  cdnsUsed: false,
  isOnline: true,
  timedout: false,
  error: '{}'
}
debug 02:28:31.074: Widget Message: Received display data message 02e471e576a64c899362de39b1de1d2d
debug 02:28:31.074: Widget Message: WidgetManager: Loading class ErrorWidgetView:@jupyter-widgets/base:2.0.0
debug 02:28:31.101: Widget Message: WidgetManager: Loading class LayoutView:@jupyter-widgets/base:2.0.0

@christasich
Copy link
Author

christasich commented Feb 14, 2023

Workspace 2 (includes Workspace 1) (/home/chris)

Visual Studio Code - Insiders (1.76.0-insider, ssh-remote, desktop) Jupyter Extension Version: 2023.2.1000451018. Python Extension Version: 2023.3.10411009. Workspace folder /home/chris User belongs to experiment group 'jupyterTest' User belongs to experiment group 'jupyterEnhancedDataViewer' debug 02:30:35.985: Updating cache with Python kernels , Added = , Updated = , Removed = debug 02:30:35.986: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" debug 02:30:35.988: Start refreshing Kernel Picker (1676363435988) debug 02:30:35.989: Found 0 cached controllers info 02:30:36.003: LSP Notebooks experiment is enabled debug 02:30:36.003: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:36.207: Found 6 cached controllers debug 02:30:36.207: Creating 6 controllers debug 02:30:36.208: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.209: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.209: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.210: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.210: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.211: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.211: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.212: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 02:30:36.212: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)' debug 02:30:36.213: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)' debug 02:30:36.213: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)' debug 02:30:36.213: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher') with name '.venv (Python 3.10.9)' debug 02:30:36.214: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Updated = , Removed = debug 02:30:36.219: Preferred Remote kernel for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb is undefined debug 02:30:36.799: API called from ms-toolsai.vscode-jupyter-powertoys debug 02:30:36.869: KernelProvider switched kernel to id = .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher debug 02:30:36.872: Initialize notebook communications for editor /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb debug 02:30:36.872: Resolving notebook UI Comms (resolve) for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb debug 02:30:36.872: initialize CommonMessageCoordinator debug 02:30:36.885: Registering commtarget jupyter.widget debug 02:30:36.885: IPyWidgetMessageDispatcher.initialize debug 02:30:36.886: Controller selection change completed debug 02:30:36.888: Storing Preferred remote kernel for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb is undefined debug 02:30:36.899: Found 1 saved URIs, [{"time":1676044617932,"serverId":"478efb9bf8e1ad8038391113811959f830d7a64e09b3399741be4322b0553da3","displayName":"localhost","uri":"https://remote/?id=_builtin.jupyterServerUrlProvider&uriHandle=c063c18f-f5ee-4077-8901-646897826d14","isValidated":true}] debug 02:30:36.900: Found 6 cached controllers debug 02:30:36.900: Creating 6 controllers debug 02:30:36.901: UniversalRemoteKernelFinder: get from cache info 02:30:36.904: Checking for server existence. debug 02:30:36.905: Checking for server usability. debug 02:30:36.905: Starting notebook server. info 02:30:36.905: Connecting to server debug 02:30:36.906: Connecting to process server info 02:30:36.906: Connecting remote server kernel http://localhost:8889/ Connecting to Jupyter server at http://localhost:8889/ info 02:30:36.906: Creating server with url : http://localhost:8889/ debug 02:30:36.920: Connection complete server info 02:30:36.920: Server started. info 02:30:36.920: Creating server with url : http://localhost:8889/ debug 02:30:37.054: interpreterPackages getPackageInformation, Class name = Gd (started execution), Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}} debug 02:30:37.054: Create activated Env, Class name = Cl (started execution), Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}} debug 02:30:37.054: Getting activated env variables, Class name = ic (started execution), Arg 1: "~", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true debug 02:30:37.054: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:30:37.055: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:30:37.055: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~", Arg 2: "RunPythonCode" error 02:30:37.059: Error fetching remote kernels: FetchError: request to http://localhost:8889/api/kernels?1676363436926 failed, reason: connect ECONNREFUSED 127.0.0.1:8889 at ClientRequest.<anonymous> (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1101739) at ClientRequest.emit (node:events:526:28) at Socket.socketErrorListener (node:_http_client:442:9) at Socket.emit (node:events:526:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) debug 02:30:37.060: Disposing session manager debug 02:30:37.060: SessionManager - dispose contents manager debug 02:30:37.060: ShutdownSessionAndConnection - dispose session manager debug 02:30:37.064: Finished disposing jupyter session manager error 02:30:37.064: UniversalRemoteKernelFinder: Failed to get kernels without cache FetchError: request to http://localhost:8889/api/kernels?1676363436926 failed, reason: connect ECONNREFUSED 127.0.0.1:8889 at ClientRequest.<anonymous> (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1101739) at ClientRequest.emit (node:events:526:28) at Socket.socketErrorListener (node:_http_client:442:9) at Socket.emit (node:events:526:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) debug 02:30:37.064: UniversalRemoteKernelFinder: Writing 0 remote kernel connection metadata to cache error 02:30:37.064: SessionManager:getKernelSpecs failure: Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed. at e.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:172349) at u.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:63778) at og.dispose (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:267737) at processTicksAndRejections (node:internal/process/task_queues:96:5) at ug.listKernelsFromConnection (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:280120) debug 02:30:37.600: Get Active Interpreter, Class name = zo (started execution), Arg 1: undefined debug 02:30:37.608: Get Custom Env Variables, Class name = Kl, completed in 1622ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" debug 02:30:37.608: Get Custom Env Variables, Class name = Kl, completed in 553ms, has a truthy return value, Arg 1: "~", Arg 2: "RunPythonCode" debug 02:30:37.609: Get Jupyter Sub Paths, Class name = op, completed in 1624ms, has a truthy return value, Arg 1: "", Arg 2: "kernels", Return Value: debug 02:30:37.610: Get Jupyter Kernel Paths, Class name = op, completed in 1625ms, has a truthy return value, Arg 1: "", Return Value: debug 02:30:37.610: Get KernelSpec root path, Class name = op, completed in 1625ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels> debug 02:30:37.625: Get Active Interpreter, Class name = zo, completed in 1622ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:37.627: Get Active Interpreter, Class name = zo, completed in 27ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:37.627: interpreterPackages getPackageInformation, Class name = Gd (started execution), Arg 1: {"interpreter":{"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","external":"file:///home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}} debug 02:30:37.627: Create activated Env, Class name = Cl (started execution), Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","external":"file:///home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}} debug 02:30:37.627: Getting activated env variables, Class name = ic (started execution), Arg 1: "~", Arg 2: <Uri:/home/chris/.local/share/asdf/shims/python3>, Arg 3: true debug 02:30:37.627: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~", Arg 2: <Uri:/home/chris/.local/share/asdf/shims/python3> debug 02:30:37.627: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~", Arg 2: <Uri:/home/chris/.local/share/asdf/shims/python3> debug 02:30:37.627: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~", Arg 2: "RunPythonCode" debug 02:30:37.627: Get Custom Env Variables, Class name = Kl, completed in 0ms, has a truthy return value, Arg 1: "~", Arg 2: "RunPythonCode" debug 02:30:37.650: Not Searching for kernels as path does not exist, /usr/share/jupyter/kernels debug 02:30:37.650: Not Searching for kernels as path does not exist, /usr/local/share/jupyter/kernels debug 02:30:37.650: Not Searching for kernels as path does not exist, /home/chris/.local/share/jupyter/kernels debug 02:30:37.895: Conda file returned by Python Extension is conda debug 02:30:38.712: Updating cache with Remote kernels , Added = , Updated = , Removed = warn 02:30:39.767: Failed to get activated env vars with python /home/chris/.local/share/asdf/shims/python3 in 2140ms debug 02:30:39.768: Create ProcessService, Class name = hl (started execution), debug 02:30:39.769: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode" debug 02:30:39.771: Get Custom Env Variables, Class name = Kl, completed in 2ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode" debug 02:30:39.771: Create ProcessService, Class name = hl, completed in 3ms, has a truthy return value, info 02:30:39.781: Process Execution: > ~/.local/share/asdf/shims/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");" > ~/.local/share/asdf/shims/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");" debug 02:30:39.804: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 2749ms. PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:30:39.804: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:30:39.804: Getting activated env variables from Python, Class name = ic, completed in 2749ms, has a truthy return value, Arg 1: "~", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:30:39.804: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 2749ms with 51 variables debug 02:30:39.805: Getting activated env variables impl, Class name = ic, completed in 2751ms, has a truthy return value, Arg 1: "~", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:30:39.805: Getting activated env variables, Class name = ic, completed in 2751ms, has a truthy return value, Arg 1: "~", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true debug 02:30:39.806: Create activated Env, Class name = Cl, completed in 2752ms, has a truthy return value, Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris","external":"file:///home/chris","path":"/home/chris","scheme":"file"}} info 02:30:39.815: Process Execution: > ~/projects/dissertation/.venv/bin/python -m pip list > ~/projects/dissertation/.venv/bin/python -m pip list debug 02:30:39.848: USER_SITE for ~/.local/share/asdf/shims/python3 is /home/chris/.local/lib/python3.10/site-packages debug 02:30:39.848: Activated Env Variables, PATH value is /home/chris/.local/share/asdf/shims:/home/chris/.local/lib/python3.10/site-packages:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:30:39.848: Getting activated env variables from Python, Class name = ic, completed in 2221ms, has a truthy return value, Arg 1: "~", Arg 2: <Uri:/home/chris/.local/share/asdf/shims/python3> debug 02:30:39.848: Got env vars with python /home/chris/.local/share/asdf/shims/python3 in 2221ms with 46 variables debug 02:30:39.848: Getting activated env variables impl, Class name = ic, completed in 2221ms, has a truthy return value, Arg 1: "~", Arg 2: <Uri:/home/chris/.local/share/asdf/shims/python3> debug 02:30:39.848: Getting activated env variables, Class name = ic, completed in 2221ms, has a truthy return value, Arg 1: "~", Arg 2: <Uri:/home/chris/.local/share/asdf/shims/python3>, Arg 3: true debug 02:30:39.848: Create activated Env, Class name = Cl, completed in 2221ms, has a truthy return value, Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","external":"file:///home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}},"resource":{"$mid":1,"fsPath":"/home/chris","external":"file:///home/chris","path":"/home/chris","scheme":"file"}} info 02:30:39.857: Process Execution: > ~/.local/share/asdf/shims/python3 -m pip list > ~/.local/share/asdf/shims/python3 -m pip list info 02:30:39.929: Process Execution: > ~/.local/share/asdf/shims/python3 -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" > ~/.local/share/asdf/shims/python3 -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" debug 02:30:40.057: Module pip is not installed. Output error 02:30:40.058: interpreterPackages getPackageInformation, Class name = Gd, completed in 2431ms, has a falsy return value, Arg 1: {"interpreter":{"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","external":"file:///home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}} vl [Error]: Module 'pip' not installed. at bl.execModule (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1781676) at Gd.getPackageInformation (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:39998) { category: 'notinstalled', moduleName: 'pip' } debug 02:30:40.379: interpreterPackages getPackageInformation, Class name = Gd, completed in 3325ms, has a falsy return value, Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}} debug 02:30:41.145: Full interpreter list after refreshing (total 3546ms, resolve 7ms, refresh 3539ms) is length: 6, /bin/python3:undefined::/bin/python3:/bin/python3, /usr/bin/python3:undefined::/usr/bin/python3:/usr/bin/python3, /home/chris/projects/dissertation/.venv/bin/python:.venv:Poetry:/home/chris/projects/dissertation/.venv/bin/python:/home/chris/projects/dissertation/.venv/bin/python, /home/chris/.local/share/asdf/shims/python3.10:undefined::/home/chris/.local/share/asdf/shims/python3.10:/home/chris/.local/share/asdf/shims/python3.10, /home/chris/.local/share/asdf/shims/python3:undefined::/home/chris/.local/share/asdf/shims/python3:/home/chris/.local/share/asdf/shims/python3, /home/chris/projects/tidal_flat/.venv/bin/python:.venv:Poetry:/home/chris/projects/tidal_flat/.venv/bin/python:/home/chris/projects/tidal_flat/.venv/bin/python debug 02:30:41.148: Python environment for /home/chris/.local/share/asdf/shims/python3 is /home/chris/.local/share/asdf/shims/python3 from Python Extension API is {"internal":{"path":"/home/chris/.local/share/asdf/shims/python3","id":"/home/chris/.local/share/asdf/shims/python3","executable":{"uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/home/chris/.local/share/asdf/shims/python3"} and translated is {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.148: Full interpreter list after refreshing (total 1ms, resolve 1ms, refresh 0ms) is length: 6, /bin/python3:undefined::/bin/python3:/bin/python3, /usr/bin/python3:undefined::/usr/bin/python3:/usr/bin/python3, /home/chris/projects/dissertation/.venv/bin/python:.venv:Poetry:/home/chris/projects/dissertation/.venv/bin/python:/home/chris/projects/dissertation/.venv/bin/python, /home/chris/.local/share/asdf/shims/python3.10:undefined::/home/chris/.local/share/asdf/shims/python3.10:/home/chris/.local/share/asdf/shims/python3.10, /home/chris/.local/share/asdf/shims/python3:undefined::/home/chris/.local/share/asdf/shims/python3:/home/chris/.local/share/asdf/shims/python3, /home/chris/projects/tidal_flat/.venv/bin/python:.venv:Poetry:/home/chris/projects/tidal_flat/.venv/bin/python:/home/chris/projects/tidal_flat/.venv/bin/python debug 02:30:41.150: Python environment for /home/chris/.local/share/asdf/shims/python3 is /home/chris/.local/share/asdf/shims/python3 from Python Extension API is {"internal":{"path":"/home/chris/.local/share/asdf/shims/python3","id":"/home/chris/.local/share/asdf/shims/python3","executable":{"uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/home/chris/.local/share/asdf/shims/python3"} and translated is {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.178: loadData after detecting changes to interpreters debug 02:30:41.178: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.178: refreshData after detecting changes to interpreters debug 02:30:41.179: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3 debug 02:30:41.179: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.179: Listing Python kernels for Interpreter /bin/python3 debug 02:30:41.179: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.180: Python environment for /bin/python3 is /bin/python3 from Python Extension API is {"internal":{"path":"/bin/python3","id":"/bin/python3","executable":{"uri":{"$mid":1,"path":"/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/bin/python3"} and translated is {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.181: Get Jupyter Kernel Paths, Class name = op, completed in 2ms, has a truthy return value, Arg 1: "", Return Value: debug 02:30:41.181: Get Jupyter Kernel Paths, Class name = op, completed in 2ms, has a truthy return value, Arg 1: "", Return Value: debug 02:30:41.181: Get KernelSpec root path, Class name = op, completed in 2ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels> debug 02:30:41.181: Get KernelSpec root path, Class name = op, completed in 2ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels> debug 02:30:41.183: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.183: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.183: loadData after detecting changes to interpreters debug 02:30:41.183: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.183: refreshData after detecting changes to interpreters debug 02:30:41.184: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3 debug 02:30:41.184: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.184: Listing Python kernels for Interpreter /bin/python3 debug 02:30:41.184: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.184: Listing Python kernels for Interpreter /usr/bin/python3 debug 02:30:41.184: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.184: Python environment for /usr/bin/python3 is /usr/bin/python3 from Python Extension API is {"internal":{"path":"/usr/bin/python3","id":"/usr/bin/python3","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/usr/bin/python3"} and translated is {"id":"/usr/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/usr/bin/python3","path":"/usr/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.185: Get Jupyter Kernel Paths, Class name = op, completed in 1ms, has a truthy return value, Arg 1: "", Return Value: debug 02:30:41.185: Get KernelSpec root path, Class name = op, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels> debug 02:30:41.187: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.187: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.187: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.187: loadData after detecting changes to interpreters debug 02:30:41.187: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.187: refreshData after detecting changes to interpreters debug 02:30:41.187: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3 debug 02:30:41.187: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.188: Listing Python kernels for Interpreter /bin/python3 debug 02:30:41.188: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.188: Listing Python kernels for Interpreter /usr/bin/python3 debug 02:30:41.188: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.188: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python debug 02:30:41.188: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.188: Python environment for /home/chris/projects/dissertation/.venv/bin/python is /home/chris/projects/dissertation/.venv/bin/python from Python Extension API is {"internal":{"path":"/home/chris/projects/dissertation/.venv/bin/python","id":"/home/chris/projects/dissertation/.venv/bin/python","executable":{"uri":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/chris/projects/dissertation/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/home/chris","external":"file:///home/chris","path":"/home/chris","scheme":"file"},"name":"chris","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"tools":["Poetry"]},"id":"/home/chris/projects/dissertation/.venv/bin/python"} and translated is {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}} debug 02:30:41.189: Get Jupyter Kernel Paths, Class name = op, completed in 1ms, has a truthy return value, Arg 1: "", Return Value: debug 02:30:41.189: Get KernelSpec root path, Class name = op, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels> debug 02:30:41.191: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.191: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.191: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.191: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.191: loadData after detecting changes to interpreters debug 02:30:41.191: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.191: refreshData after detecting changes to interpreters debug 02:30:41.191: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3 debug 02:30:41.191: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.192: Listing Python kernels for Interpreter /bin/python3 debug 02:30:41.192: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.192: Listing Python kernels for Interpreter /usr/bin/python3 debug 02:30:41.192: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.192: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python debug 02:30:41.192: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.192: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3.10 debug 02:30:41.192: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.193: Python environment for /home/chris/.local/share/asdf/shims/python3.10 is /home/chris/.local/share/asdf/shims/python3.10 from Python Extension API is {"internal":{"path":"/home/chris/.local/share/asdf/shims/python3.10","id":"/home/chris/.local/share/asdf/shims/python3.10","executable":{"uri":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"bitness":"Unknown"},"version":{"major":3,"minor":10},"tools":[]},"id":"/home/chris/.local/share/asdf/shims/python3.10"} and translated is {"id":"/home/chris/.local/share/asdf/shims/python3.10","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3.10","path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.194: Get Jupyter Kernel Paths, Class name = op, completed in 2ms, has a truthy return value, Arg 1: "", Return Value: debug 02:30:41.194: Get KernelSpec root path, Class name = op, completed in 2ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels> debug 02:30:41.195: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.195: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.195: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.195: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.195: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.196: loadData after detecting changes to interpreters debug 02:30:41.196: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.196: refreshData after detecting changes to interpreters debug 02:30:41.196: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3 debug 02:30:41.196: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.196: Listing Python kernels for Interpreter /bin/python3 debug 02:30:41.196: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.196: Listing Python kernels for Interpreter /usr/bin/python3 debug 02:30:41.196: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.196: Listing Python kernels for Interpreter ~/projects/dissertation/.venv/bin/python debug 02:30:41.196: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.196: Listing Python kernels for Interpreter ~/.local/share/asdf/shims/python3.10 debug 02:30:41.196: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.196: Listing Python kernels for Interpreter ~/projects/tidal_flat/.venv/bin/python debug 02:30:41.196: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~" debug 02:30:41.197: Python environment for /home/chris/projects/tidal_flat/.venv/bin/python is /home/chris/projects/tidal_flat/.venv/bin/python from Python Extension API is {"internal":{"path":"/home/chris/projects/tidal_flat/.venv/bin/python","id":"/home/chris/projects/tidal_flat/.venv/bin/python","executable":{"uri":{"$mid":1,"path":"/home/chris/projects/tidal_flat/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/chris/projects/tidal_flat/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/home/chris/projects/tidal_flat/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/home/chris","external":"file:///home/chris","path":"/home/chris","scheme":"file"},"name":"chris","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"tools":["Poetry"]},"id":"/home/chris/projects/tidal_flat/.venv/bin/python"} and translated is {"id":"/home/chris/projects/tidal_flat/.venv/bin/python","sysPrefix":"/home/chris/projects/tidal_flat/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/tidal_flat/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/tidal_flat/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/tidal_flat/.venv/bin/python","path":"/home/chris/projects/tidal_flat/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}} debug 02:30:41.198: Get Jupyter Kernel Paths, Class name = op, completed in 2ms, has a truthy return value, Arg 1: "", Return Value: debug 02:30:41.198: Get KernelSpec root path, Class name = op, completed in 2ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: <Uri:/usr/share/jupyter/kernels>, <Uri:/usr/local/share/jupyter/kernels>, <Uri:/home/chris/.local/share/jupyter/kernels> debug 02:30:41.200: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.200: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.200: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.200: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.200: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.200: Get Active Interpreter, Class name = zo, completed in 4ms, has a truthy return value, Arg 1: "~", Return Value: {"id":"/home/chris/.local/share/asdf/shims/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3","path":"/home/chris/.local/share/asdf/shims/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.200: Python environment for /bin/python3 is /bin/python3 from Python Extension API is {"internal":{"path":"/bin/python3","id":"/bin/python3","executable":{"uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/bin/python3"} and translated is {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.201: Python environment for /usr/bin/python3 is /usr/bin/python3 from Python Extension API is {"internal":{"path":"/usr/bin/python3","id":"/usr/bin/python3","executable":{"uri":{"$mid":1,"fsPath":"/usr/bin/python3","path":"/usr/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/usr/bin/python3"} and translated is {"id":"/usr/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/usr/bin/python3","path":"/usr/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.201: Python environment for /home/chris/projects/dissertation/.venv/bin/python is /home/chris/projects/dissertation/.venv/bin/python from Python Extension API is {"internal":{"path":"/home/chris/projects/dissertation/.venv/bin/python","id":"/home/chris/projects/dissertation/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/chris/projects/dissertation/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/home/chris","external":"file:///home/chris","path":"/home/chris","scheme":"file"},"name":"chris","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"tools":["Poetry"]},"id":"/home/chris/projects/dissertation/.venv/bin/python"} and translated is {"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}} debug 02:30:41.201: Python environment for /home/chris/.local/share/asdf/shims/python3.10 is /home/chris/.local/share/asdf/shims/python3.10 from Python Extension API is {"internal":{"path":"/home/chris/.local/share/asdf/shims/python3.10","id":"/home/chris/.local/share/asdf/shims/python3.10","executable":{"uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3.10","path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/home/chris/.local/share/asdf/shims/python3.10"} and translated is {"id":"/home/chris/.local/share/asdf/shims/python3.10","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/home/chris/.local/share/asdf/shims/python3.10","path":"/home/chris/.local/share/asdf/shims/python3.10","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 02:30:41.201: Python environment for /home/chris/projects/tidal_flat/.venv/bin/python is /home/chris/projects/tidal_flat/.venv/bin/python from Python Extension API is {"internal":{"path":"/home/chris/projects/tidal_flat/.venv/bin/python","id":"/home/chris/projects/tidal_flat/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/home/chris/projects/tidal_flat/.venv/bin/python","path":"/home/chris/projects/tidal_flat/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/chris/projects/tidal_flat/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/home/chris/projects/tidal_flat/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/home/chris","external":"file:///home/chris","path":"/home/chris","scheme":"file"},"name":"chris","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"tools":["Poetry"]},"id":"/home/chris/projects/tidal_flat/.venv/bin/python"} and translated is {"id":"/home/chris/projects/tidal_flat/.venv/bin/python","sysPrefix":"/home/chris/projects/tidal_flat/.venv","envPath":{"$mid":1,"path":"/home/chris/projects/tidal_flat/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/tidal_flat/.venv","scheme":"file"},"envName":".venv","uri":{"$mid":1,"fsPath":"/home/chris/projects/tidal_flat/.venv/bin/python","path":"/home/chris/projects/tidal_flat/.venv/bin/python","scheme":"file"},"displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"}} debug 02:30:41.201: Full interpreter list is length: 6, /home/chris/.local/share/asdf/shims/python3::Unknown:/home/chris/.local/share/asdf/shims/python3, /bin/python3::Unknown:/bin/python3, /usr/bin/python3::Unknown:/usr/bin/python3, /home/chris/projects/dissertation/.venv/bin/python:.venv:Poetry:/home/chris/projects/dissertation/.venv/bin/python, /home/chris/.local/share/asdf/shims/python3.10::Unknown:/home/chris/.local/share/asdf/shims/python3.10, /home/chris/projects/tidal_flat/.venv/bin/python:.venv:Poetry:/home/chris/projects/tidal_flat/.venv/bin/python debug 02:30:41.201: Refreshed Environments debug 02:30:41.201: End refreshing Kernel Picker (1676363435988) debug 02:30:41.759: Kernel for interpreter /home/chris/.local/share/asdf/shims/python3 is .jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher debug 02:30:41.759: Kernels for interpreter /home/chris/.local/share/asdf/shims/python3 are .jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher debug 02:30:41.759: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.761: Kernel for interpreter /bin/python3 is .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher debug 02:30:41.761: Kernels for interpreter /bin/python3 are .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher debug 02:30:41.761: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.763: Kernel for interpreter /usr/bin/python3 is .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher debug 02:30:41.763: Kernels for interpreter /usr/bin/python3 are .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher debug 02:30:41.763: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.764: Kernel for interpreter /home/chris/.local/share/asdf/shims/python3.10 is .jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher debug 02:30:41.764: Kernels for interpreter /home/chris/.local/share/asdf/shims/python3.10 are .jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher debug 02:30:41.764: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.882: Loading kernelspec from /home/chris/projects/dissertation/.venv/share/jupyter/kernels/python3/kernel.json for /home/chris/projects/dissertation/.venv/bin/python debug 02:30:41.882: Loading kernelspec from /home/chris/projects/tidal_flat/.venv/share/jupyter/kernels/python3/kernel.json for /home/chris/projects/tidal_flat/.venv/bin/python debug 02:30:41.927: Hiding default kernel spec 'Python 3 (ipykernel)', 'pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568', /python for interpreter /home/chris/projects/dissertation/.venv/bin/python and spec /home/chris/projects/dissertation/.venv/share/jupyter/kernels/python3/kernel.json debug 02:30:41.927: Kernel for interpreter /home/chris/projects/dissertation/.venv/bin/python is .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher debug 02:30:41.927: Kernels for interpreter /home/chris/projects/dissertation/.venv/bin/python are .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher debug 02:30:41.928: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:41.929: Hiding default kernel spec 'Python 3 (ipykernel)', 'pythonjvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477', /python for interpreter /home/chris/projects/tidal_flat/.venv/bin/python and spec /home/chris/projects/tidal_flat/.venv/share/jupyter/kernels/python3/kernel.json debug 02:30:41.929: Kernel for interpreter /home/chris/projects/tidal_flat/.venv/bin/python is .jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher debug 02:30:41.929: Kernels for interpreter /home/chris/projects/tidal_flat/.venv/bin/python are .jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher debug 02:30:41.930: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0828d29a593bf17ff5312acee3e5685c834e26c27b0ec49f3b550db3a079a3df8./home/chris/.local/share/asdf/shims/python3.10./home/chris/.local/share/asdf/shims/python3.10.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3.10)', startUsingPythonInterpreter:'.jvsc74a57bd041c0aed1df8977ec110ededfb499098436541b0817af3210c5270d9ebd085e9a./home/chris/.local/share/asdf/shims/python3./home/chris/.local/share/asdf/shims/python3.-m#ipykernel_launcher (interpreter id = /home/chris/.local/share/asdf/shims/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/dissertation/.venv/bin/python)', startUsingPythonInterpreter:'.jvsc74a57bd01559ae9a22ebc243d836c444964adc12125f7eb9d9880930c3b885efdd6c5477./home/chris/projects/tidal_flat/.venv/python./home/chris/projects/tidal_flat/.venv/python.-m#ipykernel_launcher (interpreter id = /home/chris/projects/tidal_flat/.venv/bin/python)' , Added = , Updated = , Removed = debug 02:30:44.144: _jupyterPythonPathFunction: "file:///home/chris" is not a notebook debug 02:30:44.161: _jupyterPythonPathFunction: Giving Pylance "/home/chris/projects/dissertation/.venv/bin/python" as python path for "file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb" debug 02:31:51.924: VSCodeNotebookController::handleExecution, Class name = Ov (started execution) debug 02:31:51.926: Execute Cell 0 /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb debug 02:31:51.926: start the kernel, options.disableUI=false for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb debug 02:31:51.927: Start Jupyter Session in kernel.ts with disableUI = false info 02:31:51.928: Starting Jupyter Session startUsingPythonInterpreter, .jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher (Python Path: /home/chris/projects/dissertation/.venv, EnvType: Poetry, EnvName: '.venv', Version: 3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]) for '/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb' (disableUI=false) debug 02:31:51.929: Creating raw notebook for resource '/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb' debug 02:31:51.929: Computing working directory for resource '/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb' debug 02:31:51.943: Kernel Launcher. launch, Class name = Fp (started execution), Arg 1: {"id":".jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher","kernelSpec":{"specFile":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/temp/jupyter/kernels/pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568/kernel.json","interpreterPath":"/home/chris/projects/dissertation/.venv/bin/python","isRegisteredByVSC":"registeredByNewVersionOfExt","name":"pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","executable":"python","display_name":".venv","metadata":{"interpreter":{"path":"/home/chris/projects/dissertation/.venv/bin/python"}},"env":{}},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":"/home/chris/projects/dissertation/.venv","displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"path":"/home/chris/projects/dissertation/.venv/bin/python"},"kind":"startUsingPythonInterpreter"}, Arg 2: 60000, Arg 3: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 4: "~/projects/dissertation/notebooks/4-delta", Arg 5: {"a":false,"b":null} debug 02:31:51.943: Create activated Env, Class name = Cl (started execution), Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"}} debug 02:31:51.943: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined debug 02:31:51.943: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.943: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.943: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:51.951: Get Custom Env Variables, Class name = Kl, completed in 8ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:51.951: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 8ms. PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:51.951: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:51.951: Getting activated env variables from Python, Class name = ic, completed in 8ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.951: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 8ms with 51 variables debug 02:31:51.952: Getting activated env variables impl, Class name = ic, completed in 9ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.952: Getting activated env variables, Class name = ic, completed in 9ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined debug 02:31:51.952: Create activated Env, Class name = Cl, completed in 9ms, has a truthy return value, Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"}} info 02:31:51.962: Process Execution: > ~/projects/dissertation/.venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" > ~/projects/dissertation/.venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" debug 02:31:51.990: Launching kernel in kernelProcess.ts, Class name = Op (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta", Arg 2: "" debug 02:31:51.991: Create activated Env, Class name = Cl (started execution), Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}} debug 02:31:51.991: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined debug 02:31:51.991: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.991: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.991: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:51.991: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: false debug 02:31:51.991: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.991: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.991: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:51.992: Get Custom Env Variables, Class name = Kl, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:51.992: Get Custom Env Variables, Class name = Kl, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:51.992: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 1ms. PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:51.992: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:51.992: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 1ms. PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:51.992: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:51.992: Getting activated env variables from Python, Class name = ic, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.992: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 1ms with 51 variables debug 02:31:51.992: Getting activated env variables from Python, Class name = ic, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.992: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 1ms with 51 variables debug 02:31:51.994: Getting activated env variables impl, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.994: Getting activated env variables impl, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:51.994: Getting activated env variables, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: undefined debug 02:31:51.994: Getting activated env variables, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: false debug 02:31:51.994: Create activated Env, Class name = Cl, completed in 3ms, has a truthy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}} info 02:31:52.007: Process Execution: > ~/projects/dissertation/.venv/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"5fb4a311-964d-44eb-b279-a3dcad3b0371" --shell=9002 --transport="tcp" --iopub=9004 --f=/home/chris/.local/share/jupyter/runtime/kernel-v2-305406YOylZels6MCJ.json > ~/projects/dissertation/.venv/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"5fb4a311-964d-44eb-b279-a3dcad3b0371" --shell=9002 --transport="tcp" --iopub=9004 --f=/home/chris/.local/share/jupyter/runtime/kernel-v2-305406YOylZels6MCJ.json info 02:31:52.007: Process Execution: cwd: ~/projects/dissertation/notebooks/4-delta cwd: ~/projects/dissertation/notebooks/4-delta debug 02:31:52.007: Launching kernel in kernelProcess.ts, Class name = Op, completed in 17ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta", Arg 2: "" info 02:31:52.126: ipykernel version & path 6.21.2, ~/projects/dissertation/.venv/lib/python3.10/site-packages/ipykernel/__init__.py for /home/chris/projects/dissertation/.venv/bin/python debug 02:31:52.426: KernelProcess error: /home/chris/projects/dissertation/.venv/lib/python3.10/site-packages/traitlets/traitlets.py:2548: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5. warn( /home/chris/projects/dissertation/.venv/lib/python3.10/site-packages/traitlets/traitlets.py:2499: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '5fb4a311-964d-44eb-b279-a3dcad3b0371' instead of 'b"5fb4a311-964d-44eb-b279-a3dcad3b0371"'. warn( debug 02:31:52.438: KernelProcess 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 kernel-v2-305406YOylZels6MCJ.json debug 02:31:52.439: Kernel Output: To connect another client to this kernel, use: --existing kernel-v2-305406YOylZels6MCJ.json debug 02:31:52.443: Kernel Launcher. launch, Class name = Fp, completed in 500ms, has a truthy return value, Arg 1: {"id":".jvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568./home/chris/projects/dissertation/.venv/python./home/chris/projects/dissertation/.venv/python.-m#ipykernel_launcher","kernelSpec":{"specFile":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/temp/jupyter/kernels/pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568/kernel.json","interpreterPath":"/home/chris/projects/dissertation/.venv/bin/python","isRegisteredByVSC":"registeredByNewVersionOfExt","name":"pythonjvsc74a57bd0745fc2478a55d01e9e8f73e185ce59c6d1715f0e50068f228ffdf64af9065568","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","executable":"python","display_name":".venv","metadata":{"interpreter":{"path":"/home/chris/projects/dissertation/.venv/bin/python"}},"env":{}},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":"/home/chris/projects/dissertation/.venv","displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"path":"/home/chris/projects/dissertation/.venv/bin/python"},"kind":"startUsingPythonInterpreter"}, Arg 2: 60000, Arg 3: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 4: "~/projects/dissertation/notebooks/4-delta", Arg 5: <argument cannot be serialized for logging> debug 02:31:52.449: Waiting for Raw Session to be ready in postStartRawSession debug 02:31:52.450: Waiting for Raw session to be ready, currently connected debug 02:31:52.450: Raw session connected debug 02:31:52.450: Waiting for Raw session to be ready for 30s debug 02:31:52.450: Waited for Raw session to be ready & got connected debug 02:31:52.450: Successfully waited for Raw Session to be ready in postStartRawSession debug 02:31:52.450: Kernel status before requesting kernel info and after ready is unknown debug 02:31:52.450: Sending request for kernelinfo debug 02:31:52.467: Got response for requestKernelInfo debug 02:31:52.467: Successfully compelted postStartRawSession info 02:31:52.468: Started Kernel .venv (Python 3.10.9) (pid: 313450) debug 02:31:52.470: Started running kernel initialization for /home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb debug 02:31:52.471: Executing silently Code (idle) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy debug 02:31:52.535: Executing silently Code (completed) = try:\nimport ipywidgets as _VSCODE_ipywidgets\nprint("e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPy with 1 output(s) error 02:31:52.535: Determined IPyKernel Version [{"name":"stdout","text":"e976ee50-99ed-4aba-9b6b-9dcd5634d07d:IPyWidgets:8.0.4\n","output_type":"stream"}] error 02:31:52.535: Determined IPyKernel Version and event fired 8 debug 02:31:52.548: Executing silently Code (idle) = import os as _VSCODE_os\nimport sys as _VSCODE_sys\n%cd "//home/chris/projects/dissertation/notebooks/ debug 02:31:52.560: Executing silently Code (completed) = import os as _VSCODE_os\nimport sys as _VSCODE_sys\n%cd "//home/chris/projects/dissertation/notebooks/ with 1 output(s) debug 02:31:52.561: Executing silently Code (idle) = %load_ext autoreload\n%autoreload 2\n%matplotlib widget\n%load_ext memory_profiler\n%load_ext line_profi debug 02:31:52.980: Executing silently Code (completed) = %load_ext autoreload\n%autoreload 2\n%matplotlib widget\n%load_ext memory_profiler\n%load_ext line_profi with 0 output(s) debug 02:31:52.981: Requesting Kernel info debug 02:31:52.981: Got Kernel info debug 02:31:52.981: End running kernel initialization, now waiting for idle debug 02:31:52.981: Waiting for 60000ms idle on (kernel): 73027dbc-45e8-4bd0-ada7-8d9c80931ed6 -> idle debug 02:31:52.981: Finished waiting for idle on (kernel): 73027dbc-45e8-4bd0-ada7-8d9c80931ed6 -> idle debug 02:31:52.982: End running kernel initialization, session is idle debug 02:31:52.984: IPyWidgetScriptSource.initialize debug 02:31:52.984: IPyWidgetMessageDispatcher.initialize debug 02:31:52.985: getDataDirsImpl, Class name = op (started execution), Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}} debug 02:31:52.985: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" debug 02:31:52.988: Get Custom Env Variables, Class name = Kl, completed in 3ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" debug 02:31:52.988: Get Jupyter Sub Paths, Class name = op, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: debug 02:31:52.988: Get Jupyter Paths, Class name = op, completed in 3ms, has a truthy return value, , Return Value: debug 02:31:52.988: Create activated Env, Class name = Cl (started execution), Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"allowEnvironmentFetchExceptions":true} debug 02:31:52.988: Getting activated env variables, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true debug 02:31:52.988: Getting activated env variables impl, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:52.988: Getting activated env variables from Python, Class name = ic (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:52.988: Get Custom Env Variables, Class name = Kl (started execution), Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:52.989: Get Custom Env Variables, Class name = Kl, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: "RunPythonCode" debug 02:31:52.989: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python, with env var count 51 in 1ms. PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:52.989: Activated Env Variables, PATH value is /home/chris/projects/dissertation/.venv/bin:/home/chris/.local/share/asdf/shims:/home/chris/.local/share/asdf/bin:/home/chris/.local/bin:/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/bin/remote-cli:/home/chris/.local/bin:/home/chris/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/chris/.config/zsh/plugins/fzf/bin and Path value is undefined debug 02:31:52.989: Getting activated env variables from Python, Class name = ic, completed in 1ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:52.989: Got env vars with python /home/chris/projects/dissertation/.venv/bin/python in 1ms with 51 variables debug 02:31:52.990: Start Jupyter Session in kernel.ts with disableUI = false debug 02:31:52.991: Getting activated env variables impl, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python> debug 02:31:52.991: Getting activated env variables, Class name = ic, completed in 3ms, has a truthy return value, Arg 1: "~/projects/dissertation/notebooks/4-delta/04-test.ipynb", Arg 2: <Uri:/home/chris/projects/dissertation/.venv/bin/python>, Arg 3: true debug 02:31:52.993: Create activated Env, Class name = Cl, completed in 4ms, has a truthy return value, Arg 1: {"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}},"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"allowEnvironmentFetchExceptions":true} info 02:31:53.002: Process Execution: > ~/projects/dissertation/.venv/bin/python ~/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/pythonFiles/printJupyterDataDir.py > ~/projects/dissertation/.venv/bin/python ~/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/pythonFiles/printJupyterDataDir.py debug 02:31:53.003: Start cell 0 execution @ 1676363513003 debug 02:31:53.030: getDataDirsImpl, Class name = op, completed in 45ms, has a truthy return value, Arg 1: {"resource":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","external":"file:///home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","path":"/home/chris/projects/dissertation/notebooks/4-delta/04-test.ipynb","scheme":"file"},"interpreter":{"id":"/home/chris/projects/dissertation/.venv/bin/python","sysPrefix":"/home/chris/projects/dissertation/.venv","envPath":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv","path":"/home/chris/projects/dissertation/.venv","scheme":"file"},"displayPath":{"$mid":1,"path":"/home/chris/projects/dissertation/.venv","scheme":"vscode-remote","authority":"ssh-remote+bayu"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Feb 14 2023, 00:14:45) [GCC 11.3.0]"},"uri":{"$mid":1,"fsPath":"/home/chris/projects/dissertation/.venv/bin/python","external":"file:///home/chris/projects/dissertation/.venv/bin/python","path":"/home/chris/projects/dissertation/.venv/bin/python","scheme":"file"}}} debug 02:31:53.248: End cell 0 execution @ 1676363513247, started @ 1676363513003, elapsed time = 0.244s debug 02:31:53.248: Cell 0 executed with state Success debug 02:31:53.248: VSCodeNotebookController::handleExecution, Class name = Ov, completed in 1324ms, has a falsy return value debug 02:31:53.467: Attempting to determine version of IPyWidgets debug 02:31:53.467: Waiting for IPyWidgets version promise debug 02:31:53.467: Version of IPyWidgets 8 determined after 0s debug 02:31:54.124: IPyWidgetMessageDispatcher.initialize debug 02:31:54.138: Widget Entry points = [{"uri":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension.js","scheme":"file"},"widgetFolderName":"jupyter-js-widgets"},{"uri":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/extension.js","scheme":"file"},"widgetFolderName":"jupyter-matplotlib"}] debug 02:31:54.138: Widget baseUrl = file:///home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter debug 02:31:54.151: Extracted require.config entry for jupyter-matplotlib from /home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/extension.js for file:///home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter is {"jupyter-matplotlib":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index","scheme":"file"}} debug 02:31:54.195: Extracted require.config entry for jupyter-js-widgets from /home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension.js for file:///home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter is {"@jupyter-widgets/controls":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension","scheme":"file"},"@jupyter-widgets/base":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension","scheme":"file"},"@jupyter-widgets/output":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-js-widgets/extension","scheme":"file"}} debug 02:31:54.196: Widget config = {"jupyter-matplotlib":{"$mid":1,"path":"/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index","scheme":"file"}} debug 02:31:54.264: Widget Message: Received IPyWidgets_kernelOptions in ScriptManager debug 02:31:54.276: Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions debug 02:31:54.286: IPyWidgetMessageDispatcher.initialize debug 02:31:54.297: IPyWidgetMessageDispatcher.initialize debug 02:31:54.297: Widget Message: Waiting for model to be available before rendering it e10333f079bb4e4c8067d625d472da50 debug 02:31:54.329: Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0 debug 02:31:54.360: Widget Message: data-base-url set to https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter debug 02:31:54.360: Widget Message: Received IPyWidgets_kernelOptions in ScriptManager debug 02:31:54.360: Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions debug 02:31:54.360: Widget Message: data-base-url set to https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter debug 02:31:54.360: Widget Message: Received IPyWidget scripts [{"moduleName":"jupyter-matplotlib","scriptUri":"https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index","source":"local"}] debug 02:31:54.360: Widget Message: Source for IPyWidget jupyter-matplotlib found in local @ https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index. debug 02:31:54.371: Widget Message: Registering IPyWidget jupyter-matplotlib found in https://vscode-remote%2Bssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index. debug 02:31:54.382: Widget Message: WidgetManager: Loading class MPLCanvasModel:jupyter-matplotlib:^0.11 debug 02:31:54.532: Widget Message: WidgetManager: Loading class LayoutModel:@jupyter-widgets/base:2.0.0 debug 02:31:54.574: Widget Message: WidgetManager: Loading class ToolbarModel:jupyter-matplotlib:^0.11 debug 02:31:54.652: Widget Message: Received display data message e10333f079bb4e4c8067d625d472da50 debug 02:31:54.652: Widget Message: WidgetManager: Loading class MPLCanvasView:jupyter-matplotlib:^0.11 debug 02:31:54.664: Widget Message: WidgetManager: Loading class ToolbarView:jupyter-matplotlib:^0.11 debug 02:31:54.725: Widget Message: WidgetManager: Loading class LayoutView:@jupyter-widgets/base:2.0.0 debug 02:31:58.736: Start cell 0 execution @ undefined debug 02:31:58.737: End cell 0 execution @ 1676363513247, started @ undefined, elapsed time = 1676363513.247s debug 02:31:58.760: Start cell 0 execution @ undefined debug 02:31:58.761: End cell 0 execution @ 1676363513247, started @ undefined, elapsed time = 1676363513.247s debug 02:31:58.786: Start cell 0 execution @ undefined debug 02:31:58.787: End cell 0 execution @ 1676363513247, started @ undefined, elapsed time = 1676363513.247s debug 02:31:58.814: Start cell 0 execution @ undefined debug 02:31:58.814: End cell 0 execution @ 1676363513247, started @ undefined, elapsed time = 1676363513.247s debug 02:31:58.848: Start cell 0 execution @ undefined debug 02:31:58.848: End cell 0 execution @ 1676363513247, started @ undefined, elapsed time = 1676363513.247s debug 02:31:58.870: Start cell 0 execution @ undefined debug 02:31:58.871: End cell 0 execution @ 1676363513247, started @ undefined, elapsed time = 1676363513.247s debug 02:31:58.897: Start cell 0 execution @ undefined debug 02:31:58.898: End cell 0 execution @ undefined, started @ undefined, elapsed time = 0s debug 02:31:58.924: Start cell 0 execution @ undefined debug 02:31:58.925: End cell 0 execution @ undefined, started @ undefined, elapsed time = 0s debug 02:31:58.958: Start cell 0 execution @ undefined debug 02:31:58.959: End cell 0 execution @ undefined, started @ undefined, elapsed time = 0s debug 02:31:59.038: Start cell 0 execution @ undefined debug 02:31:59.039: End cell 0 execution @ undefined, started @ undefined, elapsed time = 0s

@DonJayamanne
Copy link
Contributor

Thanks

  • please could you Close all notebooks
  • Reload vscode
  • go into the command palette and search for the command ‘Toggle Developer Tools’. That will open the dev tools
  • open into the console window
  • Open the notebook
  • replicate the issue
  • There might be errors in the console window
  • Please take a screenshot or copy all the errors
  • Paste the screenshot or errors from the console window here

@christasich
Copy link
Author

christasich commented Feb 14, 2023

Console log from Workspace 1 (/home/chris/project/{my-project})

log.ts:392  INFO Electron sandbox mode is enabled!
log.ts:398  WARN Via 'product.json#extensionEnabledApiProposals' extension 'github.vscode-pull-request-github' wants API proposal 'commentsResolvedState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
log.ts:404   ERR Extension 'ms-toolsai.vscode-jupyter-powertoys' wants API proposal 'notebookWorkspaceEdit' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
log.ts:392  INFO Invoking resolveAuthority(ssh-remote)...
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] obtaining proxy...
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] invoking...
log.ts:404   ERR [Extension Host] (node:7552) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code - Insiders --trace-deprecation ...` to show where the warning was created)
console.ts:137 [Extension Host] (node:7552) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code - Insiders --trace-deprecation ...` to show where the warning was created) (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][995ms] returned 127.0.0.1:11786
log.ts:392  INFO resolveAuthority(ssh-remote) returned '127.0.0.1:11786' after 996 ms
log.ts:392  INFO Creating a socket (renderer-Management-6d10bf62-78a2-4e7f-8388-21dbcaf6e890)...
log.ts:392  INFO Creating a socket (renderer-ExtensionHost-ebd807ab-ce97-42a9-b657-8d33ec47e9b9)...
log.ts:392  INFO Creating a socket (renderer-Management-6d10bf62-78a2-4e7f-8388-21dbcaf6e890) was successful after 36 ms.
log.ts:392  INFO Creating a socket (renderer-ExtensionHost-ebd807ab-ce97-42a9-b657-8d33ec47e9b9) was successful after 78 ms.
log.ts:404   ERR Extension 'ms-toolsai.vscode-jupyter-powertoys' wants API proposal 'notebookWorkspaceEdit' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/redhat.vscode-yaml-1.11.10112022/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:47
log.ts:392  INFO [perf] Render performance baseline is 43ms
console.ts:137 [Extension Host] ცვლილება 007 (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
console.ts:137 [Extension Host] isMac is: false (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
console.ts:137 [Extension Host] osChecked: true (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
log.ts:404   ERR [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
console.ts:137 [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
log.ts:404   ERR [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
console.ts:137 [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
console.ts:137 [Extension Host] ApplicationInsights:An invalid instrumentation key was provided. There may be resulting telemetry loss Array(1) (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
T @ console.ts:137
console.ts:137 [Extension Host] settings changed (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
log.ts:404   ERR Could not find pty on pty host: CodeExpectedError: Could not find pty on pty host
    at S.L (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:6849)
    at S.updateIcon (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:2680)
    at Object.call (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:17:5043)
    at s (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:5412)
    at s.q (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4915)
    at /home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4326
    at invoke (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:145)
    at E.deliver (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:2070)
    at c.fire (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:1708)
    at process.T (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:9:20949)
    at process.emit (node:events:526:28)
    at emit (node:internal/child_process:938:14)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
log.ts:404   ERR Could not find pty on pty host: CodeExpectedError: Could not find pty on pty host
    at S.L (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:6849)
    at S.updateTitle (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:2630)
    at Object.call (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:17:5043)
    at s (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:5412)
    at s.q (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4915)
    at /home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4326
    at invoke (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:145)
    at E.deliver (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:2070)
    at c.fire (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:1708)
    at process.T (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:9:20949)
    at process.emit (node:events:526:28)
    at emit (node:internal/child_process:938:14)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
21[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:973 [Violation] Avoid using document.write(). https://developers.google.com/web/updates/2016/08/removing-document-write
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:973
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/client_renderer/preload.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
[Violation] 'setTimeout' handler took 51ms
console.ts:137 [Extension Host] Starting WebSocket: RAW/api/kernels/eabcb815-1067-46b4-9aed-36d78acf2acd
console.ts:137 [Extension Host] Kernel: starting (eabcb815-1067-46b4-9aed-36d78acf2acd)
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/client_renderer/builtinRendererHooks.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsRenderer/ipywidgetsRenderer.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
ipywidgets.js:2 Already loaded ipywidgets8
Eh @ ipywidgets.js:2
(anonymous) @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
s @ ipywidgetsRenderer.js:2
Promise.then (async)
a @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
t @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
fire @ notebookWebviewPreloads.js:3
receiveMessage @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgetsKernel.js:2 Starting WebSocket: BOGUS_PVSC/api/kernels/eabcb815-1067-46b4-9aed-36d78acf2acd
preload.js:1963          GET https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.js net::ERR_ABORTED 401
req.load @ preload.js:1963
load @ preload.js:1689
load @ preload.js:834
fetch @ preload.js:824
check @ preload.js:856
enable @ preload.js:1176
enable @ preload.js:1561
(anonymous) @ preload.js:1161
(anonymous) @ preload.js:134
each @ preload.js:59
enable @ preload.js:1113
init @ preload.js:788
(anonymous) @ preload.js:1460
setTimeout (async)
req.nextTick @ preload.js:1819
localRequire @ preload.js:1449
requirejs @ preload.js:1801
(anonymous) @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
Promise.catch (async)
loadClass @ ipywidgets.js:2
loadModelClass @ ipywidgets.js:2
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgetsKernel.js:2 Failed to to Widget load class jupyter-matplotlibMPLCanvasModel {className: 'MPLCanvasModel', moduleName: 'jupyter-matplotlib', moduleVersion: '^0.11', error: Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (https://vscode-re…, timedout: false, …}
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleLoadError @ ipywidgetsKernel.js:2
i.emit @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
a @ ipywidgetsKernel.js:2
Promise.then (async)
d @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
s.handleLoadError @ ipywidgetsKernel.js:2
errorHandler @ ipywidgetsKernel.js:2
sendError @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
Promise.catch (async)
loadClass @ ipywidgets.js:2
loadModelClass @ ipywidgets.js:2
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgets.js:2 Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (ipywidgets.js:2:4099813)
    at ph.loadClass (ipywidgets.js:2:4403287)
    at ph.loadModelClass (ipywidgets.js:2:4097773)
    at ph._make_model (ipywidgets.js:2:4094616)
    at ph.new_model (ipywidgets.js:2:4092246)
    at ph.handle_comm_open (ipywidgets.js:2:4091039)
    at ipywidgets.js:2:4402511
    at g._handleCommOpen (ipywidgetsKernel.js:2:36493)
    at async g._handleMessage (ipywidgetsKernel.js:2:38387)
loadModelClass @ ipywidgets.js:2
await in loadModelClass (async)
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgetsKernel.js:2 Failed to to Widget load class jupyter-matplotlibToolbarModel {className: 'ToolbarModel', moduleName: 'jupyter-matplotlib', moduleVersion: '^0.11', error: Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (https://vscode-re…, timedout: false, …}
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleLoadError @ ipywidgetsKernel.js:2
i.emit @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
a @ ipywidgetsKernel.js:2
Promise.then (async)
d @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
s.handleLoadError @ ipywidgetsKernel.js:2
errorHandler @ ipywidgetsKernel.js:2
sendError @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
Promise.catch (async)
loadClass @ ipywidgets.js:2
loadModelClass @ ipywidgets.js:2
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgets.js:2 Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (ipywidgets.js:2:4099813)
    at ph.loadClass (ipywidgets.js:2:4403287)
    at ph.loadModelClass (ipywidgets.js:2:4097773)
    at ph._make_model (ipywidgets.js:2:4094616)
    at ph.new_model (ipywidgets.js:2:4092246)
    at ph.handle_comm_open (ipywidgets.js:2:4091039)
    at ipywidgets.js:2:4402511
    at g._handleCommOpen (ipywidgetsKernel.js:2:36493)
    at async g._handleMessage (ipywidgetsKernel.js:2:38387)
loadModelClass @ ipywidgets.js:2
await in loadModelClass (async)
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298log.ts:392  INFO Electron sandbox mode is enabled!
log.ts:398  WARN Via 'product.json#extensionEnabledApiProposals' extension 'github.vscode-pull-request-github' wants API proposal 'commentsResolvedState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
log.ts:404   ERR Extension 'ms-toolsai.vscode-jupyter-powertoys' wants API proposal 'notebookWorkspaceEdit' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
log.ts:392  INFO Invoking resolveAuthority(ssh-remote)...
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] obtaining proxy...
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] invoking...
log.ts:404   ERR [Extension Host] (node:7552) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code - Insiders --trace-deprecation ...` to show where the warning was created)
console.ts:137 [Extension Host] (node:7552) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code - Insiders --trace-deprecation ...` to show where the warning was created) (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][995ms] returned 127.0.0.1:11786
log.ts:392  INFO resolveAuthority(ssh-remote) returned '127.0.0.1:11786' after 996 ms
log.ts:392  INFO Creating a socket (renderer-Management-6d10bf62-78a2-4e7f-8388-21dbcaf6e890)...
log.ts:392  INFO Creating a socket (renderer-ExtensionHost-ebd807ab-ce97-42a9-b657-8d33ec47e9b9)...
log.ts:392  INFO Creating a socket (renderer-Management-6d10bf62-78a2-4e7f-8388-21dbcaf6e890) was successful after 36 ms.
log.ts:392  INFO Creating a socket (renderer-ExtensionHost-ebd807ab-ce97-42a9-b657-8d33ec47e9b9) was successful after 78 ms.
log.ts:404   ERR Extension 'ms-toolsai.vscode-jupyter-powertoys' wants API proposal 'notebookWorkspaceEdit' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:47
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/redhat.vscode-yaml-1.11.10112022/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:47
log.ts:392  INFO [perf] Render performance baseline is 43ms
console.ts:137 [Extension Host] ცვლილება 007 (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
console.ts:137 [Extension Host] isMac is: false (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
console.ts:137 [Extension Host] osChecked: true (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
log.ts:404   ERR [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
console.ts:137 [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
log.ts:404   ERR [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
console.ts:137 [Extension Host] (node:7552) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
console.ts:137 [Extension Host] ApplicationInsights:An invalid instrumentation key was provided. There may be resulting telemetry loss Array(1) (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
T @ console.ts:137
console.ts:137 [Extension Host] settings changed (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
log.ts:404   ERR Could not find pty on pty host: CodeExpectedError: Could not find pty on pty host
    at S.L (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:6849)
    at S.updateIcon (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:2680)
    at Object.call (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:17:5043)
    at s (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:5412)
    at s.q (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4915)
    at /home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4326
    at invoke (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:145)
    at E.deliver (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:2070)
    at c.fire (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:1708)
    at process.T (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:9:20949)
    at process.emit (node:events:526:28)
    at emit (node:internal/child_process:938:14)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
log.ts:404   ERR Could not find pty on pty host: CodeExpectedError: Could not find pty on pty host
    at S.L (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:6849)
    at S.updateTitle (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:2630)
    at Object.call (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:17:5043)
    at s (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:5412)
    at s.q (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4915)
    at /home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4326
    at invoke (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:145)
    at E.deliver (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:2070)
    at c.fire (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:1708)
    at process.T (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:9:20949)
    at process.emit (node:events:526:28)
    at emit (node:internal/child_process:938:14)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
21[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:973 [Violation] Avoid using document.write(). https://developers.google.com/web/updates/2016/08/removing-document-write
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:973
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/client_renderer/preload.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
[Violation] 'setTimeout' handler took 51ms
console.ts:137 [Extension Host] Starting WebSocket: RAW/api/kernels/eabcb815-1067-46b4-9aed-36d78acf2acd
console.ts:137 [Extension Host] Kernel: starting (eabcb815-1067-46b4-9aed-36d78acf2acd)
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/client_renderer/builtinRendererHooks.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsRenderer/ipywidgetsRenderer.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
ipywidgets.js:2 Already loaded ipywidgets8
Eh @ ipywidgets.js:2
(anonymous) @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
s @ ipywidgetsRenderer.js:2
Promise.then (async)
a @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
t @ ipywidgetsRenderer.js:2
(anonymous) @ ipywidgetsRenderer.js:2
fire @ notebookWebviewPreloads.js:3
receiveMessage @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgetsKernel.js:2 Starting WebSocket: BOGUS_PVSC/api/kernels/eabcb815-1067-46b4-9aed-36d78acf2acd
preload.js:1963          GET https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.js net::ERR_ABORTED 401
req.load @ preload.js:1963
load @ preload.js:1689
load @ preload.js:834
fetch @ preload.js:824
check @ preload.js:856
enable @ preload.js:1176
enable @ preload.js:1561
(anonymous) @ preload.js:1161
(anonymous) @ preload.js:134
each @ preload.js:59
enable @ preload.js:1113
init @ preload.js:788
(anonymous) @ preload.js:1460
setTimeout (async)
req.nextTick @ preload.js:1819
localRequire @ preload.js:1449
requirejs @ preload.js:1801
(anonymous) @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
Promise.catch (async)
loadClass @ ipywidgets.js:2
loadModelClass @ ipywidgets.js:2
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgetsKernel.js:2 Failed to to Widget load class jupyter-matplotlibMPLCanvasModel {className: 'MPLCanvasModel', moduleName: 'jupyter-matplotlib', moduleVersion: '^0.11', error: Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (https://vscode-re…, timedout: false, …}
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleLoadError @ ipywidgetsKernel.js:2
i.emit @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
a @ ipywidgetsKernel.js:2
Promise.then (async)
d @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
s.handleLoadError @ ipywidgetsKernel.js:2
errorHandler @ ipywidgetsKernel.js:2
sendError @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
Promise.catch (async)
loadClass @ ipywidgets.js:2
loadModelClass @ ipywidgets.js:2
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgets.js:2 Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (ipywidgets.js:2:4099813)
    at ph.loadClass (ipywidgets.js:2:4403287)
    at ph.loadModelClass (ipywidgets.js:2:4097773)
    at ph._make_model (ipywidgets.js:2:4094616)
    at ph.new_model (ipywidgets.js:2:4092246)
    at ph.handle_comm_open (ipywidgets.js:2:4091039)
    at ipywidgets.js:2:4402511
    at g._handleCommOpen (ipywidgetsKernel.js:2:36493)
    at async g._handleMessage (ipywidgetsKernel.js:2:38387)
loadModelClass @ ipywidgets.js:2
await in loadModelClass (async)
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgetsKernel.js:2 Failed to to Widget load class jupyter-matplotlibToolbarModel {className: 'ToolbarModel', moduleName: 'jupyter-matplotlib', moduleVersion: '^0.11', error: Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (https://vscode-re…, timedout: false, …}
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleLoadError @ ipywidgetsKernel.js:2
i.emit @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
a @ ipywidgetsKernel.js:2
Promise.then (async)
d @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
s.handleLoadError @ ipywidgetsKernel.js:2
errorHandler @ ipywidgetsKernel.js:2
sendError @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
Promise.catch (async)
loadClass @ ipywidgets.js:2
loadModelClass @ ipywidgets.js:2
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
ipywidgets.js:2 Error: No version of module jupyter-matplotlib is registered
    at ph.loadClass (ipywidgets.js:2:4099813)
    at ph.loadClass (ipywidgets.js:2:4403287)
    at ph.loadModelClass (ipywidgets.js:2:4097773)
    at ph._make_model (ipywidgets.js:2:4094616)
    at ph.new_model (ipywidgets.js:2:4092246)
    at ph.handle_comm_open (ipywidgets.js:2:4091039)
    at ipywidgets.js:2:4402511
    at g._handleCommOpen (ipywidgetsKernel.js:2:36493)
    at async g._handleMessage (ipywidgetsKernel.js:2:38387)
loadModelClass @ ipywidgets.js:2
await in loadModelClass (async)
_make_model @ ipywidgets.js:2
new_model @ ipywidgets.js:2
handle_comm_open @ ipywidgets.js:2
(anonymous) @ ipywidgets.js:2
_handleCommOpen @ ipywidgetsKernel.js:2
await in _handleCommOpen (async)
_handleMessage @ ipywidgetsKernel.js:2
await in _handleMessage (async)
(anonymous) @ ipywidgetsKernel.js:2
Promise.then (async)
_onWSMessage @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleMessage @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
(anonymous) @ ipywidgetsKernel.js:2
n @ ipywidgetsKernel.js:2
e.handleKernelMessage @ ipywidgetsKernel.js:2
fire @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=ed5901ef-a10b-4e92-973f-6d244ec68b97&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298

@christasich
Copy link
Author

christasich commented Feb 14, 2023

Console log from Workspace 2 (/home/chris)

log.ts:392  INFO Electron sandbox mode is enabled!
log.ts:398  WARN Via 'product.json#extensionEnabledApiProposals' extension 'github.vscode-pull-request-github' wants API proposal 'commentsResolvedState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
121[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
event.ts:703 [Violation] 'setTimeout' handler took 94ms
[Violation] Forced reflow while executing JavaScript took 93ms
log.ts:404   ERR Extension 'ms-toolsai.vscode-jupyter-powertoys' wants API proposal 'notebookWorkspaceEdit' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
log.ts:392  INFO Invoking resolveAuthority(ssh-remote)...
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] obtaining proxy...
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][1ms] invoking...
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][1005ms] waiting...
log.ts:404   ERR [Extension Host] (node:17632) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code - Insiders --trace-deprecation ...` to show where the warning was created)
console.ts:137 [Extension Host] (node:17632) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code - Insiders --trace-deprecation ...` to show where the warning was created) (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
N @ rpcProtocol.ts:455
M @ rpcProtocol.ts:440
H @ rpcProtocol.ts:370
G @ rpcProtocol.ts:296
(anonymous) @ rpcProtocol.ts:161
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
fire @ ipc.net.ts:671
ee.onmessage @ localProcessExtensionHost.ts:615
log.ts:392  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][1727ms] returned 127.0.0.1:12651
log.ts:392  INFO resolveAuthority(ssh-remote) returned '127.0.0.1:12651' after 1727 ms
log.ts:392  INFO Creating a socket (renderer-Management-98e27b87-6487-4e23-b234-dddf7920f90e)...
log.ts:392  INFO Creating a socket (renderer-ExtensionHost-4744f4be-d506-435d-8ec0-a76321af667e)...
log.ts:392  INFO Creating a socket (renderer-Management-98e27b87-6487-4e23-b234-dddf7920f90e) was successful after 115 ms.
log.ts:392  INFO Creating a socket (renderer-ExtensionHost-4744f4be-d506-435d-8ec0-a76321af667e) was successful after 158 ms.
log.ts:404   ERR Extension 'ms-toolsai.vscode-jupyter-powertoys' wants API proposal 'notebookWorkspaceEdit' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:47
L @ TMGrammarFactory.ts:73
H @ abstractTextMateService.ts:240
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:47
L @ TMGrammarFactory.ts:73
H @ abstractTextMateService.ts:240
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:47
L @ TMGrammarFactory.ts:73
H @ abstractTextMateService.ts:240
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:47
L @ TMGrammarFactory.ts:73
H @ abstractTextMateService.ts:240
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/james-yu.latex-workshop-9.6.2/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:47
L @ TMGrammarFactory.ts:73
H @ abstractTextMateService.ts:240
TMScopeRegistry.ts:47 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/chris/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: vscode-remote://ssh-remote%2Bbayu/home/chris/.vscode-server-insiders/extensions/redhat.vscode-yaml-1.11.10112022/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:47
L @ TMGrammarFactory.ts:73
H @ abstractTextMateService.ts:240
log.ts:398  WARN No search provider registered for scheme: vscode-remote, waiting
console.ts:137 [Extension Host] ცვლილება 007 (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
log.ts:392  INFO [perf] Render performance baseline is 41ms
console.ts:137 [Extension Host] isMac is: false (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
console.ts:137 [Extension Host] osChecked: true (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
log.ts:404   ERR [Extension Host] (node:17632) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
console.ts:137 [Extension Host] (node:17632) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
N @ rpcProtocol.ts:455
M @ rpcProtocol.ts:440
H @ rpcProtocol.ts:370
G @ rpcProtocol.ts:296
(anonymous) @ rpcProtocol.ts:161
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
fire @ ipc.net.ts:671
ee.onmessage @ localProcessExtensionHost.ts:615
log.ts:404   ERR [Extension Host] (node:17632) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
console.ts:137 [Extension Host] (node:17632) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (at c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)
T @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
N @ rpcProtocol.ts:455
M @ rpcProtocol.ts:440
H @ rpcProtocol.ts:370
G @ rpcProtocol.ts:296
(anonymous) @ rpcProtocol.ts:161
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
fire @ ipc.net.ts:671
ee.onmessage @ localProcessExtensionHost.ts:615
console.ts:137 [Extension Host] ApplicationInsights:An invalid instrumentation key was provided. There may be resulting telemetry loss [null] (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
T @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
N @ rpcProtocol.ts:455
M @ rpcProtocol.ts:440
H @ rpcProtocol.ts:370
G @ rpcProtocol.ts:296
(anonymous) @ rpcProtocol.ts:161
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
fire @ ipc.net.ts:671
ee.onmessage @ localProcessExtensionHost.ts:615
2console.ts:137 [Extension Host] settings changed (at console.<anonymous> (c:\Users\chris\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706))
log.ts:404   ERR Could not find pty on pty host: CodeExpectedError: Could not find pty on pty host
    at S.L (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:6849)
    at S.updateIcon (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:27:2680)
    at Object.call (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:17:5043)
    at s (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:5412)
    at s.q (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4915)
    at /home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:15:4326
    at invoke (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:145)
    at E.deliver (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:2070)
    at c.fire (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:11:1708)
    at process.T (/home/chris/.vscode-server-insiders/bin/af4a70d991053dcbf64d9a86c76a02dced81d9c4/out/vs/platform/terminal/node/ptyHostMain.js:9:20949)
    at process.emit (node:events:526:28)
    at emit (node:internal/child_process:938:14)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
index.html?id=cdc286f5-8d04-47be-8bd9-f7a6a09e48c3&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:973 [Violation] Avoid using document.write(). https://developers.google.com/web/updates/2016/08/removing-document-write
(anonymous) @ index.html?id=cdc286f5-8d04-47be-8bd9-f7a6a09e48c3&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:973
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/client_renderer/preload.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/webviews/webview-side/ipywidgetsRenderer/ipywidgetsRenderer.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/client_renderer/builtinRendererHooks.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
notebookWebviewPreloads.js:3 '_allOutputItems' is proposed API. DO NOT ship an extension that depends on it!
get _allOutputItems @ notebookWebviewPreloads.js:3
render @ notebookWebviewPreloads.js:3
await in render (async)
render @ notebookWebviewPreloads.js:3
renderOutputElement @ notebookWebviewPreloads.js:3
renderOutputCell @ notebookWebviewPreloads.js:3
await in renderOutputCell (async)
(anonymous) @ notebookWebviewPreloads.js:3
c.set.queue @ notebookWebviewPreloads.js:3
enqueue @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ index.html?id=cdc286f5-8d04-47be-8bd9-f7a6a09e48c3&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:1134
HostMessaging.channel.port1.onmessage @ index.html?id=cdc286f5-8d04-47be-8bd9-f7a6a09e48c3&origin=038a9987-0b5c-48bf-b4fc-24147393033c&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&remoteAuthority=ssh-remote%2Bbayu&purpose=notebookRenderer:298
console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: Module 'pip' not installed.
T @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
N @ rpcProtocol.ts:455
M @ rpcProtocol.ts:440
H @ rpcProtocol.ts:370
G @ rpcProtocol.ts:296
(anonymous) @ rpcProtocol.ts:161
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
fire @ ipc.net.ts:671
E @ ipc.net.ts:1109
(anonymous) @ ipc.net.ts:955
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
acceptChunk @ ipc.net.ts:415
(anonymous) @ ipc.net.ts:371
(anonymous) @ browserSocketFactory.ts:230
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
i.onload @ browserSocketFactory.ts:91
console.ts:137 [Extension Host] stack trace: Error: Module 'pip' not installed.
    at bl.execModule (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1781676)
    at Gd.getPackageInformation (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:39998)
T @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
N @ rpcProtocol.ts:455
M @ rpcProtocol.ts:440
H @ rpcProtocol.ts:370
G @ rpcProtocol.ts:296
(anonymous) @ rpcProtocol.ts:161
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
fire @ ipc.net.ts:671
E @ ipc.net.ts:1109
(anonymous) @ ipc.net.ts:955
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
acceptChunk @ ipc.net.ts:415
(anonymous) @ ipc.net.ts:371
(anonymous) @ browserSocketFactory.ts:230
invoke @ event.ts:718
deliver @ event.ts:926
fire @ event.ts:887
i.onload @ browserSocketFactory.ts:91
log.ts:404   ERR Module 'pip' not installed.: Error: Module 'pip' not installed.
    at bl.execModule (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:2:1781676)
    at Gd.getPackageInformation (/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/out/extension.node.js:17:39998)
console.ts:137 [Extension Host] Starting WebSocket: RAW/api/kernels/b765e81f-2f80-446d-b516-ea407fc38010
ipywidgetsKernel.js:2 Starting WebSocket: BOGUS_PVSC/api/kernels/b765e81f-2f80-446d-b516-ea407fc38010
DevTools failed to load source map: Could not load content for https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED

@DonJayamanne
Copy link
Contributor

Please could you check whether this file exists in your file system?
/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.js

@christasich
Copy link
Author

Yes. It does.

/*! For license information please see index.js.LICENSE.txt */
define(["@jupyter-widgets/base"],(t=>(()=>{var e={153:(t,e,n)=>{(e=n(352)(!1)).push([t.id,".jupyter-matplotlib {\n    width: auto;\n    height: auto;\n    flex: 1 1 auto;\n>
//# sourceMappingURL=index.js.map

@DonJayamanne
Copy link
Contributor

@christasich Thanks for the confirmation, will rope in one of my colleagues who might be able to help here.

@mjbvz

  • The widgets are not working as the file /home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.js is not getting loaded by the webview
  • Here is the output from the webview console window
    preload.js:1963 GET https://vscode-remote+ssh-002dremote-002bbayu.vscode-resource.vscode-cdn.net/home/chris/.vscode-server-insiders/extensions/ms-toolsai.jupyter-2023.2.1000451018/tmp/scripts/f76072443ec7cd6da4d33ac3ec175e601af62de2b53e33d7feee7be8bec8b7ee/jupyter/nbextensions/jupyter-matplotlib/index.js net::ERR_ABORTED 401
  • The file exists and is registered with VSCode and should work,
  • Any idea why its not working on remote SSH within the webview
  • Apparently when another different directory, then the file gets loaded and widgets work.

@christasich
Copy link
Author

christasich commented Feb 15, 2023

@DonJayamanne I confirmed that the matplotlib widget works locally in a workspace that only includes the project directory, so this does seem specific to remote sessions (SSH and code tunnels). Though, I do still get several key errors (below) when moving my cursor over the plot. Typically, moving your cursor over the plot shows the coordinates at that point. I think this is a separate and unrelated problem. Should we open a separate issue for this?

Update: The KeyError is caused by a matplotlib/matplotlib#23473 and was fixed in ipympl in matplotlib/ipympl#516. I no longer get a KeyError. Feel free to delete this comment.

KeyError                                  Traceback (most recent call last)
File c:\Users\chris\projects\dissertation\.venv\lib\site-packages\ipympl\backend_nbagg.py:279, in Canvas._handle_message(self, object, content, buffers)
    276     self.manager.handle_json(content)
    278 else:
--> 279     self.manager.handle_json(content)

File c:\Users\chris\projects\dissertation\.venv\lib\site-packages\matplotlib\backends\backend_webagg_core.py:462, in FigureManagerWebAgg.handle_json(self, content)
    461 def handle_json(self, content):
--> 462     self.canvas.handle_event(content)

File c:\Users\chris\projects\dissertation\.venv\lib\site-packages\matplotlib\backends\backend_webagg_core.py:266, in FigureCanvasWebAggCore.handle_event(self, event)
    263 e_type = event['type']
    264 handler = getattr(self, 'handle_{0}'.format(e_type),
    265                   self.handle_unknown_event)
--> 266 return handler(event)

File c:\Users\chris\projects\dissertation\.venv\lib\site-packages\matplotlib\backends\backend_webagg_core.py:293, in FigureCanvasWebAggCore._handle_mouse(self, event)
    290 button = event['button'] + 1
    292 e_type = event['type']
--> 293 modifiers = event['modifiers']
    294 guiEvent = event.get('guiEvent')
    295 if e_type in ['button_press', 'button_release']:

KeyError: 'modifiers'

@matthai
Copy link

matthai commented Feb 21, 2023

I have the same problem. My setup is perhaps even simpler.

I am running a fresh install of code-insider locally on an ubuntu 20.04 machine. I am trying to run the qsl package from pip (pip install qsl in a fresh env) via the 3 lines of code below, which works on the web-based jupyter. My project has only one root.

On the web-based jupyter client, this works fine.

On vscode with ipywidgets 8.0.4 and pre-release versions of jupyter and python extensions, I get:

sshot

The contents of the error are very similar to that of @christasich:

[Open Browser Console for more detailed log - Double click to close this message]
Failed to load model class 'MediaLabelerModel' from module 'qslwidgets'
Error: No version of module qslwidgets is registered
at ph.loadClass (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4099813)
at ph.loadClass (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4403287)
at ph.loadModelClass (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4097773)
at ph._make_model (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4094616)
at ph.new_model (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4092246)
at ph.handle_comm_open (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4091039)
at https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-renderers-1.0.15/out/node_modules/%40vscode/jupyter-ipywidgets8/dist/ipywidgets.js:2:4402511
at g._handleCommOpen (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-2023.2.1000521025/out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js:2:36493)
at async g._handleMessage (https://file+.vscode-resource.vscode-cdn.net/home/matthai/.vscode-insiders/extensions/ms-toolsai.jupyter-2023.2.1000521025/out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js:2:38387)

@christasich
Copy link
Author

christasich commented Feb 21, 2023

@matthai An easy workaround until there is a fix is to add the ~/.vscode-server-insiders directory to your workspace and then hide it using the files.exclude setting.

"files.exclude": {
    "**/.vscode-server-insiders": true
}

@DonJayamanne
Copy link
Contributor

@matthai You are running into a separate issue,
I have moved your issue here #12885

@DonJayamanne DonJayamanne changed the title Matplotlib widgets do not load with ipywidgets 8 and the recent preview version of vscode-jupyter IPyWidgets do not renderer due to a 401 error in webview Feb 21, 2023
@DonJayamanne
Copy link
Contributor

@christasich
ms-toolsai-jupyter-insiders.vsix.zip

You can verify the fix by installing the above VSIX

  • Download the file
  • Extract it
  • Install it in VS Code using the command Install from VSIX
  • Reload VS Code Insiders and test again

@christasich
Copy link
Author

ms-toolsai-jupyter-insiders.vsix.zip

This solves it for me. Thank you!

@DonJayamanne DonJayamanne added this to the February 2023 milestone Feb 21, 2023
@DonJayamanne DonJayamanne added the verified Verification succeeded label Feb 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster ipywidgets Rendering, loading, saving, anything to do with IPyWidgets verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants