question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Export current Python file and output as Jupyter notebook does not always show up

See original GitHub issue

Environment data

  • VS Code version: 1.34.20
  • Extension version (available under the Extensions sidebar): 2019.4.12954
  • OS and version: Remote - Debian Linux 9; Local - Win 10, connected via SSH to remote
  • Python version (& distribution if applicable, e.g. Anaconda): 3.71 64 bit (base: conda)
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): GCP instance running Debian Linux 9
  • Relevant/affected Python packages and their versions: Python 2019.4.12954

Expected behaviour

  1. I am using VS Code Insiders edition 1.34.20 with remote development through SSH from a Win10 box to a GCP cloud instance running Debian Linux 9. I have the MS Python extension loaded remotely and am running Jupyter notebooks. When I select “export the current Python file, with output as a Jupyter notebook” from the command palette, I expect the file to be created.

  2. When I cancel the export because it is hung and try to either do it again or choose “export the Python interactive window as a Jupyter notebook” from the command palette, I expect both options to appear in the drop down.

Actual behaviour

  1. The process hangs
  2. Neither of the options appears in the dropdown

Steps to reproduce:

  1. Connect to a remote instance running Debian Linux 9 from MS Code via SSH
  2. Ensure that the Python extension is loaded remotely
  3. Import a Jupyter notebook
  4. Run some cells in the notebook that produce text and graphics
  5. Select “export the current Python file, with output as a Jupyter notebook” from the command palette
  6. The export should hang
  7. Cancel the export
  8. Open the command palette and try to select either “export the current Python file, with output as a Jupyter notebook” or “export the Python interactive window as a Jupyter notebook” from the command palette: neither should appear

Logs

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

Starting Microsoft Python language server. [Info - 20:39:35] GetCurrentSearchPaths /usr/bin/python3 [Info - 20:39:35] Python search paths: [Info - 20:39:35] /usr/lib/python3.5 [Info - 20:39:35] /usr/lib/python3.5/plat-x86_64-linux-gnu [Info - 20:39:35] /usr/lib/python3.5/lib-dynload [Info - 20:39:35] /usr/local/lib/python3.5/dist-packages [Info - 20:39:35] /usr/local/lib/python3.5/site-packages [Info - 20:39:35] /usr/lib/python3/dist-packages [Info - 20:39:35] Configuration search paths: [Info - 20:39:36] Microsoft Python Language Server version 0.2.82.0 [Info - 20:39:36] Initializing for /usr/bin/python3 [Info - 20:42:09] GetCurrentSearchPaths /opt/anaconda3/bin/python [Info - 20:42:09] Python search paths: [Info - 20:42:09] /opt/anaconda3/lib/python3.7 [Info - 20:42:09] /opt/anaconda3/lib/python3.7/lib-dynload [Info - 20:42:09] /opt/anaconda3/lib/python3.7/site-packages [Info - 20:42:09] Configuration search paths: [Info - 20:42:10] Microsoft Python Language Server version 0.2.82.0 [Info - 20:42:10] Initializing for /opt/anaconda3/bin/python

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)

[Extension Host] debugger listening on port 33898 workbench.main.js:238 [Extension Host] Extension ‘fabiospampinato.vscode-todo-plus’ uses a document selector without scheme. Learn more about this: https://go.microsoft.com/fwlink/?linkid=872305 workbench.main.js:238 [Extension Host] (node:6431) [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 @ workbench.main.js:238 workbench.main.js:238 [Extension Host] Extension ‘ms-python.python’ uses a document selector without scheme. Learn more about this: https://go.microsoft.com/fwlink/?linkid=872305 workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */python workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern //python workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = p, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: <Return value cannot be serialized for logging> workbench.main.js:238 [Extension Host] Python Extension: Detection of Python Interpreter for Command python3.6 and args failed workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = exit workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking support of .NET, Class name = c, , Return Value: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = exit workbench.main.js:238 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: <Return value cannot be serialized for logging> workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: undefined 2workbench.main.js:238 [Extension Host] Python Extension: Get language server folder name, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: “languageServer.0.2.82” workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Activation Commands received undefined workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Get language server folder name, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: “languageServer.0.2.82” 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by CondaEnvFileService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by VirtualEnvService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from windowsRegistry workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from currentPath, {“architecture”:3,“path”:“C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe”,“version”:{“raw”:“3.6.6-final”,“major”:3,“minor”:6,“patch”:6,“prerelease”:[“final”],“build”:[],“version”:“3.6.6-final”},“sysPrefix”:“C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64”,“fileHash”:“5fa7a7d8fc52b2d943f2df0e60f5907d6ec705222cb0f0a041b3c1a0a413c8c17452b7bfec5709824bf9fd969c2685f94427172e430f9c81d17a2d768c5989a9”,“type”:“Unknown”,“cachedEntry”:true} workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from system, {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“type”:“Unknown”,“cachedEntry”:true,“displayName”:“Python 3.7.1 64-bit”} workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is nothing workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is nothing workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, Nothing Selected workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by KnownPathsService are of count 16 workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by CurrentPathService are of count 5 workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {“architecture”:3,“path”:“C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe”,“version”:{“raw”:“3.6.6-final”,“major”:3,“minor”:6,“patch”:6,“prerelease”:[“final”],“build”:[],“version”:“3.6.6-final”},“sysPrefix”:“C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64”,“fileHash”:“5fa7a7d8fc52b2d943f2df0e60f5907d6ec705222cb0f0a041b3c1a0a413c8c17452b7bfec5709824bf9fd969c2685f94427172e430f9c81d17a2d768c5989a9”,“type”:“Unknown”,“cachedEntry”:true}, Arg 2: undefined, Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from currentPath workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“type”:“Unknown”,“cachedEntry”:true,“displayName”:“Python 3.7.1 64-bit”}, Arg 2: undefined, Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Rule = system, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from system workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: undefined, Arg 2: undefined, Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from cachedInterpreters workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Failed to discover if linter pylint is available, Class name = f, Arg 1: {“configService”:{“serviceContainer”:{“container”:{“options”:{“autoBindInjectable”:false,“defaultScope”:“Transient”},“guid”:“0de64ec1-35d7-6143-4dbc-f6fa9f290504”,“_bindingDictionary”:{“_map”:{}},“_snapshots”:[],“_middleware”:null,“parent”:null,“_metadataReader”:{}}},“workspaceService”:{}},“_product”:3,“_id”:“pylint”,“_configFileNames”:[“.pylintrc”,“pylintrc”],“workspaceService”:{}}, Arg 2: <Uri:c:\Users\David\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\contrib\welcome\page\browser\vs_code_welcome_page>, Return Value: undefined TypeError: Cannot read property ‘uri’ of undefined at f.isLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:678059) at f.o.value (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:1:17722) at f.promptIfLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:677148) at S.enableUnconfiguredLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:682168) at S.getActiveLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:680590) at S.isLintingEnabled (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:680390) at w.shouldLintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:696472) at w.lintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694573) at e.documents.textDocuments.map (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694416) at Array.map (<anonymous>) at w.lintOpenPythonFiles (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694398) at Timeout.setTimeout [as _onTimeout] (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:703609) at ontimeout (timers.js:427:11) at tryOnTimeout (timers.js:289:5) at listOnTimeout (timers.js:252:5) at Timer.processTimers (timers.js:212:10) t.log @ workbench.main.js:238 workbench.main.js:238 [Extension Host] Python Extension: Starting Language Server, Class name = d, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking support of .NET, Class name = c, , Return Value: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Python Extension (Error in Failed to check if file needs to be fixed, method:doesFileNeedToBeFixed): Error: ENOENT: no such file or directory, open ‘/home/XXXXXXXXXXXXX/.config/Code - Insiders/User/settings.json’ t.log @ workbench.main.js:238 workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = exit workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */python workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern //python workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is nothing workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is nothing workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, Nothing Selected workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = p, Arg 1: undefined, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from windowsRegistry workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = exit workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from currentPath, {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“type”:“Unknown”} workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: undefined, Return Value: undefined 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging> workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: undefined, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: undefined, Arg 2: undefined, Return Value: false workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“type”:“Unknown”}, Arg 2: undefined, Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from cachedInterpreters workbench.main.js:238 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from currentPath 2workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: undefined, Return Value: undefined 2workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from system, {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“type”:“Unknown”,“displayName”:“Python 3.7.1 64-bit”} 2workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0 workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by CondaEnvService are of count 2 workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true workbench.main.js:238 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: undefined, Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Current value for rule workspaceEnvs is nothing workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“type”:“Unknown”,“displayName”:“Python 3.7.1 64-bit”}, Arg 2: undefined, Return Value: false workbench.main.js:238 [Extension Host] Python Extension: Rule = system, result = runNextRule workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from system workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: undefined, Return Value: undefined 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Activation Commands received undefined workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: [NbConvertApp] Converting notebook /home/XXXXXXXXXXXXX/fastai/lesson1DAL.ipynb to python

workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, Untitled-1 workbench.main.js:238 [Extension Host] Python Extension: Loading web panel. Panel is notset workbench.main.js:238 [Extension Host] Python Extension: Loading web view… workbench.main.js:238 [Extension Host] Python Extension: Web view created. 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Getting jupyter server options … workbench.main.js:238 [Extension Host] Python Extension: Connecting to jupyter server … workbench.main.js:238 [Extension Host] Python Extension: Connecting to history server workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Launching history server workbench.main.js:238 [Extension Host] Python Extension: Generating custom default config at /tmp/e6230b9f-db09-4166-a43b-2e26b609c8d0/jupyter_notebook_config.py workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Searching for token colors … workbench.main.js:238 [Extension Host] Python Extension: Attempting search for colors … workbench.main.js:238 [Extension Host] Python Extension: Color theme Default Dark+ not found. Using default colors. t.log @ workbench.main.js:238 workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: [I 20:40:33.877 NotebookApp] Writing notebook server cookie secret to /run/user/369342192/jupyter/notebook_cookie_secret

workbench.main.js:238 [Extension Host] Python Extension: [I 20:40:34.220 NotebookApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.7/site-packages/jupyterlab [I 20:40:34.220 NotebookApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab workbench.main.js:238 [Extension Host] Python Extension:

workbench.main.js:238 [Extension Host] Python Extension: [I 20:40:34.413 NotebookApp] [nb_conda] enabled

workbench.main.js:238 [Extension Host] Python Extension: [I 20:40:34.593 NotebookApp] ✓ nbpresent HTML export ENABLED

workbench.main.js:238 [Extension Host] Python Extension: [W 20:40:34.593 NotebookApp] ✗ nbpresent PDF export DISABLED: No module named ‘nbbrowserpdf’ [I 20:40:34.594 NotebookApp] Serving notebooks from local directory: /tmp/e6230b9f-db09-4166-a43b-2e26b609c8d0 [I 20:40:34.594 NotebookApp] The Jupyter Notebook is running at: [I 20:40:34.594 NotebookApp] http://localhost:8888/?token=bd509c526b572dcc1b709c7f86fda2c072f02b740d4ade1d [I 20:40:34.594 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: [C 20:40:34.598 NotebookApp]

To access the notebook, open this file in a browser:
    file:///run/user/369342192/jupyter/nbserver-6596-open.html
Or copy and paste one of these URLs:
    http://localhost:8888/?token=bd509c526b572dcc1b709c7f86fda2c072f02b740d4ade1d

workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/usr/bin/python3”,“version”:{“raw”:“3.5.3-final”,“major”:3,“minor”:5,“patch”:3,“prerelease”:[“final”],“build”:[],“version”:“3.5.3-final”},“sysPrefix”:“/usr”,“fileHash”:“aafeb2ce23a8f40612e9f8192db34f044a1395aa380247fab497f2f9b4771f0029f28d51374181f0a0543d8b5217fa32d0356095d474d94db8713c39b94ebbd8”,“type”:“Unknown”,“displayName”:“Python 3.5.3 64-bit”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Connecting to process for history server workbench.main.js:238 [Extension Host] Python Extension: Connecting server 78b31d59-9af5-4ec7-9ab7-364102e79bd1 workbench.main.js:238 [Extension Host] Python Extension: [I 20:40:35.073 NotebookApp] Creating new notebook in /

workbench.main.js:238 [Extension Host] Python Extension: [I 20:40:35.158 NotebookApp] Kernel started: 891a60dc-15f3-4dbd-9b93-9ce991cb50cd

workbench.main.js:238 [Extension Host] Starting WebSocket: ws://localhost:8888/api/kernels/891a60dc-15f3-4dbd-9b93-9ce991cb50cd workbench.main.js:238 [Extension Host] Python Extension: Started session 78b31d59-9af5-4ec7-9ab7-364102e79bd1 workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle 78b31d59-9af5-4ec7-9ab7-364102e79bd1 55workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: unknown workbench.main.js:238 [Extension Host] Python Extension: [I 20:40:35.727 NotebookApp] Adapting to protocol v5.1 for kernel 891a60dc-15f3-4dbd-9b93-9ce991cb50cd

workbench.main.js:238 [Extension Host] Kernel: connected (891a60dc-15f3-4dbd-9b93-9ce991cb50cd) workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: connected 4workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: busy workbench.main.js:238 [Extension Host] Python Extension: Performing initial setup 78b31d59-9af5-4ec7-9ab7-364102e79bd1 workbench.main.js:238 [Extension Host] Python Extension: Finished connecting 78b31d59-9af5-4ec7-9ab7-364102e79bd1 workbench.main.js:238 [Extension Host] Python Extension: Connection complete for history server workbench.main.js:238 [Extension Host] Python Extension: Connected to jupyter server. workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … workbench.main.js:238 [Extension Host] Python Extension: Adding sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 complete workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 58e9b738-8483-4f40-8f9d-b5ce55f73b9e workbench.main.js:238 [Extension Host] Python Extension: Failed to discover if linter pylint is available, Class name = f, Arg 1: {“configService”:{“serviceContainer”:{“container”:{“options”:{“autoBindInjectable”:false,“defaultScope”:“Transient”},“guid”:“0de64ec1-35d7-6143-4dbc-f6fa9f290504”,“_bindingDictionary”:{“_map”:{}},“_snapshots”:[],“_middleware”:null,“parent”:null,“_metadataReader”:{}}},“workspaceService”:{}},“_product”:3,“_id”:“pylint”,“_configFileNames”:[“.pylintrc”,“pylintrc”],“workspaceService”:{}}, Arg 2: Uri:Untitled-1, Return Value: undefined TypeError: Cannot read property ‘uri’ of undefined at f.isLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:678059) at f.o.value (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:1:17722) at f.promptIfLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:677148) at S.enableUnconfiguredLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:682168) at S.getActiveLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:680590) at S.isLintingEnabled (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:680390) at w.shouldLintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:696472) at w.lintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694573) at e.documents.textDocuments.map (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694416) at Array.map (<anonymous>) at w.lintOpenPythonFiles (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694398) at disposables.push.interpreterService.onDidChangeInterpreter (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:703122) at u.fire (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:47:720) at b.onConfigChanged (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:624050) at n.onDidChangeConfiguration.e (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:625023) at u.fire (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:47:720) at p.$acceptConfigurationChanged (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:397:725) at getConfigProvider.then.n (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:397:225) at process._tickCallback (internal/process/next_tick.js:68:7) t.log @ workbench.main.js:238 workbench.main.js:238 [Extension Host] Python Extension: Shutting down 78b31d59-9af5-4ec7-9ab7-364102e79bd1 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:07.418 NotebookApp] Kernel shutdown: 891a60dc-15f3-4dbd-9b93-9ce991cb50cd

5workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Activation Commands received source /opt/anaconda3/bin/activate,conda activate base 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Has Custom Env Vars workbench.main.js:238 [Extension Host] Python Extension: Activating Environment to capture Environment variables, . /opt/anaconda3/bin/activate && conda activate base && echo ‘e8b39361-0157-4923-80e1-22d70d46dee6’ && python /home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/pythonFiles/printEnvVariables.py workbench.main.js:238 [Extension Host] Python Extension: parseEnvironmentOutput, Class name = S workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Stopping Language Server, Class name = y, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property ‘uri’ of undefined t.log @ workbench.main.js:238 workbench.main.js:238 [Extension Host] stack trace: TypeError: Cannot read property ‘uri’ of undefined at f.isLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:678059) at f.o.value (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:1:17722) at f.promptIfLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:677148) at S.enableUnconfiguredLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:682168) at S.getActiveLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:680590) at S.isLintingEnabled (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:680390) at w.shouldLintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:696472) at w.lintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694573) at e.documents.textDocuments.map (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694416) at Array.map (<anonymous>) at w.lintOpenPythonFiles (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:694398) at disposables.push.interpreterService.onDidChangeInterpreter (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:703122) at u.fire (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:47:720) at b.onConfigChanged (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:624050) at n.onDidChangeConfiguration.e (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:625023) at u.fire (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:47:720) at p.$acceptConfigurationChanged (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:397:725) at getConfigProvider.then.n (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:397:225) at process._tickCallback (internal/process/next_tick.js:68:7) t.log @ workbench.main.js:238 workbench.main.js:3205 [[object Object]]Cannot read property ‘uri’ of undefined $onExtensionRuntimeError @ workbench.main.js:3205 workbench.main.js:3205 TypeError: Cannot read property ‘uri’ of undefined at f.isLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at f.o.value (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:1) at f.promptIfLinterAvailable (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at S.enableUnconfiguredLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at S.getActiveLinters (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at S.isLintingEnabled (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at w.shouldLintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at w.lintDocument (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at e.documents.textDocuments.map (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at Array.map (<anonymous>) at w.lintOpenPythonFiles (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at disposables.push.interpreterService.onDidChangeInterpreter (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at u.fire (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:47) at b.onConfigChanged (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at n.onDidChangeConfiguration.e (/home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83) at u.fire (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:47) at p.$acceptConfigurationChanged (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:397) at getConfigProvider.then.n (/home/XXXXXXXXXXXXX/.vscode-remote/bin/e83e24a0c9225becd7341e56952177a20d5d4629/out/vs/agent/remoteExtensionHostProcess.js:397) at process._tickCallback (internal/process/next_tick.js:68) $onExtensionRuntimeError @ workbench.main.js:3205 workbench.main.js:238 [Extension Host] Python Extension: Activation Commands received source /opt/anaconda3/bin/activate,conda activate base 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Has Custom Env Vars workbench.main.js:238 [Extension Host] Python Extension: Activating Environment to capture Environment variables, . /opt/anaconda3/bin/activate && conda activate base && echo ‘e8b39361-0157-4923-80e1-22d70d46dee6’ && python /home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/pythonFiles/printEnvVariables.py workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Getting jupyter server options … workbench.main.js:238 [Extension Host] Python Extension: Connecting to jupyter server … workbench.main.js:238 [Extension Host] Python Extension: Connecting to history server workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Launching history server workbench.main.js:238 [Extension Host] Python Extension: Generating custom default config at /tmp/8402f30e-a865-4afe-bd85-875d7e26c19e/jupyter_notebook_config.py workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: parseEnvironmentOutput, Class name = S workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai workbench.main.js:238 [Extension Host] Python Extension: Get language server folder name, Class name = f, Arg 1: Uri:/home/XXXXXXXXXXXXX/fastai, Return Value: “languageServer.0.2.82” workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Starting Language Server, Class name = d, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: Restarting Language Server, Class name = d, , Return Value: undefined workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:11.794 NotebookApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.7/site-packages/jupyterlab [I 20:42:11.794 NotebookApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab

workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:12.027 NotebookApp] [nb_conda] enabled

workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:12.132 NotebookApp] ✓ nbpresent HTML export ENABLED

workbench.main.js:238 [Extension Host] Python Extension: [W 20:42:12.132 NotebookApp] ✗ nbpresent PDF export DISABLED: No module named ‘nbbrowserpdf’

workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:12.133 NotebookApp] Serving notebooks from local directory: /tmp/8402f30e-a865-4afe-bd85-875d7e26c19e [I 20:42:12.133 NotebookApp] The Jupyter Notebook is running at:

workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:12.133 NotebookApp] http://localhost:8888/?token=9bac801c1b1efe90d59cf7eeab72f5d159fc7f5e0b6b2946 [I 20:42:12.133 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: [C 20:42:12.138 NotebookApp]

To access the notebook, open this file in a browser:
    file:///run/user/369342192/jupyter/nbserver-6734-open.html
Or copy and paste one of these URLs:
    http://localhost:8888/?token=9bac801c1b1efe90d59cf7eeab72f5d159fc7f5e0b6b2946

workbench.main.js:238 [Extension Host] Python Extension: Cached data exists ActivatedEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Connecting to process for history server workbench.main.js:238 [Extension Host] Python Extension: Connecting server 757ebcc6-db27-4368-a7b4-bab16dd79262 workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:12.506 NotebookApp] Creating new notebook in /

workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:12.550 NotebookApp] Kernel started: fd97eac2-83cc-4465-845c-6fdb5b02b706

workbench.main.js:238 [Extension Host] Starting WebSocket: ws://localhost:8888/api/kernels/fd97eac2-83cc-4465-845c-6fdb5b02b706 workbench.main.js:238 [Extension Host] Python Extension: Started session 757ebcc6-db27-4368-a7b4-bab16dd79262 workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle 757ebcc6-db27-4368-a7b4-bab16dd79262 48workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: unknown workbench.main.js:238 [Extension Host] Python Extension: [I 20:42:13.039 NotebookApp] Adapting to protocol v5.1 for kernel fd97eac2-83cc-4465-845c-6fdb5b02b706

workbench.main.js:238 [Extension Host] Kernel: connected (fd97eac2-83cc-4465-845c-6fdb5b02b706) workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: connected 4workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: busy workbench.main.js:238 [Extension Host] Python Extension: Performing initial setup 757ebcc6-db27-4368-a7b4-bab16dd79262 workbench.main.js:238 [Extension Host] Python Extension: Finished connecting 757ebcc6-db27-4368-a7b4-bab16dd79262 workbench.main.js:238 [Extension Host] Python Extension: Connection complete for history server workbench.main.js:238 [Extension Host] Python Extension: Connected to jupyter server. workbench.main.js:238 [Extension Host] Python Extension: Adding sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 3 workbench.main.js:238 [Extension Host] Python Extension: Sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 3 complete workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for e1cc278d-29d2-48a5-ac90-6387da01f9b8 workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /home/XXXXXXXXXXXXX/fastai 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 30e31690-1aed-4375-85c4-fd4ee5c56c02 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 929a57fd-118e-4056-bec3-21935cfd9bab workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 397481a5-49b0-42b2-88db-6d346a8063c3 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for ea0b2232-cd29-46ab-976f-040816383466 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 2f238805-2c91-499f-8252-8047ba403042 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 67c87902-70a7-498f-b46b-3c7046536cde workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:3270 Extension Host workbench.main.js:3270 Debugger attached.

workbench.main.js:238 [Extension Host] Python Extension: Finished execution for f91ad2f1-e0ab-4ab3-998e-f94810d84c84 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for a8a1a813-6c7f-4741-ab07-b9155e608427 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 3d815d62-fe00-4674-96da-992619b3074a workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for c5417ab7-c24b-4380-a939-544032702a65 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 96da7d9f-5f5e-4f00-acb8-c5bcb9c4535c workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for ceea9b99-fc1f-4fbf-a36f-d8a88fd5f67c workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 8495a07e-fb3e-443e-822c-069b44f1aa3a workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 9586647b-cc79-4d4a-ac0c-db206942253e workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for ab5c7e0b-3cd6-4811-b765-2753c22f85c1 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 3ab40ec5-c128-4c51-9b87-be003fde2528 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 43a79505-e83d-46e5-884a-e3858b4800ae workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 8219cc07-8df1-4179-ad11-14c1df8567ba workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 80572bd3-5955-4742-a63a-5881ceb16410 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for f7c2a944-5152-4adc-a6cd-2a75d2945fbe workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 41938595-6e4a-4e45-bfa7-79c35788290a workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 70cf83e7-6819-4cd1-ac00-39874bf62286 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 511e9c1e-3bd9-41c7-aa15-7bf3ae838613 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for a8ebaf67-d66f-4e64-8601-b5358038e3f8 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 4f9841e3-a7ce-4b9d-86ea-003b9bf0d667 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 730256e7-332c-447f-9d8a-9bd24c884e88 workbench.main.js:238 [Extension Host] Python Extension: Submitting code for 76120408-8613-4f9d-851a-bcfb2637cb5b workbench.main.js:238 [Extension Host] Python Extension: Waiting for jupyter server and web panel … 2workbench.main.js:238 [Extension Host] Python Extension: Wait for sys info for 76120408-8613-4f9d-851a-bcfb2637cb5b 0 workbench.main.js:238 [Extension Host] Python Extension: Finished execution for 1d37e29f-63a6-4772-a37f-420b522480a9 workbench.main.js:238 [Extension Host] Python Extension: Connecting to 6af8f711-9346-4191-986c-e2efb1e1b8b6 server workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Launching 6af8f711-9346-4191-986c-e2efb1e1b8b6 server workbench.main.js:238 [Extension Host] Python Extension: Generating custom default config at /tmp/54f9bfc5-7391-494a-b71a-45175f4a5d6f/jupyter_notebook_config.py workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:23.817 NotebookApp] The port 8888 is already in use, trying another port.

workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:23.860 NotebookApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.7/site-packages/jupyterlab

workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:23.860 NotebookApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab

workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:24.046 NotebookApp] [nb_conda] enabled

workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:24.137 NotebookApp] ✓ nbpresent HTML export ENABLED

workbench.main.js:238 [Extension Host] Python Extension: [W 21:20:24.137 NotebookApp] ✗ nbpresent PDF export DISABLED: No module named ‘nbbrowserpdf’

workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:24.138 NotebookApp] Serving notebooks from local directory: /tmp/54f9bfc5-7391-494a-b71a-45175f4a5d6f [I 21:20:24.138 NotebookApp] The Jupyter Notebook is running at:

workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:24.138 NotebookApp] http://localhost:8889/?token=7f4613d5062fc7623a6c51772c0b0a832e2f49c2e85306af [I 21:20:24.138 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

3workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: [C 21:20:24.142 NotebookApp]

To access the notebook, open this file in a browser:
    file:///run/user/369342192/jupyter/nbserver-7747-open.html
Or copy and paste one of these URLs:
    http://localhost:8889/?token=7f4613d5062fc7623a6c51772c0b0a832e2f49c2e85306af

3workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Activation Commands received source /opt/anaconda3/bin/activate,conda activate base 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Has Custom Env Vars workbench.main.js:238 [Extension Host] Python Extension: Activating Environment to capture Environment variables, . /opt/anaconda3/bin/activate && conda activate base && echo ‘e8b39361-0157-4923-80e1-22d70d46dee6’ && python /home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/pythonFiles/printEnvVariables.py workbench.main.js:238 [Extension Host] Python Extension: Activation Commands received source /opt/anaconda3/bin/activate,conda activate base 2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource> workbench.main.js:238 [Extension Host] Python Extension: Has Custom Env Vars workbench.main.js:238 [Extension Host] Python Extension: Activating Environment to capture Environment variables, . /opt/anaconda3/bin/activate && conda activate base && echo ‘e8b39361-0157-4923-80e1-22d70d46dee6’ && python /home/XXXXXXXXXXXXX/.vscode-remote/extensions/ms-python.python-2019.4.12954/pythonFiles/printEnvVariables.py workbench.main.js:238 [Extension Host] Python Extension: parseEnvironmentOutput, Class name = S workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: parseEnvironmentOutput, Class name = S workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: undefined, Arg 2: {“architecture”:3,“path”:“/opt/anaconda3/bin/python”,“version”:{“raw”:“3.7.1-final”,“major”:3,“minor”:7,“patch”:1,“prerelease”:[“final”],“build”:[],“version”:“3.7.1-final”},“sysPrefix”:“/opt/anaconda3”,“fileHash”:“6b8545bc341859559b4cb88cc2ff1bf47d83ff3a94fd2e5f84e4e3696b11ec38cc03a80a792cde1797f20468dc3276d2ae6e8de8d9cefb8b7570759f3b3e30c6”,“companyDisplayName”:“Anaconda, Inc.”,“type”:“Conda”,“envPath”:“/opt/anaconda3”,“envName”:“base”,“displayName”:“Python 3.7.1 64-bit (‘base’: conda)”}, Arg 3: true workbench.main.js:238 [Extension Host] Python Extension: Connecting to process for 6af8f711-9346-4191-986c-e2efb1e1b8b6 server workbench.main.js:238 [Extension Host] Python Extension: Connecting server bb73f098-9dc8-48c4-be5c-8c3ced36d635 workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:25.132 NotebookApp] Creating new notebook in /

workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:25.251 NotebookApp] Kernel started: c033fae3-3caa-41b9-9e16-27cc2338ac5f

workbench.main.js:238 [Extension Host] Starting WebSocket: ws://localhost:8889/api/kernels/c033fae3-3caa-41b9-9e16-27cc2338ac5f workbench.main.js:238 [Extension Host] Python Extension: Started session bb73f098-9dc8-48c4-be5c-8c3ced36d635 workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle bb73f098-9dc8-48c4-be5c-8c3ced36d635 41workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: unknown workbench.main.js:238 [Extension Host] Python Extension: [I 21:20:25.670 NotebookApp] Adapting to protocol v5.1 for kernel c033fae3-3caa-41b9-9e16-27cc2338ac5f

workbench.main.js:238 [Extension Host] Kernel: connected (c033fae3-3caa-41b9-9e16-27cc2338ac5f) workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: connected 4workbench.main.js:238 [Extension Host] Python Extension: Waiting for idle: busy workbench.main.js:238 [Extension Host] Python Extension: Performing initial setup bb73f098-9dc8-48c4-be5c-8c3ced36d635 workbench.main.js:238 [Extension Host] Python Extension: Finished connecting bb73f098-9dc8-48c4-be5c-8c3ced36d635 workbench.main.js:238 [Extension Host] Python Extension: Connection complete for 6af8f711-9346-4191-986c-e2efb1e1b8b6 server workbench.main.js:238 [Extension Host] Python Extension: Unknown message clear_output : hasData=false t.log @ workbench.main.js:238 workbench.main.js:238 [Extension Host] Python Extension: Shutting down bb73f098-9dc8-48c4-be5c-8c3ced36d635 workbench.main.js:238 [Extension Host] Python Extension: [C 21:28:16.505 NotebookApp] received signal 15, stopping [I 21:28:16.506 NotebookApp] Shutting down 1 kernel

workbench.main.js:238 [Extension Host] Python Extension: Canceled workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#5

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
rchiodocommented, Jun 11, 2019

The code that detects cells or not fires whenever the active text editor changes. Can you try opening another file and switching back and forth?

0reactions
greazercommented, Oct 18, 2019

We think that this has been fixed in the most recent builds.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Export current Python file and output as Jupyter notebook ...
Open the command palette and try to select either "export the current Python file, with output as a Jupyter notebook" or "export the...
Read more >
Jupyter notebook not showing output on vs code mac
To select an environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P). Once the appropriate environment  ...
Read more >
Working with Jupyter code cells in the Python Interactive window
Jupyter: Export Current Python File as Jupyter Notebook: creates a Jupyter notebook from the contents of the current file, using the # %%...
Read more >
Built-in magic commands — IPython 8.7.0 documentation
To work properly, Magics must use a syntax element which is not valid in the ... This function can export the current IPython...
Read more >
Common Directories and File Locations
Since notebook and server extensions are automatically enabled through configuration files, automatic enabling will only work if the custom prefix's etc/jupyter ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found