jupyter variable viewer blank with any python class
See original GitHub issue- VSCode 1.62.3
- v2021.10.1101450599
- v2021.11.1422169775
- Windows 10 Pro 21H2, OS build 19044.1387
- Python 3.10.0
- Local
Expected behaviour
See variables in variable viewer.
Actual behaviour
Blank variable viewer.
Steps to reproduce:
This is my first time reporting anything, apologies if I miss some information. Any time I put a class in a Jupyter Notebook, the variable viewer refuses to function unless I restart the kernel. It does this every time. The first picture, it shows the variables correctly. The second one I have created a class. It still works fine at this stage. But in the third, I assign a variable using this class, and it goes blank.
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
class MyClass:
x = 5
x = 1
y = MyClass()
or
class z(dict):
def __init__(self, x):
super(z, self).__init__(x)
y = z({})
Logs
Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
Info 2021-11-25 21:21:05: Experimentation service retrieved: [object Object]
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'jupyterEnhancedDataViewer'
Info 2021-11-25 21:21:05: ZMQ install verified.
Info 2021-11-25 21:21:06: Experiment status for python is {"enabled":true,"optInto":[],"optOutFrom":[]}
Info 2021-11-25 21:21:06: Creating controller for jupyter-notebook with interpreter C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:21:06: Find preferred kernel for untitled:Untitled-1.ipynb?jupyter-notebook with metadata {"orig_nbformat":4,"language_info":{"name":"python"}} & preferred interpreter {"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}
Info 2021-11-25 21:21:06: findKernel found Python 3.10.0 64-bit
Info 2021-11-25 21:21:06: Find kernel spec, Class name = k, completed in 712ms, has a truthy return value, Arg 1: <Uri:Untitled-1.ipynb>, Arg 2: {"orig_nbformat":4,"language_info":{"name":"python"}}, Arg 3: {"_isCancelled":false,"_emitter":{"_disposed":false,"_listeners":{"_first":{"next":{},"prev":{}},"_last":{"next":{},"prev":{}},"_size":1}}}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"},"id":".jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.-m#ipykernel_launcher"}
Info 2021-11-25 21:21:06: PreferredConnection: .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher found for NotebookDocument: untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:21:06: TargetController found ID: .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher for document untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:21:06: Setting controller affinity for untitled:Untitled-1.ipynb?jupyter-notebook .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:21:06: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:21:06: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:21:06: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import jupyter"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import jupyter"
Info 2021-11-25 21:21:06: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import jupyter"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import jupyter"
Info 2021-11-25 21:21:06: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import notebook"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import notebook"
Info 2021-11-25 21:21:06: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import notebook"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import notebook"
Info 2021-11-25 21:21:07: Registering dummy command feature
Info 2021-11-25 21:21:07: Loading kernelspec from C:\Users\Toby\AppData\Local\Programs\Python\Python310\share\jupyter\kernels\python3\kernel.json for C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:21:07: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-25 21:21:07: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-25 21:21:07: Hiding default kernel spec Python 3 (ipykernel), python
Error 2021-11-25 21:23:42: Live Notebook not available for untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:23:43: Setting setActiveController for untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:23:43: Execute Cells request 1 0
Info 2021-11-25 21:23:43: Execute Cell 0 untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:23:43: Starting Notebook in kernel.ts id = .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:23:43: Creating raw notebook for untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:23:43: Getting preferred kernel for untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:23:43: Computing working directory untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:23:43: Connecting to raw session for untitled:Untitled-1.ipynb?jupyter-notebook with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"},"id":".jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.-m#ipykernel_launcher"}
Info 2021-11-25 21:23:43: Starting raw kernel Python 3.10.0 64-bit
Info 2021-11-25 21:23:43: installMissingDependencies C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:23:43: KernelProvider switched kernel to id = .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:23:43: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:23:43: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:23:43: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:23:43: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:23:44: Install Missing Dependencies, Class name = S, completed in 401ms, has a falsy return value, Return Value: undefined
Info 2021-11-25 21:23:44: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-11-25 21:23:44: Launching kernel daemon for Python 3.10.0 64-bit # C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:23:44: No custom variables for Kernel as interpreter is not conda, but is Global
Info 2021-11-25 21:23:44: Creating daemon process for C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe with env variables count 0
Info 2021-11-25 21:23:44: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:23:44: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:23:44: Starting kernel from scratch with options {"cwd":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Microsoft VS Code"}
Info 2021-11-25 21:23:44: Python Daemon (pid: 25368): Execute rpc method exec_module in DS Daemon
Info 2021-11-25 21:23:44: Python Daemon (pid: 25368): Execute rpc method exec_module from C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:23:44: Python Daemon (pid: 25368): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"7006de52-eb4a-4cf9-a345-45b14cbc8601"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020BtPfOnaSgX69.json']
Info 2021-11-25 21:23:44: Python Daemon (pid: 25368): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"7006de52-eb4a-4cf9-a345-45b14cbc8601"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020BtPfOnaSgX69.json']
Info 2021-11-25 21:23:44: Python Daemon (pid: 25368): Exec in DS Kernel Launcher Daemon (observable) ['C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"7006de52-eb4a-4cf9-a345-45b14cbc8601"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020BtPfOnaSgX69.json']
Info 2021-11-25 21:23:44: Python Daemon (pid: 25368): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-11-25 21:23:44: Python Daemon (pid: 25368): Kernel launched, with PID 13976
Warn 2021-11-25 21:23:44: Python Daemon (pid: 25368): Waiting for Kernel to die 13976
Info 2021-11-25 21:23:44: Launching kernel daemon, Class name = p, completed in 206ms, has a truthy return value, Arg 1: <Uri:Untitled-1.ipynb>, Arg 2: "C:\\Users\\Toby\\AppData\\Local\\Programs\\Microsoft VS Code", Arg 3: {"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"7006de52-eb4a-4cf9-a345-45b14cbc8601\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020BtPfOnaSgX69.json"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}}, Arg 4: {"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-11-25 21:23:44: Launching kernel in kernelProcess.ts, Class name = y, completed in 206ms, has a truthy return value, Arg 1: "C:\\Users\\Toby\\AppData\\Local\\Programs\\Microsoft VS Code", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","_handle":{"pid":25368},"spawnargs":["C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","-m","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":25368,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-11-25 21:23:45: KernelProcess output: Content-Length: 392
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n", "pid": 25368}}Content-Length: 367
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n"}}
Info 2021-11-25 21:23:45: Python Daemon (pid: 25368): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:23:45: KernelProcess output: Content-Length: 117
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 25368}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}Content-Length: 404
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '7006de52-eb4a-4cf9-a345-45b14cbc8601' instead of 'b\"7006de52-eb4a-4cf9-a345-45b14cbc8601\"'.\r\n", "pid": 25368}}Content-Length: 379
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '7006de52-eb4a-4cf9-a345-45b14cbc8601' instead of 'b\"7006de52-eb4a-4cf9-a345-45b14cbc8601\"'.\r\n"}}Content-Length: 117
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 25368}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}
Warn 2021-11-25 21:23:45: Kernel 25368 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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 2021-11-25 21:23:45: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:23:45: Python Daemon (pid: 25368): write to stderr: warn(
Warn 2021-11-25 21:23:45: Kernel 25368 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:23:45: StdErr from Kernel Process warn(
Info 2021-11-25 21:23:45: Python Daemon (pid: 25368): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '7006de52-eb4a-4cf9-a345-45b14cbc8601' instead of 'b"7006de52-eb4a-4cf9-a345-45b14cbc8601"'.
Warn 2021-11-25 21:23:45: Kernel 25368 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '7006de52-eb4a-4cf9-a345-45b14cbc8601' instead of 'b"7006de52-eb4a-4cf9-a345-45b14cbc8601"'.
Warn 2021-11-25 21:23:45: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '7006de52-eb4a-4cf9-a345-45b14cbc8601' instead of 'b"7006de52-eb4a-4cf9-a345-45b14cbc8601"'.
Info 2021-11-25 21:23:45: Python Daemon (pid: 25368): write to stderr: warn(
Warn 2021-11-25 21:23:45: Kernel 25368 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:23:45: StdErr from Kernel Process warn(
Warn 2021-11-25 21:23:45: Didn't get response for requestKernelInfo
Warn 2021-11-25 21:23:45: Didn't get response for requestKernelInfo
Info 2021-11-25 21:23:45: Raw session started and connected
Started kernel Python 3.10.0 64-bit
Info 2021-11-25 21:23:45: Finished connecting 5940db15-e3e4-4d29-b7a5-4c6657d7a5de
Info 2021-11-25 21:23:45: Updating preferred kernel for remote notebook 2c73adca-4238-44b0-8c43-21f53bb178cd
Info 2021-11-25 21:23:45: Preferred kernel for untitled:Untitled-1.ipynb?jupyter-notebook is 2c73adca-4238-44b0-8c43-21f53bb178cd
Info 2021-11-25 21:23:45: UpdateWorkingDirectoryAndPath in Kernel
Info 2021-11-25 21:23:45: Executing (status Idle) silently Code = %config Completer.use_jedi = False
Info 2021-11-25 21:23:45: Executing silently Code (completed) = %config Completer.use_jedi = False
Info 2021-11-25 21:23:45: Executing (status Idle) silently Code = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:23:45: Executing silently Code (completed) = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:23:45: Executing (status Idle) silently Code = import sys\nprint(sys.executable)
Info 2021-11-25 21:23:45: Executing silently Code (completed) = import sys\nprint(sys.executable)
Info 2021-11-25 21:23:45: Waiting for idle on (kernel): 2c73adca-4238-44b0-8c43-21f53bb178cd -> idle
Info 2021-11-25 21:23:45: Finished waiting for idle on (kernel): 2c73adca-4238-44b0-8c43-21f53bb178cd -> idle
Info 2021-11-25 21:23:45: IPyWidgetScriptSource.initialize
Info 2021-11-25 21:23:45: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:23:45: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:23:53: Loading webview. View is notset
Info 2021-11-25 21:23:53: Loading web view...
Info 2021-11-25 21:23:53: Webview panel created.
Info 2021-11-25 21:23:54: Web view react rendered
Info 2021-11-25 21:23:54: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:23:54: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:23:54: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:23:54: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:23:54: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:23:54: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:23:54: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:23:54: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:23:54: Searching for token colors ...
Info 2021-11-25 21:23:54: Attempting search for colors ...
Info 2021-11-25 21:23:54: Loading colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:23:54: Attempting search for colors ...
Info 2021-11-25 21:23:54: Loading base colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:23:54: Using colors to generate CSS ...
Info 2021-11-25 21:24:04: Creating controller for jupyter-notebook with interpreter C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:24:04: Find preferred kernel for file:///c%3A/Users/Toby/Desktop/test.ipynb with metadata {"interpreter":{"hash":"f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04"},"kernelspec":{"display_name":"Python 3.10.0 64-bit","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.0"},"orig_nbformat":4} & preferred interpreter {"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}
Info 2021-11-25 21:24:04: findPreferredKernel score for Python3, Python 3.10.0 64-bit is 116
Info 2021-11-25 21:24:04: findPreferredKernel score for Python 3.10.0 64-bit is 116
Info 2021-11-25 21:24:04: findKernel found Python 3.10.0 64-bit
Info 2021-11-25 21:24:04: Find kernel spec, Class name = k, completed in 11ms, has a truthy return value, Arg 1: <Uri:c:\Users\Toby\Desktop\test.ipynb>, Arg 2: {"interpreter":{"hash":"f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04"},"kernelspec":{"display_name":"Python 3.10.0 64-bit","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.0"},"orig_nbformat":4}, Arg 3: {"_isCancelled":false,"_emitter":{"_disposed":false,"_listeners":{"_first":{"next":{},"prev":{}},"_last":{"next":{},"prev":{}},"_size":1}}}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"},"id":".jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.-m#ipykernel_launcher"}
Info 2021-11-25 21:24:04: PreferredConnection: .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher found for NotebookDocument: file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:24:04: TargetController found ID: .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher for document file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:24:04: Setting controller affinity for file:///c%3A/Users/Toby/Desktop/test.ipynb .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:24:04: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-25 21:24:04: Dispose kernel untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:24:04: Kernel got disposed as a result of notebook.onDisposed untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:24:04: Kernel got disposed, hence there is no longer a kernel associated with untitled:Untitled-1.ipynb?jupyter-notebook untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:24:04: Shutting down session untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:24:04: Shutdown session - current session
Info 2021-11-25 21:24:04: shutdownSession 2c73adca-4238-44b0-8c43-21f53bb178cd, .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher - start
Info 2021-11-25 21:24:04: Session can be shutdown .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:24:04: Dispose Kernel process
Info 2021-11-25 21:24:04: kill daemon
Info 2021-11-25 21:24:04: Notebook Closed untitled:Untitled-1.ipynb?jupyter-notebook
Info 2021-11-25 21:24:04: KernelProcess output: Content-Length: 132
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel in DS Daemon", "pid": 25368}}
Info 2021-11-25 21:24:04: Python Daemon (pid: 25368): Execute rpc method kill_kernel in DS Daemon
Info 2021-11-25 21:24:04: KernelProcess output: Content-Length: 197
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel from C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe", "pid": 25368}}Content-Length: 129
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon", "pid": 25368}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon, pid 13976", "pid": 25368}}Content-Length: 43
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "id": 2, "result": null}
Info 2021-11-25 21:24:04: Python Daemon (pid: 25368): Execute rpc method kill_kernel from C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:24:04: Python Daemon (pid: 25368): Kill kernel in DS Kernel Launcher Daemon
Info 2021-11-25 21:24:04: Python Daemon (pid: 25368): Kill kernel in DS Kernel Launcher Daemon, pid 13976
Info 2021-11-25 21:24:04: Dispose Kernel process
Info 2021-11-25 21:24:04: shutdownSession 2c73adca-4238-44b0-8c43-21f53bb178cd, .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher - shutdown complete
Info 2021-11-25 21:24:04: Dispose Kernel process
Info 2021-11-25 21:24:04: Shutdown session - get restart session
Info 2021-11-25 21:24:04: Shutdown session -- complete
Info 2021-11-25 21:24:04: KernelProcess Exit Exit - undefined
Info 2021-11-25 21:24:08: Setting setActiveController for file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:24:08: Execute Cells request 1 0
Info 2021-11-25 21:24:08: Execute Cell 0 file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:24:08: Starting Notebook in kernel.ts id = .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:24:08: KernelProvider switched kernel to id = .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:24:08: Creating raw notebook for file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:24:08: Getting preferred kernel for file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:24:08: Computing working directory file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:24:08: Connecting to raw session for file:///c%3A/Users/Toby/Desktop/test.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"},"id":".jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe.-m#ipykernel_launcher"}
Info 2021-11-25 21:24:08: Starting raw kernel Python 3.10.0 64-bit
Info 2021-11-25 21:24:08: installMissingDependencies C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:24:08: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:24:08: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:24:08: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:24:08: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:24:08: Install Missing Dependencies, Class name = S, completed in 377ms, has a falsy return value, Return Value: undefined
Info 2021-11-25 21:24:08: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-11-25 21:24:08: Launching kernel daemon for Python 3.10.0 64-bit # C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:24:08: No custom variables for Kernel as interpreter is not conda, but is Global
Info 2021-11-25 21:24:08: Creating daemon process for C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe with env variables count 0
Info 2021-11-25 21:24:08: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:24:08: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:24:09: Starting kernel from scratch with options {"cwd":"c:\\Users\\Toby\\Desktop"}
Info 2021-11-25 21:24:09: Python Daemon (pid: 26032): Execute rpc method exec_module in DS Daemon
Info 2021-11-25 21:24:09: Python Daemon (pid: 26032): Execute rpc method exec_module from C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:24:09: Python Daemon (pid: 26032): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"9b3f9441-3588-41c8-97ec-0d2e410fe564"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-240206SY3vvzfi5hV.json']
Info 2021-11-25 21:24:09: Python Daemon (pid: 26032): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"9b3f9441-3588-41c8-97ec-0d2e410fe564"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-240206SY3vvzfi5hV.json']
Info 2021-11-25 21:24:09: Python Daemon (pid: 26032): Exec in DS Kernel Launcher Daemon (observable) ['C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"9b3f9441-3588-41c8-97ec-0d2e410fe564"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-240206SY3vvzfi5hV.json']
Info 2021-11-25 21:24:09: Python Daemon (pid: 26032): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-11-25 21:24:09: Python Daemon (pid: 26032): Kernel launched, with PID 25244
Warn 2021-11-25 21:24:09: Python Daemon (pid: 26032): Waiting for Kernel to die 25244
Info 2021-11-25 21:24:09: Launching kernel daemon, Class name = p, completed in 201ms, has a truthy return value, Arg 1: <Uri:c:\Users\Toby\Desktop\test.ipynb>, Arg 2: "c:\\Users\\Toby\\Desktop", Arg 3: {"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"9b3f9441-3588-41c8-97ec-0d2e410fe564\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-240206SY3vvzfi5hV.json"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}}, Arg 4: {"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-11-25 21:24:09: Launching kernel in kernelProcess.ts, Class name = y, completed in 201ms, has a truthy return value, Arg 1: "c:\\Users\\Toby\\Desktop", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","_handle":{"pid":26032},"spawnargs":["C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","-m","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":26032,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-11-25 21:24:10: KernelProcess output: Content-Length: 392
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n", "pid": 26032}}Content-Length: 367
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n"}}
Info 2021-11-25 21:24:10: Python Daemon (pid: 26032): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:24:10: KernelProcess output: Content-Length: 117
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 26032}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}Content-Length: 404
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '9b3f9441-3588-41c8-97ec-0d2e410fe564' instead of 'b\"9b3f9441-3588-41c8-97ec-0d2e410fe564\"'.\r\n", "pid": 26032}}Content-Length: 379
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '9b3f9441-3588-41c8-97ec-0d2e410fe564' instead of 'b\"9b3f9441-3588-41c8-97ec-0d2e410fe564\"'.\r\n"}}Content-Length: 117
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 26032}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}
Warn 2021-11-25 21:24:10: Kernel 26032 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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 2021-11-25 21:24:10: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:24:10: Python Daemon (pid: 26032): write to stderr: warn(
Warn 2021-11-25 21:24:10: Kernel 26032 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:24:10: StdErr from Kernel Process warn(
Info 2021-11-25 21:24:10: Python Daemon (pid: 26032): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '9b3f9441-3588-41c8-97ec-0d2e410fe564' instead of 'b"9b3f9441-3588-41c8-97ec-0d2e410fe564"'.
Warn 2021-11-25 21:24:10: Kernel 26032 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '9b3f9441-3588-41c8-97ec-0d2e410fe564' instead of 'b"9b3f9441-3588-41c8-97ec-0d2e410fe564"'.
Warn 2021-11-25 21:24:10: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '9b3f9441-3588-41c8-97ec-0d2e410fe564' instead of 'b"9b3f9441-3588-41c8-97ec-0d2e410fe564"'.
Info 2021-11-25 21:24:10: Python Daemon (pid: 26032): write to stderr: warn(
Warn 2021-11-25 21:24:10: Kernel 26032 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:24:10: StdErr from Kernel Process warn(
Warn 2021-11-25 21:24:10: Didn't get response for requestKernelInfo
Warn 2021-11-25 21:24:10: Didn't get response for requestKernelInfo
Info 2021-11-25 21:24:10: Raw session started and connected
Started kernel Python 3.10.0 64-bit
Info 2021-11-25 21:24:10: Finished connecting 5940db15-e3e4-4d29-b7a5-4c6657d7a5de
Info 2021-11-25 21:24:10: Updating preferred kernel for remote notebook 25c2abaa-ba52-4e81-8dd8-c89592908b54
Info 2021-11-25 21:24:10: Preferred kernel for file:///c%3A/Users/Toby/Desktop/test.ipynb is 25c2abaa-ba52-4e81-8dd8-c89592908b54
Info 2021-11-25 21:24:10: UpdateWorkingDirectoryAndPath in Kernel
Info 2021-11-25 21:24:10: changeDirectoryIfPossible
Info 2021-11-25 21:24:10: Executing (status Idle) silently Code = import os\nimport sys\n%cd "c:\Users\Toby\Desktop"\nif os.getcwd() not in sys.path:\nsys.path.insert
Info 2021-11-25 21:24:10: Executing silently Code (completed) = import os\nimport sys\n%cd "c:\Users\Toby\Desktop"\nif os.getcwd() not in sys.path:\nsys.path.insert
Info 2021-11-25 21:24:10: Executing (status Idle) silently Code = %config Completer.use_jedi = False
Info 2021-11-25 21:24:10: Executing silently Code (completed) = %config Completer.use_jedi = False
Info 2021-11-25 21:24:10: Executing (status Idle) silently Code = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:24:10: Executing silently Code (completed) = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:24:10: Executing (status Idle) silently Code = import sys\nprint(sys.executable)
Info 2021-11-25 21:24:10: Executing silently Code (completed) = import sys\nprint(sys.executable)
Info 2021-11-25 21:24:10: Waiting for idle on (kernel): 25c2abaa-ba52-4e81-8dd8-c89592908b54 -> idle
Info 2021-11-25 21:24:10: Finished waiting for idle on (kernel): 25c2abaa-ba52-4e81-8dd8-c89592908b54 -> idle
Info 2021-11-25 21:24:10: IPyWidgetScriptSource.initialize
Info 2021-11-25 21:24:10: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:24:10: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
> ~\AppData\Local\Programs\Python\Python310\python.exe -m pip list
Info 2021-11-25 21:24:14: Searching for token colors ...
Info 2021-11-25 21:24:14: Attempting search for colors ...
Info 2021-11-25 21:24:14: Loading colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Attempting search for colors ...
Info 2021-11-25 21:24:14: Loading base colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Using colors to generate CSS ...
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:24:14: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:24:14: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:04: Execute Cells request 1 0
Info 2021-11-25 21:25:04: Execute Cell 0 file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:25:04: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:04: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:07: Searching for token colors ...
Info 2021-11-25 21:25:07: Attempting search for colors ...
Info 2021-11-25 21:25:07: Loading colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:25:07: Attempting search for colors ...
Info 2021-11-25 21:25:07: Loading base colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:25:07: Using colors to generate CSS ...
Info 2021-11-25 21:25:30: Execute Cells request 1 0
Info 2021-11-25 21:25:30: Execute Cell 0 file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:25:30: Cancel all remaining cells true || 4
Info 2021-11-25 21:25:30: Cancel pending cells
Info 2021-11-25 21:25:30: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:30: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:44: Executing (status Idle) silently Code = import ipykernel\nprint(ipykernel.__version__)
Info 2021-11-25 21:25:44: Executing silently Code (completed) = import ipykernel\nprint(ipykernel.__version__)
Info 2021-11-25 21:25:45: Executing (status Idle) silently Code = import debugpy\ndebugpy.debug_this_thread()
Info 2021-11-25 21:25:45: Executing silently Code (completed) = import debugpy\ndebugpy.debug_this_thread()
Info 2021-11-25 21:25:45: Execute Cells request 1 0
Info 2021-11-25 21:25:45: Execute Cell 0 file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:25:45: Searching for token colors ...
Info 2021-11-25 21:25:45: Attempting search for colors ...
Info 2021-11-25 21:25:45: Loading colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:25:45: Attempting search for colors ...
Info 2021-11-25 21:25:45: Loading base colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:25:45: Using colors to generate CSS ...
Info 2021-11-25 21:25:48: Executing (status Idle) silently Code = pass
Info 2021-11-25 21:25:48: KernelProcess output: Content-Length: 161
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: [IPKernelApp] ERROR | Exception in control handler:\r\n", "pid": 26032}}
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: [IPKernelApp] ERROR | Exception in control handler:
Info 2021-11-25 21:25:48: KernelProcess output: Content-Length: 136
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "[IPKernelApp] ERROR | Exception in control handler:\r\n"}}Content-Length: 144
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: Traceback (most recent call last):\r\n", "pid": 26032}}Content-Length: 119
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "Traceback (most recent call last):\r\n"}}Content-Length: 257
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 281, in process_control\r\n", "pid": 26032}}Content-Length: 232
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 281, in process_control\r\n"}}Content-Length: 126
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: await result\r\n", "pid": 26032}}Content-Length: 101
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " await result\r\n"}}Content-Length: 255
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 856, in debug_request\r\n", "pid": 26032}}Content-Length: 230
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 856, in debug_request\r\n"}}Content-Length: 149
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: reply_content = await reply_content\r\n", "pid": 26032}}Content-Length: 124
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " reply_content = await reply_content\r\n"}}Content-Length: 256
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\ipkernel.py\", line 426, in do_debug_request\r\n", "pid": 26032}}Content-Length: 231
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\ipkernel.py\", line 426, in do_debug_request\r\n"}}Content-Length: 161
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: return await self.debugger.process_request(msg)\r\n", "pid": 26032}}Content-Length: 136
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " return await self.debugger.process_request(msg)\r\n"}}
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process [IPKernelApp] ERROR | Exception in control handler:
Warn 2021-11-25 21:25:48: StdErr from Kernel Process [IPKernelApp] ERROR | Exception in control handler:
Info 2021-11-25 21:25:48: KernelProcess output: Content-Length: 255
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\debugger.py\", line 593, in process_request\r\n", "pid": 26032}}Content-Length: 230
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\debugger.py\", line 593, in process_request\r\n"}}Content-Length: 125
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: self.stop()\r\n", "pid": 26032}}Content-Length: 100
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " self.stop()\r\n"}}Content-Length: 244
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\debugger.py\", line 348, in stop\r\n", "pid": 26032}}Content-Length: 219
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\debugger.py\", line 348, in stop\r\n"}}Content-Length: 157
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: self.debugpy_client.disconnect_tcp_socket()\r\n", "pid": 26032}}Content-Length: 132
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " self.debugpy_client.disconnect_tcp_socket()\r\n"}}Content-Length: 261
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\debugger.py\", line 232, in disconnect_tcp_socket\r\n", "pid": 26032}}Content-Length: 236
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\debugger.py\", line 232, in disconnect_tcp_socket\r\n"}}Content-Length: 173
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: self.debugpy_stream.socket.disconnect(self._get_endpoint())\r\n", "pid": 26032}}Content-Length: 148
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " self.debugpy_stream.socket.disconnect(self._get_endpoint())\r\n"}}Content-Length: 211
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"zmq\\backend\\cython\\socket.pyx\", line 640, in zmq.backend.cython.socket.Socket.disconnect\r\n", "pid": 26032}}Content-Length: 186
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"zmq\\backend\\cython\\socket.pyx\", line 640, in zmq.backend.cython.socket.Socket.disconnect\r\n"}}Content-Length: 155
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: zmq.error.ZMQError: No such file or directory\r\n", "pid": 26032}}Content-Length: 130
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "zmq.error.ZMQError: No such file or directory\r\n"}}
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: Traceback (most recent call last):
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process Traceback (most recent call last):
Warn 2021-11-25 21:25:48: StdErr from Kernel Process Traceback (most recent call last):
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 281, in process_control
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 281, in process_control
Warn 2021-11-25 21:25:48: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 281, in process_control
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: await result
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process await result
Warn 2021-11-25 21:25:48: StdErr from Kernel Process await result
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 856, in debug_request
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 856, in debug_request
Warn 2021-11-25 21:25:48: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 856, in debug_request
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: reply_content = await reply_content
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process reply_content = await reply_content
Warn 2021-11-25 21:25:48: StdErr from Kernel Process reply_content = await reply_content
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 426, in do_debug_request
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 426, in do_debug_request
Warn 2021-11-25 21:25:48: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 426, in do_debug_request
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: return await self.debugger.process_request(msg)
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process return await self.debugger.process_request(msg)
Warn 2021-11-25 21:25:48: StdErr from Kernel Process return await self.debugger.process_request(msg)
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 593, in process_request
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 593, in process_request
Warn 2021-11-25 21:25:48: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 593, in process_request
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: self.stop()
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process self.stop()
Warn 2021-11-25 21:25:48: StdErr from Kernel Process self.stop()
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 348, in stop
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 348, in stop
Warn 2021-11-25 21:25:48: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 348, in stop
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: self.debugpy_client.disconnect_tcp_socket()
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process self.debugpy_client.disconnect_tcp_socket()
Warn 2021-11-25 21:25:48: StdErr from Kernel Process self.debugpy_client.disconnect_tcp_socket()
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 232, in disconnect_tcp_socket
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 232, in disconnect_tcp_socket
Warn 2021-11-25 21:25:48: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\debugger.py", line 232, in disconnect_tcp_socket
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: self.debugpy_stream.socket.disconnect(self._get_endpoint())
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process self.debugpy_stream.socket.disconnect(self._get_endpoint())
Warn 2021-11-25 21:25:48: StdErr from Kernel Process self.debugpy_stream.socket.disconnect(self._get_endpoint())
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: File "zmq\backend\cython\socket.pyx", line 640, in zmq.backend.cython.socket.Socket.disconnect
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process File "zmq\backend\cython\socket.pyx", line 640, in zmq.backend.cython.socket.Socket.disconnect
Warn 2021-11-25 21:25:48: StdErr from Kernel Process File "zmq\backend\cython\socket.pyx", line 640, in zmq.backend.cython.socket.Socket.disconnect
Info 2021-11-25 21:25:48: Python Daemon (pid: 26032): write to stderr: zmq.error.ZMQError: No such file or directory
Warn 2021-11-25 21:25:48: Kernel 26032 as possibly died, StdErr from Kernel Process zmq.error.ZMQError: No such file or directory
Warn 2021-11-25 21:25:48: StdErr from Kernel Process zmq.error.ZMQError: No such file or directory
Info 2021-11-25 21:25:48: Cancel all remaining cells true || 4
Info 2021-11-25 21:25:48: Cancel pending cells
Info 2021-11-25 21:25:48: Executing (status Busy) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:48: Executing silently Code (completed) = pass
Info 2021-11-25 21:25:48: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:54: Restart requested file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:25:54: Restart kernel execution
Info 2021-11-25 21:25:54: Cancel pending cells
Info 2021-11-25 21:25:54: Starting raw kernel Python 3.10.0 64-bit
Info 2021-11-25 21:25:54: installMissingDependencies C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:25:54: Restarting 25c2abaa-ba52-4e81-8dd8-c89592908b54
Info 2021-11-25 21:25:54: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:25:54: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:25:54: Install Missing Dependencies, Class name = S, completed in 375ms, has a falsy return value, Return Value: undefined
Info 2021-11-25 21:25:54: Kernel launching with ports 9010,9011,9013,9014,9015. Start port is 9000
Info 2021-11-25 21:25:54: Launching kernel daemon for Python 3.10.0 64-bit # C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:25:54: No custom variables for Kernel as interpreter is not conda, but is Global
Info 2021-11-25 21:25:54: Creating daemon process for C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe with env variables count 0
Info 2021-11-25 21:25:54: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:25:54: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:25:55: Starting kernel from scratch with options {"cwd":"c:\\Users\\Toby\\Desktop"}
Info 2021-11-25 21:25:55: Python Daemon (pid: 3092): Execute rpc method exec_module in DS Daemon
Info 2021-11-25 21:25:55: Python Daemon (pid: 3092): Execute rpc method exec_module from C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:25:55: Python Daemon (pid: 3092): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9014', '--control=9011', '--hb=9010', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"6772c0d5-56c9-494e-9a4f-8fae8c5fe223"', '--shell=9013', '--transport="tcp"', '--iopub=9015', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020RPi49Mtc525t.json']
Info 2021-11-25 21:25:55: Python Daemon (pid: 3092): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9014', '--control=9011', '--hb=9010', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"6772c0d5-56c9-494e-9a4f-8fae8c5fe223"', '--shell=9013', '--transport="tcp"', '--iopub=9015', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020RPi49Mtc525t.json']
Info 2021-11-25 21:25:55: Python Daemon (pid: 3092): Exec in DS Kernel Launcher Daemon (observable) ['C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9014', '--control=9011', '--hb=9010', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"6772c0d5-56c9-494e-9a4f-8fae8c5fe223"', '--shell=9013', '--transport="tcp"', '--iopub=9015', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020RPi49Mtc525t.json']
Info 2021-11-25 21:25:55: Python Daemon (pid: 3092): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-11-25 21:25:55: Python Daemon (pid: 3092): Kernel launched, with PID 22344
Warn 2021-11-25 21:25:55: Python Daemon (pid: 3092): Waiting for Kernel to die 22344
Info 2021-11-25 21:25:55: Launching kernel daemon, Class name = p, completed in 187ms, has a truthy return value, Arg 1: <Uri:c:\Users\Toby\Desktop\test.ipynb>, Arg 2: "c:\\Users\\Toby\\Desktop", Arg 3: {"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9014","--control=9011","--hb=9010","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"6772c0d5-56c9-494e-9a4f-8fae8c5fe223\"","--shell=9013","--transport=\"tcp\"","--iopub=9015","--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020RPi49Mtc525t.json"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}}, Arg 4: {"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-11-25 21:25:55: Launching kernel in kernelProcess.ts, Class name = y, completed in 187ms, has a truthy return value, Arg 1: "c:\\Users\\Toby\\Desktop", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","_handle":{"pid":3092},"spawnargs":["C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","-m","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":3092,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-11-25 21:25:56: KernelProcess output: Content-Length: 391
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n", "pid": 3092}}Content-Length: 367
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n"}}
Info 2021-11-25 21:25:56: Python Daemon (pid: 3092): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:25:56: KernelProcess output: Content-Length: 116
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 3092}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}Content-Length: 403
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '6772c0d5-56c9-494e-9a4f-8fae8c5fe223' instead of 'b\"6772c0d5-56c9-494e-9a4f-8fae8c5fe223\"'.\r\n", "pid": 3092}}Content-Length: 379
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '6772c0d5-56c9-494e-9a4f-8fae8c5fe223' instead of 'b\"6772c0d5-56c9-494e-9a4f-8fae8c5fe223\"'.\r\n"}}Content-Length: 116
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 3092}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}
Warn 2021-11-25 21:25:56: Kernel 3092 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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 2021-11-25 21:25:56: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:25:56: Python Daemon (pid: 3092): write to stderr: warn(
Warn 2021-11-25 21:25:56: Kernel 3092 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:25:56: StdErr from Kernel Process warn(
Info 2021-11-25 21:25:56: Python Daemon (pid: 3092): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '6772c0d5-56c9-494e-9a4f-8fae8c5fe223' instead of 'b"6772c0d5-56c9-494e-9a4f-8fae8c5fe223"'.
Warn 2021-11-25 21:25:56: Kernel 3092 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '6772c0d5-56c9-494e-9a4f-8fae8c5fe223' instead of 'b"6772c0d5-56c9-494e-9a4f-8fae8c5fe223"'.
Warn 2021-11-25 21:25:56: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '6772c0d5-56c9-494e-9a4f-8fae8c5fe223' instead of 'b"6772c0d5-56c9-494e-9a4f-8fae8c5fe223"'.
Info 2021-11-25 21:25:56: Python Daemon (pid: 3092): write to stderr: warn(
Warn 2021-11-25 21:25:56: Kernel 3092 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:25:56: StdErr from Kernel Process warn(
Warn 2021-11-25 21:25:56: Didn't get response for requestKernelInfo
Info 2021-11-25 21:25:56: Got new session 827372a3-b027-4ec2-a626-0b4c748bfbf1
Info 2021-11-25 21:25:56: Started new restart session
Info 2021-11-25 21:25:56: shutdownSession 25c2abaa-ba52-4e81-8dd8-c89592908b54, .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher - start
Info 2021-11-25 21:25:56: Session can be shutdown .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:25:56: Dispose Kernel process
Info 2021-11-25 21:25:56: kill daemon
Info 2021-11-25 21:25:56: UpdateWorkingDirectoryAndPath in Kernel
Info 2021-11-25 21:25:56: KernelProcess output: Content-Length: 132
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel in DS Daemon", "pid": 26032}}
Info 2021-11-25 21:25:56: Python Daemon (pid: 26032): Execute rpc method kill_kernel in DS Daemon
Info 2021-11-25 21:25:56: KernelProcess output: Content-Length: 197
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel from C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe", "pid": 26032}}Content-Length: 129
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon", "pid": 26032}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon, pid 25244", "pid": 26032}}Content-Length: 43
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "id": 2, "result": null}
Info 2021-11-25 21:25:56: Python Daemon (pid: 26032): Execute rpc method kill_kernel from C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:25:56: Python Daemon (pid: 26032): Kill kernel in DS Kernel Launcher Daemon
Info 2021-11-25 21:25:56: Python Daemon (pid: 26032): Kill kernel in DS Kernel Launcher Daemon, pid 25244
Info 2021-11-25 21:25:56: Dispose Kernel process
Info 2021-11-25 21:25:56: shutdownSession 25c2abaa-ba52-4e81-8dd8-c89592908b54, .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher - shutdown complete
Info 2021-11-25 21:25:56: Dispose Kernel process
Info 2021-11-25 21:25:56: changeDirectoryIfPossible
Info 2021-11-25 21:25:56: Executing (status Idle) silently Code = import os\nimport sys\n%cd "c:\Users\Toby\Desktop"\nif os.getcwd() not in sys.path:\nsys.path.insert
Info 2021-11-25 21:25:56: KernelProcess Exit Exit - undefined
Info 2021-11-25 21:25:56: Executing silently Code (completed) = import os\nimport sys\n%cd "c:\Users\Toby\Desktop"\nif os.getcwd() not in sys.path:\nsys.path.insert
Info 2021-11-25 21:25:56: Executing (status Idle) silently Code = %config Completer.use_jedi = False
Info 2021-11-25 21:25:56: Executing silently Code (completed) = %config Completer.use_jedi = False
Info 2021-11-25 21:25:56: Executing (status Idle) silently Code = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:25:56: Executing silently Code (completed) = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:25:56: Executing (status Idle) silently Code = import sys\nprint(sys.executable)
Info 2021-11-25 21:25:56: Executing silently Code (completed) = import sys\nprint(sys.executable)
Info 2021-11-25 21:25:56: Waiting for idle on (kernel): 827372a3-b027-4ec2-a626-0b4c748bfbf1 -> idle
Info 2021-11-25 21:25:56: Finished waiting for idle on (kernel): 827372a3-b027-4ec2-a626-0b4c748bfbf1 -> idle
Info 2021-11-25 21:25:56: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:25:56: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:25:56: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:25:56: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:01: Restart requested file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:26:01: Restart kernel execution
Info 2021-11-25 21:26:01: Cancel pending cells
Info 2021-11-25 21:26:01: Starting raw kernel Python 3.10.0 64-bit
Info 2021-11-25 21:26:01: installMissingDependencies C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:26:01: Restarting 827372a3-b027-4ec2-a626-0b4c748bfbf1
Info 2021-11-25 21:26:01: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:26:01: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
> ~\AppData\Local\Programs\Python\Python310\python.exe -c "import ipykernel"
Info 2021-11-25 21:26:02: Install Missing Dependencies, Class name = S, completed in 361ms, has a falsy return value, Return Value: undefined
Info 2021-11-25 21:26:02: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-11-25 21:26:02: Launching kernel daemon for Python 3.10.0 64-bit # C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:26:02: No custom variables for Kernel as interpreter is not conda, but is Global
Info 2021-11-25 21:26:02: Creating daemon process for C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe with env variables count 0
Info 2021-11-25 21:26:02: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:26:02: Process Execution: > ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Programs\Python\Python310\python.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-25 21:26:02: Starting kernel from scratch with options {"cwd":"c:\\Users\\Toby\\Desktop"}
Info 2021-11-25 21:26:02: Python Daemon (pid: 19584): Execute rpc method exec_module in DS Daemon
Info 2021-11-25 21:26:02: Python Daemon (pid: 19584): Execute rpc method exec_module from C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:26:02: Python Daemon (pid: 19584): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"17aeadd4-1043-4655-863f-d598a4b127fa"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020gLvrU2rpz9Vu.json']
Info 2021-11-25 21:26:02: Python Daemon (pid: 19584): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"17aeadd4-1043-4655-863f-d598a4b127fa"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020gLvrU2rpz9Vu.json']
Info 2021-11-25 21:26:02: Python Daemon (pid: 19584): Exec in DS Kernel Launcher Daemon (observable) ['C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"17aeadd4-1043-4655-863f-d598a4b127fa"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020gLvrU2rpz9Vu.json']
Info 2021-11-25 21:26:02: Python Daemon (pid: 19584): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-11-25 21:26:02: Python Daemon (pid: 19584): Kernel launched, with PID 16196
Warn 2021-11-25 21:26:02: Python Daemon (pid: 19584): Waiting for Kernel to die 16196
Info 2021-11-25 21:26:02: Launching kernel daemon, Class name = p, completed in 184ms, has a truthy return value, Arg 1: <Uri:c:\Users\Toby\Desktop\test.ipynb>, Arg 2: "c:\\Users\\Toby\\Desktop", Arg 3: {"specFile":"C:\\Users\\Toby\\AppData\\Roaming\\jupyter\\kernels\\python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04\\kernel.json","interpreterPath":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","name":"python3100jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"17aeadd4-1043-4655-863f-d598a4b127fa\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=C:\\Users\\Toby\\AppData\\Local\\Temp\\tmp-24020gLvrU2rpz9Vu.json"],"language":"python","path":"python","display_name":"Python 3.10.0 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}},"env":{}}, Arg 4: {"sysPrefix":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310","envType":"Global","envName":"","envPath":"","path":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","architecture":3,"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","version":{"raw":"3.10.0","major":3,"minor":10,"patch":0,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.10.0 64-bit"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-11-25 21:26:02: Launching kernel in kernelProcess.ts, Class name = y, completed in 184ms, has a truthy return value, Arg 1: "c:\\Users\\Toby\\Desktop", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","_handle":{"pid":19584},"spawnargs":["C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","-m","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":19584,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-11-25 21:26:03: KernelProcess output: Content-Length: 392
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n", "pid": 19584}}Content-Length: 367
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2202: 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.\r\n"}}
Info 2021-11-25 21:26:03: Python Daemon (pid: 19584): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:26:03: KernelProcess output: Content-Length: 117
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 19584}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}Content-Length: 404
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '17aeadd4-1043-4655-863f-d598a4b127fa' instead of 'b\"17aeadd4-1043-4655-863f-d598a4b127fa\"'.\r\n", "pid": 19584}}Content-Length: 379
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\traitlets\\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '17aeadd4-1043-4655-863f-d598a4b127fa' instead of 'b\"17aeadd4-1043-4655-863f-d598a4b127fa\"'.\r\n"}}Content-Length: 117
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\r\n", "pid": 19584}}Content-Length: 92
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\r\n"}}
Warn 2021-11-25 21:26:03: Kernel 19584 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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 2021-11-25 21:26:03: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2202: 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.
Info 2021-11-25 21:26:03: Python Daemon (pid: 19584): write to stderr: warn(
Warn 2021-11-25 21:26:03: Kernel 19584 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:26:03: StdErr from Kernel Process warn(
Info 2021-11-25 21:26:03: Python Daemon (pid: 19584): write to stderr: C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '17aeadd4-1043-4655-863f-d598a4b127fa' instead of 'b"17aeadd4-1043-4655-863f-d598a4b127fa"'.
Warn 2021-11-25 21:26:03: Kernel 19584 as possibly died, StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '17aeadd4-1043-4655-863f-d598a4b127fa' instead of 'b"17aeadd4-1043-4655-863f-d598a4b127fa"'.
Warn 2021-11-25 21:26:03: StdErr from Kernel Process C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '17aeadd4-1043-4655-863f-d598a4b127fa' instead of 'b"17aeadd4-1043-4655-863f-d598a4b127fa"'.
Info 2021-11-25 21:26:03: Python Daemon (pid: 19584): write to stderr: warn(
Warn 2021-11-25 21:26:03: Kernel 19584 as possibly died, StdErr from Kernel Process warn(
Warn 2021-11-25 21:26:03: StdErr from Kernel Process warn(
Warn 2021-11-25 21:26:03: Didn't get response for requestKernelInfo
Warn 2021-11-25 21:26:03: Didn't get response for requestKernelInfo
Info 2021-11-25 21:26:03: Got new session 07d59e0a-8fbb-4de1-94f2-41fa91d09a0c
Info 2021-11-25 21:26:03: Started new restart session
Info 2021-11-25 21:26:03: shutdownSession 827372a3-b027-4ec2-a626-0b4c748bfbf1, .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher - start
Info 2021-11-25 21:26:03: Session can be shutdown .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher
Info 2021-11-25 21:26:03: Dispose Kernel process
Info 2021-11-25 21:26:03: kill daemon
Info 2021-11-25 21:26:03: UpdateWorkingDirectoryAndPath in Kernel
Info 2021-11-25 21:26:03: KernelProcess output: Content-Length: 131
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel in DS Daemon", "pid": 3092}}
Info 2021-11-25 21:26:03: Python Daemon (pid: 3092): Execute rpc method kill_kernel in DS Daemon
Info 2021-11-25 21:26:03: KernelProcess output: Content-Length: 196
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel from C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\python.exe", "pid": 3092}}Content-Length: 128
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon", "pid": 3092}}Content-Length: 139
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon, pid 22344", "pid": 3092}}Content-Length: 43
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "id": 2, "result": null}
Info 2021-11-25 21:26:03: Python Daemon (pid: 3092): Execute rpc method kill_kernel from C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe
Info 2021-11-25 21:26:03: Python Daemon (pid: 3092): Kill kernel in DS Kernel Launcher Daemon
Info 2021-11-25 21:26:03: Python Daemon (pid: 3092): Kill kernel in DS Kernel Launcher Daemon, pid 22344
Info 2021-11-25 21:26:03: Dispose Kernel process
Info 2021-11-25 21:26:03: shutdownSession 827372a3-b027-4ec2-a626-0b4c748bfbf1, .jvsc74a57bd0f12503ce8248f016c8b500085f4090e14c5a518a9e3d602c068fe9a08e2a9d04.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.C:\Users\Toby\AppData\Local\Programs\Python\Python310\python.exe.-m#ipykernel_launcher - shutdown complete
Info 2021-11-25 21:26:03: Dispose Kernel process
Info 2021-11-25 21:26:03: changeDirectoryIfPossible
Info 2021-11-25 21:26:03: Executing (status Idle) silently Code = import os\nimport sys\n%cd "c:\Users\Toby\Desktop"\nif os.getcwd() not in sys.path:\nsys.path.insert
Info 2021-11-25 21:26:03: KernelProcess Exit Exit - undefined
Info 2021-11-25 21:26:03: Executing silently Code (completed) = import os\nimport sys\n%cd "c:\Users\Toby\Desktop"\nif os.getcwd() not in sys.path:\nsys.path.insert
Info 2021-11-25 21:26:03: Executing (status Idle) silently Code = %config Completer.use_jedi = False
Info 2021-11-25 21:26:03: Executing silently Code (completed) = %config Completer.use_jedi = False
Info 2021-11-25 21:26:03: Executing (status Idle) silently Code = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:26:03: Executing silently Code (completed) = %config InlineBackend.figure_formats = ['png']
Info 2021-11-25 21:26:03: Executing (status Idle) silently Code = import sys\nprint(sys.executable)
Info 2021-11-25 21:26:03: Executing silently Code (completed) = import sys\nprint(sys.executable)
Info 2021-11-25 21:26:03: Waiting for idle on (kernel): 07d59e0a-8fbb-4de1-94f2-41fa91d09a0c -> idle
Info 2021-11-25 21:26:03: Finished waiting for idle on (kernel): 07d59e0a-8fbb-4de1-94f2-41fa91d09a0c -> idle
Info 2021-11-25 21:26:13: Execute Cells request 1 0
Info 2021-11-25 21:26:13: Execute Cell 0 file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:26:13: Executing (status Idle) silently Code = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:26:13: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
Info 2021-11-25 21:26:13: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:13: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:15: Searching for token colors ...
Info 2021-11-25 21:26:15: Attempting search for colors ...
Info 2021-11-25 21:26:15: Loading colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:26:15: Attempting search for colors ...
Info 2021-11-25 21:26:15: Loading base colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:26:15: Using colors to generate CSS ...
Info 2021-11-25 21:26:18: Searching for token colors ...
Info 2021-11-25 21:26:18: Attempting search for colors ...
Info 2021-11-25 21:26:18: Loading colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:26:18: Attempting search for colors ...
Info 2021-11-25 21:26:18: Loading base colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:26:18: Using colors to generate CSS ...
Info 2021-11-25 21:26:19: Execute Cells request 1 1
Info 2021-11-25 21:26:19: Execute Cell 1 file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:26:19: Executing (status Busy) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:19: Executing (status Busy) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:20: Cancel all remaining cells true || 4
Info 2021-11-25 21:26:20: Cancel pending cells
Info 2021-11-25 21:26:20: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:20: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:20: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:20: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:20: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:20: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:34: Execute Cells request 1 0
Info 2021-11-25 21:26:34: Execute Cell 0 file:///c%3A/Users/Toby/Desktop/test.ipynb
Info 2021-11-25 21:26:34: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:34: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:34: KernelProcess output: Content-Length: 161
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: [IPKernelApp] ERROR | Exception in message handler:\r\n", "pid": 19584}}Content-Length: 136
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "[IPKernelApp] ERROR | Exception in message handler:\r\n"}}
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: [IPKernelApp] ERROR | Exception in message handler:
Info 2021-11-25 21:26:34: KernelProcess output: Content-Length: 144
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: Traceback (most recent call last):\r\n", "pid": 19584}}Content-Length: 119
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "Traceback (most recent call last):\r\n"}}Content-Length: 253
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 307, in find_file\r\n", "pid": 19584}}Content-Length: 228
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 307, in find_file\r\n"}}Content-Length: 145
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: fname = inspect.getabsfile(obj)\r\n", "pid": 19584}}Content-Length: 120
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " fname = inspect.getabsfile(obj)\r\n"}}Content-Length: 223
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n", "pid": 19584}}Content-Length: 198
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n"}}Content-Length: 166
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: _filename = getsourcefile(object) or getfile(object)\r\n", "pid": 19584}}Content-Length: 141
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " _filename = getsourcefile(object) or getfile(object)\r\n"}}Content-Length: 226
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n", "pid": 19584}}Content-Length: 201
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n"}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: filename = getfile(object)\r\n", "pid": 19584}}Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " filename = getfile(object)\r\n"}}Content-Length: 220
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 797, in getfile\r\n", "pid": 19584}}
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process [IPKernelApp] ERROR | Exception in message handler:
Warn 2021-11-25 21:26:34: StdErr from Kernel Process [IPKernelApp] ERROR | Exception in message handler:
Info 2021-11-25 21:26:34: KernelProcess output: Content-Length: 195
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 797, in getfile\r\n"}}Content-Length: 186
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: raise TypeError('module, class, method, function, traceback, frame, or '\r\n", "pid": 19584}}Content-Length: 161
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " raise TypeError('module, class, method, function, traceback, frame, or '\r\n"}}Content-Length: 212
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass\r\n", "pid": 19584}}Content-Length: 187
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass\r\n"}}Content-Length: 110
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: \r\n", "pid": 19584}}Content-Length: 85
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "\r\n"}}Content-Length: 177
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: During handling of the above exception, another exception occurred:\r\n", "pid": 19584}}Content-Length: 152
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "During handling of the above exception, another exception occurred:\r\n"}}Content-Length: 110
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: \r\n", "pid": 19584}}Content-Length: 85
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "\r\n"}}Content-Length: 144
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: Traceback (most recent call last):\r\n", "pid": 19584}}Content-Length: 119
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "Traceback (most recent call last):\r\n"}}Content-Length: 256
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 353, in dispatch_shell\r\n", "pid": 19584}}Content-Length: 231
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 353, in dispatch_shell\r\n"}}Content-Length: 126
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: await result\r\n", "pid": 19584}}Content-Length: 101
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " await result\r\n"}}Content-Length: 257
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 702, in inspect_request\r\n", "pid": 19584}}Content-Length: 232
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 702, in inspect_request\r\n"}}Content-Length: 146
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: reply_content = self.do_inspect(\r\n", "pid": 19584}}Content-Length: 121
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " reply_content = self.do_inspect(\r\n"}}Content-Length: 250
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\ipkernel.py\", line 470, in do_inspect\r\n", "pid": 19584}}Content-Length: 225
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\ipkernel.py\", line 470, in do_inspect\r\n"}}Content-Length: 145
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: self.shell.object_inspect_mime(\r\n", "pid": 19584}}Content-Length: 120
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " self.shell.object_inspect_mime(\r\n"}}Content-Length: 272
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 1807, in object_inspect_mime\r\n", "pid": 19584}}Content-Length: 247
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 1807, in object_inspect_mime\r\n"}}Content-Length: 173
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: return self.inspector._get_info(info.obj, oname, info=info,\r\n", "pid": 19584}}Content-Length: 148
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " return self.inspector._get_info(info.obj, oname, info=info,\r\n"}}Content-Length: 253
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 586, in _get_info\r\n", "pid": 19584}}Content-Length: 228
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 586, in _get_info\r\n"}}Content-Length: 187
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: info = self._info(obj, oname=oname, info=info, detail_level=detail_level)\r\n", "pid": 19584}}Content-Length: 162
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " info = self._info(obj, oname=oname, info=info, detail_level=detail_level)\r\n"}}Content-Length: 249
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 785, in _info\r\n", "pid": 19584}}Content-Length: 224
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 785, in _info\r\n"}}Content-Length: 136
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: fname = find_file(obj)\r\n", "pid": 19584}}Content-Length: 111
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " fname = find_file(obj)\r\n"}}Content-Length: 253
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 313, in find_file\r\n", "pid": 19584}}Content-Length: 228
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 313, in find_file\r\n"}}Content-Length: 155
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: fname = inspect.getabsfile(obj.__class__)\r\n", "pid": 19584}}Content-Length: 130
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " fname = inspect.getabsfile(obj.__class__)\r\n"}}Content-Length: 223
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n", "pid": 19584}}Content-Length: 198
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n"}}Content-Length: 166
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: _filename = getsourcefile(object) or getfile(object)\r\n", "pid": 19584}}Content-Length: 141
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " _filename = getsourcefile(object) or getfile(object)\r\n"}}Content-Length: 226
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n", "pid": 19584}}Content-Length: 201
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n"}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: filename = getfile(object)\r\n", "pid": 19584}}Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " filename = getfile(object)\r\n"}}Content-Length: 220
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 785, in getfile\r\n", "pid": 19584}}Content-Length: 195
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 785, in getfile\r\n"}}Content-Length: 156
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: raise OSError('source code not available')\r\n", "pid": 19584}}Content-Length: 131
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " raise OSError('source code not available')\r\n"}}Content-Length: 144
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: OSError: source code not available\r\n", "pid": 19584}}Content-Length: 119
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "OSError: source code not available\r\n"}}
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: Traceback (most recent call last):
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process Traceback (most recent call last):
Warn 2021-11-25 21:26:34: StdErr from Kernel Process Traceback (most recent call last):
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 307, in find_file
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 307, in find_file
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 307, in find_file
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: fname = inspect.getabsfile(obj)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process fname = inspect.getabsfile(obj)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process fname = inspect.getabsfile(obj)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: filename = getfile(object)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process filename = getfile(object)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process filename = getfile(object)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 797, in getfile
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 797, in getfile
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 797, in getfile
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: raise TypeError('module, class, method, function, traceback, frame, or '
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process raise TypeError('module, class, method, function, traceback, frame, or '
Warn 2021-11-25 21:26:34: StdErr from Kernel Process raise TypeError('module, class, method, function, traceback, frame, or '
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass
Warn 2021-11-25 21:26:34: StdErr from Kernel Process TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr:
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process
Warn 2021-11-25 21:26:34: StdErr from Kernel Process
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: During handling of the above exception, another exception occurred:
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process During handling of the above exception, another exception occurred:
Warn 2021-11-25 21:26:34: StdErr from Kernel Process During handling of the above exception, another exception occurred:
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr:
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process
Warn 2021-11-25 21:26:34: StdErr from Kernel Process
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: Traceback (most recent call last):
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process Traceback (most recent call last):
Warn 2021-11-25 21:26:34: StdErr from Kernel Process Traceback (most recent call last):
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 353, in dispatch_shell
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 353, in dispatch_shell
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 353, in dispatch_shell
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: await result
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process await result
Warn 2021-11-25 21:26:34: StdErr from Kernel Process await result
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 702, in inspect_request
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 702, in inspect_request
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 702, in inspect_request
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: reply_content = self.do_inspect(
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process reply_content = self.do_inspect(
Warn 2021-11-25 21:26:34: StdErr from Kernel Process reply_content = self.do_inspect(
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 470, in do_inspect
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 470, in do_inspect
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 470, in do_inspect
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: self.shell.object_inspect_mime(
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process self.shell.object_inspect_mime(
Warn 2021-11-25 21:26:34: StdErr from Kernel Process self.shell.object_inspect_mime(
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\interactiveshell.py", line 1807, in object_inspect_mime
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\interactiveshell.py", line 1807, in object_inspect_mime
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\interactiveshell.py", line 1807, in object_inspect_mime
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: return self.inspector._get_info(info.obj, oname, info=info,
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process return self.inspector._get_info(info.obj, oname, info=info,
Warn 2021-11-25 21:26:34: StdErr from Kernel Process return self.inspector._get_info(info.obj, oname, info=info,
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 586, in _get_info
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 586, in _get_info
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 586, in _get_info
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: info = self._info(obj, oname=oname, info=info, detail_level=detail_level)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process info = self._info(obj, oname=oname, info=info, detail_level=detail_level)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process info = self._info(obj, oname=oname, info=info, detail_level=detail_level)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 785, in _info
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 785, in _info
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 785, in _info
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: fname = find_file(obj)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process fname = find_file(obj)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process fname = find_file(obj)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 313, in find_file
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 313, in find_file
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 313, in find_file
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: fname = inspect.getabsfile(obj.__class__)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process fname = inspect.getabsfile(obj.__class__)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process fname = inspect.getabsfile(obj.__class__)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: filename = getfile(object)
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process filename = getfile(object)
Warn 2021-11-25 21:26:34: StdErr from Kernel Process filename = getfile(object)
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 785, in getfile
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 785, in getfile
Warn 2021-11-25 21:26:34: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 785, in getfile
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: raise OSError('source code not available')
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process raise OSError('source code not available')
Warn 2021-11-25 21:26:34: StdErr from Kernel Process raise OSError('source code not available')
Info 2021-11-25 21:26:34: Python Daemon (pid: 19584): write to stderr: OSError: source code not available
Warn 2021-11-25 21:26:34: Kernel 19584 as possibly died, StdErr from Kernel Process OSError: source code not available
Warn 2021-11-25 21:26:34: StdErr from Kernel Process OSError: source code not available
Info 2021-11-25 21:26:42: Searching for token colors ...
Info 2021-11-25 21:26:42: Attempting search for colors ...
Info 2021-11-25 21:26:42: Loading colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:26:42: Executing (status Idle) silently Code = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:42: Executing silently Code (completed) = _rwho_ls = %who_ls\nprint(_VSCODE_getVariableTypes(_rwho_ls))
Info 2021-11-25 21:26:42: Attempting search for colors ...
Info 2021-11-25 21:26:42: Loading base colors from c:\Users\Toby\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-11-25 21:26:42: KernelProcess output: Content-Length: 161
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: [IPKernelApp] ERROR | Exception in message handler:\r\n", "pid": 19584}}
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: [IPKernelApp] ERROR | Exception in message handler:
Info 2021-11-25 21:26:42: KernelProcess output: Content-Length: 136
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "[IPKernelApp] ERROR | Exception in message handler:\r\n"}}Content-Length: 144
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: Traceback (most recent call last):\r\n", "pid": 19584}}Content-Length: 119
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "Traceback (most recent call last):\r\n"}}Content-Length: 253
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 307, in find_file\r\n", "pid": 19584}}Content-Length: 228
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 307, in find_file\r\n"}}Content-Length: 145
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: fname = inspect.getabsfile(obj)\r\n", "pid": 19584}}Content-Length: 120
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " fname = inspect.getabsfile(obj)\r\n"}}Content-Length: 223
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n", "pid": 19584}}Content-Length: 198
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n"}}Content-Length: 166
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: _filename = getsourcefile(object) or getfile(object)\r\n", "pid": 19584}}Content-Length: 141
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " _filename = getsourcefile(object) or getfile(object)\r\n"}}
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process [IPKernelApp] ERROR | Exception in message handler:
Warn 2021-11-25 21:26:42: StdErr from Kernel Process [IPKernelApp] ERROR | Exception in message handler:
Info 2021-11-25 21:26:42: KernelProcess output: Content-Length: 226
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n", "pid": 19584}}Content-Length: 201
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n"}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: filename = getfile(object)\r\n", "pid": 19584}}Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " filename = getfile(object)\r\n"}}Content-Length: 220
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 797, in getfile\r\n", "pid": 19584}}Content-Length: 195
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 797, in getfile\r\n"}}Content-Length: 186
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: raise TypeError('module, class, method, function, traceback, frame, or '\r\n", "pid": 19584}}Content-Length: 161
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " raise TypeError('module, class, method, function, traceback, frame, or '\r\n"}}Content-Length: 212
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass\r\n", "pid": 19584}}Content-Length: 187
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass\r\n"}}Content-Length: 110
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: \r\n", "pid": 19584}}Content-Length: 85
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "\r\n"}}Content-Length: 177
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: During handling of the above exception, another exception occurred:\r\n", "pid": 19584}}Content-Length: 152
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "During handling of the above exception, another exception occurred:\r\n"}}Content-Length: 110
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: \r\n", "pid": 19584}}Content-Length: 85
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "\r\n"}}Content-Length: 144
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: Traceback (most recent call last):\r\n", "pid": 19584}}Content-Length: 119
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "Traceback (most recent call last):\r\n"}}Content-Length: 256
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 353, in dispatch_shell\r\n", "pid": 19584}}Content-Length: 231
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 353, in dispatch_shell\r\n"}}Content-Length: 126
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: await result\r\n", "pid": 19584}}Content-Length: 101
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " await result\r\n"}}Content-Length: 257
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 702, in inspect_request\r\n", "pid": 19584}}Content-Length: 232
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\kernelbase.py\", line 702, in inspect_request\r\n"}}Content-Length: 146
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: reply_content = self.do_inspect(\r\n", "pid": 19584}}Content-Length: 121
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " reply_content = self.do_inspect(\r\n"}}Content-Length: 250
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\ipkernel.py\", line 470, in do_inspect\r\n", "pid": 19584}}Content-Length: 225
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\ipykernel\\ipkernel.py\", line 470, in do_inspect\r\n"}}Content-Length: 145
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: self.shell.object_inspect_mime(\r\n", "pid": 19584}}Content-Length: 120
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " self.shell.object_inspect_mime(\r\n"}}Content-Length: 272
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 1807, in object_inspect_mime\r\n", "pid": 19584}}Content-Length: 247
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 1807, in object_inspect_mime\r\n"}}Content-Length: 173
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: return self.inspector._get_info(info.obj, oname, info=info,\r\n", "pid": 19584}}Content-Length: 148
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " return self.inspector._get_info(info.obj, oname, info=info,\r\n"}}Content-Length: 253
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 586, in _get_info\r\n", "pid": 19584}}
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: Traceback (most recent call last):
Info 2021-11-25 21:26:42: KernelProcess output: Content-Length: 228
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 586, in _get_info\r\n"}}Content-Length: 187
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: info = self._info(obj, oname=oname, info=info, detail_level=detail_level)\r\n", "pid": 19584}}Content-Length: 162
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " info = self._info(obj, oname=oname, info=info, detail_level=detail_level)\r\n"}}Content-Length: 249
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 785, in _info\r\n", "pid": 19584}}Content-Length: 224
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 785, in _info\r\n"}}Content-Length: 136
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: fname = find_file(obj)\r\n", "pid": 19584}}Content-Length: 111
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " fname = find_file(obj)\r\n"}}Content-Length: 253
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 313, in find_file\r\n", "pid": 19584}}Content-Length: 228
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\IPython\\core\\oinspect.py\", line 313, in find_file\r\n"}}Content-Length: 155
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: fname = inspect.getabsfile(obj.__class__)\r\n", "pid": 19584}}Content-Length: 130
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " fname = inspect.getabsfile(obj.__class__)\r\n"}}Content-Length: 223
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n", "pid": 19584}}Content-Length: 198
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 844, in getabsfile\r\n"}}Content-Length: 166
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: _filename = getsourcefile(object) or getfile(object)\r\n", "pid": 19584}}Content-Length: 141
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " _filename = getsourcefile(object) or getfile(object)\r\n"}}Content-Length: 226
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n", "pid": 19584}}Content-Length: 201
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 817, in getsourcefile\r\n"}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: filename = getfile(object)\r\n", "pid": 19584}}Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " filename = getfile(object)\r\n"}}Content-Length: 220
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 785, in getfile\r\n", "pid": 19584}}Content-Length: 195
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " File \"C:\\Users\\Toby\\AppData\\Local\\Programs\\Python\\Python310\\lib\\inspect.py\", line 785, in getfile\r\n"}}Content-Length: 156
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: raise OSError('source code not available')\r\n", "pid": 19584}}Content-Length: 131
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " raise OSError('source code not available')\r\n"}}Content-Length: 144
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: OSError: source code not available\r\n", "pid": 19584}}Content-Length: 119
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "OSError: source code not available\r\n"}}
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process Traceback (most recent call last):
Warn 2021-11-25 21:26:42: StdErr from Kernel Process Traceback (most recent call last):
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 307, in find_file
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 307, in find_file
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 307, in find_file
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: fname = inspect.getabsfile(obj)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process fname = inspect.getabsfile(obj)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process fname = inspect.getabsfile(obj)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: filename = getfile(object)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process filename = getfile(object)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process filename = getfile(object)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 797, in getfile
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 797, in getfile
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 797, in getfile
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: raise TypeError('module, class, method, function, traceback, frame, or '
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process raise TypeError('module, class, method, function, traceback, frame, or '
Warn 2021-11-25 21:26:42: StdErr from Kernel Process raise TypeError('module, class, method, function, traceback, frame, or '
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass
Warn 2021-11-25 21:26:42: StdErr from Kernel Process TypeError: module, class, method, function, traceback, frame, or code object was expected, got MyClass
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr:
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process
Warn 2021-11-25 21:26:42: StdErr from Kernel Process
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: During handling of the above exception, another exception occurred:
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process During handling of the above exception, another exception occurred:
Warn 2021-11-25 21:26:42: StdErr from Kernel Process During handling of the above exception, another exception occurred:
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr:
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process
Warn 2021-11-25 21:26:42: StdErr from Kernel Process
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: Traceback (most recent call last):
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process Traceback (most recent call last):
Warn 2021-11-25 21:26:42: StdErr from Kernel Process Traceback (most recent call last):
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 353, in dispatch_shell
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 353, in dispatch_shell
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 353, in dispatch_shell
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: await result
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process await result
Warn 2021-11-25 21:26:42: StdErr from Kernel Process await result
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 702, in inspect_request
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 702, in inspect_request
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\kernelbase.py", line 702, in inspect_request
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: reply_content = self.do_inspect(
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process reply_content = self.do_inspect(
Warn 2021-11-25 21:26:42: StdErr from Kernel Process reply_content = self.do_inspect(
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 470, in do_inspect
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 470, in do_inspect
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\ipykernel\ipkernel.py", line 470, in do_inspect
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: self.shell.object_inspect_mime(
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process self.shell.object_inspect_mime(
Warn 2021-11-25 21:26:42: StdErr from Kernel Process self.shell.object_inspect_mime(
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\interactiveshell.py", line 1807, in object_inspect_mime
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\interactiveshell.py", line 1807, in object_inspect_mime
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\interactiveshell.py", line 1807, in object_inspect_mime
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: return self.inspector._get_info(info.obj, oname, info=info,
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process return self.inspector._get_info(info.obj, oname, info=info,
Warn 2021-11-25 21:26:42: StdErr from Kernel Process return self.inspector._get_info(info.obj, oname, info=info,
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 586, in _get_info
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 586, in _get_info
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 586, in _get_info
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: info = self._info(obj, oname=oname, info=info, detail_level=detail_level)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process info = self._info(obj, oname=oname, info=info, detail_level=detail_level)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process info = self._info(obj, oname=oname, info=info, detail_level=detail_level)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 785, in _info
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 785, in _info
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 785, in _info
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: fname = find_file(obj)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process fname = find_file(obj)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process fname = find_file(obj)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 313, in find_file
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 313, in find_file
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\site-packages\IPython\core\oinspect.py", line 313, in find_file
Info 2021-11-25 21:26:42: Using colors to generate CSS ...
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: fname = inspect.getabsfile(obj.__class__)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process fname = inspect.getabsfile(obj.__class__)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process fname = inspect.getabsfile(obj.__class__)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 844, in getabsfile
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process _filename = getsourcefile(object) or getfile(object)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 817, in getsourcefile
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: filename = getfile(object)
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process filename = getfile(object)
Warn 2021-11-25 21:26:42: StdErr from Kernel Process filename = getfile(object)
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 785, in getfile
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 785, in getfile
Warn 2021-11-25 21:26:42: StdErr from Kernel Process File "C:\Users\Toby\AppData\Local\Programs\Python\Python310\lib\inspect.py", line 785, in getfile
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: raise OSError('source code not available')
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process raise OSError('source code not available')
Warn 2021-11-25 21:26:42: StdErr from Kernel Process raise OSError('source code not available')
Info 2021-11-25 21:26:42: Python Daemon (pid: 19584): write to stderr: OSError: source code not available
Warn 2021-11-25 21:26:42: Kernel 19584 as possibly died, StdErr from Kernel Process OSError: source code not available
Warn 2021-11-25 21:26:42: StdErr from Kernel Process OSError: source code not available
Issue Analytics
- State:
- Created 2 years ago
- Comments:30 (15 by maintainers)
Top Results From Across the Web
Variable Explorer in Jupyter Notebook - python - Stack Overflow
Here is a notebook on how to make your own Variable Inspector. ... NamespaceMagics class VariableInspectorWindow(object): instance = None ...
Read more >VS Code tips — The Jupyter variables view - YouTube
The Jupyter variables view shows all variables in the current # Jupyter notebook session. Open it by clicking ` Variables ` in the...
Read more >Python Tutorial: classes and instances - 2021 - BogoToBogo
The following statement makes a class with no attributes attached, and in fact, it's an empty namespace object: class Student: pass. The name...
Read more >How to view all your variables in a Jupyter notebook
Jupyter notebooks can easily have hidden state. Use these methods to see all the variables that exist in your Jupyter notebooks.
Read more >Variable Explorer — Spyder 5 documentation
It shows the namespace contents (including all global objects, variables, class instances and more) of the currently selected IPython Console session, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for your help, hope I was not too confusing.
This is resolved in IPython 8.0: