Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Unable to start Kernel ENOTDIR error #5093

Closed
DonJayamanne opened this issue Mar 9, 2021 · 9 comments
Closed

Unable to start Kernel ENOTDIR error #5093

DonJayamanne opened this issue Mar 9, 2021 · 9 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster notebook-execution Kernels issues (start/restart/switch/execution, install ipykernel)

Comments

@DonJayamanne
Copy link
Contributor

Reported by @jaymegordo
#4947 (comment)

Environment data

Version: 1.54.0-insider
Commit: c47da720f351455681978a48edc4d9a0d095ea0e
Date: 2021-02-24T12:22:35.736Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Darwin x64 20.3.0

VS Code version: 1.54.0-insider
Jupyter Extension version: Latest from Main branch (from Don)
Python Extension version: v2021.3.593199507-dev
OS and version: Darwin x64 20.3.0
Python and/or Anaconda version: 3.8.1
Type of virtual environment used: Conda
Jupyter server running: Local

Expected behaviour

XXX

Actual behaviour

XXX

Steps to reproduce:

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

  1. XXX

Logs

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

User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'pythonDiscoveryModule'
User belongs to experiment group 'NativeNotebookEditor'
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Error 2021-03-09 14:34:55: Jupyter Extension (Error in PreWarmKernelDaemon, method:preWarmKernelDaemonPool): [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:55: Install Missing Dependencies, Class name = v, completed in 483ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:55: Failed to connect raw kernel session: Error: spawn ENOTDIR
Error 2021-03-09 14:34:55: failed to create INotebook in kernel, UI Disabled = true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:55: failed to start INotebook in kernel, UI Disabled = true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Error 2021-03-09 14:34:58: Install Missing Dependencies, Class name = v, completed in 5ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: Failed to connect raw kernel session: Error: spawn ENOTDIR
Error 2021-03-09 14:34:58: failed to create INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: DataScience Error [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: failed to start INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: Failed to execute cells in CellExecutionQueue [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: Install Missing Dependencies, Class name = v, completed in 308ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: Failed to connect raw kernel session: Error: spawn ENOTDIR
Error 2021-03-09 14:36:57: failed to create INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: DataScience Error [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: failed to start INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: Failed to execute cells in CellExecutionQueue [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}```

</p>
</details>
@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Mar 9, 2021
@DonJayamanne DonJayamanne self-assigned this Mar 9, 2021
@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented Mar 9, 2021

@jaymegordo

  • Please could you enable logging as follows:
    • Open settings & go into Python->Logging
    • Change the value to debug
    • Repeat this for Jupyter-Logging as well.
    • Reload VS Code,
  • Attempt to repro the issue & then copy the output from both Python and Jupyter output panel.
  • Finally, please could you try some other kernel (i believe you are trying to use a Conda environment), can you try a non-conda environment if you have one.*

Once again, thanks for helping us get to the bottom of this issue.

@DonJayamanne DonJayamanne added conda notebook-execution Kernels issues (start/restart/switch/execution, install ipykernel) info-needed Issue requires more information from poster labels Mar 9, 2021
@jaymegordo
Copy link

jaymegordo commented Mar 9, 2021

Steps to repro

  • open .ipynb file (file loads/renders correctly) ✅
  • try to run any cell ❌
  • error occurs, kernel fails to spawn
  • Issue occurs with both conda and pipenv envs

spawn_enotdir

Env data

Version: 1.55.0-insider
Commit: 5d80c30e5b6ce8b2f5336ed55ad043490b0b818f
Date: 2021-03-08T05:24:34.127Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Darwin x64 20.3.0

jupyter: v2021.4.637168989
python: v2021.3.636328865-dev

Logs

Jupyter

User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'pythonDiscoveryModule'
User belongs to experiment group 'NativeNotebookEditor'
Info 2021-03-09 15:05:33: ZMQ install verified.
Info 2021-03-09 15:05:33: Attempting to start a server because of preload conditions ...
Info 2021-03-09 15:05:33: Found existing keyfile at /Users/Jayme/Library/Application Support/Code - Insiders/User/globalStorage/ms-toolsai.jupyter/nbsecret
Info 2021-03-09 15:05:34: Check if Notebook is Trusted, Class name = p, completed in 0ms, has a truthy return value, Return Value: true
Info 2021-03-09 15:05:34: Attempting to start a server because of preload conditions ...
Info 2021-03-09 15:05:34: Search all interpreters /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python, /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python, /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python, /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python, /opt/miniconda3/bin/python, /opt/miniconda3/envs/512/bin/python, /opt/miniconda3/envs/513/bin/python, /opt/miniconda3/envs/522_grp_13/bin/python, /opt/miniconda3/envs/531/bin/python, /opt/miniconda3/envs/532_grp23/bin/python, /opt/miniconda3/envs/553/bin/python, /opt/miniconda3/envs/563/bin/python, /opt/miniconda3/envs/571/bin/python, /opt/miniconda3/envs/572/bin/python, /opt/miniconda3/envs/573/bin/python, /opt/miniconda3/envs/nicenumber/bin/python, /Library/Frameworks/Python.framework/Versions/3.8/bin/python3
Info 2021-03-09 15:05:34: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:34: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:34: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-03-09 15:05:34: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-03-09 15:05:34: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-03-09 15:05:34: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/563/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/share/jupyter/kernels/python3/kernel.json for /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/share/jupyter/kernels/python3/kernel.json for /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/share/jupyter/kernels/python3/kernel.json for /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/512/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/512/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/513/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/513/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/522_grp_13/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/522_grp_13/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/531/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/531/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/532_grp23/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/532_grp23/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/553/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/553/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/571/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/571/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/572/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/572/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/573/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/573/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /opt/miniconda3/envs/nicenumber/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/nicenumber/bin/python
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/ir/kernel.json for undefined
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python3/kernel.json for undefined
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python36564bitvenvvirtualenv9e701f79e3d842e68396e668e6e8e076/kernel.json for undefined
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python38164bit8b4b56d360d1412abecb12d37ae5417d/kernel.json for undefined
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python38164bitjambotpipenv54aa71f2a0ac47cf8c8cd8c21cc6d144/kernel.json for undefined
Info 2021-03-09 15:05:34: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python38164bitsmspipenv575249c45d7f4959994ba4e4c050f4bf/kernel.json for undefined
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.6 64-bit ('563': conda) is 20
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.9.1 64-bit ('Jambot-uzRuMVcQ': pipenv) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.9.1 64-bit ('SMS-4WPEHYhu': pipenv) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.9.1 64-bit ('whissybook-za4JZZmh': pipenv) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.8 64-bit ('base': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.6 64-bit ('512': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.7.9 64-bit ('513': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.6 64-bit ('531': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.9.1 64-bit ('532_grp23': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.6 64-bit ('522_grp_13': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.7.9 64-bit ('553': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.7.8 64-bit ('571': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.7.9 64-bit ('572': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.6 64-bit ('573': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.9.2 64-bit ('nicenumber': conda) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for R is -1
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3 is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.6.5 64-bit ('venv': virtualenv) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.1 64-bit ('Jambot': pipenv) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.1 64-bit is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.1 64-bit ('SMS': pipenv) is 3
Info 2021-03-09 15:05:35: findPreferredKernel score for Python 3.8.2 64-bit ('python-chromedriver-autoinstaller-BiRCrPZ2': pipenv) is 3
Info 2021-03-09 15:05:35: Find kernel spec, Class name = k, completed in 36ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Arg 2: {"kernelspec":{"display_name":"Python 3.8.6 64-bit ('563': conda)","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.8.6"}}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/opt/miniconda3/envs/563/bin/python","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5","argv":["/opt/miniconda3/envs/563/bin/python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/opt/miniconda3/envs/563/bin/python","display_name":"Python 3.8.6 64-bit ('563': conda)"},"interpreter":{"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"},"id":".python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)"}
Info 2021-03-09 15:05:35: KernelProvider switched kernel to id = .python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)}
Info 2021-03-09 15:05:35: Starting Notebook in kernel.ts id = .python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)
Info 2021-03-09 15:05:35: Creating raw notebook for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:35: Getting preferred kernel for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:35: Computing working directory file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:35: Connecting to raw session for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/opt/miniconda3/envs/563/bin/python","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5","argv":["/opt/miniconda3/envs/563/bin/python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/opt/miniconda3/envs/563/bin/python","display_name":"Python 3.8.6 64-bit ('563': conda)"},"interpreter":{"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"},"id":".python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)"}
Info 2021-03-09 15:05:35: Starting raw kernel Python 3.8.6 64-bit ('563': conda)
Info 2021-03-09 15:05:35: installMissingDependencies /opt/miniconda3/envs/563/bin/python
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Error 2021-03-09 15:05:35: Install Missing Dependencies, Class name = v, completed in 448ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:35: Failed to connect raw kernel session: Error: spawn ENOTDIR
Info 2021-03-09 15:05:35: Shutdown session -- complete
Error 2021-03-09 15:05:35: failed to create INotebook in kernel, UI Disabled = true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:35: failed to start INotebook in kernel, UI Disabled = true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:35: Jupyter Extension (Error in PreWarmKernelDaemon, method:preWarmKernelDaemonPool): [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Creating daemon pool for /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 with env variables count 0
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-09 15:05:35: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-09 15:05:46: Execute Cell 4 vscode-notebook-cell:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb#ch0000004 in kernelWithMetadata.ts
Info 2021-03-09 15:05:46: Starting Notebook in kernel.ts id = .python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)
Info 2021-03-09 15:05:46: Cell Index:4, state:2, exec: 1. User queued cell for execution
Info 2021-03-09 15:05:46: Cell Index:4, state:2, exec: 1. Update cell state as it was enqueued
Info 2021-03-09 15:05:46: Creating raw notebook for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:46: Getting preferred kernel for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:46: Computing working directory file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:46: Connecting to raw session for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/opt/miniconda3/envs/563/bin/python","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5","argv":["/opt/miniconda3/envs/563/bin/python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/opt/miniconda3/envs/563/bin/python","display_name":"Python 3.8.6 64-bit ('563': conda)"},"interpreter":{"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"},"id":".python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)"}
Info 2021-03-09 15:05:46: Starting raw kernel Python 3.8.6 64-bit ('563': conda)
Info 2021-03-09 15:05:46: installMissingDependencies /opt/miniconda3/envs/563/bin/python
Error 2021-03-09 15:05:46: Install Missing Dependencies, Class name = v, completed in 4ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:46: Failed to connect raw kernel session: Error: spawn ENOTDIR
Info 2021-03-09 15:05:46: Shutdown session -- complete
Error 2021-03-09 15:05:46: failed to create INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:46: DataScience Error [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:46: failed to start INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:46: Failed to execute cells in CellExecutionQueue [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:46: Cancel pending cells
Info 2021-03-09 15:05:46: Cell Index:4, state:2, exec: 1. Execution cancelled
Info 2021-03-09 15:05:46: Cell Index:4, state:1, exec: 1. Completed due to cancellation
Info 2021-03-09 15:05:46: Cell Index:4, state:1, exec: 1. Update cell statue as idle and message as empty
Info 2021-03-09 15:05:46: Cell Index:4, state:2, exec: 1. Cell cancelled & resolving
Info 2021-03-09 15:05:46: Cell Index:4, state:2, exec: 1. Execution disposed

Python

User belongs to experiment group 'pythonaacf'
User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'pythonSendEntireLineToREPL'
User belongs to experiment group 'pythonNotDisplayLinterPrompt'
User belongs to experiment group 'pythonDiscoveryModule'
User belongs to experiment group 'pythonTensorboardExperiment'
User belongs to experiment group 'NativeNotebook - experiment'
User belongs to experiment group 'AlwaysDisplayTestExplorer - control'
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - control'
User belongs to experiment group 'DebugAdapterFactory - experiment'
User belongs to experiment group 'PtvsdWheels37 - experiment'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'LocalZMQKernel - experiment'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - experiment'
Info 2021-03-09 15:05:34: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Searching for conda.
Info 2021-03-09 15:05:34: Probing conda binary: conda
Info 2021-03-09 15:05:34: [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at Object.spawn (child_process.js:557:9)
	at Object.t.plainExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689573)
	at Object.t.exec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:93427)
	at p.getInfo (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:218567)
	at Function.locate (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:218427)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)
	at async u.iterEnvs (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:26068)
	at async o (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:1:53864)
	at async Object.s [as chain] (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:1:54028)
	at async /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:762194
	at async t.PythonEnvsResolver.iterEnvsIterator (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:763813)
	at async Object.t.getEnvs (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:241944)
	at async /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:758315
	at async t.BackgroundRequestLooper.flush (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:760284)
	at async t.BackgroundRequestLooper.runLoop (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:760074)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:34: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:34: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/.direnv
Info 2021-03-09 15:05:34: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Searching for global virtual envs in: /Users/Jayme/Envs
Info 2021-03-09 15:05:34: Searching for global virtual envs in: /Users/Jayme/.direnv
Info 2021-03-09 15:05:34: Searching for global virtual envs in: /Users/Jayme/.venvs
Info 2021-03-09 15:05:34: Searching for global virtual envs in: /Users/Jayme/.virtualenvs
Info 2021-03-09 15:05:34: Searching for global virtual envs in: /Users/Jayme/.local/share/virtualenvs
Info 2021-03-09 15:05:34: Searching for global virtual envs in: /Users/Jayme/envs
Info 2021-03-09 15:05:34: Probing conda binary: /opt/miniconda3/bin/conda
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor with pattern python using VSCode API
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor with pattern */python using VSCode API
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor with pattern */bin/python using VSCode API
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/.direnv with pattern python using VSCode API
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/.direnv with pattern */python using VSCode API
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/.direnv with pattern */bin/python using VSCode API
Info 2021-03-09 15:05:34: Found: /usr/bin/python --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-09 15:05:34: Found: /usr/bin/python2 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-09 15:05:34: Found: /usr/bin/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-09 15:05:34: Found: /usr/bin/python3 --> /usr/bin/python3
Info 2021-03-09 15:05:34: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3.9
Info 2021-03-09 15:05:34: Found: /usr/lib/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Info 2021-03-09 15:05:34: Found: /usr/local/bin/python --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-09 15:05:34: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3.9
Info 2021-03-09 15:05:34: Found: /usr/local/bin/python3.8 --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-09 15:05:34: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3.8
Info 2021-03-09 15:05:34: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3
Info 2021-03-09 15:05:34: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3.9
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/Envs with pattern python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/Envs with pattern */python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/Envs with pattern */bin/python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.direnv with pattern python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.direnv with pattern */python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.direnv with pattern */bin/python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.venvs with pattern python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.venvs with pattern */python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.venvs with pattern */bin/python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.virtualenvs with pattern python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.virtualenvs with pattern */python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.virtualenvs with pattern */bin/python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.local/share/virtualenvs with pattern python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.local/share/virtualenvs with pattern */python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/.local/share/virtualenvs with pattern */bin/python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/envs with pattern python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/envs with pattern */python using chokidar
Info 2021-03-09 15:05:34: Start watching: /Users/Jayme/envs with pattern */bin/python using chokidar
Info 2021-03-09 15:05:34: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:34: Found conda via filesystem probing: /opt/miniconda3/bin/conda
Info 2021-03-09 15:05:34: Searching for conda environments using /opt/miniconda3/bin/conda
Info 2021-03-09 15:05:34: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Rule = settings, result = runNextRule
Info 2021-03-09 15:05:34: Executing next rule from settings
Info 2021-03-09 15:05:34: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-09 15:05:34: Executing next rule from workspaceEnvs
Info 2021-03-09 15:05:34: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Found conda environment: [object Object]
Info 2021-03-09 15:05:34: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:34: Current value for rule currentPath is {"sysPrefix":"/usr/local/bin/../../../Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/usr/local/bin/python","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-09 15:05:34: Current value for rule windowsRegistry is nothing
Info 2021-03-09 15:05:34: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:34: Rule = settings, result = runNextRule
Info 2021-03-09 15:05:34: Executing next rule from settings
Info 2021-03-09 15:05:34: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-09 15:05:34: Executing next rule from workspaceEnvs
Info 2021-03-09 15:05:34: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:34: Searching for conda.
Info 2021-03-09 15:05:34: Probing conda binary: conda
Info 2021-03-09 15:05:34: [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at Object.spawn (child_process.js:557:9)
	at Object.t.plainExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689573)
	at Object.t.exec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:93427)
	at p.getInfo (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:218567)
	at Function.locate (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:218427)
	at async y._getCondaInfo (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:54083)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:34: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:34: Searching for conda.
Info 2021-03-09 15:05:34: Probing conda binary: /opt/miniconda3/bin/conda
Info 2021-03-09 15:05:34: Activation Commands received undefined for shell bash
Info 2021-03-09 15:05:34: Activation Commands received undefined for shell bash
Info 2021-03-09 15:05:34: getActivatedEnvironmentVariables, Class name = P, completed in 221ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: true
Info 2021-03-09 15:05:34: getActivatedEnvironmentVariables, Class name = P, completed in 222ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: true
Info 2021-03-09 15:05:34: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:34: Current value for rule currentPath is {"sysPrefix":"/usr/local/bin/../../../Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/usr/local/bin/python","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-09 15:05:34: Current value for rule windowsRegistry is nothing
Info 2021-03-09 15:05:34: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:34: setGlobalInterpreter, Class name = f, completed in 71ms, has a truthy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
Info 2021-03-09 15:05:34: Rule = cachedInterpreters, result = exit
Info 2021-03-09 15:05:34: autoSelectInterpreter, Class name = f, completed in 150ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-09 15:05:34: autoSelectInterpreter, Class name = f, completed in 151ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-09 15:05:34: autoSelectInterpreter, Class name = f, completed in 151ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-09 15:05:34: Rule = windowsRegistry, result = runNextRule
Info 2021-03-09 15:05:34: Executing next rule from windowsRegistry
Info 2021-03-09 15:05:34: Rule = settings, result = runNextRule
Info 2021-03-09 15:05:34: Executing next rule from settings
Info 2021-03-09 15:05:34: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-09 15:05:34: Executing next rule from workspaceEnvs
Info 2021-03-09 15:05:34: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:34: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Return Value: undefined
Info 2021-03-09 15:05:34: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Return Value: undefined
Info 2021-03-09 15:05:34: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Return Value: undefined
Info 2021-03-09 15:05:34: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:34: Current value for rule currentPath is {"sysPrefix":"/usr/local/bin/../../../Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/usr/local/bin/python","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-09 15:05:34: Current value for rule windowsRegistry is nothing
Info 2021-03-09 15:05:34: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:34: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Python interpreter path: /opt/miniconda3/envs/563/bin/python
Info 2021-03-09 15:05:34: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:34: Selected Interpreter from currentPath, {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-09 15:05:34: Selected Interpreter from system, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:34: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:35: setGlobalInterpreter, Class name = f, completed in 81ms, has a truthy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
Info 2021-03-09 15:05:35: Rule = cachedInterpreters, result = exit
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 121ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 122ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 123ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-09 15:05:35: Rule = windowsRegistry, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from windowsRegistry
Info 2021-03-09 15:05:35: Rule = settings, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from settings
Info 2021-03-09 15:05:35: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from workspaceEnvs
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 3ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Return Value: undefined
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 3ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Return Value: undefined
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 3ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Return Value: undefined
Info 2021-03-09 15:05:35: setGlobalInterpreter, Class name = f, completed in 25ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-09 15:05:35: Rule = cachedInterpreters, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from cachedInterpreters
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 59ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Return Value: undefined
Info 2021-03-09 15:05:35: setGlobalInterpreter, Class name = f, completed in 32ms, has a falsy return value, Arg 1: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}, Arg 2: undefined, Return Value: false
Info 2021-03-09 15:05:35: Rule = currentPath, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from currentPath
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 70ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Return Value: undefined
Info 2021-03-09 15:05:35: setGlobalInterpreter, Class name = f, completed in 32ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-09 15:05:35: Rule = system, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from system
Info 2021-03-09 15:05:35: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:35: Current value for rule currentPath is {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-09 15:05:35: Current value for rule windowsRegistry is nothing
Info 2021-03-09 15:05:35: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 72ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb>, Return Value: undefined
Info 2021-03-09 15:05:35: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:35: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Starting Pylance language server.
Info 2021-03-09 15:05:35: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:35: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:35: Selected Interpreter from currentPath, {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-09 15:05:35: Selected Interpreter from system, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-09 15:05:35: setGlobalInterpreter, Class name = f, completed in 35ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-09 15:05:35: Rule = cachedInterpreters, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from cachedInterpreters
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 56ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Return Value: undefined
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Searching for conda.
Info 2021-03-09 15:05:35: setGlobalInterpreter, Class name = f, completed in 45ms, has a falsy return value, Arg 1: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}, Arg 2: undefined, Return Value: false
Info 2021-03-09 15:05:35: Rule = currentPath, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from currentPath
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 90ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Return Value: undefined
Info 2021-03-09 15:05:35: setGlobalInterpreter, Class name = f, completed in 47ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-09 15:05:35: Rule = system, result = runNextRule
Info 2021-03-09 15:05:35: Executing next rule from system
Info 2021-03-09 15:05:35: autoSelectInterpreter, Class name = f, completed in 94ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor>, Return Value: undefined
Info 2021-03-09 15:05:35: Activation Commands received undefined for shell bash
Info 2021-03-09 15:05:35: getActivatedEnvironmentVariables, Class name = P, completed in 40ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: true
Info 2021-03-09 15:05:35: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:35: Found conda via filesystem probing: /opt/miniconda3/bin/conda
Info 2021-03-09 15:05:35: Searching for conda.
Info 2021-03-09 15:05:35: Searching for conda environments using /opt/miniconda3/bin/conda
Info 2021-03-09 15:05:35: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:35: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/.direnv
Info 2021-03-09 15:05:35: Searching for global virtual envs in: /Users/Jayme/Envs
Info 2021-03-09 15:05:35: Searching for global virtual envs in: /Users/Jayme/.direnv
Info 2021-03-09 15:05:35: Searching for global virtual envs in: /Users/Jayme/.venvs
Info 2021-03-09 15:05:35: Searching for global virtual envs in: /Users/Jayme/.virtualenvs
Info 2021-03-09 15:05:35: Searching for global virtual envs in: /Users/Jayme/.local/share/virtualenvs
Info 2021-03-09 15:05:35: Searching for global virtual envs in: /Users/Jayme/envs
Info 2021-03-09 15:05:35: Found: /usr/bin/python --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-09 15:05:35: Found: /usr/bin/python2 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-09 15:05:35: Found: /usr/bin/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-09 15:05:35: Found: /usr/bin/python3 --> /usr/bin/python3
Info 2021-03-09 15:05:35: Found: /usr/lib/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Info 2021-03-09 15:05:35: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3.9
Info 2021-03-09 15:05:35: Found: /usr/local/bin/python --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-09 15:05:35: Found: /usr/local/bin/python3.8 --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-09 15:05:35: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3.9
Info 2021-03-09 15:05:35: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3.8
Info 2021-03-09 15:05:35: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3
Info 2021-03-09 15:05:35: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3.9
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:35: Starting language server, Class name = r, completed in 353ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:35: [object Object]. Shell identified as undefined 
Info 2021-03-09 15:05:35: Shell path '/bin/bash'
Info 2021-03-09 15:05:35: Shell path identified as shell 'bash'
Info 2021-03-09 15:05:35: Terminal shell path '/bin/bash' identified as shell 'bash'
Info 2021-03-09 15:05:35: [object Object]. Shell identified as bash 
Info 2021-03-09 15:05:35: Shell identified as 'bash'
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:35: Searching for conda.
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor
Info 2021-03-09 15:05:35: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-09 15:05:35: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:35: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:35: Get Conda File from interpreter, Class name = y, completed in 3ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-09 15:05:35: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Has Custom Env Vars
Info 2021-03-09 15:05:35: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Error 2021-03-09 15:05:35: getActivatedEnvironmentVariables [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:35: getActivatedEnvironmentVariables, Class name = P, completed in 651ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:35: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:35: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaFileFromInterpreter-Args="/opt/miniconda3/envs/563/bin/python"-Arg-Separator-"563"
Info 2021-03-09 15:05:35: Get Conda File from interpreter, Class name = y, completed in 0ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-09 15:05:35: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Has Custom Env Vars
Info 2021-03-09 15:05:35: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Error 2021-03-09 15:05:35: getActivatedEnvironmentVariables [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:35: getActivatedEnvironmentVariables, Class name = P, completed in 448ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:35: Get Conda File from interpreter, Class name = y, completed in 13ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-09 15:05:35: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:35: Has Custom Env Vars
Info 2021-03-09 15:05:35: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Error 2021-03-09 15:05:35: getActivatedEnvironmentVariables [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:35: getActivatedEnvironmentVariables, Class name = P, completed in 661ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:35: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Found conda environment: [object Object]
Info 2021-03-09 15:05:35: Activation Commands received undefined for shell bash
Info 2021-03-09 15:05:35: Activation Commands received undefined for shell bash
Info 2021-03-09 15:05:35: getActivatedEnvironmentVariables, Class name = P, completed in 3ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: true
Info 2021-03-09 15:05:35: getActivatedEnvironmentVariables, Class name = P, completed in 3ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: true
Info 2021-03-09 15:05:35: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-09 15:05:35: Current value for rule workspaceEnvs is nothing
Info 2021-03-09 15:05:36: provideCodeActions not currently supported for notebooks
Info 2021-03-09 15:05:41: Cached data exists getEnvironmentVariables, extension-output-#4
Info 2021-03-09 15:05:41: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:41: Cached data exists getEnvironmentVariables, extension-output-#2
Info 2021-03-09 15:05:45: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:05:45: provideCodeActions not currently supported for notebooks
Info 2021-03-09 15:05:46: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaVersion-Args=
Info 2021-03-09 15:05:46: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaFileFromInterpreter-Args="/opt/miniconda3/envs/563/bin/python"-Arg-Separator-"563"
Info 2021-03-09 15:05:46: Get Conda File from interpreter, Class name = y, completed in 0ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-09 15:05:46: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-09 15:05:46: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:46: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-09 15:05:46: Has Custom Env Vars
Info 2021-03-09 15:05:46: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Error 2021-03-09 15:05:46: getActivatedEnvironmentVariables [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 15:05:46: getActivatedEnvironmentVariables, Class name = P, completed in 3ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Info 2021-03-09 15:05:49: Cached data exists getEnvironmentVariables, extension-output-#2
Info 2021-03-09 15:09:50: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab1_jaymegor/lab1.ipynb
Info 2021-03-09 15:09:50: Cached data exists getEnvironmentVariables, extension-output-#6

@DonJayamanne
Copy link
Contributor Author

@jaymegordo Thanks a lot, i think i have a fix for this as well.

@DonJayamanne
Copy link
Contributor Author

@jaymegordo
Please try the following build, should be fixed now, https://github.com/microsoft/vscode-jupyter/suites/2219486133/artifacts/45955787

Please let me know how this goes & again thanks for patience

@jaymegordo
Copy link

@DonJayamanne hmmm fixed that issue, but kernel still doesn't start... different issue now:

  • TypeError: Cannot read property 'toString' of undefined
  • fails with both conda and pipenv

jupyter_error_tostring

(side note, it would be super helpful if there was a way to auto collect jupyter/python logs + env config to a text file automatically haha... takes a few mins to collect this every time)

env

Version: 1.55.0-insider
Commit: 11d5e82c80c6151e3f6d9da10429582b589c16ba
Date: 2021-03-10T22:27:59.416Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Darwin x64 20.3.0

jupyter: v2021.4.637557485
python: v2021.3.636328865-dev

Python/Jupyter Logs (debug)

Jupyter:

User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'pythonDiscoveryModule'
User belongs to experiment group 'NativeNotebookEditor'
Info 2021-03-10 16:41:57: ZMQ install verified.
Info 2021-03-10 16:41:57: Attempting to start a server because of preload conditions ...
Info 2021-03-10 16:41:57: Found existing keyfile at /Users/Jayme/Library/Application Support/Code - Insiders/User/globalStorage/ms-toolsai.jupyter/nbsecret
Info 2021-03-10 16:41:57: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-03-10 16:41:57: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
Info 2021-03-10 16:41:57: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-03-10 16:41:57: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:58: Process Execution: > /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-03-10 16:41:58: Process Execution: > /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py pip list
> /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-03-10 16:41:58: Process Execution: > /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-03-10 16:41:58: Process Execution: > /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:58: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Info 2021-03-10 16:41:58: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Info 2021-03-10 16:41:58: Check if Notebook is Trusted, Class name = p, completed in 0ms, has a truthy return value, Return Value: true
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:58: Attempting to start a server because of preload conditions ...
Info 2021-03-10 16:41:58: Search all interpreters /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python, /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python, /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python, /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python, /opt/miniconda3/bin/python, /opt/miniconda3/envs/512/bin/python, /opt/miniconda3/envs/513/bin/python, /opt/miniconda3/envs/522_grp_13/bin/python, /opt/miniconda3/envs/531/bin/python, /opt/miniconda3/envs/532_grp23/bin/python, /opt/miniconda3/envs/553/bin/python, /opt/miniconda3/envs/563/bin/python, /opt/miniconda3/envs/571/bin/python, /opt/miniconda3/envs/572/bin/python, /opt/miniconda3/envs/573/bin/python, /opt/miniconda3/envs/nicenumber/bin/python, /usr/local/bin/python, /Library/Frameworks/Python.framework/Versions/3.8/bin/python3
Info 2021-03-10 16:41:58: Creating daemon process for /usr/local/bin/python with env variables count 0
Info 2021-03-10 16:41:58: Process Execution: > /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-03-10 16:41:58: Process Execution: > /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /usr/local/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/share/jupyter/kernels/python3/kernel.json for /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/share/jupyter/kernels/python3/kernel.json for /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/share/jupyter/kernels/python3/kernel.json for /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/512/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/512/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/513/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/513/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/522_grp_13/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/522_grp_13/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/531/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/531/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/532_grp23/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/532_grp23/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/553/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/553/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/563/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/571/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/571/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/572/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/572/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/573/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/573/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /opt/miniconda3/envs/nicenumber/share/jupyter/kernels/python3/kernel.json for /opt/miniconda3/envs/nicenumber/bin/python
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/ir/kernel.json for undefined
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python3/kernel.json for undefined
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python36564bitvenvvirtualenv9e701f79e3d842e68396e668e6e8e076/kernel.json for undefined
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python38164bit8b4b56d360d1412abecb12d37ae5417d/kernel.json for undefined
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python38164bitjambotpipenv54aa71f2a0ac47cf8c8cd8c21cc6d144/kernel.json for undefined
Info 2021-03-10 16:41:58: Loading kernelspec from /Users/Jayme/Library/Jupyter/kernels/python38164bitsmspipenv575249c45d7f4959994ba4e4c050f4bf/kernel.json for undefined
Info 2021-03-10 16:41:58: Python Daemon (pid: 71070): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-03-10 16:41:58: Python Daemon (pid: 71070): Execute rpc method prewarm_kernel from /usr/local/bin/python
Info 2021-03-10 16:41:58: Python Daemon (pid: 71070): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-03-10 16:41:58: Python Daemon (pid: 71070): Exec in DS Kernel Launcher Daemon (observable) ['/usr/local/bin/python', '/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-03-10 16:41:58: Python Daemon (pid: 71070): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.1 64-bit is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.9.1 64-bit ('SMS-4WPEHYhu': pipenv) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.9.1 64-bit ('whissybook-za4JZZmh': pipenv) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.9.1 64-bit ('Jambot-uzRuMVcQ': pipenv) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.6 64-bit ('512': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.8 64-bit ('base': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.7.9 64-bit ('513': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.6 64-bit ('522_grp_13': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.6 64-bit ('531': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.9.1 64-bit ('532_grp23': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.7.9 64-bit ('553': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.6 64-bit ('563': conda) is 19
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.7.8 64-bit ('571': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.6 64-bit ('573': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.9.2 64-bit ('nicenumber': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for R is -1
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3 is 4
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.7.9 64-bit ('572': conda) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.6.5 64-bit ('venv': virtualenv) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.1 64-bit ('SMS': pipenv) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.1 64-bit ('Jambot': pipenv) is 3
Info 2021-03-10 16:41:58: findPreferredKernel score for Python 3.8.2 64-bit ('python-chromedriver-autoinstaller-BiRCrPZ2': pipenv) is 3
Info 2021-03-10 16:41:58: Find kernel spec, Class name = k, completed in 42ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: {"kernelspec":{"display_name":"Python 3.8.6 64-bit ('563': conda)","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5"},"language_info":{"name":"python","nbconvert_exporter":"python","version":"3.8.6"},"orig_nbformat":2}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/opt/miniconda3/envs/563/bin/python","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5","argv":["/opt/miniconda3/envs/563/bin/python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/opt/miniconda3/envs/563/bin/python","display_name":"Python 3.8.6 64-bit ('563': conda)"},"interpreter":{"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"},"id":".python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)"}
Info 2021-03-10 16:41:58: Python Daemon (pid: 71070): Kernel launched, with PID 71087
Warn 2021-03-10 16:41:58: Python Daemon (pid: 71070): Waiting for Kernel to die 71087
Info 2021-03-10 16:41:58: Python Daemon (pid: 71070): Kernel launched, with PID as a daemon 71087
Info 2021-03-10 16:41:58: KernelProvider switched kernel to id = .python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)}
Info 2021-03-10 16:41:58: Starting Notebook in kernel.ts id = .python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)
Info 2021-03-10 16:41:58: Creating raw notebook for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:41:58: Getting preferred kernel for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:41:58: Computing working directory file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:41:58: Connecting to raw session for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/opt/miniconda3/envs/563/bin/python","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5","argv":["/opt/miniconda3/envs/563/bin/python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"/opt/miniconda3/envs/563/bin/python","display_name":"Python 3.8.6 64-bit ('563': conda)"},"interpreter":{"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"},"id":".python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5./opt/miniconda3/envs/563/bin/python./opt/miniconda3/envs/563/bin/python.Python 3.8.6 64-bit ('563': conda)"}
Info 2021-03-10 16:41:58: Starting raw kernel Python 3.8.6 64-bit ('563': conda)
Info 2021-03-10 16:41:58: installMissingDependencies /opt/miniconda3/envs/563/bin/python
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:59: Creating daemon pool for /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 with env variables count 0
Info 2021-03-10 16:41:59: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-10 16:41:59: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-10 16:41:59: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-10 16:41:59: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-10 16:41:59: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-10 16:41:59: Process Execution: > /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-03-10 16:42:02: Process Execution: > /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py pip list
> /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py pip list
Info 2021-03-10 16:42:02: Process Execution: > /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-03-10 16:42:02: Install Missing Dependencies, Class name = v, completed in 3495ms, has a falsy return value, Return Value: undefined
Info 2021-03-10 16:42:02: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-03-10 16:42:02: Launching kernel daemon for Python 3.8.6 64-bit ('563': conda) # /opt/miniconda3/envs/563/bin/python
Info 2021-03-10 16:42:02: Fetching interpreter variables of Conda environment to be used as env vars of Kernel
Info 2021-03-10 16:42:04: Execute Cell 0 vscode-notebook-cell:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb#ch0000000 in kernelWithMetadata.ts
Info 2021-03-10 16:42:04: Cell Index:0, state:2, exec: undefined. User queued cell for execution
Info 2021-03-10 16:42:04: Cell Index:0, state:2, exec: undefined. Update cell state as it was enqueued
Info 2021-03-10 16:42:05: Got custom variables for Kernel owned by a conda interpreter
Info 2021-03-10 16:42:05: Creating daemon process for /opt/miniconda3/envs/563/bin/python with env variables count 110
Info 2021-03-10 16:42:05: Process Execution: > /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): Execute rpc method exec_module in DS Daemon
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): Execute rpc method exec_module from /opt/miniconda3/envs/563/bin/python
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977eihjntvUhy1w.json']
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977eihjntvUhy1w.json']
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): Exec in DS Kernel Launcher Daemon (observable) ['/opt/miniconda3/envs/563/bin/python', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977eihjntvUhy1w.json']
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): Kernel launched, with PID 77483
Warn 2021-03-10 16:42:05: Python Daemon (pid: 77482): Waiting for Kernel to die 77483
Info 2021-03-10 16:42:05: Launching kernel daemon, Class name = h, completed in 2733ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: "/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor", Arg 3: {"specFile":"/opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/opt/miniconda3/envs/563/bin/python","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5","argv":["/opt/miniconda3/envs/563/bin/python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977eihjntvUhy1w.json"],"language":"python","path":"/opt/miniconda3/envs/563/bin/python","display_name":"Python 3.8.6 64-bit ('563': conda)"}, Arg 4: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-03-10 16:42:05: Launching kernel in kernelProcess.ts, Class name = _, completed in 2733ms, has a truthy return value, Arg 1: "/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/opt/miniconda3/envs/563/bin/python","_handle":{"pid":77482},"spawnargs":["/opt/miniconda3/envs/563/bin/python","/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":77482,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":false,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":true,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":false,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":true,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-03-10 16:42:05: KernelProcess output: Content-Length: 346
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n", "pid": 77482}}Content-Length: 321
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n"}}
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.

Info 2021-03-10 16:42:05: KernelProcess output: Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr:   warn(\n", "pid": 77482}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "  warn(\n"}}Content-Length: 372
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'dea7a926-e4b2-4e3f-b8eb-763a9f7009cc' instead of 'b\"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc\"'.\n", "pid": 77482}}Content-Length: 347
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'dea7a926-e4b2-4e3f-b8eb-763a9f7009cc' instead of 'b\"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc\"'.\n"}}Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr:   warn(\n", "pid": 77482}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "  warn(\n"}}
Warn 2021-03-10 16:42:05: Kernel 77482 as possibly died, StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.

Warn 2021-03-10 16:42:05: StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.

Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): write to stderr:   warn(

Warn 2021-03-10 16:42:05: Kernel 77482 as possibly died, StdErr from Kernel Process   warn(

Warn 2021-03-10 16:42:05: StdErr from Kernel Process   warn(

Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'dea7a926-e4b2-4e3f-b8eb-763a9f7009cc' instead of 'b"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc"'.

Warn 2021-03-10 16:42:05: Kernel 77482 as possibly died, StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'dea7a926-e4b2-4e3f-b8eb-763a9f7009cc' instead of 'b"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc"'.

Warn 2021-03-10 16:42:05: StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'dea7a926-e4b2-4e3f-b8eb-763a9f7009cc' instead of 'b"dea7a926-e4b2-4e3f-b8eb-763a9f7009cc"'.

Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): write to stderr:   warn(

Warn 2021-03-10 16:42:05: Kernel 77482 as possibly died, StdErr from Kernel Process   warn(

Warn 2021-03-10 16:42:05: StdErr from Kernel Process   warn(

Info 2021-03-10 16:42:05: KernelProcess output: Content-Length: 172
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: [IPKernelApp] WARNING | Unknown error in handling startup files:\n", "pid": 77482}}Content-Length: 147
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "[IPKernelApp] WARNING | Unknown error in handling startup files:\n"}}
Info 2021-03-10 16:42:05: Python Daemon (pid: 77482): write to stderr: [IPKernelApp] WARNING | Unknown error in handling startup files:

Warn 2021-03-10 16:42:05: Kernel 77482 as possibly died, StdErr from Kernel Process [IPKernelApp] WARNING | Unknown error in handling startup files:

Warn 2021-03-10 16:42:05: StdErr from Kernel Process [IPKernelApp] WARNING | Unknown error in handling startup files:

Info 2021-03-10 16:42:05: Raw session started and connected
Started kernel Python 3.8.6 64-bit ('563': conda)
Info 2021-03-10 16:42:05: Initial setup for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb starting ...
Info 2021-03-10 16:42:05: Kernel switching to busy
Info 2021-03-10 16:42:05: Kernel switching to idle
Info 2021-03-10 16:42:05: Starting raw kernel Python 3.8.6 64-bit ('563': conda)
Info 2021-03-10 16:42:05: installMissingDependencies /opt/miniconda3/envs/563/bin/python
Info 2021-03-10 16:42:05: Initialize matplotlib for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:05: Process Execution: > /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
> /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-03-10 16:42:05: Kernel switching to busy
Info 2021-03-10 16:42:06: Kernel switching to idle
Info 2021-03-10 16:42:06: Kernel switching to busy
Info 2021-03-10 16:42:06: Kernel switching to idle
Info 2021-03-10 16:42:06: Kernel switching to busy
Info 2021-03-10 16:42:06: Kernel switching to idle
Info 2021-03-10 16:42:06: Run startup code for notebook: %load_ext autoreload
%autoreload 2
%config Completer.use_jedi = False - results: 1
Info 2021-03-10 16:42:06: Initial setup complete for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:06: Finished connecting 7d7c0f90-69a1-4ecd-9d42-c3eeab7369ca
Info 2021-03-10 16:42:06: Updating preferred kernel for remote notebook 4aeb2cbb-54ae-4ceb-8185-0f648ce5af6f
Info 2021-03-10 16:42:06: Preferred kernel for file:///Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb is 4aeb2cbb-54ae-4ceb-8185-0f648ce5af6f
Info 2021-03-10 16:42:06: Registering commtarget jupyter.widget
Info 2021-03-10 16:42:06: Waiting for idle on (kernel): 4aeb2cbb-54ae-4ceb-8185-0f648ce5af6f -> idle
Info 2021-03-10 16:42:06: Finished waiting for idle on (kernel): 4aeb2cbb-54ae-4ceb-8185-0f648ce5af6f -> idle
Info 2021-03-10 16:42:06: Hooked up kernel restart handler
Info 2021-03-10 16:42:06: Cell Index:0, state:1, exec: undefined. Ready to execute
Info 2021-03-10 16:42:06: Cell Index:0, state:1, exec: undefined. Before Execute individual cell
Info 2021-03-10 16:42:06: Cell Index:0, state:1, exec: undefined. Start execution
Info 2021-03-10 16:42:06: Cell Index:0, state:1, exec: undefined. Send code for execution
Info 2021-03-10 16:42:06: Cell Index:0, state:1, exec: undefined. Completed with errors
Info 2021-03-10 16:42:06: Cell Index:0, state:1, exec: undefined. Update run run duration
Info 2021-03-10 16:42:06: Cell Index:0, state:1, exec: undefined. Update with error state & output
Error 2021-03-10 16:42:06: DataScience Error [TypeError: Cannot read property 'toString' of undefined
	at _.executeCodeCell (/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/out/client/extension.js:49:692519)
	at _.execute (/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/out/client/extension.js:49:692209)
	at _.start (/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/out/client/extension.js:49:688171)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)
	at async t.CellExecutionQueue.executeQueuedCells (/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/out/client/extension.js:49:701560)
	at async t.CellExecutionQueue.start (/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/out/client/extension.js:49:701100)]
Info 2021-03-10 16:42:06: Cell Index:0, state:4, exec: undefined. Completed with errors, & resolving
Info 2021-03-10 16:42:06: Cell Index:0, state:4, exec: undefined. After Execute individual cell 4
Info 2021-03-10 16:42:06: Cancel all remaining cells true || 4
Info 2021-03-10 16:42:06: Cancel pending cells
Info 2021-03-10 16:42:06: Cell Index:0, state:4, exec: undefined. Execution disposed
Info 2021-03-10 16:42:06: Install Missing Dependencies, Class name = v, completed in 384ms, has a falsy return value, Return Value: undefined
Info 2021-03-10 16:42:06: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-03-10 16:42:06: Launching kernel daemon for Python 3.8.6 64-bit ('563': conda) # /opt/miniconda3/envs/563/bin/python
Info 2021-03-10 16:42:06: Fetching interpreter variables of Conda environment to be used as env vars of Kernel
Info 2021-03-10 16:42:06: Creating daemon process for /opt/miniconda3/envs/563/bin/python with env variables count 110
Info 2021-03-10 16:42:06: Process Execution: > /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> /opt/miniconda3/envs/563/bin/python ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-03-10 16:42:06: Got custom variables for Kernel owned by a conda interpreter
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): Execute rpc method exec_module in DS Daemon
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): Execute rpc method exec_module from /opt/miniconda3/envs/563/bin/python
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"448cc892-5041-43d8-9f7b-878751518cfd"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977skgPqOjqdELF.json']
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"448cc892-5041-43d8-9f7b-878751518cfd"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977skgPqOjqdELF.json']
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): Exec in DS Kernel Launcher Daemon (observable) ['/opt/miniconda3/envs/563/bin/python', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"448cc892-5041-43d8-9f7b-878751518cfd"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977skgPqOjqdELF.json']
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): Kernel launched, with PID 77489
Warn 2021-03-10 16:42:06: Python Daemon (pid: 77487): Waiting for Kernel to die 77489
Info 2021-03-10 16:42:06: Launching kernel daemon, Class name = h, completed in 81ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: "/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor", Arg 3: {"specFile":"/opt/miniconda3/envs/563/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/opt/miniconda3/envs/563/bin/python","name":"python386jvsc74a57bd0b0bbd7289bc67589975f13976ce3cd0946d91d4207da458cc5b112b481a7fbc5","argv":["/opt/miniconda3/envs/563/bin/python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"448cc892-5041-43d8-9f7b-878751518cfd\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=/var/folders/h3/zjctchbd6jb6vsgm_nq8fwnw0000gn/T/tmp-70977skgPqOjqdELF.json"],"language":"python","path":"/opt/miniconda3/envs/563/bin/python","display_name":"Python 3.8.6 64-bit ('563': conda)"}, Arg 4: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-03-10 16:42:06: Launching kernel in kernelProcess.ts, Class name = _, completed in 81ms, has a truthy return value, Arg 1: "/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/opt/miniconda3/envs/563/bin/python","_handle":{"pid":77487},"spawnargs":["/opt/miniconda3/envs/563/bin/python","/Users/Jayme/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637557485/pythonFiles/pyvsc-run-isolated.py","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":77487,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":false,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":true,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":false,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":true,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":null,"pipesCount":0,"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"readable":true,"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"bufferedRequest":null,"lastBufferedRequest":null,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"bufferedRequestCount":0,"corkedRequestsFree":{"next":null,"entry":null}},"writable":false,"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-03-10 16:42:06: KernelProcess output: Content-Length: 346
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n", "pid": 77487}}Content-Length: 321
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n"}}
Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.

Info 2021-03-10 16:42:06: KernelProcess output: Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr:   warn(\n", "pid": 77487}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "  warn(\n"}}Content-Length: 372
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '448cc892-5041-43d8-9f7b-878751518cfd' instead of 'b\"448cc892-5041-43d8-9f7b-878751518cfd\"'.\n", "pid": 77487}}Content-Length: 347
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '448cc892-5041-43d8-9f7b-878751518cfd' instead of 'b\"448cc892-5041-43d8-9f7b-878751518cfd\"'.\n"}}Content-Length: 115
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr:   warn(\n", "pid": 77487}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "  warn(\n"}}
Warn 2021-03-10 16:42:06: Kernel 77487 as possibly died, StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.

Warn 2021-03-10 16:42:06: StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.

Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): write to stderr:   warn(

Warn 2021-03-10 16:42:06: Kernel 77487 as possibly died, StdErr from Kernel Process   warn(

Warn 2021-03-10 16:42:06: StdErr from Kernel Process   warn(

Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): write to stderr: /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '448cc892-5041-43d8-9f7b-878751518cfd' instead of 'b"448cc892-5041-43d8-9f7b-878751518cfd"'.

Warn 2021-03-10 16:42:06: Kernel 77487 as possibly died, StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '448cc892-5041-43d8-9f7b-878751518cfd' instead of 'b"448cc892-5041-43d8-9f7b-878751518cfd"'.

Warn 2021-03-10 16:42:06: StdErr from Kernel Process /opt/miniconda3/envs/563/lib/python3.8/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '448cc892-5041-43d8-9f7b-878751518cfd' instead of 'b"448cc892-5041-43d8-9f7b-878751518cfd"'.

Info 2021-03-10 16:42:06: Python Daemon (pid: 77487): write to stderr:   warn(

Warn 2021-03-10 16:42:06: Kernel 77487 as possibly died, StdErr from Kernel Process   warn(

Warn 2021-03-10 16:42:06: StdErr from Kernel Process   warn(

Info 2021-03-10 16:42:07: KernelProcess output: Content-Length: 172
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: [IPKernelApp] WARNING | Unknown error in handling startup files:\n", "pid": 77487}}Content-Length: 147
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "[IPKernelApp] WARNING | Unknown error in handling startup files:\n"}}
Info 2021-03-10 16:42:07: Python Daemon (pid: 77487): write to stderr: [IPKernelApp] WARNING | Unknown error in handling startup files:

Warn 2021-03-10 16:42:07: Kernel 77487 as possibly died, StdErr from Kernel Process [IPKernelApp] WARNING | Unknown error in handling startup files:

Warn 2021-03-10 16:42:07: StdErr from Kernel Process [IPKernelApp] WARNING | Unknown error in handling startup files:

Python:

User belongs to experiment group 'pythonaacf'
User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'pythonSendEntireLineToREPL'
User belongs to experiment group 'pythonNotDisplayLinterPrompt'
User belongs to experiment group 'pythonDiscoveryModule'
User belongs to experiment group 'pythonTensorboardExperiment'
User belongs to experiment group 'NativeNotebook - experiment'
User belongs to experiment group 'AlwaysDisplayTestExplorer - control'
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - control'
User belongs to experiment group 'DebugAdapterFactory - experiment'
User belongs to experiment group 'PtvsdWheels37 - experiment'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'LocalZMQKernel - experiment'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - experiment'
Info 2021-03-10 16:41:57: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:57: Searching for conda.
Info 2021-03-10 16:41:57: Probing conda binary: conda
Info 2021-03-10 16:41:57: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:57: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.direnv
Info 2021-03-10 16:41:57: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:57: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:57: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:57: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:57: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:57: Searching for global virtual envs in: /Users/Jayme/Envs
Info 2021-03-10 16:41:57: Searching for global virtual envs in: /Users/Jayme/.direnv
Info 2021-03-10 16:41:57: Searching for global virtual envs in: /Users/Jayme/.venvs
Info 2021-03-10 16:41:57: Searching for global virtual envs in: /Users/Jayme/.virtualenvs
Info 2021-03-10 16:41:57: Searching for global virtual envs in: /Users/Jayme/.local/share/virtualenvs
Info 2021-03-10 16:41:57: Searching for global virtual envs in: /Users/Jayme/envs
Info 2021-03-10 16:41:57: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor with pattern python using VSCode API
Info 2021-03-10 16:41:57: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor with pattern */python using VSCode API
Info 2021-03-10 16:41:57: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor with pattern */bin/python using VSCode API
Info 2021-03-10 16:41:57: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.direnv with pattern python using VSCode API
Info 2021-03-10 16:41:57: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.direnv with pattern */python using VSCode API
Info 2021-03-10 16:41:57: Start watching: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.direnv with pattern */bin/python using VSCode API
Info 2021-03-10 16:41:57: Found: /usr/bin/python --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:57: Found: /usr/bin/python2 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:57: Found: /usr/bin/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:57: Found: /usr/bin/python3 --> /usr/bin/python3
Info 2021-03-10 16:41:57: Found: /usr/lib/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Info 2021-03-10 16:41:57: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python
Info 2021-03-10 16:41:57: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3
Info 2021-03-10 16:41:57: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3.9
Info 2021-03-10 16:41:57: Rule = settings, result = runNextRule
Info 2021-03-10 16:41:57: Executing next rule from settings
Info 2021-03-10 16:41:57: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:57: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:57: getActivatedEnvironmentVariables, Class name = P, completed in 42ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:57: getActivatedEnvironmentVariables, Class name = P, completed in 43ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:57: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:57: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:57: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:57: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:57: Found: /usr/local/bin/python --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-10 16:41:57: Found: /usr/local/bin/python3.8 --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-10 16:41:58: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3.9
Info 2021-03-10 16:41:58: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3.8
Info 2021-03-10 16:41:58: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3.9
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/Envs with pattern python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/Envs with pattern */python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/Envs with pattern */bin/python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.direnv with pattern python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.direnv with pattern */python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.direnv with pattern */bin/python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.venvs with pattern python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.venvs with pattern */python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.venvs with pattern */bin/python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.virtualenvs with pattern python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.virtualenvs with pattern */python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.virtualenvs with pattern */bin/python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.local/share/virtualenvs with pattern python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.local/share/virtualenvs with pattern */python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/.local/share/virtualenvs with pattern */bin/python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/envs with pattern python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/envs with pattern */python using chokidar
Info 2021-03-10 16:41:58: Start watching: /Users/Jayme/envs with pattern */bin/python using chokidar
Info 2021-03-10 16:41:58: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:58: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:58: getActivatedEnvironmentVariables, Class name = P, completed in 31ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/usr/local/bin/../../../Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/usr/local/bin/python","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:58: getActivatedEnvironmentVariables, Class name = P, completed in 27ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/usr/local/bin/../../../Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/usr/local/bin/python","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:58: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:58: getActivatedEnvironmentVariables, Class name = P, completed in 3ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:58: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:58: Found conda via filesystem probing: conda
Info 2021-03-10 16:41:58: Searching for conda environments using conda
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:41:58: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:58: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:58: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:58: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:58: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Rule = settings, result = runNextRule
Info 2021-03-10 16:41:58: Executing next rule from settings
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:58: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:58: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:58: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:58: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:58: getActivatedEnvironmentVariables, Class name = P, completed in 39ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Arg 2: {"sysPrefix":"/usr/local/bin/../../../Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/usr/local/bin/python","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:58: getActivatedEnvironmentVariables, Class name = P, completed in 39ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Arg 2: {"sysPrefix":"/usr/local/bin/../../../Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/usr/local/bin/python","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:58: Found conda environment: [object Object]
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:41:58: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:58: > python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:58: Searching for conda.
Info 2021-03-10 16:41:58: Probing conda binary: conda
Info 2021-03-10 16:41:58: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:58: Searching for conda.
Info 2021-03-10 16:41:58: Searching for conda.
Info 2021-03-10 16:41:58: Searching for conda environments using conda
Info 2021-03-10 16:41:58: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:58: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.direnv
Info 2021-03-10 16:41:58: Searching for global virtual envs in: /Users/Jayme/Envs
Info 2021-03-10 16:41:58: Searching for global virtual envs in: /Users/Jayme/.direnv
Info 2021-03-10 16:41:58: Searching for global virtual envs in: /Users/Jayme/.venvs
Info 2021-03-10 16:41:58: Searching for global virtual envs in: /Users/Jayme/.virtualenvs
Info 2021-03-10 16:41:58: Searching for global virtual envs in: /Users/Jayme/.local/share/virtualenvs
Info 2021-03-10 16:41:58: Searching for global virtual envs in: /Users/Jayme/envs
Info 2021-03-10 16:41:58: Found: /usr/bin/python --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:58: Found: /usr/bin/python2 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:58: Found: /usr/bin/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:58: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3.9
Info 2021-03-10 16:41:58: Found: /usr/bin/python3 --> /usr/bin/python3
Info 2021-03-10 16:41:58: Found: /usr/lib/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Info 2021-03-10 16:41:58: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3
Info 2021-03-10 16:41:58: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3.9
Info 2021-03-10 16:41:58: Found: /usr/local/bin/python --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-10 16:41:58: Found: /usr/local/bin/python3.8 --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-10 16:41:59: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3.8
Info 2021-03-10 16:41:59: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3.9
Info 2021-03-10 16:41:59: Selected Interpreter from workspaceEnvs, Nothing Selected
Info 2021-03-10 16:41:59: Selected Interpreter from workspaceEnvs, Nothing Selected
Info 2021-03-10 16:41:59: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from workspaceEnvs
Info 2021-03-10 16:41:59: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from workspaceEnvs
Info 2021-03-10 16:41:59: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: Current value for rule currentPath is {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-10 16:41:59: Current value for rule windowsRegistry is nothing
Info 2021-03-10 16:41:59: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: Current value for rule currentPath is {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-10 16:41:59: Current value for rule windowsRegistry is nothing
Info 2021-03-10 16:41:59: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 4ms, has a truthy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
Info 2021-03-10 16:41:59: Rule = cachedInterpreters, result = exit
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 6ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 1047ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 1048ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-10 16:41:59: Rule = windowsRegistry, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from windowsRegistry
Info 2021-03-10 16:41:59: Rule = settings, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from settings
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Return Value: undefined
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Return Value: undefined
Info 2021-03-10 16:41:59: Searching for conda.
Info 2021-03-10 16:41:59: Searching for conda environments using conda
Info 2021-03-10 16:41:59: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:59: Searching for workspace virtual envs in: /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.direnv
Info 2021-03-10 16:41:59: Searching for global virtual envs in: /Users/Jayme/Envs
Info 2021-03-10 16:41:59: Searching for global virtual envs in: /Users/Jayme/.direnv
Info 2021-03-10 16:41:59: Searching for global virtual envs in: /Users/Jayme/.venvs
Info 2021-03-10 16:41:59: Searching for global virtual envs in: /Users/Jayme/.virtualenvs
Info 2021-03-10 16:41:59: Searching for global virtual envs in: /Users/Jayme/.local/share/virtualenvs
Info 2021-03-10 16:41:59: Searching for global virtual envs in: /Users/Jayme/envs
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 39ms, has a truthy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
Info 2021-03-10 16:41:59: Rule = cachedInterpreters, result = exit
Error 2021-03-10 16:41:59: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file '/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.vscode/settings.json' (Error: Unable to resolve non-existing file '/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/.vscode/settings.json')
	at _handleError (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:86:152317)
	at runMicrotasks (<anonymous>)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)
	at async y.readText (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:328725)
	at async p.doesFileNeedToBeFixed (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:577631)
	at async /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:576758
	at async Promise.all (index 1)
	at async p.getFilesToBeFixed (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:576704)
	at async p.updateTestSettings (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:576331)] {
  code: 'FileNotFound'
}
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 42ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-10 16:41:59: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: Current value for rule currentPath is {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]}}
Info 2021-03-10 16:41:59: Current value for rule windowsRegistry is nothing
Info 2021-03-10 16:41:59: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 447ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 448ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
Info 2021-03-10 16:41:59: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Rule = windowsRegistry, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from windowsRegistry
Info 2021-03-10 16:41:59: Rule = settings, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from settings
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 3ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Return Value: undefined
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Return Value: undefined
Python interpreter path: /opt/miniconda3/envs/nicenumber/bin/python
Starting Pylance language server.
Error 2021-03-10 16:41:59: Starting language server, Class name = r, completed in 1ms, has a falsy return value, , Return Value: undefined [TypeError: this.notebook.onDidChangeCellLanguage is not a function
	at u.addEventHandlers (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:175305)
	at new u (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:173574)
	at Object.t.resolveInstance (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:268557)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267523
	at Object.t.resolve (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267786)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258362
	at e._get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258128)
	at e.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:256840)
	at a.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:440923)
	at new y (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:428432)
	at r.startLanguageServer (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:246437)
	at runMicrotasks (<anonymous>)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)]
Error 2021-03-10 16:41:59: Failed to start language server, Class name = r, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Return Value: undefined [TypeError: this.notebook.onDidChangeCellLanguage is not a function
	at u.addEventHandlers (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:175305)
	at new u (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:173574)
	at Object.t.resolveInstance (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:268557)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267523
	at Object.t.resolve (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267786)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258362
	at e._get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258128)
	at e.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:256840)
	at a.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:440923)
	at new y (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:428432)
	at r.startLanguageServer (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:246437)
	at runMicrotasks (<anonymous>)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)]
Error 2021-03-10 16:41:59: [TypeError: this.notebook.onDidChangeCellLanguage is not a function
	at u.addEventHandlers (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:175305)
	at new u (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:173574)
	at Object.t.resolveInstance (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:268557)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267523
	at Object.t.resolve (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267786)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258362
	at e._get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258128)
	at e.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:256840)
	at a.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:440923)
	at new y (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:428432)
	at r.startLanguageServer (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:246437)
	at runMicrotasks (<anonymous>)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)]
We encountered an issue starting the language server. Reverting to Jedi language engine. Check the Python output panel for details.
Error 2021-03-10 16:41:59: Failed to activate language server, Class name = a, completed in 4ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Return Value: undefined [TypeError: this.notebook.onDidChangeCellLanguage is not a function
	at u.addEventHandlers (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:175305)
	at new u (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:173574)
	at Object.t.resolveInstance (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:268557)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267523
	at Object.t.resolve (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:267786)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258362
	at e._get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:258128)
	at e.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:44:256840)
	at a.get (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:80:440923)
	at new y (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:428432)
	at r.startLanguageServer (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:246437)
	at runMicrotasks (<anonymous>)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)]
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:59: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Selected Interpreter from currentPath, Nothing Selected
Info 2021-03-10 16:41:59: Selected Interpreter from system, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: Found: /usr/bin/python --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:59: Found: /usr/bin/python2 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:59: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/Jambot-uzRuMVcQ/bin/python3.9
Info 2021-03-10 16:41:59: Found: /usr/bin/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Info 2021-03-10 16:41:59: Found: /usr/bin/python3 --> /usr/bin/python3
Info 2021-03-10 16:41:59: Found: /usr/lib/python2.7 --> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Info 2021-03-10 16:41:59: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/SMS-4WPEHYhu/bin/python3.9
Info 2021-03-10 16:41:59: Found: /usr/local/bin/python --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-10 16:41:59: Found: /usr/local/bin/python3.8 --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
Info 2021-03-10 16:41:59: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/python-chromedriver-autoinstaller-BiRCrPZ2/bin/python3.8
Info 2021-03-10 16:41:59: Global Virtual Environment: [added] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3
Info 2021-03-10 16:41:59: Global Virtual Environment: [skipped] /Users/Jayme/.local/share/virtualenvs/whissybook-za4JZZmh/bin/python3.9
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 118ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-10 16:41:59: Rule = cachedInterpreters, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from cachedInterpreters
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 135ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Return Value: undefined
Info 2021-03-10 16:41:59: Current value for rule system is {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: Current value for rule currentPath is nothing
Info 2021-03-10 16:41:59: Current value for rule windowsRegistry is nothing
Info 2021-03-10 16:41:59: Selected Interpreter from cachedInterpreters, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Selected Interpreter from currentPath, Nothing Selected
Info 2021-03-10 16:41:59: Selected Interpreter from system, {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 98ms, has a falsy return value, Arg 1: undefined, Arg 2: undefined, Return Value: false
Info 2021-03-10 16:41:59: Rule = currentPath, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from currentPath
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 153ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Return Value: undefined
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 97ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-10 16:41:59: Rule = system, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from system
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 153ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Return Value: undefined
Info 2021-03-10 16:41:59: [object Object]. Shell identified as undefined 
Info 2021-03-10 16:41:59: Shell path '/bin/bash'
Info 2021-03-10 16:41:59: Shell path identified as shell 'bash'
Info 2021-03-10 16:41:59: Terminal shell path '/bin/bash' identified as shell 'bash'
Info 2021-03-10 16:41:59: [object Object]. Shell identified as bash 
Info 2021-03-10 16:41:59: Shell identified as 'bash'
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:59: Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: Searching for conda.
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor
Info 2021-03-10 16:41:59: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 26ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-10 16:41:59: Rule = cachedInterpreters, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from cachedInterpreters
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 123ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Return Value: undefined
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 28ms, has a falsy return value, Arg 1: undefined, Arg 2: undefined, Return Value: false
Info 2021-03-10 16:41:59: Rule = currentPath, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from currentPath
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 128ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Return Value: undefined
Info 2021-03-10 16:41:59: setGlobalInterpreter, Class name = f, completed in 30ms, has a falsy return value, Arg 1: {"sysPrefix":"/opt/miniconda3/envs/nicenumber","envType":"Conda","envName":"nicenumber","envPath":"/opt/miniconda3/envs/nicenumber","path":"/opt/miniconda3/envs/nicenumber/bin/python","architecture":3,"sysVersion":"3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:20) \n[Clang 11.0.1 ]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.2 64-bit ('nicenumber': conda)"}, Arg 2: undefined, Return Value: false
Info 2021-03-10 16:41:59: Rule = system, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from system
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 129ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Return Value: undefined
Info 2021-03-10 16:41:59: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:59: Found conda via filesystem probing: conda
Info 2021-03-10 16:41:59: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:59: Activation Commands received undefined for shell bash
Info 2021-03-10 16:41:59: getActivatedEnvironmentVariables, Class name = P, completed in 4ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:59: getActivatedEnvironmentVariables, Class name = P, completed in 5ms, has a falsy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","envType":"Unknown","envName":"","envPath":"","path":"/Library/Frameworks/Python.framework/Versions/3.8/bin/python3","architecture":3,"sysVersion":"3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) \n[Clang 6.0 (clang-600.0.57)]","version":{"raw":"3.8.1","major":3,"minor":8,"patch":1,"build":[],"prerelease":[]},"displayName":"Python 3.8.1 64-bit"}, Arg 3: false
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Found conda environment: [object Object]
Info 2021-03-10 16:41:59: Selected Interpreter from workspaceEnvs, Nothing Selected
Info 2021-03-10 16:41:59: Selected Interpreter from workspaceEnvs, Nothing Selected
Info 2021-03-10 16:41:59: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from workspaceEnvs
Info 2021-03-10 16:41:59: Rule = workspaceEnvs, result = runNextRule
Info 2021-03-10 16:41:59: Executing next rule from workspaceEnvs
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 346ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor>, Return Value: undefined
Info 2021-03-10 16:41:59: autoSelectInterpreter, Class name = f, completed in 307ms, has a falsy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Return Value: undefined
Info 2021-03-10 16:41:59: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:59: Get Conda File from interpreter, Class name = y, completed in 2ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-10 16:41:59: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:59: Has Custom Env Vars
Info 2021-03-10 16:41:59: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Info 2021-03-10 16:41:59: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:59: Current value for rule workspaceEnvs is nothing
Info 2021-03-10 16:41:59: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-64",
    "https://conda.anaconda.org/conda-forge/noarch",
    "https://repo.anaconda.com/pkgs/main/osx-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.9.2",
  "conda_location": "/opt/miniconda3/lib/python3.8/site-packages/conda",
  "conda_prefix": "/opt/miniconda3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "4.9.2",
  "config_files": [
    "/Users/Jayme/.condarc"
  ],
  "default_prefix": "/opt/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/opt/miniconda3/bin/conda",
    "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
    "CONDA_ROOT": "/opt/miniconda3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "PATH": "/Users/Jayme/.poetry/bin:/usr/local/bin/python3:/usr/local/opt/python/libexec/bin:/usr/local/bin/pipenv:/usr/local/opt/cython/bin:/opt/miniconda3/condabin:/Users/Jayme/.npm-global/bin:/Users/Jayme/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/miniconda3/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>"
  },
  "envs": [
    "/opt/miniconda3",
    "/opt/miniconda3/envs/512",
    "/opt/miniconda3/envs/513",
    "/opt/miniconda3/envs/522_grp_13",
    "/opt/miniconda3/envs/531",
    "/opt/miniconda3/envs/532_grp23",
    "/opt/miniconda3/envs/553",
    "/opt/miniconda3/envs/563",
    "/opt/miniconda3/envs/571",
    "/opt/miniconda3/envs/572",
    "/opt/miniconda3/envs/573",
    "/opt/miniconda3/envs/nicenumber"
  ],
  "envs_dirs": [
    "/opt/miniconda3/envs",
    "/Users/Jayme/.conda/envs"
  ],
  "netrc_file": "/Users/Jayme/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/opt/miniconda3/pkgs",
    "/Users/Jayme/.conda/pkgs"
  ],
  "platform": "osx-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "/Users/Jayme/.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "/opt/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/opt/miniconda3/bin/python",
  "sys.prefix": "/opt/miniconda3",
  "sys.version": "3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38) \n[Clang 11.0.1 ]",
  "sys_rc_path": "/opt/miniconda3/.condarc",
  "user_agent": "conda/4.9.2 requests/2.25.1 CPython/3.8.8 Darwin/20.3.0 OSX/10.16",
  "user_rc_path": "/Users/Jayme/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "10.16",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-03-10 16:41:59: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaFileFromInterpreter-Args="/opt/miniconda3/envs/563/bin/python"-Arg-Separator-"563"
Info 2021-03-10 16:41:59: Get Conda File from interpreter, Class name = y, completed in 0ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-10 16:41:59: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:59: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-03-10 16:41:59: Has Custom Env Vars
Info 2021-03-10 16:41:59: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Info 2021-03-10 16:42:02: parseEnvironmentOutput, Class name = P, completed in 1ms, has a truthy return value
Info 2021-03-10 16:42:02: getActivatedEnvironmentVariables, Class name = P, completed in 3113ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:02: parseEnvironmentOutput, Class name = P, completed in 0ms, has a truthy return value
Info 2021-03-10 16:42:02: getActivatedEnvironmentVariables, Class name = P, completed in 3115ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:02: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaVersion-Args=
Info 2021-03-10 16:42:02: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaFileFromInterpreter-Args="/opt/miniconda3/envs/563/bin/python"-Arg-Separator-"563"
Info 2021-03-10 16:42:02: Get Conda File from interpreter, Class name = y, completed in 1ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-10 16:42:02: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-10 16:42:02: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:02: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:02: Has Custom Env Vars
Info 2021-03-10 16:42:02: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Info 2021-03-10 16:42:02: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaVersion-Args=
Info 2021-03-10 16:42:02: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaFileFromInterpreter-Args="/opt/miniconda3/envs/563/bin/python"-Arg-Separator-"563"
Info 2021-03-10 16:42:02: Get Conda File from interpreter, Class name = y, completed in 0ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-10 16:42:02: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-10 16:42:02: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:02: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:02: Has Custom Env Vars
Info 2021-03-10 16:42:02: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Info 2021-03-10 16:42:02: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaVersion-Args=
Info 2021-03-10 16:42:02: Cached data exists KeyPrefix=Cache_Method_Output_y.getCondaFileFromInterpreter-Args="/opt/miniconda3/envs/563/bin/python"-Arg-Separator-"563"
Info 2021-03-10 16:42:02: Get Conda File from interpreter, Class name = y, completed in 0ms, has a truthy return value, Arg 1: "/opt/miniconda3/envs/563/bin/python", Arg 2: "563", Return Value: "/opt/miniconda3/bin/conda"
Info 2021-03-10 16:42:02: Activation Commands received source /opt/miniconda3/bin/activate,conda activate 563 for shell bash
Info 2021-03-10 16:42:02: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:02: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:42:02: Has Custom Env Vars
Info 2021-03-10 16:42:02: Activating Environment to capture Environment variables, . /opt/miniconda3/bin/activate && conda activate 563 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/pyvsc-run-isolated.py /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/pythonFiles/printEnvVariables.py
Info 2021-03-10 16:42:05: parseEnvironmentOutput, Class name = P, completed in 1ms, has a truthy return value
Info 2021-03-10 16:42:05: getActivatedEnvironmentVariables, Class name = P, completed in 2659ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:05: parseEnvironmentOutput, Class name = P, completed in 0ms, has a truthy return value
Info 2021-03-10 16:42:05: getActivatedEnvironmentVariables, Class name = P, completed in 2659ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:05: parseEnvironmentOutput, Class name = P, completed in 0ms, has a truthy return value
Info 2021-03-10 16:42:05: getActivatedEnvironmentVariables, Class name = P, completed in 2660ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:05: getActivatedEnvironmentVariables, Class name = P, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:06: getActivatedEnvironmentVariables, Class name = P, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:06: getActivatedEnvironmentVariables, Class name = P, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:06: getActivatedEnvironmentVariables, Class name = P, completed in 0ms, has a truthy return value, Arg 1: <Uri:/Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb>, Arg 2: {"sysPrefix":"/opt/miniconda3/envs/563","envType":"Conda","envName":"563","envPath":"/opt/miniconda3/envs/563","path":"/opt/miniconda3/envs/563/bin/python","architecture":3,"sysVersion":"3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n[Clang 11.0.1 ]","version":{"raw":"3.8.6","major":3,"minor":8,"patch":6,"build":[],"prerelease":[]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.8.6 64-bit ('563': conda)"}, Arg 3: false
Info 2021-03-10 16:42:16: Cached data exists getEnvironmentVariables, extension-output-#4
Info 2021-03-10 16:44:33: Cached data exists getEnvironmentVariables, /Users/Jayme/OneDrive/MDS/563/DSCI_563_lab3_jaymegor/test.ipynb
Info 2021-03-10 16:44:33: Cached data exists getEnvironmentVariables, extension-output-#5

@DonJayamanne
Copy link
Contributor Author

Looks like you just got a new version of the VS Code Insiders (and that version has a breaking change).
Dang it. I have just fixed those breaking API changes at our end, but we'll need to wait for a new build of the VSIX.

side note, it would be super helpful if there was a way to auto collect jupyter/python logs + env config to a text file automatically haha... takes a few mins to collect this every time)

Agreed, will bring this up in our triage meeting.

@DonJayamanne
Copy link
Contributor Author

Should be fixed, we shipped an update a few hours ago.

@jaymegordo
Copy link

✅ jupyter kernel starts
✅ conda envs remembered
✅ env name shown in bottom right
✅ run all cells above

Thank you!!

@DonJayamanne
Copy link
Contributor Author

Again thanks for being patient till we got this fixed, now other users can benefit from the fixes, special thanks for giving all the logs.
Will try to make it easier to get the logs

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster notebook-execution Kernels issues (start/restart/switch/execution, install ipykernel)
Projects
None yet
Development

No branches or pull requests

2 participants