microsoft / vscode-jupyter

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

Requires Python 2.7 ipykernel to be installed when opening Python 3 notebook #4941

Closed ma137 closed 3 years ago

ma137 commented 3 years ago

Environment data

Detailed VS Code version information:

Version: 1.53.2
Commit: 622cb03f7e070a9670c94bae1a45d78d7181fbd4
Date: 2021-02-11T11:48:44.518Z
Electron: 11.2.1
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Linux x64 5.4.0-66-generic

Expected behaviour

Start automatically the IPython kernel for the trusted Python 3 notebook while opening the notebook. Run cells after clicking on the "Run cell" button.

(Before updating VS Code everything worked as expected.)

Actual behaviour

Error message "Python 2.7.18 64-bit requires ipykernel to be installed." appears at startup and each time one tries to run a cell. Actually, the cells do not get executed until one closes the error message by clicking on the "x".

Steps to reproduce:

  1. Start the Jupyter server by running jupyter notebook in a terminal. Open its web interface in a browser.
  2. Create a new Python 3 notebook. Add a cell or more, e.g. a cell with 1+1.
  3. Close the notebook in the web interface.
  4. Start VS Code and open the notebook. Try to run the cell with the "Run cell" button.

Here is a part of the source of one of my notebooks. As far as I know, these metadata show clearly that it is a Python 3 notebook.

 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "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.8.5-final"
  },
  "toc-autonumbering": true
 },
 "nbformat": 4,
 "nbformat_minor": 4
}

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

> /usr/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel" > /usr/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel" Error 2021-02-24 20:00:40: Find kernel spec, Class name = L, completed in 40748ms, has a falsy return value, Arg 1: , Arg 2: {"kernelspec":{"display_name":"Python 3","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.8.5"}}, Arg 3: undefined, Arg 4: undefined, Return Value: undefined [a [Error]: IPyKernel not installed into interpreter Python 2.7.18 64-bit:/usr/bin/python at L.installDependenciesIntoInterpreter (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:223195) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async L.getKernelForLocalRawConnection (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:222022)] { category: 'noipykernel', reason: 1 } Error 2021-02-24 20:00:40: Get preferred local kernel connection, Class name = L, completed in 40749ms, has a falsy return value [a [Error]: IPyKernel not installed into interpreter Python 2.7.18 64-bit:/usr/bin/python at L.installDependenciesIntoInterpreter (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:223195) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async L.getKernelForLocalRawConnection (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:222022)] { category: 'noipykernel', reason: 1 } Error 2021-02-24 20:00:40: Failed to determine if a notebook is active for the current editor [a [Error]: IPyKernel not installed into interpreter Python 2.7.18 64-bit:/usr/bin/python at L.installDependenciesIntoInterpreter (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:223195) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async L.getKernelForLocalRawConnection (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:222022)] { category: 'noipykernel', reason: 1 } Error 2021-02-24 20:00:40: Failed to determine if a notebook is active for the current editor [a [Error]: IPyKernel not installed into interpreter Python 2.7.18 64-bit:/usr/bin/python at L.installDependenciesIntoInterpreter (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:223195) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async L.getKernelForLocalRawConnection (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:222022)] { category: 'noipykernel', reason: 1 } Error 2021-02-24 20:00:40: DataScience Error [a [Error]: IPyKernel not installed into interpreter Python 2.7.18 64-bit:/usr/bin/python at L.installDependenciesIntoInterpreter (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:223195) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async L.getKernelForLocalRawConnection (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:222022)] { category: 'noipykernel', reason: 1 } } Error 2021-02-24 20:01:20: Exception attempting to start notebook: [a [Error]: IPyKernel not installed into interpreter Python 2.7.18 64-bit:/usr/bin/python at L.installDependenciesIntoInterpreter (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:223195) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async L.getKernelForLocalRawConnection (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:222022)] { category: 'noipykernel', reason: 1 } Error 2021-02-24 20:01:20: DataScience Error [a [Error]: IPyKernel not installed into interpreter Python 2.7.18 64-bit:/usr/bin/python at L.installDependenciesIntoInterpreter (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:223195) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async L.getKernelForLocalRawConnection (/home/ma/.vscode/extensions/ms-toolsai.jupyter-2021.2.576440691/out/client/extension.js:1:222022)] { category: 'noipykernel', reason: 1 }

Possible origin of the problem

This output indicates that the problem might be that the extension executes /usr/bin/python also for Python 3 notebooks, while /usr/bin/python is actually Python 2 on Ubuntu 20.04. In the Ubuntu 20.04 release notes the following information can be found:

/usr/bin/python is not present by default on any new installs. On systems upgraded from previous releases, /usr/bin/python will continue to point to python2 for compatibility.

Screenshot

VS_Code_Jupyter_extension_error

allefeld commented 3 years ago

Not sure whether you guys did something or this is just random, but I just noticed that my problem doesn't seem to happen anymore. At least when I just now created a new notebook, the 3.8.8 kernel was automatically selected. As far as I can tell, the only thing changed is that the Python extension was updated to 2021.5.0.

ma137 commented 3 years ago

@DonJayamanne I installed the VSIX you provided with the VS Code Insiders build from today. It works: It does not want the Python 2.7 ipykernel to be installed and it does display the correct Python version in the blue bar at the lower end of the window. The only problem which remains is that running cells only works when opening the ipynb file for the second time (more times work, too).

Here are the version numbers:

I also tested this with the newest version of the Jupyter extension available directly inside VS Code Insiders. It behaves exactly as VSIX file you provided (no problem with ipykernel; correct Python version is displayed; not working when opening for the first time).

The version numbers are:

Jupyter logs for this problem

Opening the notebook the first time (running cells does not work)
User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTestcf'
User belongs to experiment group 'pythonDiscoveryModuleWithoutWatcher'
User belongs to experiment group 'jupyterEnhancedDataViewer'
User belongs to experiment group 'NativeNotebookEditor'
Info 2021-05-11 23:36:15: ZMQ install verified.
Info 2021-05-11 23:36:15: Attempting to start a server because of preload conditions ...
Info 2021-05-11 23:36:16: Found existing keyfile at /home/ubu/.config/Code - Insiders/User/globalStorage/ms-toolsai.jupyter/nbsecret
Info 2021-05-11 23:36:17: Checking if notebook is trusted
Info 2021-05-11 23:36:17: Check if Notebook is Trusted, Class name = p, completed in 77ms, has a truthy return value, Return Value: true
Info 2021-05-11 23:36:17: Search all interpreters /usr/bin/python, /usr/bin/python3
Info 2021-05-11 23:36:18: Attempting to start a server because of preload conditions ...
Info 2021-05-11 23:36:18: Loading kernelspec from /usr/share/jupyter/kernels/python3/kernel.json for /usr/bin/python3
Info 2021-05-11 23:36:19: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:19: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-05-11 23:36:19: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-11 23:36:19: Kernel python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6 matches Python 3.6.9 64-bit based on path in argv.
Info 2021-05-11 23:36:19: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:19: findPreferredKernel score for Python3, Python 3.6.9 64-bit is 121
Info 2021-05-11 23:36:19: findPreferredKernel score for Python 3.6.9 64-bit is 121
Info 2021-05-11 23:36:19: findPreferredKernel score for speclanguage=python, Python 2.7.17 64-bit is -1
Info 2021-05-11 23:36:19: findPreferredKernel score for Python 2.7.17 64-bit is 1
Info 2021-05-11 23:36:19: findKernel found Python 3.6.9 64-bit
Info 2021-05-11 23:36:19: Find kernel spec, Class name = D, completed in 885ms, has a truthy return value, Arg 1: , Arg 2: {"interpreter":{"hash":"31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"},"kernelspec":{"display_name":"Python 3.6.9 64-bit","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.6.9"}}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-11 23:36:19: PreferredConnection: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 found for NotebookDocument: file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:19: TargetController found ID: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 for document file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:19: Setting setActiveController for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:19: KernelProvider switched kernel to id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3}
Info 2021-05-11 23:36:20: Intiailize notebook communications for editor file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:20: Resolving notebook UI Comms (resolve) for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:20: initialize CommonMessageCoordinator
Info 2021-05-11 23:36:20: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:20: Created and initailized CommonMessageCoordinator
Info 2021-05-11 23:36:20: Attach Coordinator for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:20: Posting message to Notebook UI 
Info 2021-05-11 23:36:21: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:21: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Info 2021-05-11 23:36:21: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Info 2021-05-11 23:36:22: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:22: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-11 23:36:22: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:36:22: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:36:22: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
Info 2021-05-11 23:36:22: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
Info 2021-05-11 23:36:23: Execute Cells request 1 0
Info 2021-05-11 23:36:23: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:23: Starting Notebook in kernel.ts id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-11 23:36:23: Creating raw notebook for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:23: Getting preferred kernel for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:23: Computing working directory file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:23: Connecting to raw session for file:///home/ubu/test/Untitled.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-11 23:36:23: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-11 23:36:23: installMissingDependencies /usr/bin/python3
Info 2021-05-11 23:36:23: Python Daemon (pid: 7610): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-11 23:36:23: Python Daemon (pid: 7610): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-11 23:36:23: Python Daemon (pid: 7610): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-11 23:36:23: Python Daemon (pid: 7610): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-11 23:36:23: Python Daemon (pid: 7610): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-11 23:36:23: Python Daemon (pid: 7610): Kernel launched, with PID 7616
Warn 2021-05-11 23:36:23: Python Daemon (pid: 7610): Waiting for Kernel to die 7616
Info 2021-05-11 23:36:23: Python Daemon (pid: 7610): Kernel launched, with PID as a daemon 7616
Info 2021-05-11 23:36:24: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:24: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:24: Creating daemon pool for /usr/bin/python3 with env variables count 0
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-11 23:36:24: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-11 23:36:26: Widget Coordinator received IPyWidgets_Ready
Info 2021-05-11 23:36:27: Install Missing Dependencies, Class name = y, completed in 4456ms, has a falsy return value, Return Value: undefined
Info 2021-05-11 23:36:27: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-05-11 23:36:27: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-11 23:36:27: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-11 23:36:27: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:27: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:27: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:27: Python Daemon (pid: 7610): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-11 23:36:27: Python Daemon (pid: 7610): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-11 23:36:27: Python Daemon (pid: 7610): Start pre-warmed Kernel in DS Kernel Launcher Daemon 7616 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"21c9bad0-226e-4bc1-bf98-c3cb60a4061e"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/tmp/tmp-7485ZCjtmLN6TYjI.json']
Info 2021-05-11 23:36:27: Launching kernel daemon, Class name = f, completed in 171ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"21c9bad0-226e-4bc1-bf98-c3cb60a4061e\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-7485ZCjtmLN6TYjI.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-11 23:36:27: Launching kernel in kernelProcess.ts, Class name = b, completed in 172ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":7610},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":7610,"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-05-11 23:36:27: Raw session started and connected
Started kernel Python 3.6.9 64-bit
Info 2021-05-11 23:36:27: Initial setup for file:///home/ubu/test/Untitled.ipynb starting ...
Info 2021-05-11 23:36:27: UpdateWorkingDirectoryAndPath
Info 2021-05-11 23:36:28: Kernel switching to busy
Info 2021-05-11 23:36:28: Kernel switching to idle
Info 2021-05-11 23:36:28: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-11 23:36:28: installMissingDependencies /usr/bin/python3
Info 2021-05-11 23:36:28: Kernel switching to busy
Info 2021-05-11 23:36:28: Kernel switching to idle
Info 2021-05-11 23:36:28: Initial setup complete for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:28: Finished connecting 18641263-cc41-4e2e-9aa7-04b94f495e57
Info 2021-05-11 23:36:28: Updating preferred kernel for remote notebook cc2c95c0-e62a-40af-973b-bec4485f9f59
Info 2021-05-11 23:36:28: Preferred kernel for file:///home/ubu/test/Untitled.ipynb is cc2c95c0-e62a-40af-973b-bec4485f9f59
Info 2021-05-11 23:36:28: UpdateWorkingDirectoryAndPath
Info 2021-05-11 23:36:28: Widget Coordinator sent IPyWidgets_kernelOptions
Info 2021-05-11 23:36:28: Posting message to Notebook UI 
Info 2021-05-11 23:36:28: Registering commtarget jupyter.widget
Info 2021-05-11 23:36:28: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:28: IPyWidgetScriptSource.initialize
Info 2021-05-11 23:36:28: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:28: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:28: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:28: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:28: changeDirectoryIfPossible
Info 2021-05-11 23:36:28: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-11 23:36:28: Posting message to Notebook UI 
Info 2021-05-11 23:36:28: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:36:28: Posting message to Notebook UI 
Info 2021-05-11 23:36:28: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:36:28: Posting message to Notebook UI 
Info 2021-05-11 23:36:28: Kernel switching to busy
Info 2021-05-11 23:36:28: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-11 23:36:28: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:36:28: Posting message to Notebook UI 
Info 2021-05-11 23:36:28: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:36:28: Posting message to Notebook UI 
Info 2021-05-11 23:36:28: Kernel switching to idle
Info 2021-05-11 23:36:28: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-11 23:36:28: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:36:28: Posting message to Notebook UI 
Info 2021-05-11 23:36:28: Waiting for idle on (kernel): cc2c95c0-e62a-40af-973b-bec4485f9f59 -> idle
Info 2021-05-11 23:36:28: Finished waiting for idle on (kernel): cc2c95c0-e62a-40af-973b-bec4485f9f59 -> idle
Info 2021-05-11 23:36:28: Hooked up kernel restart handler
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_Ready
Info 2021-05-11 23:36:30: Widget Coordinator sent IPyWidgets_kernelOptions
Info 2021-05-11 23:36:30: Posting message to Notebook UI 
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:36:30: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:30: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-11 23:36:30: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:36:30: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:36:30: Install Missing Dependencies, Class name = y, completed in 2749ms, has a falsy return value, Return Value: undefined
Info 2021-05-11 23:36:30: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-05-11 23:36:30: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-11 23:36:30: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-11 23:36:30: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:36:30: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:30: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Kernel launched, with PID 7653
Warn 2021-05-11 23:36:31: Python Daemon (pid: 7650): Waiting for Kernel to die 7653
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Kernel launched, with PID as a daemon 7653
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-11 23:36:31: Python Daemon (pid: 7650): Start pre-warmed Kernel in DS Kernel Launcher Daemon 7653 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"6e562ceb-73bb-43b8-973e-5b2bd0bbbf6a"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-74859HgmYHQQ1Cpy.json']
Info 2021-05-11 23:36:31: Launching kernel daemon, Class name = f, completed in 634ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"6e562ceb-73bb-43b8-973e-5b2bd0bbbf6a\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=/tmp/tmp-74859HgmYHQQ1Cpy.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-11 23:36:31: Launching kernel in kernelProcess.ts, Class name = b, completed in 684ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":7650},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":7650,"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-05-11 23:36:32: Execute Cells request 1 0
Info 2021-05-11 23:36:32: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:32: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:32: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-11 23:36:32: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:36:32: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:36:32: Python Daemon (pid: 7667): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-11 23:36:32: Python Daemon (pid: 7667): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-11 23:36:32: Python Daemon (pid: 7667): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-11 23:36:32: Python Daemon (pid: 7667): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-11 23:36:32: Python Daemon (pid: 7667): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-11 23:36:32: Python Daemon (pid: 7667): Kernel launched, with PID 7669
Warn 2021-05-11 23:36:32: Python Daemon (pid: 7667): Waiting for Kernel to die 7669
Info 2021-05-11 23:36:32: Python Daemon (pid: 7667): Kernel launched, with PID as a daemon 7669
Info 2021-05-11 23:36:35: Execute Cells request 1 0
Info 2021-05-11 23:36:35: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:37: Execute Cells request 1 0
Info 2021-05-11 23:36:37: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:39: Execute Cells request 1 1
Info 2021-05-11 23:36:39: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:36:49: Execute Cells request 1 1
Info 2021-05-11 23:36:49: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Closing the notebook
Info 2021-05-11 23:39:07: Kernel got disposed as a result of notebook.onDisposed file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:39:07: Kernel got disposed, hence there is no longer a kernel associated with file:///home/ubu/test/Untitled.ipynb file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:39:07: Shutting down session file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:39:07: Shutdown session - current session
Info 2021-05-11 23:39:07: shutdownSession cc2c95c0-e62a-40af-973b-bec4485f9f59, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - start
Info 2021-05-11 23:39:07: Session can be shutdown .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-11 23:39:07: Dispose Kernel process
Info 2021-05-11 23:39:07: kill daemon
Info 2021-05-11 23:39:07: Notebook Closed file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:39:07: Cancel pending cells
Info 2021-05-11 23:39:07: Cancel pending cells
Info 2021-05-11 23:39:07: Cancel pending cells
Info 2021-05-11 23:39:07: Cancel pending cells
Info 2021-05-11 23:39:07: Cancel pending cells
Info 2021-05-11 23:39:07: Cancel pending cells
Info 2021-05-11 23:39:07: 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": 7610}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel from /usr/bin/python3", "pid": 7610}}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": 7610}}Content-Length: 138
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon, pid 7616", "pid": 7610}}Content-Length: 43
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "id": 3, "result": null}Content-Length: 128
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "WARNING", "msg": "Kernel has exited with exit code -9, ", "pid": 7610}}Content-Length: 86
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "kernel_died", "params": {"exit_code": -9, "reason": ""}}
Info 2021-05-11 23:39:07: Python Daemon (pid: 7610): Execute rpc method kill_kernel in DS Daemon
Info 2021-05-11 23:39:07: Python Daemon (pid: 7610): Execute rpc method kill_kernel from /usr/bin/python3
Info 2021-05-11 23:39:07: Python Daemon (pid: 7610): Kill kernel in DS Kernel Launcher Daemon
Info 2021-05-11 23:39:07: Python Daemon (pid: 7610): Kill kernel in DS Kernel Launcher Daemon, pid 7616
Info 2021-05-11 23:39:07: Dispose Kernel process
Info 2021-05-11 23:39:07: shutdownSession cc2c95c0-e62a-40af-973b-bec4485f9f59, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - shutdown complete
Info 2021-05-11 23:39:07: Dispose Kernel process
Info 2021-05-11 23:39:07: Shutdown session - get restart session
Info 2021-05-11 23:39:07: Shutdown session - shutdown restart session
Info 2021-05-11 23:39:07: shutdownSession b8fdbbe3-aded-420a-8468-08976677704c, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - start
Info 2021-05-11 23:39:07: Session can be shutdown .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-11 23:39:07: Dispose Kernel process
Info 2021-05-11 23:39:07: kill daemon
Info 2021-05-11 23:39:07: KernelProcess Exit Exit - undefined 
Warn 2021-05-11 23:39:07: Python Daemon (pid: 7610): Kernel has exited with exit code -9, 
Info 2021-05-11 23:39:07: 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": 7650}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel from /usr/bin/python3", "pid": 7650}}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": 7650}}Content-Length: 138
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon, pid 7653", "pid": 7650}}Content-Length: 43
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "id": 3, "result": null}Content-Length: 128
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "WARNING", "msg": "Kernel has exited with exit code -9, ", "pid": 7650}}Content-Length: 86
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "kernel_died", "params": {"exit_code": -9, "reason": ""}}
Info 2021-05-11 23:39:07: Python Daemon (pid: 7650): Execute rpc method kill_kernel in DS Daemon
Info 2021-05-11 23:39:07: Python Daemon (pid: 7650): Execute rpc method kill_kernel from /usr/bin/python3
Info 2021-05-11 23:39:07: Python Daemon (pid: 7650): Kill kernel in DS Kernel Launcher Daemon
Info 2021-05-11 23:39:07: Python Daemon (pid: 7650): Kill kernel in DS Kernel Launcher Daemon, pid 7653
Info 2021-05-11 23:39:07: Dispose Kernel process
Info 2021-05-11 23:39:07: shutdownSession b8fdbbe3-aded-420a-8468-08976677704c, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - shutdown complete
Info 2021-05-11 23:39:07: Dispose Kernel process
Info 2021-05-11 23:39:07: Shutdown session -- complete
Info 2021-05-11 23:39:07: KernelProcess Exit Exit - undefined 
Warn 2021-05-11 23:39:07: Python Daemon (pid: 7650): Kernel has exited with exit code -9, 
Opening the notebook the second time (running cells does work)
Info 2021-05-11 23:40:40: Checking if notebook is trusted
Info 2021-05-11 23:40:40: Check if Notebook is Trusted, Class name = p, completed in 3ms, has a truthy return value, Return Value: true
Info 2021-05-11 23:40:40: Setting setActiveController for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:40: KernelProvider switched kernel to id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3}
Info 2021-05-11 23:40:40: Intiailize notebook communications for editor file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:40: Resolving notebook UI Comms (resolve) for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:40: initialize CommonMessageCoordinator
Info 2021-05-11 23:40:40: Attempting to start a server because of preload conditions ...
Info 2021-05-11 23:40:40: findPreferredKernel score for Python3, Python 3.6.9 64-bit is 121
Info 2021-05-11 23:40:40: findPreferredKernel score for Python 3.6.9 64-bit is 121
Info 2021-05-11 23:40:40: findPreferredKernel score for speclanguage=python, Python 2.7.17 64-bit is -1
Info 2021-05-11 23:40:40: findPreferredKernel score for Python 2.7.17 64-bit is 1
Info 2021-05-11 23:40:40: findKernel found Python 3.6.9 64-bit
Info 2021-05-11 23:40:40: Find kernel spec, Class name = D, completed in 38ms, has a truthy return value, Arg 1: , Arg 2: {"interpreter":{"hash":"31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"},"kernelspec":{"display_name":"Python 3.6.9 64-bit","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.6.9"}}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-11 23:40:40: PreferredConnection: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 found for NotebookDocument: file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:40: TargetController found ID: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 for document file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:40: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:40: Created and initailized CommonMessageCoordinator
Info 2021-05-11 23:40:40: Attach Coordinator for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:40: Posting message to Notebook UI 
Info 2021-05-11 23:40:40: Switch kernel did not change kernel.
Info 2021-05-11 23:40:40: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:40:40: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-11 23:40:40: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-11 23:40:41: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:40:44: Widget Coordinator received IPyWidgets_Ready
Info 2021-05-11 23:40:44: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:45: Widget Coordinator received IPyWidgets_Ready
Info 2021-05-11 23:40:45: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:49: Execute Cells request 1 0
Info 2021-05-11 23:40:49: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:49: Starting Notebook in kernel.ts id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-11 23:40:49: Cell Index:0, state:undefined, exec: 3. User queued cell for execution
Info 2021-05-11 23:40:49: Creating raw notebook for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:49: Getting preferred kernel for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:49: Computing working directory file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:49: Connecting to raw session for file:///home/ubu/test/Untitled.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-11 23:40:49: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-11 23:40:49: installMissingDependencies /usr/bin/python3
Info 2021-05-11 23:40:49: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:40:49: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:49: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:50: Install Missing Dependencies, Class name = y, completed in 1171ms, has a falsy return value, Return Value: undefined
Info 2021-05-11 23:40:50: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-05-11 23:40:50: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-11 23:40:50: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-11 23:40:50: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:40:50: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:50: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:50: Python Daemon (pid: 7667): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-11 23:40:50: Python Daemon (pid: 7667): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-11 23:40:50: Python Daemon (pid: 7667): Start pre-warmed Kernel in DS Kernel Launcher Daemon 7669 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"74dcfa73-35d7-4fc3-93cc-13ae2523286b"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/tmp/tmp-7485v7uKSXfSimLC.json']
Info 2021-05-11 23:40:50: Launching kernel daemon, Class name = f, completed in 108ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"74dcfa73-35d7-4fc3-93cc-13ae2523286b\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-7485v7uKSXfSimLC.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-11 23:40:50: Launching kernel in kernelProcess.ts, Class name = b, completed in 143ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":7667},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":7667,"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-05-11 23:40:50: Raw session started and connected
Started kernel Python 3.6.9 64-bit
Info 2021-05-11 23:40:50: Initial setup for file:///home/ubu/test/Untitled.ipynb starting ...
Info 2021-05-11 23:40:50: UpdateWorkingDirectoryAndPath
Info 2021-05-11 23:40:51: Kernel switching to busy
Info 2021-05-11 23:40:51: Kernel switching to idle
Info 2021-05-11 23:40:51: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-11 23:40:51: installMissingDependencies /usr/bin/python3
Info 2021-05-11 23:40:51: Kernel switching to busy
Info 2021-05-11 23:40:51: Kernel switching to idle
Info 2021-05-11 23:40:51: Initial setup complete for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:51: Finished connecting 18641263-cc41-4e2e-9aa7-04b94f495e57
Info 2021-05-11 23:40:51: Updating preferred kernel for remote notebook e6feb744-91a9-4637-b533-8f782984d937
Info 2021-05-11 23:40:51: Preferred kernel for file:///home/ubu/test/Untitled.ipynb is e6feb744-91a9-4637-b533-8f782984d937
Info 2021-05-11 23:40:51: UpdateWorkingDirectoryAndPath
Info 2021-05-11 23:40:51: IPyWidgetScriptSource.initialize
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_kernelOptions
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Registering commtarget jupyter.widget
Info 2021-05-11 23:40:51: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-11 23:40:51: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:51: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:51: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:51: IPyWidgetMessageDispatcher.initialize
Info 2021-05-11 23:40:51: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:40:51: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:51: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:51: changeDirectoryIfPossible
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Kernel switching to busy
Info 2021-05-11 23:40:51: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Kernel switching to idle
Info 2021-05-11 23:40:51: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-11 23:40:51: Waiting for idle on (kernel): e6feb744-91a9-4637-b533-8f782984d937 -> idle
Info 2021-05-11 23:40:51: Finished waiting for idle on (kernel): e6feb744-91a9-4637-b533-8f782984d937 -> idle
Info 2021-05-11 23:40:51: Hooked up kernel restart handler
Info 2021-05-11 23:40:51: Cell Index:0, state:2, exec: undefined. Ready to execute
Info 2021-05-11 23:40:51: Cell Index:0, state:2, exec: undefined. Before Execute individual cell
Info 2021-05-11 23:40:51: Cell Index:0, state:2, exec: undefined. Start execution
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: undefined. Send code for execution
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: undefined. Wait for jupyter execution
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: undefined. Kernel switching to busy
Info 2021-05-11 23:40:51: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: undefined. Update output
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:51: Posting message to Notebook UI 
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: 1. Kernel switching to idle
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: 1. Jupyter execution completed
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: 1. Completed successfully
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: 1. Completed successfully & resolving
Info 2021-05-11 23:40:51: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: 1. After Execute individual cell 3
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: 1. Executed successfully in executeCell
Info 2021-05-11 23:40:51: Cell Index:0, state:3, exec: 1. Execution disposed
Info 2021-05-11 23:40:53: Trusting notebook...
Info 2021-05-11 23:40:53: Wrote trust for file:///home/ubu/test/Untitled.ipynb to /home/ubu/.config/Code - Insiders/User/globalStorage/ms-toolsai.jupyter/nbsignatures/28bad536c96edafcfd63b738e8dc7ea48f462b8d4efcc6cca357e0042183f267
Info 2021-05-11 23:40:53: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:53: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-11 23:40:53: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:40:53: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:40:53: Install Missing Dependencies, Class name = y, completed in 2097ms, has a falsy return value, Return Value: undefined
Info 2021-05-11 23:40:53: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-05-11 23:40:53: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-11 23:40:53: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-11 23:40:53: Cached data exists getEnvironmentVariables, 
Info 2021-05-11 23:40:53: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:53: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Kernel launched, with PID 7735
Warn 2021-05-11 23:40:53: Python Daemon (pid: 7732): Waiting for Kernel to die 7735
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Kernel launched, with PID as a daemon 7735
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-11 23:40:53: Python Daemon (pid: 7732): Start pre-warmed Kernel in DS Kernel Launcher Daemon 7735 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"2c97711c-b2f6-476d-a5db-729155dc748c"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-7485MCPWsbX9nwy1.json']
Info 2021-05-11 23:40:53: Launching kernel daemon, Class name = f, completed in 445ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"2c97711c-b2f6-476d-a5db-729155dc748c\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=/tmp/tmp-7485MCPWsbX9nwy1.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-11 23:40:53: Launching kernel in kernelProcess.ts, Class name = b, completed in 470ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":7732},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":7732,"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-05-11 23:40:55: Execute Cells request 1 1
Info 2021-05-11 23:40:55: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:55: Cell Index:1, state:undefined, exec: 5. User queued cell for execution
Info 2021-05-11 23:40:55: Cell Index:1, state:undefined, exec: 5. Ready to execute
Info 2021-05-11 23:40:55: Cell Index:1, state:undefined, exec: 5. Before Execute individual cell
Info 2021-05-11 23:40:55: Cell Index:1, state:undefined, exec: 5. Start execution
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: undefined. Send code for execution
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: undefined. Wait for jupyter execution
Info 2021-05-11 23:40:55: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-11 23:40:55: Posting message to Notebook UI 
Info 2021-05-11 23:40:55: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:55: Posting message to Notebook UI 
Info 2021-05-11 23:40:55: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:55: Posting message to Notebook UI 
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: undefined. Kernel switching to busy
Info 2021-05-11 23:40:55: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:55: Posting message to Notebook UI 
Info 2021-05-11 23:40:55: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: undefined. Update output
Info 2021-05-11 23:40:55: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:55: Posting message to Notebook UI 
Info 2021-05-11 23:40:55: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:40:55: Posting message to Notebook UI 
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: 2. Kernel switching to idle
Info 2021-05-11 23:40:55: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: 2. Jupyter execution completed
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: 2. Completed successfully
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: 2. Completed successfully & resolving
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: 2. After Execute individual cell 3
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: 2. Executed successfully in executeCell
Info 2021-05-11 23:40:55: Cell Index:1, state:3, exec: 2. Execution disposed
Info 2021-05-11 23:40:55: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:40:55: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-11 23:40:55: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:40:55: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-11 23:40:55: Python Daemon (pid: 7749): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-11 23:40:55: Python Daemon (pid: 7749): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-11 23:40:55: Python Daemon (pid: 7749): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-11 23:40:55: Python Daemon (pid: 7749): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.832913620/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-11 23:40:55: Python Daemon (pid: 7749): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-11 23:40:55: Python Daemon (pid: 7749): Kernel launched, with PID 7751
Warn 2021-05-11 23:40:55: Python Daemon (pid: 7749): Waiting for Kernel to die 7751
Info 2021-05-11 23:40:55: Python Daemon (pid: 7749): Kernel launched, with PID as a daemon 7751
Info 2021-05-11 23:40:56: Trusting notebook...
Info 2021-05-11 23:41:03: Execute Cells request 1 1
Info 2021-05-11 23:41:03: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-11 23:41:03: Cell Index:1, state:1, exec: 2. User queued cell for execution
Info 2021-05-11 23:41:03: Cell Index:1, state:1, exec: 2. Ready to execute
Info 2021-05-11 23:41:03: Cell Index:1, state:1, exec: 2. Before Execute individual cell
Info 2021-05-11 23:41:03: Cell Index:1, state:1, exec: 2. Start execution
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: undefined. Send code for execution
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: undefined. Wait for jupyter execution
Info 2021-05-11 23:41:03: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-11 23:41:03: Posting message to Notebook UI 
Info 2021-05-11 23:41:03: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:41:03: Posting message to Notebook UI 
Info 2021-05-11 23:41:03: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:41:03: Posting message to Notebook UI 
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: undefined. Kernel switching to busy
Info 2021-05-11 23:41:03: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:41:03: Posting message to Notebook UI 
Info 2021-05-11 23:41:03: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: undefined. Update output
Info 2021-05-11 23:41:03: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:41:03: Posting message to Notebook UI 
Info 2021-05-11 23:41:03: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-11 23:41:03: Posting message to Notebook UI 
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: 3. Kernel switching to idle
Info 2021-05-11 23:41:03: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: 3. Jupyter execution completed
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: 3. Completed successfully
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: 3. Completed successfully & resolving
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: 3. After Execute individual cell 3
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: 3. Executed successfully in executeCell
Info 2021-05-11 23:41:03: Cell Index:1, state:3, exec: 3. Execution disposed
Info 2021-05-11 23:41:04: Trusting notebook...
DonJayamanne commented 3 years ago

