Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Interrupt not working (both cell button and NB toolbar) #6254

Closed
DavidKutu opened this issue Jun 11, 2021 · 8 comments
Closed

Interrupt not working (both cell button and NB toolbar) #6254

DavidKutu opened this issue Jun 11, 2021 · 8 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release

Comments

@DavidKutu
Copy link

DavidKutu commented Jun 11, 2021

Environment data

Version: 1.57.0-insider (user setup)
Commit: b4c1bd0a9b03c749ea011b06c6d2676c8091a70c
Date: 2021-06-09T11:49:36.076Z
Electron: 12.0.9
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Windows_NT x64 10.0.19043

  • Jupyter Extension version (available under the Extensions sidebar): 2021.7.0 (main)
  • Python Extension version (available under the Extensions sidebar): v2021.5.926500501
  • Python and/or Anaconda version: 3.8.10
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Jupyter server running: Local

Expected behaviour

Cell Execution stops

Actual behaviour

Cell keeps going, and minutes later the timeout message appears (it asks you to restart the kernel instead)

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. Run a cell like this:
import time
for i in range(10000):
      print(i)
      time.sleep(1)
  1. press any interrupt button

Logs

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

User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'pythonDiscoveryModuleWithoutWatcher'
User belongs to experiment group 'jupyterEnhancedDataViewer'
User belongs to experiment group 'NativeNotebookEditor'
Info 2021-06-10 18:04:47: ZMQ install verified.
Info 2021-06-10 18:04:47: Attempting to start a server because of preload conditions ...
Info 2021-06-10 18:04:51: notebook communications already initialized for editor file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:04:51: Attempting to start a server because of preload conditions ...
Info 2021-06-10 18:04:51: Search all interpreters C:\Python39\python.exe, C:\Users\DAKUTUGA\Miniconda3\python.exe, C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe, C:\Users\DAKUTUGA\Miniconda3\envs\5501\python.exe, C:\Users\DAKUTUGA\AppData\Local\Programs\Python\Python37\python.exe
Info 2021-06-10 18:04:58: Loading kernelspec from C:\Users\DAKUTUGA\Miniconda3\share\jupyter\kernels\python3\kernel.json for C:\Users\DAKUTUGA\Miniconda3\python.exe
Info 2021-06-10 18:04:58: Loading kernelspec from C:\Users\DAKUTUGA\AppData\Roaming\jupyter\kernels\julia-1.6\kernel.json for undefined
Info 2021-06-10 18:04:58: Kernel python3810jvsc74a57bd06e14d2693d9447238ae156ff274e526dfae1ba852a88a1339ff103319c67b05e matches Python 3.8.10 64-bit ('base': conda) based on path in argv.
Info 2021-06-10 18:04:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:04:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:04:58: findPreferredKernel score for Python3, Python 3.8.10 64-bit (windows store) is 120
Info 2021-06-10 18:04:58: findPreferredKernel score for Python 3.8.10 64-bit (windows store) is 120
Info 2021-06-10 18:04:58: findPreferredKernel score for Julia 1.6.1 is -1
Info 2021-06-10 18:04:58: findPreferredKernel score for Python3, Python 3.8.10 64-bit ('base': conda) is 4
Info 2021-06-10 18:04:58: findPreferredKernel score for Python 3.8.10 64-bit ('base': conda) is 4
Info 2021-06-10 18:04:58: findPreferredKernel score for Python3, Python 3.9.5 64-bit is 4
Info 2021-06-10 18:04:58: findPreferredKernel score for Python 3.9.5 64-bit is 4
Info 2021-06-10 18:04:58: findPreferredKernel score for Python3, Python 3.8.10 64-bit ('5501': conda) is 4
Info 2021-06-10 18:04:58: findPreferredKernel score for Python 3.8.10 64-bit ('5501': conda) is 4
Info 2021-06-10 18:04:58: findPreferredKernel score for Python3, Python 3.7.0 64-bit is 4
Info 2021-06-10 18:04:58: findPreferredKernel score for Python 3.7.0 64-bit is 4
Info 2021-06-10 18:04:58: findKernel found Python 3.8.10 64-bit (windows store)
Info 2021-06-10 18:04:58: Find kernel spec, Class name = LocalKernelFinder, completed in 7022ms, has a truthy return value, Arg 1: <Uri:c:\Users\DAKUTUGA\Desktop\extensions\test\gatherSamples\digits.ipynb>, Arg 2: {"interpreter":{"hash":"aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7"},"kernelspec":{"display_name":"Python 3.8.10 64-bit (windows store)","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.10"},"metadata":{"interpreter":{"hash":"aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7"}},"orig_nbformat":3}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\DAKUTUGA\\AppData\\Roaming\\jupyter\\kernels\\python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7\\kernel.json","interpreterPath":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","name":"python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.8.10 64-bit (windows store)","metadata":{"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"},"id":".jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe.C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe"}
Info 2021-06-10 18:04:58: PreferredConnection: .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe found for NotebookDocument: file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:04:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:04:58: Search all interpreters C:\Python39\python.exe, C:\Users\DAKUTUGA\Miniconda3\python.exe, C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe, C:\Users\DAKUTUGA\Miniconda3\envs\5501\python.exe, C:\Users\DAKUTUGA\AppData\Local\Programs\Python\Python37\python.exe
Info 2021-06-10 18:04:58: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import jupyter"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import jupyter"
Info 2021-06-10 18:04:58: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import jupyter"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import jupyter"
Info 2021-06-10 18:04:58: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import notebook"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import notebook"
Info 2021-06-10 18:04:58: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import notebook"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import notebook"
Info 2021-06-10 18:04:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:04:58: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:04:58: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:04:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:04:59: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
Info 2021-06-10 18:04:59: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
Info 2021-06-10 18:04:59: Kernel python3810jvsc74a57bd06e14d2693d9447238ae156ff274e526dfae1ba852a88a1339ff103319c67b05e matches Python 3.8.10 64-bit ('base': conda) based on path in argv.
Info 2021-06-10 18:04:59: TargetController found ID: .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe for document file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:04:59: Setting controller affinity for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:04:59: Setting setActiveController for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:04:59: Intiailize notebook communications for editor file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:04:59: Resolving notebook UI Comms (resolve) for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:04:59: initialize CommonMessageCoordinator
Info 2021-06-10 18:05:02: KernelProvider switched kernel to id = .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe}
Info 2021-06-10 18:05:02: IPyWidgetMessageDispatcher.initialize
Info 2021-06-10 18:05:02: Created and initailized CommonMessageCoordinator
Info 2021-06-10 18:05:02: Attach Coordinator for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:05:02: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:05:02: Switch kernel did not change kernel.
Info 2021-06-10 18:05:02: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:05:02: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m jupyter kernelspec --version
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m jupyter kernelspec --version
Info 2021-06-10 18:05:02: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m jupyter kernelspec --version
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m jupyter kernelspec --version
Info 2021-06-10 18:05:05: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:05:05: Creating daemon pool for C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe with env variables count 0
Info 2021-06-10 18:05:05: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:05: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:05: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:05: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:05: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:05: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:07: Creating daemon process for C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe with env variables count 0
Info 2021-06-10 18:05:07: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-10 18:05:07: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Error 2021-06-10 18:05:10: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py", line 11, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:05:10: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:05:10: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:10: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5018ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:10: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5066ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:10: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:10: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py", line 11, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:05:10: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:05:10: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:10: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5018ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:10: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5061ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:11: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py", line 11, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:05:11: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:05:11: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:11: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5020ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:11: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5087ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:12: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\kernel_launcher_daemon.py", line 16, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:05:12: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:05:12: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:12: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5018ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:12: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5071ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:12: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Info 2021-06-10 18:05:28: Notebook Closed file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:05:28: Kernel got disposed as a result of closing the notebook file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:05:28: Dispose kernel file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/gatherSamples/digits.ipynb
Info 2021-06-10 18:05:37: notebook communications already initialized for editor file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:05:37: Attempting to start a server because of preload conditions ...
Info 2021-06-10 18:05:37: findPreferredKernel score for Python3, Python 3.8.10 64-bit (windows store) is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python 3.8.10 64-bit (windows store) is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Julia 1.6.1 is -1
Info 2021-06-10 18:05:37: findPreferredKernel score for Python3, Python 3.8.10 64-bit ('base': conda) is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python 3.8.10 64-bit ('base': conda) is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python3, Python 3.9.5 64-bit is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python 3.9.5 64-bit is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python3, Python 3.8.10 64-bit ('5501': conda) is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python 3.8.10 64-bit ('5501': conda) is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python3, Python 3.7.0 64-bit is 4
Info 2021-06-10 18:05:37: findPreferredKernel score for Python 3.7.0 64-bit is 4
Info 2021-06-10 18:05:37: findKernel found Python 3.8.10 64-bit (windows store)
Info 2021-06-10 18:05:37: Setting setActiveController for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:05:37: Intiailize notebook communications for editor file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:05:37: Resolving notebook UI Comms (resolve) for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:05:37: initialize CommonMessageCoordinator
Info 2021-06-10 18:05:37: KernelProvider switched kernel to id = .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe}
Info 2021-06-10 18:05:37: Find kernel spec, Class name = LocalKernelFinder, completed in 202ms, has a truthy return value, Arg 1: <Uri:c:\Users\DAKUTUGA\Desktop\extensions\test\interrupt.ipynb>, Arg 2: {"kernelspec":{"display_name":"Python 3.8.8 64-bit (windows store)","name":"python388jvsc74a57bd00d3a551d79c1a1d2363b8219b5f923588d93ca209efbe15447965b21c0248daa"},"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.8"},"metadata":{"interpreter":{"hash":"0d3a551d79c1a1d2363b8219b5f923588d93ca209efbe15447965b21c0248daa"}},"orig_nbformat":2}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\DAKUTUGA\\AppData\\Roaming\\jupyter\\kernels\\python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7\\kernel.json","interpreterPath":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","name":"python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.8.10 64-bit (windows store)","metadata":{"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"},"id":".jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe.C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe"}
Info 2021-06-10 18:05:37: PreferredConnection: .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe found for NotebookDocument: file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:05:37: TargetController found ID: .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe for document file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:05:37: Setting controller affinity for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:05:37: Switch kernel did not change kernel.
Info 2021-06-10 18:05:37: IPyWidgetMessageDispatcher.initialize
Info 2021-06-10 18:05:37: Created and initailized CommonMessageCoordinator
Info 2021-06-10 18:05:37: Attach Coordinator for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:05:37: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:05:37: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:05:37: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
Info 2021-06-10 18:05:37: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m pip list
Info 2021-06-10 18:05:38: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:05:38: Creating daemon pool for C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe with env variables count 0
Info 2021-06-10 18:05:38: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:38: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:38: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:38: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:38: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-10 18:05:38: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Error 2021-06-10 18:05:43: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py", line 11, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:05:43: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:05:43: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5049ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5105ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py", line 11, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:05:43: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:05:43: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5028ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5162ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py", line 11, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:05:43: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:05:43: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5022ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:05:43: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5470ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Info 2021-06-10 18:06:05: Execute Cells request 1 1
Info 2021-06-10 18:06:05: Execute Cell 1 file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:05: Starting Notebook in kernel.ts id = .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:06:05: Cell Index:1, state:undefined, exec: undefined. User queued cell for execution
Info 2021-06-10 18:06:05: Creating raw notebook for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:05: Getting preferred kernel for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:05: Computing working directory file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:05: Connecting to raw session for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\DAKUTUGA\\AppData\\Roaming\\jupyter\\kernels\\python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7\\kernel.json","interpreterPath":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","name":"python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.8.10 64-bit (windows store)","metadata":{"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"},"id":".jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe.C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe"}
Info 2021-06-10 18:06:05: Starting raw kernel Python 3.8.10 64-bit (windows store)
Info 2021-06-10 18:06:05: installMissingDependencies C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:06:05: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:06:06: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:06: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:07: Install Missing Dependencies, Class name = KernelDependencyService, completed in 1713ms, has a falsy return value, Return Value: undefined
Info 2021-06-10 18:06:07: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-06-10 18:06:07: Launching kernel daemon for Python 3.8.10 64-bit (windows store) # C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:06:07: No custom variables for Kernel as interpreter is not conda, but is WindowsStore
Info 2021-06-10 18:06:07: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"07a10ad5-f566-4330-9632-e1ec4de5abbb" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676VeZ1x5JAQo4O.json
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"07a10ad5-f566-4330-9632-e1ec4de5abbb" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676VeZ1x5JAQo4O.json
Info 2021-06-10 18:06:07: Process Execution: cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
Info 2021-06-10 18:06:07: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"07a10ad5-f566-4330-9632-e1ec4de5abbb" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676VeZ1x5JAQo4O.json
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"07a10ad5-f566-4330-9632-e1ec4de5abbb" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676VeZ1x5JAQo4O.json
Info 2021-06-10 18:06:07: Process Execution: cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
Info 2021-06-10 18:06:07: Launching kernel daemon, Class name = PythonKernelLauncherDaemon, completed in 186ms, has a truthy return value, Arg 1: <Uri:c:\Users\DAKUTUGA\Desktop\extensions\test\interrupt.ipynb>, Arg 2: "c:\\Users\\DAKUTUGA\\Desktop\\extensions\\test", Arg 3: {"specFile":"C:\\Users\\DAKUTUGA\\AppData\\Roaming\\jupyter\\kernels\\python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7\\kernel.json","interpreterPath":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","name":"python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"07a10ad5-f566-4330-9632-e1ec4de5abbb\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-5676VeZ1x5JAQo4O.json"],"language":"python","path":"python","display_name":"Python 3.8.10 64-bit (windows store)","metadata":{"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}},"env":{}}, Arg 4: {"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}, Return Value: {"observableOutput":{"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","_handle":{"pid":6824},"spawnargs":["C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"07a10ad5-f566-4330-9632-e1ec4de5abbb\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-5676VeZ1x5JAQo4O.json"],"pid":6824,"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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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}}}
Info 2021-06-10 18:06:07: Launching kernel in kernelProcess.ts, Class name = KernelProcess, completed in 189ms, has a truthy return value, Arg 1: "c:\\Users\\DAKUTUGA\\Desktop\\extensions\\test", Return Value: {"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","_handle":{"pid":6824},"spawnargs":["C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"07a10ad5-f566-4330-9632-e1ec4de5abbb\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-5676VeZ1x5JAQo4O.json"],"pid":6824,"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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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}}
Info 2021-06-10 18:06:07: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:06:07: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:07: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:09: Cached data exists getEnvironmentVariables, c:\Users\DAKUTUGA\Desktop\extensions\test\interrupt.ipynb
Info 2021-06-10 18:06:09: Creating daemon process for C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe with env variables count 0
Info 2021-06-10 18:06:09: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-10 18:06:09: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-10 18:06:09: KernelProcess error: C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
  warn(

Warn 2021-06-10 18:06:09: StdErr from Kernel Process C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
  warn(

Info 2021-06-10 18:06:09: KernelProcess error: C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '07a10ad5-f566-4330-9632-e1ec4de5abbb' instead of 'b"07a10ad5-f566-4330-9632-e1ec4de5abbb"'.
  warn(

Warn 2021-06-10 18:06:09: StdErr from Kernel Process C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '07a10ad5-f566-4330-9632-e1ec4de5abbb' instead of 'b"07a10ad5-f566-4330-9632-e1ec4de5abbb"'.
  warn(

Info 2021-06-10 18:06:09: KernelProcess output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676VeZ1x5JAQo4O.json

Info 2021-06-10 18:06:09: Kernel Output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676VeZ1x5JAQo4O.json

Info 2021-06-10 18:06:10: Raw session started and connected
Started kernel Python 3.8.10 64-bit (windows store)
Info 2021-06-10 18:06:10: Initial setup for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb starting ...
Info 2021-06-10 18:06:10: UpdateWorkingDirectoryAndPath
Info 2021-06-10 18:06:10: Kernel switching to busy
Info 2021-06-10 18:06:10: Kernel switching to idle
Info 2021-06-10 18:06:10: Starting raw kernel Python 3.8.10 64-bit (windows store)
Info 2021-06-10 18:06:10: installMissingDependencies C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:06:10: Kernel switching to busy
Info 2021-06-10 18:06:10: Kernel switching to idle
Info 2021-06-10 18:06:10: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:06:10: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:10: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:10: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:06:10: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
Info 2021-06-10 18:06:10: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
Info 2021-06-10 18:06:11: Initial setup complete for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:11: Finished connecting 79fbf9d7-318b-4a3d-a444-9ef00d4a5088
Info 2021-06-10 18:06:11: Updating preferred kernel for remote notebook 0657327d-95dc-4907-aac0-6da5d3961c15
Info 2021-06-10 18:06:11: Preferred kernel for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb is 0657327d-95dc-4907-aac0-6da5d3961c15
Info 2021-06-10 18:06:11: UpdateWorkingDirectoryAndPath
Info 2021-06-10 18:06:11: IPyWidgetScriptSource.initialize
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_kernelOptions
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: Registering commtarget jupyter.widget
Info 2021-06-10 18:06:11: IPyWidgetMessageDispatcher.initialize
Info 2021-06-10 18:06:11: changeDirectoryIfPossible
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: Kernel switching to busy
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Busy
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: Kernel switching to idle
Info 2021-06-10 18:06:11: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Idle
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: Waiting for idle on (kernel): 0657327d-95dc-4907-aac0-6da5d3961c15 -> idle
Info 2021-06-10 18:06:11: Finished waiting for idle on (kernel): 0657327d-95dc-4907-aac0-6da5d3961c15 -> idle
Info 2021-06-10 18:06:11: Hooked up kernel restart handler
Info 2021-06-10 18:06:11: Cell Index:1, state:2, exec: undefined. Ready to execute
Info 2021-06-10 18:06:11: Cell Index:1, state:2, exec: undefined. Before Execute individual cell
Info 2021-06-10 18:06:11: Cell Index:1, state:2, exec: undefined. Start execution
Info 2021-06-10 18:06:11: Cell Exec contents import time
for i in range(10000):
      print(i...
Info 2021-06-10 18:06:11: Cell Index:1, state:3, exec: undefined. Send code for execution
Info 2021-06-10 18:06:11: Cell Index:1, state:3, exec: undefined. Wait for jupyter execution
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: Cell Index:1, state:3, exec: undefined. Kernel switching to busy
Info 2021-06-10 18:06:11: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Busy
Info 2021-06-10 18:06:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:11: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:12: Install Missing Dependencies, Class name = KernelDependencyService, completed in 1509ms, has a falsy return value, Return Value: undefined
Info 2021-06-10 18:06:12: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-06-10 18:06:12: Launching kernel daemon for Python 3.8.10 64-bit (windows store) # C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:06:12: No custom variables for Kernel as interpreter is not conda, but is WindowsStore
Info 2021-06-10 18:06:12: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:06:12: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:12: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:06:12: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:12: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:12: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:13: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:13: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:13: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:13: Cached data exists getEnvironmentVariables, c:\Users\DAKUTUGA\Desktop\extensions\test\interrupt.ipynb
Info 2021-06-10 18:06:13: Creating daemon process for C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe with env variables count 0
Info 2021-06-10 18:06:13: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-10 18:06:13: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Error 2021-06-10 18:06:14: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\kernel_launcher_daemon.py", line 16, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:06:14: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:06:14: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:06:14: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5021ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:06:14: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5060ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:06:14: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Info 2021-06-10 18:06:14: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9008 --control=9006 --hb=9005 --Session.signature_scheme="hmac-sha256" --Session.key=b"e60d32fa-9f19-406e-818b-dfa0735a477c" --shell=9007 --transport="tcp" --iopub=9009 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-56763G1MT1ebPYB3.json
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9008 --control=9006 --hb=9005 --Session.signature_scheme="hmac-sha256" --Session.key=b"e60d32fa-9f19-406e-818b-dfa0735a477c" --shell=9007 --transport="tcp" --iopub=9009 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-56763G1MT1ebPYB3.json
Info 2021-06-10 18:06:14: Process Execution: cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
Info 2021-06-10 18:06:14: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9008 --control=9006 --hb=9005 --Session.signature_scheme="hmac-sha256" --Session.key=b"e60d32fa-9f19-406e-818b-dfa0735a477c" --shell=9007 --transport="tcp" --iopub=9009 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-56763G1MT1ebPYB3.json
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9008 --control=9006 --hb=9005 --Session.signature_scheme="hmac-sha256" --Session.key=b"e60d32fa-9f19-406e-818b-dfa0735a477c" --shell=9007 --transport="tcp" --iopub=9009 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-56763G1MT1ebPYB3.json
Info 2021-06-10 18:06:14: Process Execution: cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
Info 2021-06-10 18:06:14: Launching kernel daemon, Class name = PythonKernelLauncherDaemon, completed in 1761ms, has a truthy return value, Arg 1: <Uri:c:\Users\DAKUTUGA\Desktop\extensions\test\interrupt.ipynb>, Arg 2: "c:\\Users\\DAKUTUGA\\Desktop\\extensions\\test", Arg 3: {"specFile":"C:\\Users\\DAKUTUGA\\AppData\\Roaming\\jupyter\\kernels\\python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7\\kernel.json","interpreterPath":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","name":"python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"e60d32fa-9f19-406e-818b-dfa0735a477c\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-56763G1MT1ebPYB3.json"],"language":"python","path":"python","display_name":"Python 3.8.10 64-bit (windows store)","metadata":{"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}},"env":{}}, Arg 4: {"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}, Return Value: {"observableOutput":{"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","_handle":{"pid":16400},"spawnargs":["C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"e60d32fa-9f19-406e-818b-dfa0735a477c\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-56763G1MT1ebPYB3.json"],"pid":16400,"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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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}}}
Info 2021-06-10 18:06:14: Launching kernel in kernelProcess.ts, Class name = KernelProcess, completed in 1765ms, has a truthy return value, Arg 1: "c:\\Users\\DAKUTUGA\\Desktop\\extensions\\test", Return Value: {"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","_handle":{"pid":16400},"spawnargs":["C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"e60d32fa-9f19-406e-818b-dfa0735a477c\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-56763G1MT1ebPYB3.json"],"pid":16400,"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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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}}
Info 2021-06-10 18:06:14: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:14: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:14: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:15: KernelProcess error: C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
  warn(
C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'e60d32fa-9f19-406e-818b-dfa0735a477c' instead of 'b"e60d32fa-9f19-406e-818b-dfa0735a477c"'.
  warn(

Warn 2021-06-10 18:06:15: StdErr from Kernel Process C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
  warn(
C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'e60d32fa-9f19-406e-818b-dfa0735a477c' instead of 'b"e60d32fa-9f19-406e-818b-dfa0735a477c"'.
  warn(

Info 2021-06-10 18:06:15: KernelProcess output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-56763G1MT1ebPYB3.json

Info 2021-06-10 18:06:15: Kernel Output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-56763G1MT1ebPYB3.json

Info 2021-06-10 18:06:15: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:15: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:15: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:16: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:16: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:16: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:17: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:17: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:17: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:18: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:18: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:18: Cell Index:1, state:3, exec: 1. Update streamed output
Error 2021-06-10 18:06:18: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\kernel_launcher_daemon.py", line 16, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:06:18: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:06:18: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:06:18: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5039ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:06:18: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5103ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:06:18: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Info 2021-06-10 18:06:19: notebook communications already initialized for editor file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:19: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:19: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:19: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:20: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:20: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:20: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:21: notebook communications already initialized for editor file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:21: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:21: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:21: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:22: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:22: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:22: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:23: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:23: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:23: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:23: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:23: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:23: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:23: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:23: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:23: Interrupt kernel execution
Info 2021-06-10 18:06:23: Cancel pending cells
Info 2021-06-10 18:06:23: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:23: Interrupting kernel: python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7
Info 2021-06-10 18:06:23: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:23: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:23: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:24: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:24: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:24: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:25: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:25: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:25: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:26: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:26: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:26: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:26: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:26: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:26: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:26: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:26: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:26: Interrupt kernel execution
Info 2021-06-10 18:06:26: Cancel pending cells
Info 2021-06-10 18:06:26: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:26: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:26: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:26: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:27: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:27: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:27: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:27: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:27: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:27: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: Interrupt kernel execution
Info 2021-06-10 18:06:27: Cancel pending cells
Info 2021-06-10 18:06:27: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:27: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:27: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:27: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:27: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:27: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:27: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: Interrupt kernel execution
Info 2021-06-10 18:06:27: Cancel pending cells
Info 2021-06-10 18:06:27: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:27: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:27: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:27: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:27: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:27: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:27: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:27: Interrupt kernel execution
Info 2021-06-10 18:06:27: Cancel pending cells
Info 2021-06-10 18:06:27: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:27: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:27: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:27: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:28: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:28: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:28: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:28: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:28: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:28: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: Interrupt kernel execution
Info 2021-06-10 18:06:28: Cancel pending cells
Info 2021-06-10 18:06:28: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:28: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:28: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:28: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:28: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:28: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:28: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: Interrupt kernel execution
Info 2021-06-10 18:06:28: Cancel pending cells
Info 2021-06-10 18:06:28: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:28: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:28: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:28: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:28: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:28: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:28: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:28: Interrupt kernel execution
Info 2021-06-10 18:06:28: Cancel pending cells
Info 2021-06-10 18:06:28: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:28: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:28: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:28: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:29: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:29: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:29: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:30: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:30: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:30: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:31: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:31: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:31: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:31: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:31: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:31: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:31: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:32: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:32: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:32: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:33: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:33: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:33: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:34: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:34: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:34: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:34: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:34: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:34: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:34: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:35: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:35: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:35: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:36: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:36: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:36: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:37: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:37: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:38: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:38: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:38: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:38: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:38: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:38: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:38: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:38: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:38: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:38: Interrupt kernel execution
Info 2021-06-10 18:06:38: Cancel pending cells
Info 2021-06-10 18:06:38: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:38: Interrupting kernel: python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7
Info 2021-06-10 18:06:38: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:38: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:38: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:39: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:39: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:39: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:39: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:39: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:39: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:39: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:39: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:39: Interrupt kernel execution
Info 2021-06-10 18:06:39: Cancel pending cells
Info 2021-06-10 18:06:39: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:39: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:39: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:39: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:39: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:39: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:39: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:39: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:39: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:39: Interrupt kernel execution
Info 2021-06-10 18:06:39: Cancel pending cells
Info 2021-06-10 18:06:39: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:39: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:39: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:39: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:39: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:39: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:39: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:40: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt kernel execution
Info 2021-06-10 18:06:40: Cancel pending cells
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:40: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:40: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:40: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:40: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:40: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:40: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:40: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt kernel execution
Info 2021-06-10 18:06:40: Cancel pending cells
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:40: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:40: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:40: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:40: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:40: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt kernel execution
Info 2021-06-10 18:06:40: Cancel pending cells
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:40: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:40: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:40: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:40: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:40: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:40: Interrupt kernel execution
Info 2021-06-10 18:06:40: Cancel pending cells
Info 2021-06-10 18:06:40: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:41: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:41: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:41: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:42: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:42: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:42: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:43: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:43: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:43: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:43: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:43: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:43: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:43: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:43: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:43: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:43: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:43: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:43: Interrupt kernel execution
Info 2021-06-10 18:06:43: Cancel pending cells
Info 2021-06-10 18:06:43: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:44: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:44: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:44: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:44: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:44: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:44: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:44: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:44: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:44: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: Interrupt kernel execution
Info 2021-06-10 18:06:44: Cancel pending cells
Info 2021-06-10 18:06:44: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:44: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:44: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:44: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:44: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:44: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:44: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: Interrupt kernel execution
Info 2021-06-10 18:06:44: Cancel pending cells
Info 2021-06-10 18:06:44: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:44: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:44: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:44: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:44: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:44: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:44: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:44: Interrupt kernel execution
Info 2021-06-10 18:06:44: Cancel pending cells
Info 2021-06-10 18:06:44: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:45: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:45: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:45: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:46: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:46: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:46: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:47: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:47: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:47: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:48: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:48: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:48: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:48: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:48: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:48: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:48: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:48: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:48: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:48: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:48: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:48: Interrupt kernel execution
Info 2021-06-10 18:06:48: Cancel pending cells
Info 2021-06-10 18:06:48: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:49: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:49: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:49: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:49: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:49: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt kernel execution
Info 2021-06-10 18:06:49: Cancel pending cells
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:49: Interrupting kernel: python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7
Info 2021-06-10 18:06:49: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:49: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:49: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt kernel execution
Info 2021-06-10 18:06:49: Cancel pending cells
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:49: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:49: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:49: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt kernel execution
Info 2021-06-10 18:06:49: Cancel pending cells
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:49: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:49: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:49: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: Interrupt kernel execution
Info 2021-06-10 18:06:49: Cancel pending cells
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:49: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:06:49: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:06:49: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:06:49: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:49: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:50: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:06:50: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:50: Interrupt kernel execution
Info 2021-06-10 18:06:50: Cancel pending cells
Info 2021-06-10 18:06:50: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:06:50: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:50: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:50: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:51: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:51: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:51: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:51: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:51: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:51: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:51: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:51: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:51: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:52: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:52: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:52: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:52: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:52: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:52: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:52: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:52: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:06:52: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:52: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:06:52: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:06:53: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:53: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:53: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:54: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:54: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:55: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:56: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:56: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:56: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:57: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:57: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:57: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:58: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:58: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:58: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:06:59: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:06:59: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:06:59: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:00: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:00: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:00: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:01: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:01: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:01: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:02: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:02: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:02: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:03: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:03: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:03: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:04: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:04: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:04: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:05: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:05: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:05: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:06: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:06: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:06: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:07: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:07: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:07: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:08: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:08: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:08: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:09: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:09: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:09: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:10: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:10: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:10: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:11: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:12: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:12: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:12: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:13: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:13: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:13: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:14: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:14: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:14: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:15: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:15: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:15: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:16: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:16: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:16: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:17: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:17: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:17: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:18: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:18: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:18: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:19: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:19: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:19: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:20: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:20: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:20: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:21: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:21: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:21: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:22: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:22: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:22: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:23: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:23: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:23: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:24: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:24: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:24: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:25: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:25: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:25: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:26: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:26: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:26: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:27: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:27: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:27: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:28: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:28: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:28: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:29: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:29: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:29: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:30: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:30: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:30: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:31: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:31: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:31: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:32: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:32: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:32: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:33: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:33: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:33: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:34: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:34: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:34: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:35: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:35: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:35: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:36: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:36: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:36: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:37: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:37: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:37: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:38: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:38: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:38: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:39: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:39: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:39: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:40: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:40: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:40: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:41: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:41: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:41: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:42: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:42: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:42: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:43: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:43: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:43: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:44: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:44: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:44: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:45: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:45: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:45: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:46: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:46: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:46: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:47: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:47: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:47: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:48: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:48: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:48: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:49: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:49: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:49: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:50: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:50: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:50: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:51: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:51: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:51: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:52: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:52: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:52: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:53: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:53: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:53: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:54: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:54: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:55: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:56: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:56: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:56: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:57: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:57: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:57: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:58: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:58: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:58: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:07:59: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:07:59: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:07:59: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:00: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:00: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:00: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:01: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:01: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:01: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:02: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:02: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:02: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:03: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:03: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:03: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:04: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:04: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:04: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:05: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:05: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:05: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:06: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:06: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:06: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:07: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:07: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:07: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:08: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:08: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:08: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:09: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:09: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:09: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:10: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:10: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:10: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:11: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:12: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:12: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:12: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:13: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:13: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:13: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:14: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:14: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:14: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:15: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:15: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:15: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:16: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:16: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:16: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:17: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:17: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:17: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:18: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:18: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:18: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:19: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:19: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:19: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:20: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:20: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:20: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:21: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:21: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:21: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:22: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:22: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:22: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:23: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:23: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:23: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:24: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:24: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:24: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:25: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:25: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:25: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:26: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:26: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:26: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:27: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:27: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:27: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:28: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:28: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:28: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:29: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:29: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:29: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:30: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:30: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:30: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:31: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:31: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:31: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:32: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:32: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:32: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:33: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:33: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:33: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:34: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:34: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:35: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:35: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:35: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:36: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:36: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:36: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:37: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:38: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:38: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:38: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:39: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:39: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:39: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:40: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:40: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:40: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:41: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:41: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:41: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:42: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:42: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:42: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:43: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:43: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:43: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:44: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:44: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:44: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:45: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:45: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:45: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:46: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:46: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:46: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:47: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:47: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:47: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:48: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:48: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:48: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:49: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:49: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:49: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:50: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:50: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:50: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:51: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:51: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:51: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:52: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:52: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:52: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:53: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:53: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:53: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:54: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:54: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:55: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:56: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:56: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:56: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:57: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:57: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:57: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:58: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:58: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:58: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:08:59: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:08:59: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:08:59: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:00: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:00: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:00: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:01: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:01: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:01: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:02: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:02: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:02: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:03: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:03: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:03: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:04: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:04: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:04: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:05: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:05: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:05: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:06: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:06: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:06: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:07: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:07: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:07: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:08: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:08: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:08: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:09: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:09: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:09: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:10: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:10: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:10: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:11: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:11: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:11: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:12: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:12: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:12: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:13: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:13: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:13: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:14: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:14: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:14: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:15: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:15: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:15: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:16: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:16: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:16: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:17: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:17: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:17: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:18: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:18: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:18: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:19: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:19: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:19: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:20: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:20: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:20: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:21: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:21: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:21: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:22: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:22: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:22: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:23: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:23: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:23: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:24: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:24: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:24: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:25: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:25: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:25: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:26: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:26: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:26: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:27: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:27: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:27: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:27: notebook communications already initialized for editor file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:28: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:28: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:28: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:29: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:29: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:29: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:29: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:09:29: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:29: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:29: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:09:30: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:09:30: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:30: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:30: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:09:30: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:09:30: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:30: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:30: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:09:30: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-10 18:09:30: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:30: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:30: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-10 18:09:30: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:30: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:30: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:31: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:31: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:31: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:31: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:09:31: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:09:31: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:09:31: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:09:31: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:31: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:31: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:09:31: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:31: Interrupt kernel execution
Info 2021-06-10 18:09:31: Cancel pending cells
Info 2021-06-10 18:09:31: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:09:31: Interrupting kernel: python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7
Info 2021-06-10 18:09:31: Cell Index:0, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:09:31: Cell Index:1, state:3, exec: 1. Cell cancellation requested
Info 2021-06-10 18:09:31: Cell Index:2, state:undefined, exec: undefined. Cell cancellation requested
Info 2021-06-10 18:09:31: Interrupt requested for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in nativeEditorCommandListener
Info 2021-06-10 18:09:31: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:31: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:31: Interrupt requested & sent for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb in notebookEditor.
Info 2021-06-10 18:09:31: Interrupt requested file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:31: Interrupt kernel execution
Info 2021-06-10 18:09:31: Cancel pending cells
Info 2021-06-10 18:09:31: Cell Index:1, state:3, exec: 1. Cell is already running, waiting for it to finish or kernel to start
Info 2021-06-10 18:09:32: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:32: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:32: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:33: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:33: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:33: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:34: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:34: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:34: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:35: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:35: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:35: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:36: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:36: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:36: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:37: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:37: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:37: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:38: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:38: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:38: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:39: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:39: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:39: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:40: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:40: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:40: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:41: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:41: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:41: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:42: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:42: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:42: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:43: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:43: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:43: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:44: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:44: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:44: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:45: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:45: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:45: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:46: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:46: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:46: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:47: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:47: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:47: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:48: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:48: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:48: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:49: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:49: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:49: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:50: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:50: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:50: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:51: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:51: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:51: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:52: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:52: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:52: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:53: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:53: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:53: Cell Index:1, state:3, exec: 1. Update streamed output
Info 2021-06-10 18:09:54: restartKernel - finishing cells that are outstanding
Info 2021-06-10 18:09:54: restartKernel - restarting kernel
Info 2021-06-10 18:09:54: Restarting 0657327d-95dc-4907-aac0-6da5d3961c15
Info 2021-06-10 18:09:54: �[32mWidget Coordinator sent IPyWidgets_onRestartKernel
Info 2021-06-10 18:09:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:54: �[32mWidget Coordinator sent IPyWidgets_kernelOptions
Info 2021-06-10 18:09:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:54: Got new session 38b5a5cf-d4ca-4e1a-99bd-22a38f07207f
Info 2021-06-10 18:09:54: Starting raw kernel Python 3.8.10 64-bit (windows store)
Info 2021-06-10 18:09:54: installMissingDependencies C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:09:54: Started new restart session
Info 2021-06-10 18:09:54: shutdownSession 0657327d-95dc-4907-aac0-6da5d3961c15, .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe - start
Info 2021-06-10 18:09:54: Session can be shutdown .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:09:54: Dispose Kernel process
Info 2021-06-10 18:09:54: restartKernel - initialSetup
Info 2021-06-10 18:09:54: Initial setup for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb starting ...
Info 2021-06-10 18:09:54: UpdateWorkingDirectoryAndPath
Info 2021-06-10 18:09:54: Dispose Kernel process
Info 2021-06-10 18:09:54: Cell Index:1, state:3, exec: 1. Completed successfully
Info 2021-06-10 18:09:54: Cell Index:1, state:3, exec: 1. Completed successfully & resolving
Info 2021-06-10 18:09:54: Cell Index:1, state:3, exec: 1. After Execute individual cell 3
Info 2021-06-10 18:09:54: Cancel all remaining cells true || 3
Info 2021-06-10 18:09:54: Cancel pending cells
Info 2021-06-10 18:09:54: Cell Index:1, state:3, exec: 1. Cancellation execution error
Info 2021-06-10 18:09:54: shutdownSession 0657327d-95dc-4907-aac0-6da5d3961c15, .jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe.C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe - shutdown complete
Info 2021-06-10 18:09:54: Cell Index:1, state:3, exec: 1. Execution disposed
Info 2021-06-10 18:09:54: Dispose Kernel process
Info 2021-06-10 18:09:54: KernelProcess Exit Exit - undefined C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
  warn(
C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '07a10ad5-f566-4330-9632-e1ec4de5abbb' instead of 'b"07a10ad5-f566-4330-9632-e1ec4de5abbb"'.
  warn(

Info 2021-06-10 18:09:54: �[32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-10 18:09:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:54: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:54: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:54: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:54: Kernel switching to busy
Info 2021-06-10 18:09:54: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Busy
Info 2021-06-10 18:09:54: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:09:54: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:09:54: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Kernel switching to idle
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Idle
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Kernel switching to busy
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Busy
Info 2021-06-10 18:09:55: Kernel switching to idle
Info 2021-06-10 18:09:55: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Idle
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:09:55: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
Info 2021-06-10 18:09:55: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import sys;print(sys.executable)"
Info 2021-06-10 18:09:55: Initial setup complete for file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:55: restartKernel - initialSetup completed
Info 2021-06-10 18:09:55: Time to restart kernel is 1.236s
Info 2021-06-10 18:09:55: Notebook Kernel restarted file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-10 18:09:55: Cancel all executions as Kernel was restarted
Info 2021-06-10 18:09:55: Cancel pending cells
Info 2021-06-10 18:09:55: Registering commtarget jupyter.widget
Info 2021-06-10 18:09:55: UpdateWorkingDirectoryAndPath
Info 2021-06-10 18:09:55: changeDirectoryIfPossible
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Kernel switching to busy
Info 2021-06-10 18:09:55: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Busy
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Kernel switching to idle
Info 2021-06-10 18:09:55: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Idle
Info 2021-06-10 18:09:55: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-10 18:09:55: �[32mPosting message to Notebook UI 
Info 2021-06-10 18:09:55: Waiting for idle on (kernel): 38b5a5cf-d4ca-4e1a-99bd-22a38f07207f -> idle
Info 2021-06-10 18:09:55: Finished waiting for idle on (kernel): 38b5a5cf-d4ca-4e1a-99bd-22a38f07207f -> idle
Info 2021-06-10 18:09:56: Install Missing Dependencies, Class name = KernelDependencyService, completed in 1812ms, has a falsy return value, Return Value: undefined
Info 2021-06-10 18:09:56: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-06-10 18:09:56: Launching kernel daemon for Python 3.8.10 64-bit (windows store) # C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe
Info 2021-06-10 18:09:56: No custom variables for Kernel as interpreter is not conda, but is WindowsStore
Info 2021-06-10 18:09:56: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"8d9be75e-af21-4ec0-87b7-2a30545e0db3" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676oiqhdyBcW69t.json
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"8d9be75e-af21-4ec0-87b7-2a30545e0db3" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676oiqhdyBcW69t.json
Info 2021-06-10 18:09:56: Process Execution: cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
Info 2021-06-10 18:09:56: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"8d9be75e-af21-4ec0-87b7-2a30545e0db3" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676oiqhdyBcW69t.json
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"8d9be75e-af21-4ec0-87b7-2a30545e0db3" --shell=9002 --transport="tcp" --iopub=9004 --f=C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676oiqhdyBcW69t.json
Info 2021-06-10 18:09:56: Process Execution: cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
cwd: c:\Users\DAKUTUGA\Desktop\extensions\test
Info 2021-06-10 18:09:56: Launching kernel daemon, Class name = PythonKernelLauncherDaemon, completed in 67ms, has a truthy return value, Arg 1: <Uri:c:\Users\DAKUTUGA\Desktop\extensions\test\interrupt.ipynb>, Arg 2: "c:\\Users\\DAKUTUGA\\Desktop\\extensions\\test", Arg 3: {"specFile":"C:\\Users\\DAKUTUGA\\AppData\\Roaming\\jupyter\\kernels\\python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7\\kernel.json","interpreterPath":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","name":"python3810jvsc74a57bd0aab0113024dcb4777ee3087b6c5c7e139ae4e8cbd41e4ecb835b7f03f42db5d7","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"8d9be75e-af21-4ec0-87b7-2a30545e0db3\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-5676oiqhdyBcW69t.json"],"language":"python","path":"python","display_name":"Python 3.8.10 64-bit (windows store)","metadata":{"interpreter":{"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}},"env":{}}, Arg 4: {"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0","envType":"WindowsStore","envName":"","envPath":"","path":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","architecture":3,"sysVersion":"3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.10","major":3,"minor":8,"patch":10,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Microsoft","displayName":"Python 3.8.10 64-bit (windows store)"}, Return Value: {"observableOutput":{"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","_handle":{"pid":20424},"spawnargs":["C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"8d9be75e-af21-4ec0-87b7-2a30545e0db3\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-5676oiqhdyBcW69t.json"],"pid":20424,"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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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}}}
Info 2021-06-10 18:09:56: Launching kernel in kernelProcess.ts, Class name = KernelProcess, completed in 70ms, has a truthy return value, Arg 1: "c:\\Users\\DAKUTUGA\\Desktop\\extensions\\test", Return Value: {"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","_handle":{"pid":20424},"spawnargs":["C:\\Users\\DAKUTUGA\\AppData\\Local\\Microsoft\\WindowsApps\\python3.8.exe","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"8d9be75e-af21-4ec0-87b7-2a30545e0db3\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=C:\\Users\\DAKUTUGA\\AppData\\Local\\Temp\\tmp-5676oiqhdyBcW69t.json"],"pid":20424,"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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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":1,"_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,"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":null,"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":2,"_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":null,"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":2,"_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}}
Info 2021-06-10 18:09:56: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-10 18:09:56: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:09:56: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -c "import ipykernel"
Info 2021-06-10 18:09:57: KernelProcess error: C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
  warn(
C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '8d9be75e-af21-4ec0-87b7-2a30545e0db3' instead of 'b"8d9be75e-af21-4ec0-87b7-2a30545e0db3"'.
  warn(

Warn 2021-06-10 18:09:57: StdErr from Kernel Process C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
  warn(
C:\Users\DAKUTUGA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '8d9be75e-af21-4ec0-87b7-2a30545e0db3' instead of 'b"8d9be75e-af21-4ec0-87b7-2a30545e0db3"'.
  warn(

Info 2021-06-10 18:09:57: Cached data exists getEnvironmentVariables, c:\Users\DAKUTUGA\Desktop\extensions\test\interrupt.ipynb
Info 2021-06-10 18:09:57: Creating daemon process for C:\Users\DAKUTUGA\AppData\Local\Microsoft\WindowsApps\python3.8.exe with env variables count 0
Info 2021-06-10 18:09:57: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-10 18:09:57: Process Execution: > ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~\AppData\Local\Microsoft\WindowsApps\python3.8.exe -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-10 18:09:57: KernelProcess output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676oiqhdyBcW69t.json

Info 2021-06-10 18:09:57: Kernel Output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing C:\Users\DAKUTUGA\AppData\Local\Temp\tmp-5676oiqhdyBcW69t.json

Error 2021-06-10 18:10:02: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\kernel_launcher_daemon.py", line 16, in <module>
    from vscode_datascience_helpers.daemon.daemon_python import (
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py", line 18, in <module>
    from pyls_jsonrpc.dispatchers import MethodDispatcher
ModuleNotFoundError: No module named 'pyls_jsonrpc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 137, in <module>
    main()
  File "c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\pythonFiles\vscode_datascience_helpers\daemon\__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-06-10 18:10:02: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-06-10 18:10:02: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:10:02: Pinging Daemon Failed, Class name = PythonDaemonFactory, completed in 5058ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:10:02: Failed to create daemon, Class name = PythonDaemonFactory, completed in 5124ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
Error 2021-06-10 18:10:03: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (c:\Users\DAKUTUGA\Desktop\extensions\vscode-jupyter\out\client\common\process\pythonDaemonFactory.js:75:52)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}

@DavidKutu DavidKutu added the bug Issue identified by VS Code Team member as probable bug label Jun 11, 2021
@claudiaregio
Copy link
Contributor

Just ran into this as well, happening in stable and insiders

@DonJayamanne
Copy link
Contributor

How are our tests passing, we have tests specifically for this.
Or is this a Windows specific issue? Need to check if we have tests for interrupt on windows

@DonJayamanne DonJayamanne added regression candidate Issue identified as probable candidate for fixing in the next release labels Jun 11, 2021
@joyceerhl
Copy link
Contributor

Isn't this how interrupt works on Windows? At least I recall @DonJayamanne mentioning that interrupt is instantaneous on *nix and not on Windows. This comment seems to corroborate: ipython/ipython#3400 (comment)

@DonJayamanne
Copy link
Contributor

Aah yes, windows!!!
Try putting a sleep of 5s on windows hopefully that'll help.
Need to confirm if we have tests for interrupt on windows or not, we keep doing this, saying it doesn't work then realize it's a known problem with windows

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jun 14, 2021

Interrupt works on a Mac, @DavidKutu please update the time to 5s and test on windows.
I do'nt think this is a regression (hence removing the regression & release candidate labels).
Please could you validate this.

@DonJayamanne DonJayamanne removed regression candidate Issue identified as probable candidate for fixing in the next release labels Jun 14, 2021
@DavidKutu
Copy link
Author

@DonJayamanne do you mean change the sleep time in the code?
If I do that the issue behaves the same

@DavidKutu
Copy link
Author

The interrupt button in the cell seems to work, but the one in the notebook toolbar doesn't. Here are the logs:

Info 2021-06-14 11:47:35: Execute Cells request 1 1
Info 2021-06-14 11:47:35: Execute Cell 1 file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-14 11:47:35: Cell Index:1, state:1, exec: undefined. User queued cell for execution
Info 2021-06-14 11:47:35: Cell Index:1, state:1, exec: undefined. Ready to execute
Info 2021-06-14 11:47:35: Cell Index:1, state:1, exec: undefined. Before Execute individual cell
Info 2021-06-14 11:47:35: Cell Index:1, state:1, exec: undefined. Start execution
Info 2021-06-14 11:47:35: Cell Index:1, state:3, exec: undefined. Send code for execution
Info 2021-06-14 11:47:35: Cell Index:1, state:3, exec: undefined. Wait for jupyter execution
Info 2021-06-14 11:47:35: �[32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-14 11:47:35: �[32mPosting message to Notebook UI 
Info 2021-06-14 11:47:35: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-14 11:47:35: �[32mPosting message to Notebook UI 
Info 2021-06-14 11:47:35: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-14 11:47:35: �[32mPosting message to Notebook UI 
Info 2021-06-14 11:47:35: Cell Index:1, state:3, exec: undefined. Kernel switching to busy
Info 2021-06-14 11:47:35: Notebook Session status file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb # Busy
Info 2021-06-14 11:47:35: �[32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-14 11:47:35: �[32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-14 11:47:35: �[32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-14 11:47:35: �[32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-14 11:47:35: �[32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-14 11:47:35: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-14 11:47:35: �[32mPosting message to Notebook UI 
Info 2021-06-14 11:47:35: Cell Index:1, state:3, exec: 5. Update streamed output
Info 2021-06-14 11:47:35: �[32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-14 11:47:35: �[32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-14 11:47:38: Interrupt requested for [object Object] in nativeEditorCommandListener
Info 2021-06-14 11:47:38: this.provider.activeEditor?.file.toString() = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-14 11:47:38: this.provider.editors = file:///c%3A/Users/DAKUTUGA/Desktop/extensions/test/interrupt.ipynb
Info 2021-06-14 11:47:38: Interrupt requested for [object Object] in nativeEditorCommandListener & editor not found
Info 2021-06-14 11:47:40: �[32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-14 11:47:40: �[32mPosting message to Notebook UI 
Info 2021-06-14 11:47:40: Cell Index:1, state:3, exec: 5. Update streamed output
Info 2021-06-14 11:47:40: �[32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-14 11:47:40: �[32mWidget Coordinator received IPyWidgets_iopub_msg_handled

@DonJayamanne DonJayamanne self-assigned this Jun 14, 2021
@DonJayamanne DonJayamanne removed their assignment Jun 14, 2021
@DonJayamanne DonJayamanne added regression candidate Issue identified as probable candidate for fixing in the next release labels Jun 14, 2021
@DavidKutu DavidKutu self-assigned this Jun 30, 2021
@DavidKutu
Copy link
Author

validated

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release
Projects
None yet
Development

No branches or pull requests

4 participants