Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

ipywidgets fails to work in latest vscode + python-vscode ... if a notebook is launched before a simple Python script #1028

Closed
stonebig opened this issue May 16, 2020 · 11 comments
Labels
bug

Comments

@stonebig
Copy link

@stonebig stonebig commented May 16, 2020

Bug: Notebook Editor, Interactive Window, Editor cells

Steps to cause the bug to occur

  1. using WinPython-3.8.3.0 (to be released)
  2. prepared as usual a directory with VSCode-1.45.1.0 and Python-vscode-2020.5.78807, and latest Jupyter+ipywidgets

Actual behavior

GIF_VSCode

Expected behavior

via notebook
GIF_notebook

Your Jupyter and/or Python environment

Please provide as much info as you readily know

  • Jupyter server running: Local
  • Extension version: 2020.5.78807
  • VS Code version: 1.45.1.0
  • Setting python.jediEnabled: (the default)
  • Python and/or Anaconda version: 3.8.3 WinPython-3.8.3.0 (to be released)
  • OS: Windows | Mac | Linux (distro): Windows
  • Virtual environment: None

Developer Tools Console Output

console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:26:24: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Deprecated since version 0.17.0. Use the project API instead, which means Script(project=Project(dir, sys_path=sys_path)) instead.
script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:26:24: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the line is now done in the functions themselves like Script(...).complete(line, column)
script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the column is now done in the functions themselves like Script(...).complete(line, column)
script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Use the code keyword argument instead.
script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:26:24: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:628: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).infer instead.
script.goto_definitions(), request["id"]

Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer

@stonebig
Copy link
Author

@stonebig stonebig commented May 16, 2020

going further down, degrading to jedi-0.15.2, I see it seems to fail because of 1 bad fantom Python installation on my PC, and/or because WinPython is not registered. shall be then a recent change in python-vscode ?

console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:39:47: Failed to create File hash for interpreter C:\WinP\bd36\winpython-3.6.8-amd64\python-3.6.8.amd64\python.exe [Error: ENOENT: no such file or directory, lstat 'C:\WinP\bd36\winpython-3.6.8-amd64\python-3.6.8.amd64\python.exe'] {  errno: -4058,  code: 'ENOENT',  syscall: 'lstat',  path: 'C:\\WinP\\bd36\\winpython-3.6.8-amd64\\python-3.6.8.amd64\\python.exe'}
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:39:48: Failed to get interpreter information for 'C:\WinP\bd36\winpython-3.6.8-amd64\python-3.6.8.amd64\python.exe' [Error: Command failed: "C:\\WinP\bd36\winpython-3.6.8-amd64\python-3.6.8.amd64\python.exe" "c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py" "c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\interpreterInfo.py"Le chemin d'acc�s sp�cifi� est introuvable.
	at ChildProcess.exithandler (child_process.js:308:12)	at ChildProcess.emit (events.js:203:13)	at maybeClose (internal/child_process.js:1021:16)	at Socket.<anonymous> (internal/child_process.js:430:11)	at Socket.emit (events.js:203:13)	at Pipe.<anonymous> (net.js:588:12)] {  killed: false,  code: 1,  signal: null,  cmd: '"C:\\\\WinP\\bd36\\winpython-3.6.8-amd64\\python-3.6.8.amd64\\python.exe" "c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\pyvsc-run-isolated.py" "c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\interpreterInfo.py"'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:39:48: Detection of Python Interpreter for Command py and args -3.7 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed as file  does not exist`

@stonebig
Copy link
Author

@stonebig stonebig commented May 16, 2020

after removing Python-3.6 gohst, now I'm down to this, before launchong a Ipython Notebook cell:

[Extension Host] Info Python Extension: 2020-05-16 08:53:37: id is 29705b77-f710-4504-b3be-11270cf1af81
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Attempting to start a server because of preload conditions ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Display locator refreshing progress, Class name = p, completed in 3ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Notify locators are locating, Class name = p, completed in 4ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Detected refreshing of Interpreters, Class name = p, completed in 6ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 73ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 51ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 46ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 45ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Register Interpreter Watcher, Class name = p, completed in 40ms, has a falsy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 40ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 36ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 27ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Build the workspace interpreter watcher, Class name = d, completed in 73ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: ZMQ install verified.
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: autoSelectInterpreter, Class name = f, completed in 32ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Selected Interpreter from windowsRegistry, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: autoSelectInterpreter, Class name = f, completed in 4ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: autoSelectInterpreter, Class name = f, completed in 6ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking for server existence.
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking for server usability.
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: setGlobalInterpreter, Class name = f, completed in 251ms, has a falsy return value, Arg 1: undefined, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: autoSelectInterpreter, Class name = f, completed in 254ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters, Class name = g, completed in 369ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Interpreters returned by WindowsRegistryService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Interpreters returned by WindowsRegistryService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Current value for rule system is {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Current value for rule currentPath is {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Get Interpreters, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:37: Selected Interpreter from system, {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:38: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:38: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:38: > python3.7 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:38: > python3.6 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > python3 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > python2 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > python c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > py -3.7 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > py -3.6 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > py -3 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > py -2 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Cached data exists getEnvironmentVariables, c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Build the workspace interpreter watcher, Class name = d, completed in 5ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command python3.7 and args c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command python3.6 and args c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command python2 and args c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, , Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: > conda info --json
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: setGlobalInterpreter, Class name = f, completed in 1428ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: setGlobalInterpreter, Class name = f, completed in 1422ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.3 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: autoSelectInterpreter, Class name = f, completed in 1709ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: autoSelectInterpreter, Class name = f, completed in 1710ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Interpreters returned by CondaEnvService are []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 16ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Get Interpreters, Class name = g, completed in 19ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Cached data exists getEnvironmentVariables, c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Loading web panel. Panel is notset
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Loading web view...
console.ts:137 [Extension Host] Warn Python Extension: 2020-05-16 08:53:39: startHttpServer=false, will not be used. Temporarily turned off
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Web view created.
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command py and args -2 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed as file  does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command py and args -3 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed as file  does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command py and args -3.6 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed as file  does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command py and args -3.7 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed as file  does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command python3 and args c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed as file  does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Interpreters returned by VirtualEnvService are []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:39: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters, Class name = g, completed in 5ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe'
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Shell path identified as shell 'powershell'
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Terminal shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe' identified as shell 'powershell'
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: [object Object]. Shell identified as powershell 
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Shell identified as 'powershell'
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists KeyPrefix=Cache_Method_Output__.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters, Class name = g, completed in 9ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Attempting to start a server because of preload conditions ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters, Class name = g, completed in 5ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:53:40: Failed to get interpreter information for 'C:\Users\helene\AppData\Local\Microsoft\WindowsApps\python.exe' [Error: Command failed: "C:\\Users\helene\AppData\Local\Microsoft\WindowsApps\python.exe" "c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py" "c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\interpreterInfo.py"Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640	at ChildProcess.exithandler (child_process.js:308:12)	at ChildProcess.emit (events.js:203:13)	at maybeClose (internal/child_process.js:1021:16)	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)] {  killed: false,  code: 9009,  signal: null,  cmd: '"C:\\\\Users\\helene\\AppData\\Local\\Microsoft\\WindowsApps\\python.exe" "c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\pyvsc-run-isolated.py" "c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\interpreterInfo.py"'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:53:40: Failed to get interpreter information for 'C:\Users\helene\AppData\Local\Microsoft\WindowsApps\python3.exe' [Error: Command failed: "C:\\Users\helene\AppData\Local\Microsoft\WindowsApps\python3.exe" "c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py" "c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\interpreterInfo.py"Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640	at ChildProcess.exithandler (child_process.js:308:12)	at ChildProcess.emit (events.js:203:13)	at maybeClose (internal/child_process.js:1021:16)	at Socket.<anonymous> (internal/child_process.js:430:11)	at Socket.emit (events.js:203:13)	at Pipe.<anonymous> (net.js:588:12)] {  killed: false,  code: 9009,  signal: null,  cmd: '"C:\\\\Users\\helene\\AppData\\Local\\Microsoft\\WindowsApps\\python3.exe" "c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\pyvsc-run-isolated.py" "c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\interpreterInfo.py"'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists getEnvironmentVariables, c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Interpreters returned by CurrentPathService are of count 2
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Interpreters returned by KnownPathsService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: undefined, Return Value: []
4console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: getActivatedEnvironmentVariables, Class name = E, completed in 2984ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: getActivatedEnvironmentVariables, Class name = E, completed in 2988ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import jupyter"
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: getActivatedEnvironmentVariables, Class name = E, completed in 3216ms, has a falsy return value, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: undefined, Return Value: []
4console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Get Interpreters, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: getActivatedEnvironmentVariables, Class name = E, completed in 569ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.3 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:40: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import ipykernel"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:41: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:41: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:41: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py jupyter kernelspec --version
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Starting notebook server.
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Connecting to history server
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Getting kernel specs for history server
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Display locator refreshing progress, Class name = p, completed in 3ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Notify locators are locating, Class name = p, completed in 3ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Detected refreshing of Interpreters, Class name = p, completed in 3ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Launching history server
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Starting Notebook
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 12ms, has a truthy return value, Arg 1: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 9ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters, Class name = g, completed in 19ms, has a truthy return value, Arg 1: undefined, Arg 2: {"onSuggestion":true}, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: getActivatedEnvironmentVariables, Class name = E, completed in 4ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
6console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Get Interpreters, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Generating custom default config at C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857\jupyter_notebook_config.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Starting Jupyter Notebook
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Asking for kernelspecs from jupyter
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe (daemon) -m jupyter notebook --no-browser --notebook-dir=C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857 --config=C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857\jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe (daemon) -m jupyter kernelspec list --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Waiting for Jupyter Notebook
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 8276): Execute rpc method exec_module_observable in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 14048): Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 10336): Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 8276): Execute rpc method exec_module_observable from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 14048): Execute rpc method exec_module from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 10336): Execute rpc method exec_module from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 8276): Exec in DS Daemon (observable) jupyter with args ['notebook', '--no-browser', '--notebook-dir=C:\\Users\\helene\\AppData\\Local\\Temp\\bc78f2f5-b5e7-45d0-bf52-91dd86db8857', '--config=C:\\Users\\helene\\AppData\\Local\\Temp\\bc78f2f5-b5e7-45d0-bf52-91dd86db8857\\jupyter_notebook_config.py', '--NotebookApp.iopub_data_rate_limit=10000000000.0']
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 14048): Exec in DS Daemon jupyter with args ['kernelspec', 'list', '--json']
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:42: Python Daemon (pid: 10336): Exec in DS Daemon jupyter with args ['kernelspec', 'list', '--json']
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:43: Python Daemon (pid: 14048): listing kernels as json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:43: Python Daemon (pid: 10336): listing kernels as json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:43: Web view react rendered
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:43: Request for onigasm file at c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client\node_modules\onigasm\lib\onigasm.wasm
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:43: Request for tmlanguage file.
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:43: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:43: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:44: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:44: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:44: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:44: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:44: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:44: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:45: Python Daemon (pid: 8276): Starting notebook with args ['--no-browser', '--notebook-dir=C:\\Users\\helene\\AppData\\Local\\Temp\\bc78f2f5-b5e7-45d0-bf52-91dd86db8857', '--config=C:\\Users\\helene\\AppData\\Local\\Temp\\bc78f2f5-b5e7-45d0-bf52-91dd86db8857\\jupyter_notebook_config.py', '--NotebookApp.iopub_data_rate_limit=10000000000.0']
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
5console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading base colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading base colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading base colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Attempting search for colors ...
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:46: Loading base colors from c:\WinP\bd38\bucod\WPy64-3830\t\vscode\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
8console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:47: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:49: Python Daemon (pid: 8276): getting attr for stderr: encoding
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:50: Python Daemon (pid: 8276): getting attr for stdout: encoding
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 8276): getting attr for stdout: encoding
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): Execute rpc method ping from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): Execute rpc method ping from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe (daemon) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getJupyterKernels.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): Execute rpc method exec_file in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe (daemon) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getJupyterKernels.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): Execute rpc method exec_file from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): Exec file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getJupyterKernels.py with args []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): execute file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getJupyterKernels.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): Execute rpc method exec_file in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): Execute rpc method exec_file from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): Exec file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getJupyterKernels.py with args []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): execute file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getJupyterKernels.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Parsing kernelspecs from jupyter
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): Execute rpc method ping from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 14048): pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Parsing kernelspecs from jupyter
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): Execute rpc method ping from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 10336): pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Spec argv[0] updated from 'C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe' to 'C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe'
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","displayName":"Python 3.8.3 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: getActivatedEnvironmentVariables, Class name = E, completed in 6ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown","displayName":"Python 3.8.3 64-bit","__store":true}, Arg 3: true
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 8276): write to stderr: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 6108): Execute rpc method prewarm_kernel in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 6108): Execute rpc method prewarm_kernel from C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 6108): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:51: Python Daemon (pid: 6108): Exec in DS Kernel Launcher Daemon (observable) ['C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe', 'c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\vscode_datascience_helpers\\..\\pyvsc-run-isolated.py', 'c:\\WinP\\bd38\\bucod\\WPy64-3830\\t\\vscode\\data\\extensions\\ms-python.python-2020.5.78807\\pythonFiles\\vscode_datascience_helpers\\kernel_prewarm_starter.py']
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:52: Python Daemon (pid: 6108): Exec in DS Kernel Launcher Daemon (observable)
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:52: Python Daemon (pid: 6108): Kernel launched, with PID 1976
console.ts:137 [Extension Host] Warn Python Extension: 2020-05-16 08:53:52: Python Daemon (pid: 6108): Waiting for Kernel to die 1976
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:52: Python Daemon (pid: 6108): Kernel launched, with PID as a daemon 1976
2console.ts:137 [Extension Host] (node:5504) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
webviewElement.ts:287 [Embedded Page] Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/Microsoft/monaco-editor#faq
webviewElement.ts:287 [Embedded Page] Failed to construct 'Worker': Script at 'vscode-resource://file///c%3A/WinP/bd38/bucod/WPy64-3830/notebooks/docs/editor.worker.js' cannot be accessed from origin 'null'.
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:53: Python Daemon (pid: 8276): write to stderr: [I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:53: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:53: Python Daemon (pid: 8276): write to stderr: [I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:53: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:53: Python Daemon (pid: 8276): write to stderr: [I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 8276): write to stderr: [I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 8276): write to stderr: [I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 8276): write to stderr: [I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe (daemon) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 8276): write to stderr: [I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe (daemon) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 8276): write to stderr: [C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 14048): Execute rpc method exec_file in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 14048): Execute rpc method exec_file from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 10336): Execute rpc method exec_file in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\WinP\\bd37\\bu\\WPy64-3771\\python-3.7.7.amd64","fileHash":"633c90c5057f5bffaec3f22f2f24f3381d2721b6a70220162d8538ba7f0ee564dff54cadd60f14117dbc4a436c7eeb69f8246b39d944255cc06295900d33dc07","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit","__store":true}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 14048): Exec file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getServerInfo.py with args []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 10336): Execute rpc method exec_file from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 14048): execute file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 10336): Exec file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getServerInfo.py with args []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:54: Python Daemon (pid: 10336): execute file c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getServerInfo.py
4console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: > C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\vscode_datascience_helpers\getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Connecting to process for history server
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Connecting server 4f7bba94-e7c7-4502-9489-83fa86b96deb kernelSpec python38364bit3679fb2ff8924f73bd874cc159140ec2
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 10336): Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 10336): Execute rpc method ping from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 10336): pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 8276): write to stderr: [I 08:53:55.273 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 14048): Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 14048): Execute rpc method ping from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 14048): pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Python Daemon (pid: 8276): write to stderr: [I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /[I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b
console.ts:137 [Extension Host] Starting WebSocket: ws://localhost:8888/api/kernels/f76b9bb5-71e8-407c-bc93-f9c432eaa35b
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:55: Waiting for idle on (kernel): f76b9bb5-71e8-407c-bc93-f9c432eaa35b -> unknown
console.ts:137 [Extension Host] Kernel: connected (f76b9bb5-71e8-407c-bc93-f9c432eaa35b)
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Finished waiting for idle on (kernel): f76b9bb5-71e8-407c-bc93-f9c432eaa35b -> idle
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Connection complete for history server
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Server started.
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Cached data exists getEnvironmentVariables, c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Started session 4f7bba94-e7c7-4502-9489-83fa86b96deb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Waiting for idle (session) 4f7bba94-e7c7-4502-9489-83fa86b96deb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Waiting for idle on (kernel): f76b9bb5-71e8-407c-bc93-f9c432eaa35b -> idle
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Finished waiting for idle on (kernel): f76b9bb5-71e8-407c-bc93-f9c432eaa35b -> idle
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Initialize config for plots for file:///c%3A/WinP/bd38/bucod/WPy64-3830/notebooks/docs/Winpython_checker.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"},{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Get Interpreters, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:c:\WinP\bd38\bucod\WPy64-3830\notebooks\docs\Winpython_checker.ipynb>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.3-final","major":3,"minor":8,"patch":3,"prerelease":["final"],"build":[],"version":"3.8.3-final"},"sysPrefix":"C:\\WinP\\bd38\\bucod\\WPy64-3830\\python-3.8.3.amd64","fileHash":"169de86acd82df90695f58bdd2733b7adbfdd780b59d52b3d4764dd4ac2a6873b24422265be4b74570d8998b2075cfba849b7534764cd6392d181c99b73230c0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Python Daemon (pid: 8276): write to stderr: [I 08:53:59.346 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /[I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b[I 08:53:59.346 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Kernel switching to busy
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Kernel switching to idle
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Initial setup complete for file:///c%3A/WinP/bd38/bucod/WPy64-3830/notebooks/docs/Winpython_checker.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Finished connecting 4f7bba94-e7c7-4502-9489-83fa86b96deb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Registering commtarget jupyter.widget
webviewElement.ts:287 [Embedded Page] Starting WebSocket: BOGUS_PVSC/api/kernels/f76b9bb5-71e8-407c-bc93-f9c432eaa35b
webviewElement.ts:287 [Embedded Page] Kernel: connected (f76b9bb5-71e8-407c-bc93-f9c432eaa35b)
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Python Daemon (pid: 8276): write to stderr: [I 08:53:59.438 NotebookApp] Kernel started: 68c3542a-40f3-4193-8dcf-6061f9f9181a
console.ts:137 [Extension Host] Starting WebSocket: ws://localhost:8888/api/kernels/68c3542a-40f3-4193-8dcf-6061f9f9181a
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Started session 4f7bba94-e7c7-4502-9489-83fa86b96deb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Waiting for idle (session) 4f7bba94-e7c7-4502-9489-83fa86b96deb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Waiting for idle on (kernel): 68c3542a-40f3-4193-8dcf-6061f9f9181a -> unknown
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /[I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b[I 08:53:59.346 NotebookApp] Creating new notebook in /[I 08:53:59.438 NotebookApp] Kernel started: 68c3542a-40f3-4193-8dcf-6061f9f9181a
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Python Daemon (pid: 8276): write to stderr: [I 08:53:59.443 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /[I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b[I 08:53:59.346 NotebookApp] Creating new notebook in /[I 08:53:59.438 NotebookApp] Kernel started: 68c3542a-40f3-4193-8dcf-6061f9f9181a[I 08:53:59.443 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Python Daemon (pid: 8276): write to stderr: [I 08:53:59.521 NotebookApp] Kernel started: aff753fd-dafd-4fb1-b05f-c3b4f520189f
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /[I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b[I 08:53:59.346 NotebookApp] Creating new notebook in /[I 08:53:59.438 NotebookApp] Kernel started: 68c3542a-40f3-4193-8dcf-6061f9f9181a[I 08:53:59.443 NotebookApp] Creating new notebook in /[I 08:53:59.521 NotebookApp] Kernel started: aff753fd-dafd-4fb1-b05f-c3b4f520189f
console.ts:137 [Extension Host] Starting WebSocket: ws://localhost:8888/api/kernels/aff753fd-dafd-4fb1-b05f-c3b4f520189f
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:53:59: Waiting for idle on (kernel): aff753fd-dafd-4fb1-b05f-c3b4f520189f -> unknown
console.ts:137 [Extension Host] Kernel: connected (68c3542a-40f3-4193-8dcf-6061f9f9181a)
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Finished waiting for idle on (kernel): 68c3542a-40f3-4193-8dcf-6061f9f9181a -> idle
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Initialize config for plots for file:///c%3A/WinP/bd38/bucod/WPy64-3830/notebooks/docs/Winpython_checker.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Kernel switching to busy
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Kernel switching to idle
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Initial setup complete for file:///c%3A/WinP/bd38/bucod/WPy64-3830/notebooks/docs/Winpython_checker.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Finished connecting 4f7bba94-e7c7-4502-9489-83fa86b96deb
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Python Daemon (pid: 8276): write to stderr: [I 08:54:02.670 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /[I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b[I 08:53:59.346 NotebookApp] Creating new notebook in /[I 08:53:59.438 NotebookApp] Kernel started: 68c3542a-40f3-4193-8dcf-6061f9f9181a[I 08:53:59.443 NotebookApp] Creating new notebook in /[I 08:53:59.521 NotebookApp] Kernel started: aff753fd-dafd-4fb1-b05f-c3b4f520189f[I 08:54:02.670 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Python Daemon (pid: 8276): write to stderr: [I 08:54:02.770 NotebookApp] Kernel started: 99746174-b6be-4c31-b3ad-e0d09be0f28f
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: [I 08:53:51.748 NotebookApp] Loading IPython parallel extension[I 08:53:53.645 NotebookApp] JupyterLab extension loaded from C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\lib\site-packages\jupyterlab[I 08:53:53.646 NotebookApp] JupyterLab application directory is C:\WinP\bd37\bu\WPy64-3771\python-3.7.7.amd64\share\jupyter\lab[I 08:53:53.992 NotebookApp] Serving notebooks from local directory: C:\Users\helene\AppData\Local\Temp\bc78f2f5-b5e7-45d0-bf52-91dd86db8857[I 08:53:53.992 NotebookApp] The Jupyter Notebook is running at:[I 08:53:53.993 NotebookApp] http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.995 NotebookApp]  or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:53.996 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 08:53:54.008 NotebookApp]         To access the notebook, open this file in a browser:        file:///C:/WinP/bd38/bucod/WPy64-3830/settings/runtime/nbserver-8276-open.html    Or copy and paste one of these URLs:        http://localhost:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90     or http://127.0.0.1:8888/?token=6323b3df3ae98e9a252bbe578cb4f2aca071279edee84d90[I 08:53:55.273 NotebookApp] Creating new notebook in /[I 08:53:55.561 NotebookApp] Kernel started: f76b9bb5-71e8-407c-bc93-f9c432eaa35b[I 08:53:59.346 NotebookApp] Creating new notebook in /[I 08:53:59.438 NotebookApp] Kernel started: 68c3542a-40f3-4193-8dcf-6061f9f9181a[I 08:53:59.443 NotebookApp] Creating new notebook in /[I 08:53:59.521 NotebookApp] Kernel started: aff753fd-dafd-4fb1-b05f-c3b4f520189f[I 08:54:02.670 NotebookApp] Creating new notebook in /[I 08:54:02.770 NotebookApp] Kernel started: 99746174-b6be-4c31-b3ad-e0d09be0f28f
console.ts:137 [Extension Host] Starting WebSocket: ws://localhost:8888/api/kernels/99746174-b6be-4c31-b3ad-e0d09be0f28f
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Waiting for idle on (kernel): 99746174-b6be-4c31-b3ad-e0d09be0f28f -> unknown
console.ts:137 [Extension Host] Kernel: connected (aff753fd-dafd-4fb1-b05f-c3b4f520189f)
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:02: Finished waiting for idle on (kernel): aff753fd-dafd-4fb1-b05f-c3b4f520189f -> idle
console.ts:137 [Extension Host] Kernel: connected (99746174-b6be-4c31-b3ad-e0d09be0f28f)
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:05: Finished waiting for idle on (kernel): 99746174-b6be-4c31-b3ad-e0d09be0f28f -> idle
5console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: Cached data exists getEnvironmentVariables, c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: cwd: c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: Cached data exists getEnvironmentVariables, c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\out\client
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-16 08:54:13: > C:\WinP\bd38\bucod\WPy64-3830\python-3.8.3.amd64\python.exe c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:14: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Deprecated since version 0.17.0. Use the project API instead, which means Script(project=Project(dir, sys_path=sys_path)) instead.
  script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:14: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the line is now done in the functions themselves like `Script(...).complete(line, column)`
  script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the column is now done in the functions themselves like `Script(...).complete(line, column)`
  script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Use the code keyword argument instead.
  script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:14: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:628: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).infer instead.
  script.goto_definitions(), request["id"]
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:22: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Deprecated since version 0.17.0. Use the project API instead, which means Script(project=Project(dir, sys_path=sys_path)) instead.
  script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the line is now done in the functions themselves like `Script(...).complete(line, column)`
  script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:22: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the column is now done in the functions themselves like `Script(...).complete(line, column)`
  script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Use the code keyword argument instead.
  script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:22: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:628: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).infer instead.
  script.goto_definitions(), request["id"]
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:24: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Deprecated since version 0.17.0. Use the project API instead, which means Script(project=Project(dir, sys_path=sys_path)) instead.
  script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the line is now done in the functions themselves like `Script(...).complete(line, column)`
  script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:24: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Providing the column is now done in the functions themselves like `Script(...).complete(line, column)`
  script = jedi.Script(
c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:594: DeprecationWarning: Use the code keyword argument instead.
  script = jedi.Script(
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-16 08:54:24: stderr jediProxy Error (stderr) c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:628: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).infer instead.
  script.goto_definitions(), request["id"]
t.log @ console.ts:137

@stonebig
Copy link
Author

@stonebig stonebig commented May 16, 2020

is this this ?

Error Python Extension: 2020-05-16 08:53:39: Detection of Python Interpreter for Command py and args -2 c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed as file  does not exist`

@stonebig
Copy link
Author

@stonebig stonebig commented May 16, 2020

there is a python in the path

C:\WinP\bd38\bucod\WPy64-3830\scripts>c:\WinP\bd38\bucod\WPy64-3830\t\vscode\data\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable)
Can't find a default Python.

C:\WinP\bd38\bucod\WPy64-3830\scripts>python
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> exit()

C:\WinP\bd38\bucod\WPy64-3830\scripts>

there is , to the reverse no "py.exe", in my case.

@stonebig
Copy link
Author

@stonebig stonebig commented May 16, 2020

hum, interesting now:

  • starting VSCode,
  • opening then launching a simple "minesweeper.py" ==> works
  • then only, opening and launching my "Wynpython_checker.ipynb" , to redo initial cell launching with an ipywidget ==> works.

@stonebig
Copy link
Author

@stonebig stonebig commented May 16, 2020

in the initial situation :

  • I see on top right Jupyter kernel being "Local" (available) before Python 3.83 becomes "Idle" (so detected) , Jupyter Kernel starts very slowly, with in the end no ipywidgets activated

GIFvscode_start

  • on the second attempt, first launching minesweeper.py, it's of course the reverse, and ipywidgets is activated

@stonebig stonebig changed the title ipywidgets fails to work in latest vscode + python-vscode ... Is there a recommanded Jedi-0.15.2 Version ? ipywidgets fails to work in latest vscode + python-vscode ... if a notebook is launched before a simple Python script May 16, 2020
@stonebig
Copy link
Author

@stonebig stonebig commented May 16, 2020

opening a Python file alone gives several Jedi "Deprecation" warnings and a Node "Security Deprecation warning"
VSCode-1589621981882.log

applying this simple patch (moving 9 lines) in your vendored Jedi-0.17.0 would also be nice

davidhalter/jedi@f871f5e

@stonebig
Copy link
Author

@stonebig stonebig commented May 17, 2020

doing this doesn't change the behavior:

{ 
"python.pythonPath": "${env:WINPYDIR}\\\\python.exe", 
"python.interpreterPath": "${env:WINPYDIR}\\\\python.exe", 
"python.dataScience.widgetScriptSources": [ 
"jsdelivr.com", 
"unpkg.com" 
], 
} 

@DavidKutu
Copy link

@DavidKutu DavidKutu commented May 19, 2020

Thanks for your feedback @stonebig and sorry you've had all this trouble. I don't think this is a problem with Jedi or with the detection of Python Interpreter. I can execute your code as expected and I also get those errors.

I believe your error should appear on the other console. With your notebook open press
ctrl + shift + P and look for Developer: Open Webview Developer Tools and please share the errors that come up.

@stonebig
Copy link
Author

@stonebig stonebig commented May 22, 2020

with latest python-vscode , it's still there, and I get this in the console, and this only, after executing the typical cell

monaco.bundle.js:1 Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/Microsoft/monaco-editor#faq
we @ monaco.bundle.js:1
monaco.bundle.js:1 Failed to construct 'Worker': Script at 'vscode-resource://file///c%3A/WinP/bd38/bucod/WPy64-3830/notebooks/docs/editor.worker.js' cannot be accessed from origin 'null'.
we @ monaco.bundle.js:1
commons.initial.bundle.js:2 Starting WebSocket: BOGUS_PVSC/api/kernels/192a0010-d4f3-4c98-9961-795f39b70c32
commons.initial.bundle.js:2 Kernel: connected (192a0010-d4f3-4c98-9961-795f39b70c32)

image

@stonebig
Copy link
Author

@stonebig stonebig commented Jul 9, 2020

Looks better now, closing

@stonebig stonebig closed this Jul 9, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 11, 2020
@DonJayamanne DonJayamanne added bug info needed labels Nov 11, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug
Projects
None yet
Development

No branches or pull requests

3 participants