@ma137 woo hooo... that's great news I believe the issue with not running until you have opened it the second time may have been resolved. Please could you try updating to the latest version of the extension (please update VS Code Insiders as well), hopefully that should work now.

& thanks a lot for confirmation of the fix and providing the detailed logs for the other issue.

ma137 commented 3 years ago

@DonJayamanne That's indeed very nice that this bug is fixed now. :+1:

I updated my VS Code Insiders installation and the Jupyter extension as you suggested. The problem that I have to open the notebook a second time in order to run cells persists for me.

Version numbers

Jupyter logs

Opening the notebook the first time (running cells does not work)
User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTestcf'
User belongs to experiment group 'pythonDiscoveryModuleWithoutWatcher'
User belongs to experiment group 'jupyterEnhancedDataViewer'
User belongs to experiment group 'NativeNotebookEditor'
Info 2021-05-12 18:56:02: ZMQ install verified.
Info 2021-05-12 18:56:03: Attempting to start a server because of preload conditions ...
Info 2021-05-12 18:56:03: Found existing keyfile at /home/ubu/.config/Code - Insiders/User/globalStorage/ms-toolsai.jupyter/nbsecret
Info 2021-05-12 18:56:03: Checking if notebook is trusted
Info 2021-05-12 18:56:03: Check if Notebook is Trusted, Class name = p, completed in 111ms, has a truthy return value, Return Value: true
Info 2021-05-12 18:56:04: notebook communications already initialized for editor file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:04: Attempting to start a server because of preload conditions ...
Info 2021-05-12 18:56:04: Search all interpreters /usr/bin/python, /usr/bin/python3
Info 2021-05-12 18:56:05: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:05: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:05: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:05: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:05: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:05: Loading kernelspec from /usr/share/jupyter/kernels/python3/kernel.json for /usr/bin/python3
Info 2021-05-12 18:56:06: Kernel python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6 matches Python 3.6.9 64-bit based on path in argv.
Info 2021-05-12 18:56:06: findPreferredKernel score for Python3, Python 3.6.9 64-bit is 121
Info 2021-05-12 18:56:06: findPreferredKernel score for Python 3.6.9 64-bit is 121
Info 2021-05-12 18:56:06: findPreferredKernel score for speclanguage=python, Python 2.7.17 64-bit is -1
Info 2021-05-12 18:56:06: findPreferredKernel score for Python 2.7.17 64-bit is 1
Info 2021-05-12 18:56:06: findKernel found Python 3.6.9 64-bit
Info 2021-05-12 18:56:06: Find kernel spec, Class name = D, completed in 2750ms, has a truthy return value, Arg 1: , Arg 2: {"interpreter":{"hash":"31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"},"kernelspec":{"display_name":"Python 3.6.9 64-bit","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.6.9"}}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-12 18:56:06: PreferredConnection: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 found for NotebookDocument: file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:06: TargetController found ID: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 for document file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:06: Setting setActiveController for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:06: Intiailize notebook communications for editor file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:06: Resolving notebook UI Comms (resolve) for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:06: initialize CommonMessageCoordinator
Info 2021-05-12 18:56:06: KernelProvider switched kernel to id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3}
Info 2021-05-12 18:56:06: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:56:06: Created and initailized CommonMessageCoordinator
Info 2021-05-12 18:56:06: Attach Coordinator for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:06: Posting message to Notebook UI 
Info 2021-05-12 18:56:07: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:07: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Info 2021-05-12 18:56:07: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Info 2021-05-12 18:56:07: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:07: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
Info 2021-05-12 18:56:07: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
Info 2021-05-12 18:56:08: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-12 18:56:08: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:56:08: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:56:08: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:08: Creating daemon pool for /usr/bin/python3 with env variables count 0
Info 2021-05-12 18:56:08: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-12 18:56:08: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-12 18:56:09: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-12 18:56:09: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-12 18:56:09: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-12 18:56:09: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-05-12 18:56:09: Python Daemon (pid: 6424): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-12 18:56:09: Python Daemon (pid: 6424): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-12 18:56:09: Python Daemon (pid: 6424): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-12 18:56:09: Python Daemon (pid: 6424): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-12 18:56:09: Python Daemon (pid: 6424): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-12 18:56:09: Python Daemon (pid: 6424): Kernel launched, with PID 6433
Warn 2021-05-12 18:56:09: Python Daemon (pid: 6424): Waiting for Kernel to die 6433
Info 2021-05-12 18:56:09: Python Daemon (pid: 6424): Kernel launched, with PID as a daemon 6433
Info 2021-05-12 18:56:11: Widget Coordinator received IPyWidgets_Ready
Info 2021-05-12 18:56:11: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:56:15: Execute Cells request 1 0
Info 2021-05-12 18:56:15: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:15: Starting Notebook in kernel.ts id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-12 18:56:15: Creating raw notebook for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:15: Getting preferred kernel for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:15: Computing working directory file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:15: Connecting to raw session for file:///home/ubu/test/Untitled.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-12 18:56:15: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-12 18:56:15: installMissingDependencies /usr/bin/python3
Info 2021-05-12 18:56:15: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:15: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:15: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:15: Install Missing Dependencies, Class name = y, completed in 612ms, has a falsy return value, Return Value: undefined
Info 2021-05-12 18:56:15: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-05-12 18:56:15: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-12 18:56:15: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-12 18:56:16: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:16: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:16: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:16: Python Daemon (pid: 6424): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-12 18:56:16: Python Daemon (pid: 6424): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-12 18:56:16: Python Daemon (pid: 6424): Start pre-warmed Kernel in DS Kernel Launcher Daemon 6433 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"49d3c910-54ba-4bc5-9005-b419db64accd"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/tmp/tmp-6320a0sct2aGZsBn.json']
Info 2021-05-12 18:56:16: Launching kernel daemon, Class name = f, completed in 64ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"49d3c910-54ba-4bc5-9005-b419db64accd\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-6320a0sct2aGZsBn.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-12 18:56:16: Launching kernel in kernelProcess.ts, Class name = b, completed in 64ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":6424},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":6424,"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-05-12 18:56:16: Raw session started and connected
Started kernel Python 3.6.9 64-bit
Info 2021-05-12 18:56:16: Initial setup for file:///home/ubu/test/Untitled.ipynb starting ...
Info 2021-05-12 18:56:16: UpdateWorkingDirectoryAndPath
Info 2021-05-12 18:56:16: Kernel switching to busy
Info 2021-05-12 18:56:16: Kernel switching to idle
Info 2021-05-12 18:56:16: Kernel switching to busy
Info 2021-05-12 18:56:16: Kernel switching to idle
Info 2021-05-12 18:56:16: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-12 18:56:16: installMissingDependencies /usr/bin/python3
Info 2021-05-12 18:56:16: Initial setup complete for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:16: Finished connecting 3f6fbd19-09dc-4f09-80cf-52b2879a7cc4
Info 2021-05-12 18:56:16: Updating preferred kernel for remote notebook 86fc34e7-c7d6-4df5-bc69-74233f8def51
Info 2021-05-12 18:56:16: Preferred kernel for file:///home/ubu/test/Untitled.ipynb is 86fc34e7-c7d6-4df5-bc69-74233f8def51
Info 2021-05-12 18:56:16: UpdateWorkingDirectoryAndPath
Info 2021-05-12 18:56:16: IPyWidgetScriptSource.initialize
Info 2021-05-12 18:56:16: Widget Coordinator sent IPyWidgets_kernelOptions
Info 2021-05-12 18:56:16: Posting message to Notebook UI 
Info 2021-05-12 18:56:16: Registering commtarget jupyter.widget
Info 2021-05-12 18:56:16: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-12 18:56:16: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:56:16: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:56:16: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:16: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:16: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:16: changeDirectoryIfPossible
Info 2021-05-12 18:56:16: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-12 18:56:16: Posting message to Notebook UI 
Info 2021-05-12 18:56:16: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:56:16: Posting message to Notebook UI 
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:56:16: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:56:16: Posting message to Notebook UI 
Info 2021-05-12 18:56:16: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:56:16: Posting message to Notebook UI 
Info 2021-05-12 18:56:16: Kernel switching to busy
Info 2021-05-12 18:56:16: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:56:16: Posting message to Notebook UI 
Info 2021-05-12 18:56:16: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-12 18:56:16: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:56:16: Posting message to Notebook UI 
Info 2021-05-12 18:56:16: Kernel switching to idle
Info 2021-05-12 18:56:16: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-12 18:56:16: Waiting for idle on (kernel): 86fc34e7-c7d6-4df5-bc69-74233f8def51 -> idle
Info 2021-05-12 18:56:16: Finished waiting for idle on (kernel): 86fc34e7-c7d6-4df5-bc69-74233f8def51 -> idle
Info 2021-05-12 18:56:16: Hooked up kernel restart handler
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:56:16: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:56:17: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:17: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-12 18:56:17: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:56:17: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:56:17: Install Missing Dependencies, Class name = y, completed in 1412ms, has a falsy return value, Return Value: undefined
Info 2021-05-12 18:56:17: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-05-12 18:56:17: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-12 18:56:17: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-12 18:56:17: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:56:17: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:17: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Kernel launched, with PID 6466
Warn 2021-05-12 18:56:17: Python Daemon (pid: 6463): Waiting for Kernel to die 6466
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Kernel launched, with PID as a daemon 6466
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-12 18:56:17: Python Daemon (pid: 6463): Start pre-warmed Kernel in DS Kernel Launcher Daemon 6466 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"f37a0448-43ff-4310-9b17-7903b5319f00"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-6320Qh1s5MFS10sY.json']
Info 2021-05-12 18:56:17: Launching kernel daemon, Class name = f, completed in 201ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"f37a0448-43ff-4310-9b17-7903b5319f00\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=/tmp/tmp-6320Qh1s5MFS10sY.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-12 18:56:17: Launching kernel in kernelProcess.ts, Class name = b, completed in 202ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":6463},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":6463,"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-05-12 18:56:19: Execute Cells request 1 0
Info 2021-05-12 18:56:19: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:19: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:19: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-12 18:56:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:56:19: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:56:19: Python Daemon (pid: 6480): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-12 18:56:19: Python Daemon (pid: 6480): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-12 18:56:19: Python Daemon (pid: 6480): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-12 18:56:19: Python Daemon (pid: 6480): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-12 18:56:19: Python Daemon (pid: 6480): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-12 18:56:19: Python Daemon (pid: 6480): Kernel launched, with PID 6482
Warn 2021-05-12 18:56:19: Python Daemon (pid: 6480): Waiting for Kernel to die 6482
Info 2021-05-12 18:56:19: Python Daemon (pid: 6480): Kernel launched, with PID as a daemon 6482
Info 2021-05-12 18:56:21: Execute Cells request 1 1
Info 2021-05-12 18:56:21: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:56:22: Execute Cells request 1 1
Info 2021-05-12 18:56:22: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Closing the notebook
Info 2021-05-12 18:58:28: Kernel got disposed as a result of notebook.onDisposed file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:58:28: Kernel got disposed, hence there is no longer a kernel associated with file:///home/ubu/test/Untitled.ipynb file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:58:28: Shutting down session file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:58:28: Shutdown session - current session
Info 2021-05-12 18:58:28: shutdownSession 86fc34e7-c7d6-4df5-bc69-74233f8def51, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - start
Info 2021-05-12 18:58:28: Session can be shutdown .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-12 18:58:28: Dispose Kernel process
Info 2021-05-12 18:58:28: kill daemon
Info 2021-05-12 18:58:28: Notebook Closed file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:58:28: Cancel pending cells
Info 2021-05-12 18:58:28: Cancel pending cells
Info 2021-05-12 18:58:28: Cancel pending cells
Info 2021-05-12 18:58:28: Cancel pending cells
Info 2021-05-12 18:58:28: 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": 6424}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel from /usr/bin/python3", "pid": 6424}}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": 6424}}Content-Length: 138
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon, pid 6433", "pid": 6424}}Content-Length: 43
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "id": 3, "result": null}
Info 2021-05-12 18:58:28: Python Daemon (pid: 6424): Execute rpc method kill_kernel in DS Daemon
Info 2021-05-12 18:58:28: Python Daemon (pid: 6424): Execute rpc method kill_kernel from /usr/bin/python3
Info 2021-05-12 18:58:28: Python Daemon (pid: 6424): Kill kernel in DS Kernel Launcher Daemon
Info 2021-05-12 18:58:28: Python Daemon (pid: 6424): Kill kernel in DS Kernel Launcher Daemon, pid 6433
Info 2021-05-12 18:58:28: Dispose Kernel process
Info 2021-05-12 18:58:28: shutdownSession 86fc34e7-c7d6-4df5-bc69-74233f8def51, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - shutdown complete
Info 2021-05-12 18:58:28: Dispose Kernel process
Info 2021-05-12 18:58:28: Shutdown session - get restart session
Info 2021-05-12 18:58:28: Shutdown session - shutdown restart session
Info 2021-05-12 18:58:28: shutdownSession b3aba11b-4d51-4143-995e-1f80b0b004e0, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - start
Info 2021-05-12 18:58:28: Session can be shutdown .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-12 18:58:28: Dispose Kernel process
Info 2021-05-12 18:58:28: kill daemon
Info 2021-05-12 18:58:29: 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": 6463}}Content-Length: 140
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Execute rpc method kill_kernel from /usr/bin/python3", "pid": 6463}}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": 6463}}Content-Length: 138
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "Kill kernel in DS Kernel Launcher Daemon, pid 6466", "pid": 6463}}Content-Length: 43
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "id": 3, "result": null}Content-Length: 128
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "WARNING", "msg": "Kernel has exited with exit code -9, ", "pid": 6463}}Content-Length: 86
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "kernel_died", "params": {"exit_code": -9, "reason": ""}}
Info 2021-05-12 18:58:29: KernelProcess Exit Exit - undefined 
Info 2021-05-12 18:58:29: Python Daemon (pid: 6463): Execute rpc method kill_kernel in DS Daemon
Info 2021-05-12 18:58:29: Python Daemon (pid: 6463): Execute rpc method kill_kernel from /usr/bin/python3
Info 2021-05-12 18:58:29: Python Daemon (pid: 6463): Kill kernel in DS Kernel Launcher Daemon
Info 2021-05-12 18:58:29: Python Daemon (pid: 6463): Kill kernel in DS Kernel Launcher Daemon, pid 6466
Info 2021-05-12 18:58:29: Dispose Kernel process
Info 2021-05-12 18:58:29: shutdownSession b3aba11b-4d51-4143-995e-1f80b0b004e0, .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 - shutdown complete
Info 2021-05-12 18:58:29: Dispose Kernel process
Info 2021-05-12 18:58:29: Shutdown session -- complete
Warn 2021-05-12 18:58:29: Python Daemon (pid: 6463): Kernel has exited with exit code -9, 
Info 2021-05-12 18:58:29: KernelProcess Exit Exit - undefined 
Opening the notebook the second time (running cells does work)
Info 2021-05-12 18:59:07: Checking if notebook is trusted
Info 2021-05-12 18:59:07: Check if Notebook is Trusted, Class name = p, completed in 3ms, has a truthy return value, Return Value: true
Info 2021-05-12 18:59:07: Setting setActiveController for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:07: KernelProvider switched kernel to id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3}
Info 2021-05-12 18:59:07: Intiailize notebook communications for editor file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:07: Resolving notebook UI Comms (resolve) for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:07: initialize CommonMessageCoordinator
Info 2021-05-12 18:59:07: Attempting to start a server because of preload conditions ...
Info 2021-05-12 18:59:07: findPreferredKernel score for Python3, Python 3.6.9 64-bit is 121
Info 2021-05-12 18:59:07: findPreferredKernel score for Python 3.6.9 64-bit is 121
Info 2021-05-12 18:59:07: findPreferredKernel score for speclanguage=python, Python 2.7.17 64-bit is -1
Info 2021-05-12 18:59:07: findPreferredKernel score for Python 2.7.17 64-bit is 1
Info 2021-05-12 18:59:07: findKernel found Python 3.6.9 64-bit
Info 2021-05-12 18:59:07: Find kernel spec, Class name = D, completed in 47ms, has a truthy return value, Arg 1: , Arg 2: {"interpreter":{"hash":"31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"},"kernelspec":{"display_name":"Python 3.6.9 64-bit","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.6.9"}}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-12 18:59:07: PreferredConnection: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 found for NotebookDocument: file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:07: TargetController found ID: .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3 for document file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:07: Switch kernel did not change kernel.
Info 2021-05-12 18:59:07: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:59:07: Created and initailized CommonMessageCoordinator
Info 2021-05-12 18:59:07: Attach Coordinator for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:07: Posting message to Notebook UI 
Info 2021-05-12 18:59:07: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:59:07: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-12 18:59:07: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-05-12 18:59:08: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:59:11: Widget Coordinator received IPyWidgets_Ready
Info 2021-05-12 18:59:11: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:59:32: Execute Cells request 1 0
Info 2021-05-12 18:59:32: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:32: Starting Notebook in kernel.ts id = .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3
Info 2021-05-12 18:59:32: Cell Index:0, state:undefined, exec: 1. User queued cell for execution
Info 2021-05-12 18:59:32: Creating raw notebook for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:32: Getting preferred kernel for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:32: Computing working directory file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:32: Connecting to raw session for file:///home/ubu/test/Untitled.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"},"interpreter":{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"},"id":".jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3"}
Info 2021-05-12 18:59:32: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-12 18:59:32: installMissingDependencies /usr/bin/python3
Info 2021-05-12 18:59:32: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:59:32: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:32: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:33: Install Missing Dependencies, Class name = y, completed in 1153ms, has a falsy return value, Return Value: undefined
Info 2021-05-12 18:59:33: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-05-12 18:59:33: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-12 18:59:33: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-12 18:59:33: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:59:33: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:33: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:33: Python Daemon (pid: 6480): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-12 18:59:33: Python Daemon (pid: 6480): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-12 18:59:33: Python Daemon (pid: 6480): Start pre-warmed Kernel in DS Kernel Launcher Daemon 6482 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"7f5ce6eb-6c4e-4601-b227-832fcaa9a298"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/tmp/tmp-6320OTQ4Yf9vyTcN.json']
Info 2021-05-12 18:59:33: Launching kernel daemon, Class name = f, completed in 68ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"7f5ce6eb-6c4e-4601-b227-832fcaa9a298\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-6320OTQ4Yf9vyTcN.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-12 18:59:33: Launching kernel in kernelProcess.ts, Class name = b, completed in 69ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":6480},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":6480,"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-05-12 18:59:33: Raw session started and connected
Started kernel Python 3.6.9 64-bit
Info 2021-05-12 18:59:33: Initial setup for file:///home/ubu/test/Untitled.ipynb starting ...
Info 2021-05-12 18:59:33: UpdateWorkingDirectoryAndPath
Info 2021-05-12 18:59:33: Kernel switching to busy
Info 2021-05-12 18:59:33: Kernel switching to idle
Info 2021-05-12 18:59:33: Kernel switching to busy
Info 2021-05-12 18:59:33: Kernel switching to idle
Info 2021-05-12 18:59:33: Starting raw kernel Python 3.6.9 64-bit
Info 2021-05-12 18:59:33: installMissingDependencies /usr/bin/python3
Info 2021-05-12 18:59:33: Initial setup complete for file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:33: Finished connecting 3f6fbd19-09dc-4f09-80cf-52b2879a7cc4
Info 2021-05-12 18:59:33: Updating preferred kernel for remote notebook d44a8a4a-191f-444d-a12e-8700e0bc82b5
Info 2021-05-12 18:59:33: Preferred kernel for file:///home/ubu/test/Untitled.ipynb is d44a8a4a-191f-444d-a12e-8700e0bc82b5
Info 2021-05-12 18:59:33: UpdateWorkingDirectoryAndPath
Info 2021-05-12 18:59:33: IPyWidgetScriptSource.initialize
Info 2021-05-12 18:59:33: Widget Coordinator sent IPyWidgets_kernelOptions
Info 2021-05-12 18:59:33: Posting message to Notebook UI 
Info 2021-05-12 18:59:33: Registering commtarget jupyter.widget
Info 2021-05-12 18:59:33: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_registerCommTarget
Info 2021-05-12 18:59:34: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:59:34: IPyWidgetMessageDispatcher.initialize
Info 2021-05-12 18:59:34: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:59:34: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:34: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:34: changeDirectoryIfPossible
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Kernel switching to busy
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Kernel switching to idle
Info 2021-05-12 18:59:34: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Waiting for idle on (kernel): d44a8a4a-191f-444d-a12e-8700e0bc82b5 -> idle
Info 2021-05-12 18:59:34: Finished waiting for idle on (kernel): d44a8a4a-191f-444d-a12e-8700e0bc82b5 -> idle
Info 2021-05-12 18:59:34: Hooked up kernel restart handler
Info 2021-05-12 18:59:34: Cell Index:0, state:2, exec: undefined. Ready to execute
Info 2021-05-12 18:59:34: Cell Index:0, state:2, exec: undefined. Before Execute individual cell
Info 2021-05-12 18:59:34: Cell Index:0, state:2, exec: undefined. Start execution
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: undefined. Send code for execution
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: undefined. Wait for jupyter execution
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: undefined. Kernel switching to busy
Info 2021-05-12 18:59:34: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:34: Posting message to Notebook UI 
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: undefined. Update output
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:34: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: 1. Kernel switching to idle
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: 1. Jupyter execution completed
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: 1. Completed successfully
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: 1. Completed successfully & resolving
Info 2021-05-12 18:59:34: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: 1. After Execute individual cell 3
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: 1. Executed successfully in executeCell
Info 2021-05-12 18:59:34: Cell Index:0, state:3, exec: 1. Execution disposed
Info 2021-05-12 18:59:35: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:35: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-12 18:59:35: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:59:35: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:59:35: Install Missing Dependencies, Class name = y, completed in 1513ms, has a falsy return value, Return Value: undefined
Info 2021-05-12 18:59:35: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-05-12 18:59:35: Launching kernel daemon for Python 3.6.9 64-bit # /usr/bin/python3
Info 2021-05-12 18:59:35: No custom variables for Kernel as interpreter is not conda, but is Unknown
Info 2021-05-12 18:59:35: Cached data exists getEnvironmentVariables, 
Info 2021-05-12 18:59:35: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:35: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-05-12 18:59:35: Trusting notebook...
Info 2021-05-12 18:59:35: Wrote trust for file:///home/ubu/test/Untitled.ipynb to /home/ubu/.config/Code - Insiders/User/globalStorage/ms-toolsai.jupyter/nbsignatures/28bad536c96edafcfd63b738e8dc7ea48f462b8d4efcc6cca357e0042183f267
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Kernel launched, with PID 6548
Warn 2021-05-12 18:59:35: Python Daemon (pid: 6545): Waiting for Kernel to die 6548
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Kernel launched, with PID as a daemon 6548
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Execute rpc method start_prewarmed_kernel from /usr/bin/python3
Info 2021-05-12 18:59:35: Python Daemon (pid: 6545): Start pre-warmed Kernel in DS Kernel Launcher Daemon 6548 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"0a38aebf-8e05-41c5-bc6a-6f1cc034583a"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-63204QJdH3annF1G.json']
Info 2021-05-12 18:59:35: Launching kernel daemon, Class name = f, completed in 375ms, has a truthy return value, Arg 1: , Arg 2: "/home/ubu/test", Arg 3: {"specFile":"/usr/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/usr/bin/python3","name":"python369jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6","argv":["/usr/bin/python3","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"0a38aebf-8e05-41c5-bc6a-6f1cc034583a\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=/tmp/tmp-63204QJdH3annF1G.json"],"language":"python","path":"/usr/bin/python3","display_name":"Python 3.6.9 64-bit"}, Arg 4: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.9","major":3,"minor":6,"patch":9,"prerelease":[],"build":[],"version":"3.6.9"},"sysVersion":"3.6.9 (default, Jan 26 2021, 15:33:00) \n[GCC 8.4.0]","sysPrefix":"/usr","fileHash":"4d55161385b07a9eca8c70b7bcdbae8117155609c991e1be40ad794f872a6b1339b001aeb9caf08492b305ed215105357f6021a21811b4a73ea15c60ceca8e87","envType":"Unknown","cachedEntry":true,"displayName":"Python 3.6.9 64-bit"}, Return Value: 
Info 2021-05-12 18:59:35: Launching kernel in kernelProcess.ts, Class name = b, completed in 375ms, has a truthy return value, Arg 1: "/home/ubu/test", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/usr/bin/python3","_handle":{"pid":6545},"spawnargs":["/usr/bin/python3","/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":6545,"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-05-12 18:59:37: Cached data exists getEnvironmentVariables, /home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:37: Creating daemon process for /usr/bin/python3 with env variables count 0
Info 2021-05-12 18:59:37: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:59:37: Process Execution: > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-05-12 18:59:37: Python Daemon (pid: 6562): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-05-12 18:59:37: Python Daemon (pid: 6562): Execute rpc method prewarm_kernel from /usr/bin/python3
Info 2021-05-12 18:59:37: Python Daemon (pid: 6562): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-05-12 18:59:37: Python Daemon (pid: 6562): Exec in DS Kernel Launcher Daemon (observable) ['/usr/bin/python3', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/home/ubu/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-05-12 18:59:37: Python Daemon (pid: 6562): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-05-12 18:59:37: Python Daemon (pid: 6562): Kernel launched, with PID 6564
Warn 2021-05-12 18:59:37: Python Daemon (pid: 6562): Waiting for Kernel to die 6564
Info 2021-05-12 18:59:37: Python Daemon (pid: 6562): Kernel launched, with PID as a daemon 6564
Info 2021-05-12 18:59:37: Execute Cells request 1 0
Info 2021-05-12 18:59:37: Execute Cell 0 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:37: Cell Index:0, state:1, exec: 1. User queued cell for execution
Info 2021-05-12 18:59:37: Cell Index:0, state:1, exec: 1. Ready to execute
Info 2021-05-12 18:59:37: Cell Index:0, state:1, exec: 1. Before Execute individual cell
Info 2021-05-12 18:59:37: Cell Index:0, state:1, exec: 1. Start execution
Info 2021-05-12 18:59:37: Cell Index:0, state:3, exec: undefined. Send code for execution
Info 2021-05-12 18:59:37: Cell Index:0, state:3, exec: undefined. Wait for jupyter execution
Info 2021-05-12 18:59:37: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-12 18:59:37: Posting message to Notebook UI 
Info 2021-05-12 18:59:37: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:37: Posting message to Notebook UI 
Info 2021-05-12 18:59:37: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:37: Posting message to Notebook UI 
Info 2021-05-12 18:59:37: Cell Index:0, state:3, exec: undefined. Kernel switching to busy
Info 2021-05-12 18:59:37: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:37: Posting message to Notebook UI 
Info 2021-05-12 18:59:37: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-12 18:59:37: Cell Index:0, state:3, exec: undefined. Update output
Info 2021-05-12 18:59:37: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:37: Posting message to Notebook UI 
Info 2021-05-12 18:59:37: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:37: Posting message to Notebook UI 
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:38: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:38: Cell Index:0, state:3, exec: 2. Kernel switching to idle
Info 2021-05-12 18:59:38: Cell Index:0, state:3, exec: 2. Jupyter execution completed
Info 2021-05-12 18:59:38: Cell Index:0, state:3, exec: 2. Completed successfully
Info 2021-05-12 18:59:38: Cell Index:0, state:3, exec: 2. Completed successfully & resolving
Info 2021-05-12 18:59:38: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-12 18:59:38: Cell Index:0, state:3, exec: 2. After Execute individual cell 3
Info 2021-05-12 18:59:38: Cell Index:0, state:3, exec: 2. Executed successfully in executeCell
Info 2021-05-12 18:59:38: Cell Index:0, state:3, exec: 2. Execution disposed
Info 2021-05-12 18:59:39: Trusting notebook...
Info 2021-05-12 18:59:40: Execute Cells request 1 1
Info 2021-05-12 18:59:40: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:40: Cell Index:1, state:undefined, exec: 2. User queued cell for execution
Info 2021-05-12 18:59:40: Cell Index:1, state:undefined, exec: 2. Ready to execute
Info 2021-05-12 18:59:40: Cell Index:1, state:undefined, exec: 2. Before Execute individual cell
Info 2021-05-12 18:59:40: Cell Index:1, state:undefined, exec: 2. Start execution
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: undefined. Send code for execution
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: undefined. Wait for jupyter execution
Info 2021-05-12 18:59:40: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-12 18:59:40: Posting message to Notebook UI 
Info 2021-05-12 18:59:40: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:40: Posting message to Notebook UI 
Info 2021-05-12 18:59:40: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:40: Posting message to Notebook UI 
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: undefined. Kernel switching to busy
Info 2021-05-12 18:59:40: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:40: Posting message to Notebook UI 
Info 2021-05-12 18:59:40: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: undefined. Update output
Info 2021-05-12 18:59:40: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:40: Posting message to Notebook UI 
Info 2021-05-12 18:59:40: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:40: Posting message to Notebook UI 
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:40: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: 3. Kernel switching to idle
Info 2021-05-12 18:59:40: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: 3. Jupyter execution completed
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: 3. Completed successfully
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: 3. Completed successfully & resolving
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: 3. After Execute individual cell 3
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: 3. Executed successfully in executeCell
Info 2021-05-12 18:59:40: Cell Index:1, state:3, exec: 3. Execution disposed
Info 2021-05-12 18:59:41: Trusting notebook...
Info 2021-05-12 18:59:45: Execute Cells request 1 1
Info 2021-05-12 18:59:45: Execute Cell 1 file:///home/ubu/test/Untitled.ipynb
Info 2021-05-12 18:59:45: Cell Index:1, state:1, exec: 3. User queued cell for execution
Info 2021-05-12 18:59:45: Cell Index:1, state:1, exec: 3. Ready to execute
Info 2021-05-12 18:59:45: Cell Index:1, state:1, exec: 3. Before Execute individual cell
Info 2021-05-12 18:59:45: Cell Index:1, state:1, exec: 3. Start execution
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: undefined. Send code for execution
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: undefined. Wait for jupyter execution
Info 2021-05-12 18:59:45: Widget Coordinator sent IPyWidgets_mirror_execute
Info 2021-05-12 18:59:45: Posting message to Notebook UI 
Info 2021-05-12 18:59:45: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:45: Posting message to Notebook UI 
Info 2021-05-12 18:59:45: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:45: Posting message to Notebook UI 
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: undefined. Kernel switching to busy
Info 2021-05-12 18:59:45: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:45: Posting message to Notebook UI 
Info 2021-05-12 18:59:45: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Busy
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: undefined. Update output
Info 2021-05-12 18:59:45: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:45: Posting message to Notebook UI 
Info 2021-05-12 18:59:45: Widget Coordinator sent IPyWidgets_msg
Info 2021-05-12 18:59:45: Posting message to Notebook UI 
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-05-12 18:59:45: Widget Coordinator received IPyWidgets_msg_received
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: 4. Kernel switching to idle
Info 2021-05-12 18:59:45: Notebook Session status file:///home/ubu/test/Untitled.ipynb # Idle
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: 4. Jupyter execution completed
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: 4. Completed successfully
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: 4. Completed successfully & resolving
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: 4. After Execute individual cell 3
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: 4. Executed successfully in executeCell
Info 2021-05-12 18:59:45: Cell Index:1, state:3, exec: 4. Execution disposed
Info 2021-05-12 18:59:46: Trusting notebook...

Note: Today, I removed the additional settings for settings.json described in your post from Monday. If I understand you correctly, these should be no more necessary. As expected, they seem to make no difference at the moment.

DonJayamanne commented 3 years ago

The problem that I have to open the notebook a second time in order to run cells persists for me.

Yup, we too can now replicate this issue. Sorry I got you to try that.

I'm going to close this issue and create a separate one to track new execution bug. New issue for the new bug https://github.com/microsoft/vscode-jupyter/issues/5858

ma137 commented 3 years ago

Having a new issue for a new bug sounds good to me! :slightly_smiling_face:

Thanks a lot for fixing the bug!