microsoft / vscode-jupyter

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

Concat notebook document causes editor highlights across notebook cells to be merged into current cell editor #5932

Closed joyceerhl closed 2 years ago

joyceerhl commented 3 years ago

Environment data

Expected behaviour

Editor highlights in a notebook cell should appear only for occurrences in the current cell.

Actual behaviour

Editor highlights in a notebook cell appear for occurrences in the current cell plus any occurrences in the rest of the document applied to the current editor, i.e. same line and column start/end but different cell editors. This behavior occurs with both Pylance and JediLSP, so most likely is not a Pylance specific problem.

  1. Create a notebook with >=2 cells with text in them, e.g.

    import pandas as pd 
    df = pd.read_csv('foobar')

    and

    pd.read_clipboard()
  2. Highlight pd in the first cell. A highlight corresponding to the column start and end of pd in the second cell is also applied to the first cell editor: recording (1)

Logs

User belongs to experiment group 'pythonaa'
User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'pythonDiscoveryModuleWithoutWatcher'
User belongs to experiment group 'pythonTensorboardExperiment'
User belongs to experiment group 'PythonPyTorchProfiler'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'DeprecatePythonPath - control'
Info 2021-05-19 12:00:50: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:00:50: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Searching for conda.
Info 2021-05-19 12:00:50: Probing conda binary: conda
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Error: spawn conda ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
    at onErrorNT (internal/child_process.js:465:16)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn conda',
  path: 'conda',
  spawnargs: [ 'info', '--json' ]
}
Info 2021-05-19 12:00:50: Searching for workspace virtual envs in: c:\Users\huer\Desktop\projects\vscode-jupyter\vscode-jupyter-internal
Info 2021-05-19 12:00:50: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-05-19 12:00:50: Searching for conda.
Info 2021-05-19 12:00:50: Probing conda binary: conda
Info 2021-05-19 12:00:50: Error: spawn conda ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
    at onErrorNT (internal/child_process.js:465:16)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn conda',
  path: 'conda',
  spawnargs: [ 'info', '--json' ]
}
Info 2021-05-19 12:00:50: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-05-19 12:00:50: Searching for conda.
Info 2021-05-19 12:00:50: Rule = settings, result = exit
Info 2021-05-19 12:00:50: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-05-19 12:00:50: Rule = settings, result = exit
Info 2021-05-19 12:00:50: autoSelectInterpreter, Class name = f, completed in 3ms, has a falsy return value, Arg 1: <Uri:c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json>, Return Value: undefined
Info 2021-05-19 12:00:50: Cached data exists getEnvironmentVariables, c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json
Info 2021-05-19 12:00:50: Searching for global virtual envs in: C:\Users\huer\.virtualenvs
Info 2021-05-19 12:00:50: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:00:50: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:00:50: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:00:50: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Starting Pylance language server.
Info 2021-05-19 12:00:50: Current value for rule system is {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","envType":"Conda","envName":"torchenv","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","path":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('torchenv': conda)"}
Info 2021-05-19 12:00:50: Current value for rule currentPath is {"sysPrefix":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38","envType":"Unknown","envName":"","envPath":"","path":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","architecture":3,"sysVersion":"3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.8","major":3,"minor":8,"patch":8,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore"}
Info 2021-05-19 12:00:50: Current value for rule windowsRegistry is {"sysPrefix":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38","envType":"Unknown","envName":"","envPath":"","path":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","architecture":3,"sysVersion":"3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.8","major":3,"minor":8,"patch":8,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore"}
Info 2021-05-19 12:00:50: Selected Interpreter from cachedInterpreters, {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","envType":"Conda","envName":"torchenv","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","path":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('torchenv': conda)"}
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:50: Selected Interpreter from currentPath, {"sysPrefix":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38","envType":"Unknown","envName":"","envPath":"","path":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","architecture":3,"sysVersion":"3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.8","major":3,"minor":8,"patch":8,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore"}
Info 2021-05-19 12:00:50: Selected Interpreter from windowsRegistry, {"sysPrefix":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38","envType":"Unknown","envName":"","envPath":"","path":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","architecture":3,"sysVersion":"3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.8","major":3,"minor":8,"patch":8,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore"}
Info 2021-05-19 12:00:50: Selected Interpreter from system, {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","envType":"Conda","envName":"torchenv","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","path":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('torchenv': conda)"}
Info 2021-05-19 12:00:51: setGlobalInterpreter, Class name = f, completed in 680ms, has a falsy return value, Arg 1: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","envType":"Conda","envName":"torchenv","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","path":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('torchenv': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-05-19 12:00:51: setGlobalInterpreter, Class name = f, completed in 674ms, has a falsy return value, Arg 1: {"sysPrefix":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38","envType":"Unknown","envName":"","envPath":"","path":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","architecture":3,"sysVersion":"3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.8","major":3,"minor":8,"patch":8,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore"}, Arg 2: undefined, Return Value: false
Info 2021-05-19 12:00:51: setGlobalInterpreter, Class name = f, completed in 672ms, has a falsy return value, Arg 1: {"sysPrefix":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38","envType":"Unknown","envName":"","envPath":"","path":"C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","architecture":3,"sysVersion":"3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.8.8","major":3,"minor":8,"patch":8,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore"}, Arg 2: undefined, Return Value: false
Info 2021-05-19 12:00:51: setGlobalInterpreter, Class name = f, completed in 671ms, has a falsy return value, Arg 1: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","envType":"Conda","envName":"torchenv","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv","path":"C:\\Users\\huer\\Anaconda3\\envs\\torchenv\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('torchenv': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-05-19 12:00:51: Rule = cachedInterpreters, result = runNextRule
Info 2021-05-19 12:00:51: Executing next rule from cachedInterpreters
Info 2021-05-19 12:00:51: Rule = currentPath, result = runNextRule
Info 2021-05-19 12:00:51: Executing next rule from currentPath
Info 2021-05-19 12:00:51: Rule = windowsRegistry, result = runNextRule
Info 2021-05-19 12:00:51: Executing next rule from windowsRegistry
Info 2021-05-19 12:00:51: Rule = system, result = runNextRule
Info 2021-05-19 12:00:51: Executing next rule from system
Info 2021-05-19 12:00:51: autoSelectInterpreter, Class name = f, completed in 796ms, has a falsy return value, Arg 1: <Uri:c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json>, Return Value: undefined
Info 2021-05-19 12:00:51: autoSelectInterpreter, Class name = f, completed in 796ms, has a falsy return value, Arg 1: <Uri:c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json>, Return Value: undefined
Info 2021-05-19 12:00:51: autoSelectInterpreter, Class name = f, completed in 796ms, has a falsy return value, Arg 1: <Uri:c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json>, Return Value: undefined
Info 2021-05-19 12:00:51: autoSelectInterpreter, Class name = f, completed in 796ms, has a falsy return value, Arg 1: <Uri:c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json>, Return Value: undefined
Info 2021-05-19 12:00:52: Found interpreter for C:\Users\huer\AppData\Local\Programs\PythonCodingPack\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:00:52: Found interpreter for C:\Users\huer\AppData\Local\Programs\Python\Python38\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:00:52: Activation Commands received undefined for shell cmd
Info 2021-05-19 12:00:52: getActivatedEnvironmentVariables, Class name = T, completed in 388ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack","envType":"Unknown","envName":"","envPath":"","path":"C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\python.exe","architecture":3,"sysVersion":"3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)]","version":{"raw":"3.8.5","major":3,"minor":8,"patch":5,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCodingPack","displayName":"Python 3.8.5 64-bit"}, Arg 3: false
Info 2021-05-19 12:00:53: Cached data exists getEnvironmentVariables, c:\Users\huer\Desktop\projects\vscode-jupyter\vscode-jupyter-internal
Info 2021-05-19 12:00:53: Starting language server, Class name = r, completed in 1903ms, has a falsy return value, , Return Value: undefined
Info 2021-05-19 12:00:53: Cached data exists getEnvironmentVariables, c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json
Info 2021-05-19 12:00:53: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:00:53: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Error 2021-05-19 12:00:53: Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.
Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.
Info 2021-05-19 12:00:57: Probing conda binary: C:\Users\huer\Anaconda3\Scripts\conda.exe
Info 2021-05-19 12:00:57: Probing conda binary: C:\Users\huer\Anaconda3\Scripts\conda.exe
Info 2021-05-19 12:00:57: Found interpreter for C:\Users\huer\Anaconda3\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:00:58: conda info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\huer\\Anaconda3\\etc\\conda",
  "av_metadata_url_base": "https://repo.anaconda.com/pkgs/main",
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "3.20.5",
  "conda_env_version": "4.10.1",
  "conda_location": "C:\\Users\\huer\\Anaconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\huer\\Anaconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.10.1",
  "config_files": [],
  "default_prefix": "C:\\Users\\huer\\Anaconda3",
  "env_vars": {
    "ACLOCAL_PATH": "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal",
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\huer\\Anaconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "EXEPATH": "C:\\Program Files\\Git\\bin",
    "HOMEPATH": "\\Users\\huer",
    "INFOPATH": "C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info",
    "MANPATH": "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man",
    "ORIGINAL_PATH": "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools",
    "PATH": "C:\\Users\\huer\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl",
    "PKG_CONFIG_PATH": "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PYTHON": "C:\\Python27\\python.exe",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "C:\\Users\\huer\\Anaconda3",
    "C:\\Users\\huer\\Anaconda3\\envs\\anotherenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\ipykernelproblem",
    "C:\\Users\\huer\\Anaconda3\\envs\\myenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\problem",
    "C:\\Users\\huer\\Anaconda3\\envs\\py36",
    "C:\\Users\\huer\\Anaconda3\\envs\\pythonenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo",
    "C:\\Users\\huer\\Anaconda3\\envs\\torchenv"
  ],
  "envs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\envs",
    "C:\\Users\\huer\\.conda\\envs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\pkgs",
    "C:\\Users\\huer\\.conda\\pkgs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.8.5.final.0",
  "rc_path": "C:\\Users\\huer\\.condarc",
  "requests_version": "2.24.0",
  "root_prefix": "C:\\Users\\huer\\Anaconda3",
  "root_writable": true,
  "site_dirs": [
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python27",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python37",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python38",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Scripts",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\share"
  ],
  "sys.executable": "C:\\Users\\huer\\Anaconda3\\python.exe",
  "sys.prefix": "C:\\Users\\huer\\Anaconda3",
  "sys.version": "3.8.5 (default, Sep  3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\huer\\Anaconda3\\.condarc",
  "user_agent": "conda/4.10.1 requests/2.24.0 CPython/3.8.5 Windows/10 Windows/10.0.19041",
  "user_rc_path": "C:\\Users\\huer\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-05-19 12:00:58: Found conda via filesystem probing: C:\Users\huer\Anaconda3\Scripts\conda.exe
Info 2021-05-19 12:00:58: conda info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\huer\\Anaconda3\\etc\\conda",
  "av_metadata_url_base": "https://repo.anaconda.com/pkgs/main",
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "3.20.5",
  "conda_env_version": "4.10.1",
  "conda_location": "C:\\Users\\huer\\Anaconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\huer\\Anaconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.10.1",
  "config_files": [],
  "default_prefix": "C:\\Users\\huer\\Anaconda3",
  "env_vars": {
    "ACLOCAL_PATH": "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal",
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\huer\\Anaconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "EXEPATH": "C:\\Program Files\\Git\\bin",
    "HOMEPATH": "\\Users\\huer",
    "INFOPATH": "C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info",
    "MANPATH": "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man",
    "ORIGINAL_PATH": "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools",
    "PATH": "C:\\Users\\huer\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl",
    "PKG_CONFIG_PATH": "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PYTHON": "C:\\Python27\\python.exe",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "C:\\Users\\huer\\Anaconda3",
    "C:\\Users\\huer\\Anaconda3\\envs\\anotherenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\ipykernelproblem",
    "C:\\Users\\huer\\Anaconda3\\envs\\myenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\problem",
    "C:\\Users\\huer\\Anaconda3\\envs\\py36",
    "C:\\Users\\huer\\Anaconda3\\envs\\pythonenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo",
    "C:\\Users\\huer\\Anaconda3\\envs\\torchenv"
  ],
  "envs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\envs",
    "C:\\Users\\huer\\.conda\\envs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\pkgs",
    "C:\\Users\\huer\\.conda\\pkgs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.8.5.final.0",
  "rc_path": "C:\\Users\\huer\\.condarc",
  "requests_version": "2.24.0",
  "root_prefix": "C:\\Users\\huer\\Anaconda3",
  "root_writable": true,
  "site_dirs": [
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python27",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python37",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python38",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Scripts",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\share"
  ],
  "sys.executable": "C:\\Users\\huer\\Anaconda3\\python.exe",
  "sys.prefix": "C:\\Users\\huer\\Anaconda3",
  "sys.version": "3.8.5 (default, Sep  3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\huer\\Anaconda3\\.condarc",
  "user_agent": "conda/4.10.1 requests/2.24.0 CPython/3.8.5 Windows/10 Windows/10.0.19041",
  "user_rc_path": "C:\\Users\\huer\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-05-19 12:00:58: Found conda via filesystem probing: C:\Users\huer\Anaconda3\Scripts\conda.exe
Info 2021-05-19 12:00:58: Searching for conda environments using C:\Users\huer\Anaconda3\Scripts\conda.exe
Info 2021-05-19 12:00:59: provideCodeActions not currently supported for notebooks
Info 2021-05-19 12:00:59: Cached data exists getEnvironmentVariables, Untitled-1.ipynb
Info 2021-05-19 12:00:59: provideCodeActions not currently supported for notebooks
Info 2021-05-19 12:00:59: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:00:59: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:01:00: provideCodeActions not currently supported for notebooks
Info 2021-05-19 12:01:00: provideCodeActions not currently supported for notebooks
Info 2021-05-19 12:01:01: conda info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\huer\\Anaconda3\\etc\\conda",
  "av_metadata_url_base": "https://repo.anaconda.com/pkgs/main",
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "3.20.5",
  "conda_env_version": "4.10.1",
  "conda_location": "C:\\Users\\huer\\Anaconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\huer\\Anaconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.10.1",
  "config_files": [],
  "default_prefix": "C:\\Users\\huer\\Anaconda3",
  "env_vars": {
    "ACLOCAL_PATH": "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal",
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\huer\\Anaconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "EXEPATH": "C:\\Program Files\\Git\\bin",
    "HOMEPATH": "\\Users\\huer",
    "INFOPATH": "C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info",
    "MANPATH": "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man",
    "ORIGINAL_PATH": "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools",
    "PATH": "C:\\Users\\huer\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl",
    "PKG_CONFIG_PATH": "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PYTHON": "C:\\Python27\\python.exe",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "C:\\Users\\huer\\Anaconda3",
    "C:\\Users\\huer\\Anaconda3\\envs\\anotherenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\ipykernelproblem",
    "C:\\Users\\huer\\Anaconda3\\envs\\myenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\problem",
    "C:\\Users\\huer\\Anaconda3\\envs\\py36",
    "C:\\Users\\huer\\Anaconda3\\envs\\pythonenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo",
    "C:\\Users\\huer\\Anaconda3\\envs\\torchenv"
  ],
  "envs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\envs",
    "C:\\Users\\huer\\.conda\\envs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\pkgs",
    "C:\\Users\\huer\\.conda\\pkgs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.8.5.final.0",
  "rc_path": "C:\\Users\\huer\\.condarc",
  "requests_version": "2.24.0",
  "root_prefix": "C:\\Users\\huer\\Anaconda3",
  "root_writable": true,
  "site_dirs": [
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python27",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python37",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python38",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Scripts",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\share"
  ],
  "sys.executable": "C:\\Users\\huer\\Anaconda3\\python.exe",
  "sys.prefix": "C:\\Users\\huer\\Anaconda3",
  "sys.version": "3.8.5 (default, Sep  3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\huer\\Anaconda3\\.condarc",
  "user_agent": "conda/4.10.1 requests/2.24.0 CPython/3.8.5 Windows/10 Windows/10.0.19041",
  "user_rc_path": "C:\\Users\\huer\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-05-19 12:01:01: conda info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\huer\\Anaconda3\\etc\\conda",
  "av_metadata_url_base": "https://repo.anaconda.com/pkgs/main",
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "3.20.5",
  "conda_env_version": "4.10.1",
  "conda_location": "C:\\Users\\huer\\Anaconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\huer\\Anaconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.10.1",
  "config_files": [],
  "default_prefix": "C:\\Users\\huer\\Anaconda3",
  "env_vars": {
    "ACLOCAL_PATH": "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal",
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\huer\\Anaconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "EXEPATH": "C:\\Program Files\\Git\\bin",
    "HOMEPATH": "\\Users\\huer",
    "INFOPATH": "C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info",
    "MANPATH": "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man",
    "ORIGINAL_PATH": "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools",
    "PATH": "C:\\Users\\huer\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl",
    "PKG_CONFIG_PATH": "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PYTHON": "C:\\Python27\\python.exe",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "C:\\Users\\huer\\Anaconda3",
    "C:\\Users\\huer\\Anaconda3\\envs\\anotherenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\ipykernelproblem",
    "C:\\Users\\huer\\Anaconda3\\envs\\myenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\problem",
    "C:\\Users\\huer\\Anaconda3\\envs\\py36",
    "C:\\Users\\huer\\Anaconda3\\envs\\pythonenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo",
    "C:\\Users\\huer\\Anaconda3\\envs\\torchenv"
  ],
  "envs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\envs",
    "C:\\Users\\huer\\.conda\\envs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\pkgs",
    "C:\\Users\\huer\\.conda\\pkgs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.8.5.final.0",
  "rc_path": "C:\\Users\\huer\\.condarc",
  "requests_version": "2.24.0",
  "root_prefix": "C:\\Users\\huer\\Anaconda3",
  "root_writable": true,
  "site_dirs": [
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python27",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python37",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python38",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Scripts",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\share"
  ],
  "sys.executable": "C:\\Users\\huer\\Anaconda3\\python.exe",
  "sys.prefix": "C:\\Users\\huer\\Anaconda3",
  "sys.version": "3.8.5 (default, Sep  3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\huer\\Anaconda3\\.condarc",
  "user_agent": "conda/4.10.1 requests/2.24.0 CPython/3.8.5 Windows/10 Windows/10.0.19041",
  "user_rc_path": "C:\\Users\\huer\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-05-19 12:01:01: conda info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\huer\\Anaconda3\\etc\\conda",
  "av_metadata_url_base": "https://repo.anaconda.com/pkgs/main",
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "3.20.5",
  "conda_env_version": "4.10.1",
  "conda_location": "C:\\Users\\huer\\Anaconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\huer\\Anaconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.10.1",
  "config_files": [],
  "default_prefix": "C:\\Users\\huer\\Anaconda3",
  "env_vars": {
    "ACLOCAL_PATH": "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal",
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\huer\\Anaconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "EXEPATH": "C:\\Program Files\\Git\\bin",
    "HOMEPATH": "\\Users\\huer",
    "INFOPATH": "C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info",
    "MANPATH": "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man",
    "ORIGINAL_PATH": "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools",
    "PATH": "C:\\Users\\huer\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\huer\\bin;C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\CLI2\\wbin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\ProgramData\\DockerDesktop\\version-bin;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit;C:\\Users\\huer\\appdata\\roaming\\python\\python38\\site-packages;C:\\Program Files\\dotnet;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\PythonCodingPack;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38\\Scripts;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Python38;C:\\Users\\huer\\.poetry\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Python\\Launcher;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\bin\\NASM;C:\\Users\\huer\\AppData\\Local\\Dbg\\UI;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Julia-1.6.0\\bin;C:\\Users\\huer\\.dotnet\\tools;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl",
    "PKG_CONFIG_PATH": "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PYTHON": "C:\\Python27\\python.exe",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "C:\\Users\\huer\\Anaconda3",
    "C:\\Users\\huer\\Anaconda3\\envs\\anotherenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\ipykernelproblem",
    "C:\\Users\\huer\\Anaconda3\\envs\\myenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\problem",
    "C:\\Users\\huer\\Anaconda3\\envs\\py36",
    "C:\\Users\\huer\\Anaconda3\\envs\\pythonenv",
    "C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo",
    "C:\\Users\\huer\\Anaconda3\\envs\\torchenv"
  ],
  "envs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\envs",
    "C:\\Users\\huer\\.conda\\envs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\huer\\Anaconda3\\pkgs",
    "C:\\Users\\huer\\.conda\\pkgs",
    "C:\\Users\\huer\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.8.5.final.0",
  "rc_path": "C:\\Users\\huer\\.condarc",
  "requests_version": "2.24.0",
  "root_prefix": "C:\\Users\\huer\\Anaconda3",
  "root_writable": true,
  "site_dirs": [
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python27",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python37",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Python38",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\Scripts",
    "C:\\Users\\huer\\AppData\\Roaming\\Python\\share"
  ],
  "sys.executable": "C:\\Users\\huer\\Anaconda3\\python.exe",
  "sys.prefix": "C:\\Users\\huer\\Anaconda3",
  "sys.version": "3.8.5 (default, Sep  3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\huer\\Anaconda3\\.condarc",
  "user_agent": "conda/4.10.1 requests/2.24.0 CPython/3.8.5 Windows/10 Windows/10.0.19041",
  "user_rc_path": "C:\\Users\\huer\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-05-19 12:01:01: Found conda environment: C:\Users\huer\Anaconda3\python.exe
Info 2021-05-19 12:01:01: Get Conda File from interpreter, Class name = y, completed in 36ms, has a truthy return value, Arg 1: "C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe", Arg 2: "tensorboarddemo", Return Value: "C:\\Users\\huer\\Anaconda3\\Scripts\\conda.exe"
Info 2021-05-19 12:01:01: Get Conda File from interpreter, Class name = y, completed in 37ms, has a truthy return value, Arg 1: "C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe", Arg 2: "tensorboarddemo", Return Value: "C:\\Users\\huer\\Anaconda3\\Scripts\\conda.exe"
Info 2021-05-19 12:01:01: Activation Commands received C:/Users/huer/Anaconda3/Scripts/activate,conda activate tensorboarddemo for shell cmd
Info 2021-05-19 12:01:01: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-05-19 12:01:01: Activation Commands received C:/Users/huer/Anaconda3/Scripts/activate,conda activate tensorboarddemo for shell cmd
Info 2021-05-19 12:01:01: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-05-19 12:01:01: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-05-19 12:01:01: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-05-19 12:01:01: Has Custom Env Vars
Info 2021-05-19 12:01:01: Activating Environment to capture Environment variables, C:/Users/huer/Anaconda3/Scripts/activate && conda activate tensorboarddemo && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py c:/Users/huer/.vscode-insiders/extensions/ms-python.python-2021.6.854437722-dev/pythonFiles/printEnvVariables.py
Info 2021-05-19 12:01:01: Has Custom Env Vars
Info 2021-05-19 12:01:01: Activating Environment to capture Environment variables, C:/Users/huer/Anaconda3/Scripts/activate && conda activate tensorboarddemo && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py c:/Users/huer/.vscode-insiders/extensions/ms-python.python-2021.6.854437722-dev/pythonFiles/printEnvVariables.py
Info 2021-05-19 12:01:01: Found conda environment: C:\Users\huer\Anaconda3\envs\problem\python.exe
Info 2021-05-19 12:01:01: Found conda environment: C:\Users\huer\Anaconda3\envs\py36\python.exe
Info 2021-05-19 12:01:01: Found conda environment: C:\Users\huer\Anaconda3\envs\pythonenv\python.exe
Info 2021-05-19 12:01:01: Found conda environment: C:\Users\huer\Anaconda3\envs\tensorboarddemo\python.exe
Info 2021-05-19 12:01:01: Found conda environment: C:\Users\huer\Anaconda3\envs\torchenv\python.exe
Info 2021-05-19 12:01:01: Found interpreter for C:\Users\huer\Anaconda3\envs\problem\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:01:01: Found interpreter for C:\Users\huer\Anaconda3\envs\py36\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:01:01: provideCodeActions not currently supported for notebooks
Info 2021-05-19 12:01:01: Found interpreter for C:\Users\huer\Anaconda3\envs\pythonenv\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:01:02: Found interpreter for C:\Users\huer\Anaconda3\envs\tensorboarddemo\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:01:02: provideCodeActions not currently supported for notebooks
Info 2021-05-19 12:01:02: Found interpreter for C:\Users\huer\Anaconda3\envs\torchenv\python.exe,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py,c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\interpreterInfo.py
Info 2021-05-19 12:01:02: Selected Interpreter from workspaceEnvs, Nothing Selected
Info 2021-05-19 12:01:02: Rule = workspaceEnvs, result = runNextRule
Info 2021-05-19 12:01:02: Executing next rule from workspaceEnvs
Info 2021-05-19 12:01:02: autoSelectInterpreter, Class name = f, completed in 11776ms, has a falsy return value, Arg 1: <Uri:c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json>, Return Value: undefined
Info 2021-05-19 12:01:03: parseEnvironmentOutput, Class name = T, completed in 1ms, has a truthy return value
Info 2021-05-19 12:01:03: getActivatedEnvironmentVariables, Class name = T, completed in 13163ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","envType":"Conda","envName":"tensorboarddemo","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","path":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('tensorboarddemo': conda)"}, Arg 3: false
Info 2021-05-19 12:01:03: parseEnvironmentOutput, Class name = T, completed in 0ms, has a truthy return value
Info 2021-05-19 12:01:03: getActivatedEnvironmentVariables, Class name = T, completed in 13180ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","envType":"Conda","envName":"tensorboarddemo","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","path":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('tensorboarddemo': conda)"}, Arg 3: false
Info 2021-05-19 12:01:03: getActivatedEnvironmentVariables, Class name = T, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","envType":"Conda","envName":"tensorboarddemo","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","path":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('tensorboarddemo': conda)"}, Arg 3: false
Info 2021-05-19 12:01:04: getActivatedEnvironmentVariables, Class name = T, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","envType":"Conda","envName":"tensorboarddemo","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","path":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('tensorboarddemo': conda)"}, Arg 3: false
Info 2021-05-19 12:01:04: getActivatedEnvironmentVariables, Class name = T, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","envType":"Conda","envName":"tensorboarddemo","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","path":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('tensorboarddemo': conda)"}, Arg 3: false
Info 2021-05-19 12:01:04: getActivatedEnvironmentVariables, Class name = T, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","envType":"Conda","envName":"tensorboarddemo","envPath":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo","path":"C:\\Users\\huer\\Anaconda3\\envs\\tensorboarddemo\\python.exe","architecture":3,"sysVersion":"3.9.4 (default, Apr  9 2021, 11:43:21) [MSC v.1916 64 bit (AMD64)]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.4 64-bit ('tensorboarddemo': conda)"}, Arg 3: false
Info 2021-05-19 12:01:04: Cached data exists getEnvironmentVariables, extension-output-#11
Info 2021-05-19 12:01:04: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:01:04: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:01:07: Cached data exists getEnvironmentVariables, Untitled-1.ipynb
Info 2021-05-19 12:01:07: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:01:07: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:01:07: Cached data exists getEnvironmentVariables, extension-output-#6
Info 2021-05-19 12:01:07: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-05-19 12:01:07: > /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3 c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2021.6.854437722-dev\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"

Code Snippet / Additional information

XXX
jakebailey commented 3 years ago

Are we sure this isn't a bug in the concat document logic for mapping locations? I'm not sure this breaks in a regular Python file.

joyceerhl commented 3 years ago

Ahh sorry, the problem went away when I switched the language server to Jedi, but I just tried switching it to JediLSP and I do repro the same issue with that, so it's not Pylance specific. Thanks for asking. Transferring this one to vscode-jupyter for us to deal with.

joyceerhl commented 3 years ago

Actually I don't have permissions to move issues in this repo. Would you mind transferring it please @jakebailey?

jakebailey commented 3 years ago

Sure. Not sure why you don't, though... 🙂

monsterandy commented 3 years ago

Any updates or workarounds about this issue? I'm facing this issue now after the big UI update of the jupyter extention (v2021.6.999662501).

alexdima commented 3 years ago

(Coming in from https://github.com/microsoft/vscode-jupyter/issues/6461)

@joyceerhl @jakebailey @greazer Would it please be possible, until you find time to investigate this bug, stop registering a document highlight provider? A document highlight provider that returns garbage ranges decreases from the value of vscode. It is better that the UI falls back to the word based highlighter if the language server always returns bad ranges.

cc @jrieken @kieferrm

jakebailey commented 3 years ago

There's nothing wrong with the underlying language server, this is a bug with the concat doc layer used to give the language server a document that looks like the cells (then convert back to cell locations). It appears to be incorrectly converting the locations.

Since the LSP is not cell aware, I believe all of the handlers are hooked up in one of the extensions directly, so could be disabled. (But, I'm not really sure how this fails but calls that do the same thing like diagnostics or references work fine.)

rchiodo commented 2 years ago

This requires changes similar to #6799. On the to do list.

jrieken commented 2 years ago

This requires changes similar to #6799. On the to do list.

@rchiodo Can you shed some light? My understanding is that for #6799 the logic for how providers are being handled needed to change. My understanding of this issue is the following:

  1. vs code makes highlight request for cell B
  2. the extension translates the request onto the concat-document and delegates to the language server
  3. the language server returns highlight ranges wrt the concat-document
  4. the extension needs to extract those highlight ranges that are for cell B
  5. vs code shows highlights

My understanding is that something in step 4 fails and that all highlight ranges are returned.

rchiodo commented 2 years ago

@jrieken Yes that is exactly what needs to happen. The translation in step 4 is not happening at the moment. In the work I did in #6799 I implemented that for semantic tokens.

jrieken commented 2 years ago

ok. thanks for clarifying

guangfjy commented 2 years ago

@jrieken @rchiodo This issue was raised in May, and moved from the September milestone to the November milestone. Can it be closed in the near future?

rchiodo commented 2 years ago

Can it be closed in the near future?

The intent is to work on it for November. It may or not be closed by then.

jrieken commented 2 years ago

@rchiodo I have taken a stab at this: https://github.com/microsoft/vscode-jupyter-lsp-middleware/pull/20

rchiodo commented 2 years ago

Thanks @jrieken . Your PR looks good to me. Once that goes through I can update the package.json in the jupyter repro

rchiodo commented 2 years ago

Verification steps: