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

Kernel not starting, conda environment errors on remote SSH #19965

Closed
1 of 2 tasks
loodvn opened this issue Oct 6, 2022 · 8 comments
Closed
1 of 2 tasks

Kernel not starting, conda environment errors on remote SSH #19965

loodvn opened this issue Oct 6, 2022 · 8 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team verified Verification succeeded
Milestone

Comments

@loodvn
Copy link

loodvn commented Oct 6, 2022

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

I have a similar problem, although missing the "Error command 'python.viewOutput' already exists" log.

Mine just fails at kernel loading stage, specifically the "printEnvironmentVariables.py" stage because it similarly doesn't conda init (even though my terminal does, and my .bashrc, sourced by bash_profile, contains conda init).

My Python installation works fine, and python in terminal and when running a .py script works fine (and running the command conda activate general && echo "<>" && python printEnvironmentVariables.py also works in a terminal).

VS Code Version

Version: 1.71.2 Commit: 74b1f979648cc44d385a2286793c226e611f59e7 Date: 2022-09-14T21:05:37.721Z Electron: 19.0.12 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Darwin x64 21.6.0 Sandboxed: No

Jupyter Extension Version

v2022.8.1002431955

Jupyter logs

Jupyter logs:

info 17:29:53.465: Execute Cell 0 /n/groups/marks/projects/indels_human/play.ipynb
info 17:29:53.468: Starting Jupyter Session id = 'startUsingPythonInterpreter:.jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher' (Python Path: /n/groups/marks/users/lood/mambaforge/envs/jupyter, EnvType: Conda, EnvName: 'jupyter', Version: 3.10.6) for '/n/groups/marks/projects/indels_human/play.ipynb' (disableUI=false)
[I 17:29:53.481 NotebookApp] Creating new notebook in
info 17:29:53.648: installMissingDependencies /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python, ui.disabled=false for resource '/n/groups/marks/projects/indels_human/play.ipynb'
error 17:29:54.170: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:29:54.197: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -c "import ipykernel"

/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -c "import ipykernel"
info 17:29:54.590: Spec argv[0] updated from '/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python' to '/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python'
error 17:29:55.180: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:29:55.180: No custom variables nor do we have a conda environment
[E 17:29:55.200 NotebookApp] 'NoneType' object has no attribute 'metadata'
Traceback (most recent call last):
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/manager.py", line 75, in wrapper
out = await method(self, *args, **kwargs)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/manager.py", line 385, in _async_start_kernel
kernel_cmd, kw = await ensure_async(self.pre_start_kernel(**kw))
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 30, in wrapped
raise e
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 27, in wrapped
return loop.run_until_complete(future)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/nest_asyncio.py", line 89, in run_until_complete
return f.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/manager.py", line 346, in _async_pre_start_kernel
self.provisioner = KPF.instance(parent=self.parent).create_provisioner_instance(
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/provisioning/factory.py", line 89, in create_provisioner_instance
provisioner_cfg = self._get_provisioner_config(kernel_spec)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/provisioning/factory.py", line 146, in _get_provisioner_config
env_provisioner = kernel_spec.metadata.get('kernel_provisioner', {})
AttributeError: 'NoneType' object has no attribute 'metadata'
[E 17:29:55.201 NotebookApp] Uncaught exception POST /api/sessions?1665091795187 (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8889', method='POST', uri='/api/sessions?1665091795187', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/tornado/web.py", line 1713, in _execute
result = await result
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/tasks.py", line 304, in __wakeup
future.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/tornado/gen.py", line 776, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/notebook/services/sessions/handlers.py", line 74, in post
model = yield maybe_future(
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/tornado/gen.py", line 769, in run
value = future.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/tornado/gen.py", line 776, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/notebook/services/sessions/sessionmanager.py", line 98, in create_session
kernel_id = yield self.start_kernel_for_session(session_id, path, name, type, kernel_name)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/tornado/gen.py", line 769, in run
value = future.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/tornado/gen.py", line 776, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/notebook/services/sessions/sessionmanager.py", line 110, in start_kernel_for_session
kernel_id = yield maybe_future(
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/tornado/gen.py", line 769, in run
value = future.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/notebook/services/kernels/kernelmanager.py", line 176, in start_kernel
kernel_id = await maybe_future(self.pinned_superclass.start_kernel(self, **kwargs))
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 30, in wrapped
raise e
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 27, in wrapped
return loop.run_until_complete(future)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/nest_asyncio.py", line 89, in run_until_complete
return f.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/multikernelmanager.py", line 214, in _async_start_kernel
starter = ensure_async(km.start_kernel(**kwargs))
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 30, in wrapped
raise e
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 27, in wrapped
return loop.run_until_complete(future)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/nest_asyncio.py", line 89, in run_until_complete
return f.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/manager.py", line 83, in wrapper
raise e
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/manager.py", line 75, in wrapper
out = await method(self, *args, **kwargs)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/manager.py", line 385, in _async_start_kernel
kernel_cmd, kw = await ensure_async(self.pre_start_kernel(**kw))
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 30, in wrapped
raise e
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/utils.py", line 27, in wrapped
return loop.run_until_complete(future)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/nest_asyncio.py", line 89, in run_until_complete
return f.result()
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/manager.py", line 346, in _async_pre_start_kernel
self.provisioner = KPF.instance(parent=self.parent).create_provisioner_instance(
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/provisioning/factory.py", line 89, in create_provisioner_instance
provisioner_cfg = self._get_provisioner_config(kernel_spec)
File "/n/groups/marks/users/lood/mambaforge/envs/jupyter/lib/python3.10/site-packages/jupyter_client/provisioning/factory.py", line 146, in _get_provisioner_config
env_provisioner = kernel_spec.metadata.get('kernel_provisioner', {})
AttributeError: 'NoneType' object has no attribute 'metadata'
[W 17:29:55.203 NotebookApp] Unhandled error
error 17:29:55.211: Failed to change kernel, re-throwing I [Error]:
at new r (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:33542)
at new I (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1936802)
at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2227046
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Error: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
category: 'unknown',
originalException: a [Error]: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
response: F [Response] {
size: 0,
timeout: 0,
[Symbol(Body internals)]: [Object],
[Symbol(Response internals)]: [Object]
},
traceback: ''
}
}
warn 17:29:55.216: Error occurred while trying to start the kernel, options.disableUI=false I [Error]:
at new r (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:33542)
at new I (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1936802)
at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2227046
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Error: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
category: 'unknown',
originalException: a [Error]: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
response: F [Response] {
size: 0,
timeout: 0,
[Symbol(Body internals)]: [Object],
[Symbol(Response internals)]: [Object]
},
traceback: ''
}
}
warn 17:29:55.218: Kernel Error, context = start I [Error]:
at new r (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:33542)
at new I (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1936802)
at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2227046
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Error: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
category: 'unknown',
originalException: a [Error]: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
response: F [Response] {
size: 0,
timeout: 0,
[Symbol(Body internals)]: [Object],
[Symbol(Response internals)]: [Object]
},
traceback: ''
}
}
[E 17:29:55.204 NotebookApp] {
"Host": "localhost:8889",
"Accept": "/",
"User-Agent": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"
}
[E 17:29:55.204 NotebookApp] 500 POST /api/sessions?1665091795187 (127.0.0.1) 7.520000ms referer=None
[W 17:29:55.236 NotebookApp] delete /play-jvsc-3dbf879d-65f5-4c4a-b933-52a0dc395c2f8e38d42e-c2d5-4530-ad2c-725f395218eb.ipynb
[W 17:29:55.241 NotebookApp] Skipping trash for /n/groups/marks/projects/indels_human/play-jvsc-3dbf879d-65f5-4c4a-b933-52a0dc395c2f8e38d42e-c2d5-4530-ad2c-725f395218eb.ipynb, [Errno 13] Permission denied: b'/n/groups/.Trash-190256'
error 17:29:55.817: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:29:55.851: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -c "import ipykernel"

/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -c "import ipykernel"
info 17:29:56.181: Dispose Kernel '/n/groups/marks/projects/indels_human/play.ipynb' associated with '/n/groups/marks/projects/indels_human/play.ipynb'
error 17:29:56.187: Error in execution I [Error]:
at new r (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:33542)
at new I (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1936802)
at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2227046
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Error: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
category: 'unknown',
originalException: a [Error]: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
response: F [Response] {
size: 0,
timeout: 0,
[Symbol(Body internals)]: [Object],
[Symbol(Response internals)]: [Object]
},
traceback: ''
}
}
error 17:29:56.190: Error in execution (get message for cell) I [Error]:
at new r (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:33542)
at new I (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1936802)
at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2227046
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Error: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
category: 'unknown',
originalException: a [Error]: Unhandled error
at Function.create (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:53387)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.a.startSession (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:65471)
at l.startNew (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/@jupyterlab/services.js:2:61655) {
response: F [Response] {
size: 0,
timeout: 0,
[Symbol(Body internals)]: [Object],
[Symbol(Response internals)]: [Object]
},
traceback: ''
}
}
[I 17:30:40.285 NotebookApp] Removing existing kernelspec in /home/lov701/.local/share/jupyter/kernels/conda-env-general-py
[I 17:30:40.320 NotebookApp] Installed kernelspec conda-env-general-py in /home/lov701/.local/share/jupyter/kernels/conda-env-general-py
[I 17:30:40.324 NotebookApp] Removing existing kernelspec in /home/lov701/.local/share/jupyter/kernels/conda-env-jupyter-py
[I 17:30:40.360 NotebookApp] Installed kernelspec conda-env-jupyter-py in /home/lov701/.local/share/jupyter/kernels/conda-env-jupyter-py
[I 17:30:40.364 NotebookApp] Removing existing kernelspec in /home/lov701/.local/share/jupyter/kernels/conda-env-play-py
[I 17:30:40.399 NotebookApp] Installed kernelspec conda-env-play-py in /home/lov701/.local/share/jupyter/kernels/conda-env-play-py
[I 17:30:40.403 NotebookApp] Removing existing kernelspec in /home/lov701/.local/share/jupyter/kernels/conda-env-torch-py
[I 17:30:40.438 NotebookApp] Installed kernelspec conda-env-torch-py in /home/lov701/.local/share/jupyter/kernels/conda-env-torch-py
[I 17:30:40.442 NotebookApp] Removing existing kernelspec in /home/lov701/.local/share/jupyter/kernels/conda-env-vep-py
[I 17:30:40.476 NotebookApp] Installed kernelspec conda-env-vep-py in /home/lov701/.local/share/jupyter/kernels/conda-env-vep-py


Python logs:
```> conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:29:55.811]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.



    at ChildProcess.exithandler (node:child_process:399:12)
    at ChildProcess.emit (node:events:526:28)
    at maybeClose (node:internal/child_process:1092:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
  killed: false,
  code: 1,
  signal: null,
  cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}```
```


### Coding Language and Runtime Version

Python 3.10

### Language Extension Version (if applicable)

v2022.16.0

### Anaconda Version (if applicable)

conda 4.14.0; mamba 0.25.0

### Running Jupyter locally or remotely?

Remote
@loodvn loodvn added bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team labels Oct 6, 2022
@loodvn
Copy link
Author

loodvn commented Oct 6, 2022

@loodvn
Copy link
Author

loodvn commented Oct 6, 2022

Using a conda env with Python 3.8 instead of Python 3.10 worked! I wonder why the Python 3.10 one was broken?

Still some errors though:

Logs ```Visual Studio Code (1.71.2, ssh-remote, desktop) Jupyter Extension Version: 2022.8.1002431955. Python Extension Version: 2022.16.0. Workspace folder /n/groups/marks/projects/indels_human error 17:47:26.748: Exception while attempting zmq : [Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/zeromq/prebuilds/linux-x64/electron.napi.glibc.node) at Object.Module._extensions..node (node:internal/modules/cjs/loader:1187:18) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.s._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:111:14538) at Function.p._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62866) at Function.E._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62234) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at load (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/node-gyp-build/index.js:1:566) at Object. (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/zeromq/lib/native.js:1:136) at Module._compile (node:internal/modules/cjs/loader:1103:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.s._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:111:14538) at Function.p._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62866) at Function.E._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62234) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/zeromq/lib/index.js:1:82) at Module._compile (node:internal/modules/cjs/loader:1103:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.s._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:111:14538) at Function.p._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62866) at Function.E._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62234) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.92747 (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:503599) at __webpack_require__ (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:1383216) at l.zmqSupported (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2360645) at l.isSupportedForLocalLaunch (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2360388) at l.get isSupported [as isSupported] (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2360298) at t.registerTypes (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2376353) at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1792972 at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1793727 at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1793735 at t.activate (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1793857) at Function._callActivateOptional (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:97:17649) at Function._callActivate (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:97:17307) at /home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:97:15118 at async E._activate (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:85:8224) at async E._waitForDepsThenActivate (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:85:8166) at async E._initialize (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:85:7530)] { code: 'ERR_DLOPEN_FAILED' } User belongs to experiment group 'jupyterTest' User belongs to experiment group 'jupyterEnhancedDataViewer' info 17:47:27.230: Attempting to start a server because of preload conditions ... info 17:47:27.241: LSP Notebooks experiment is enabled info 17:47:27.252: Checking for server existence. info 17:47:27.252: Checking for server usability. info 17:47:27.413: Experiment status for python is {"enabled":true,"optInto":[],"optOutFrom":[]} error 17:47:27.956: Failed to get activated environment variables ourselves [Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12)] {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py"
}
error 17:47:27.957: Execing shell command, Class name = b, completed in 505ms, has a falsy return value, Arg 1: "~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py", Arg 2: "" [Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12)] {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py",
vslsStack: [
CallSite {},
CallSite {},
CallSite {},
CallSite {},
CallSite {},
CallSite {}
]
}
error 17:47:27.966: Failed to get activated environment variables ourselves [Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12)] {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py"
}
error 17:47:27.966: Execing shell command, Class name = b, completed in 500ms, has a falsy return value, Arg 1: "~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py", Arg 2: "" [Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12)] {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py",
vslsStack: [
CallSite {},
CallSite {},
CallSite {},
CallSite {},
CallSite {},
CallSite {}
]
}
error 17:47:29.258: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:29.275: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -c "import jupyter"

/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -c "import jupyter"
error 17:47:29.279: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:47:29.295: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -m pip list
/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -m pip list
error 17:47:29.298: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:29.313: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -c "import notebook"
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -c "import notebook"
error 17:47:30.698: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:30.719: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m jupyter kernelspec --version
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m jupyter kernelspec --version
error 17:47:31.330: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:31.364: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
info 17:47:31.731: Starting notebook server.
info 17:47:31.731: Connecting to server
info 17:47:31.732: Launching server
info 17:47:31.733: Starting Notebook
info 17:47:31.785: Generating custom default config at /tmp/5dee0cf7-0f23-415e-9080-a273bf9f0bc0/jupyter_notebook_config.py
info 17:47:31.785: Starting Jupyter Notebook
Starting Jupyter from /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
error 17:47:32.248: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
error 17:47:32.268: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
error 17:47:32.291: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
error 17:47:32.303: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:32.303: Creating daemon pool for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python with env variables count 0
info 17:47:32.325: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 22784
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 22784
info 17:47:32.348: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 22784
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 22784
info 17:47:32.365: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 22784
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 22784
error 17:47:33.13: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:33.16: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) -m jupyter notebook --no-browser --notebook-dir="/n/groups/marks/projects/indels_human" --config=/tmp/5dee0cf7-0f23-415e-9080-a273bf9f0bc0/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) -m jupyter notebook --no-browser --notebook-dir="/n/groups/marks/projects/indels_human" --config=/tmp/5dee0cf7-0f23-415e-9080-a273bf9f0bc0/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
info 17:47:33.19: Waiting for Jupyter Notebook
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
info 17:47:34.174: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(

[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
info 17:47:34.880: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.

[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.
info 17:47:34.881: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.

[I 17:47:34.882 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
info 17:47:34.883: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.
[I 17:47:34.882 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human

[I 17:47:34.882 NotebookApp] Jupyter Notebook 6.4.12 is running at:
info 17:47:34.883: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.
[I 17:47:34.882 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 17:47:34.882 NotebookApp] Jupyter Notebook 6.4.12 is running at:

[I 17:47:34.882 NotebookApp] http://localhost:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
info 17:47:34.884: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.
[I 17:47:34.882 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 17:47:34.882 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 17:47:34.882 NotebookApp] http://localhost:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1

info 17:47:34.887: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py

/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
[I 17:47:34.882 NotebookApp] or http://127.0.0.1:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
info 17:47:34.890: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.
[I 17:47:34.882 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 17:47:34.882 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 17:47:34.882 NotebookApp] http://localhost:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
[I 17:47:34.882 NotebookApp] or http://127.0.0.1:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1

info 17:47:34.892: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py

/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
[I 17:47:34.882 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
info 17:47:34.924: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.
[I 17:47:34.882 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 17:47:34.882 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 17:47:34.882 NotebookApp] http://localhost:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
[I 17:47:34.882 NotebookApp] or http://127.0.0.1:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
[I 17:47:34.882 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[C 17:47:34.894 NotebookApp]

To access the notebook, open this file in a browser:
    file:///home/lov701/.local/share/jupyter/runtime/nbserver-23006-open.html
Or copy and paste one of these URLs:
    http://localhost:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
 or http://127.0.0.1:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1

info 17:47:34.953: /n/groups/marks/users/lood/mambaforge/envs/jupyter38/lib/python3.8/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
warn(
[I 17:47:34.879 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:47:34.880 NotebookApp] The port 8889 is already in use, trying another port.
[I 17:47:34.882 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 17:47:34.882 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 17:47:34.882 NotebookApp] http://localhost:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
[I 17:47:34.882 NotebookApp] or http://127.0.0.1:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
[I 17:47:34.882 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 17:47:34.894 NotebookApp]

To access the notebook, open this file in a browser:
    file:///home/lov701/.local/share/jupyter/runtime/nbserver-23006-open.html
Or copy and paste one of these URLs:
    http://localhost:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1
 or http://127.0.0.1:8890/?token=c5e7ccdff2a18bf940d4f5405014b8f435e1fb2b540e44c1

error 17:47:35.407: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
error 17:47:35.434: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
error 17:47:35.454: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
error 17:47:35.558: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:35.647: Connecting to process server
info 17:47:35.647: Connecting server kernel http://localhost:8890/
info 17:47:35.649: Creating server with url : http://localhost:8890/
info 17:47:35.750: Connection complete server
info 17:47:35.750: Server started.
info 17:47:35.802: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py

/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
info 17:47:35.802: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
/n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
info 17:47:43.303: Attempting to start a server because of preload conditions ...
info 17:47:43.340: Preferred Remote kernel for /n/groups/marks/projects/indels_human/play.ipynb is undefined
info 17:47:43.350: Preferred Remote kernel for /n/groups/marks/projects/indels_human/play.ipynb is undefined
info 17:47:43.350: Find preferred kernel for /n/groups/marks/projects/indels_human/play.ipynb with metadata {"kernelspec":{"display_name":"Python 3.10.6 ('jupyter')","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"vscode":{"interpreter":{"hash":"5b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4"}}} & preferred interpreter /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:47:43.358: Preferred Remote kernel for /n/groups/marks/projects/indels_human/play.ipynb is undefined
info 17:47:43.358: Preferred kernel .jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher is exact match or top match for non python kernels, (false, [object Object], true, false)
info 17:47:43.360: PreferredConnection: .jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher found for NotebookDocument: /n/groups/marks/projects/indels_human/play.ipynb
error 17:47:44.356: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python
info 17:47:49.910: Execute Cell 0 /n/groups/marks/projects/indels_human/play.ipynb
info 17:47:49.917: Starting Jupyter Session id = 'startUsingPythonInterpreter:.jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher' (Python Path: /n/groups/marks/users/lood/mambaforge/envs/jupyter, EnvType: Conda, EnvName: 'jupyter', Version: 3.10.6) for '/n/groups/marks/projects/indels_human/play.ipynb' (disableUI=false)
[I 17:47:49.964 NotebookApp] Creating new notebook in
info 17:47:50.202: installMissingDependencies /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python, ui.disabled=false for resource '/n/groups/marks/projects/indels_human/play.ipynb'
error 17:47:50.807: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:47:50.840: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -c "import ipykernel"
/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -c "import ipykernel"
info 17:47:51.195: Spec argv[0] updated from '/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python' to '/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python'
error 17:47:51.798: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:47:51.800: No custom variables nor do we have a conda environment
[I 17:47:51.884 NotebookApp] Kernel started: d5329496-f16c-424f-8145-e0b905933cb7, name: python3106jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4
info 17:47:51.913: Waiting for idle on (kernel): d5329496-f16c-424f-8145-e0b905933cb7 -> unknown
[W 17:47:51.926 NotebookApp] delete /play-jvsc-3f3d2815-1bee-43f4-a4df-06333f1057e6d1a996c3-6c6b-4125-8a0c-cd2900fb65b4.ipynb
[W 17:47:51.929 NotebookApp] Skipping trash for /n/groups/marks/projects/indels_human/play-jvsc-3f3d2815-1bee-43f4-a4df-06333f1057e6d1a996c3-6c6b-4125-8a0c-cd2900fb65b4.ipynb, [Errno 13] Permission denied: b'/n/groups/.Trash-190256'
info 17:47:55.84: Finished waiting for idle on (kernel): d5329496-f16c-424f-8145-e0b905933cb7 -> idle
info 17:47:55.86: Started session for kernel startUsingPythonInterpreter:.jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher
info 17:47:55.86: Finished connecting kernel startUsingPythonInterpreter:.jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher
info 17:47:55.99: UpdateWorkingDirectoryAndPath in Kernel
info 17:47:55.101: Executing silently Code (idle) = import os\nimport sys\n%cd "//n/groups/marks/projects/indels_human"\nif os.getcwd() not in sys.path:
info 17:47:55.756: Executing silently Code (completed) = import os\nimport sys\n%cd "//n/groups/marks/projects/indels_human"\nif os.getcwd() not in sys.path: with 1 output(s)
info 17:47:55.757: Waiting for idle on (kernel): d5329496-f16c-424f-8145-e0b905933cb7 -> idle
info 17:47:55.758: Finished waiting for idle on (kernel): d5329496-f16c-424f-8145-e0b905933cb7 -> idle
info 17:47:55.834: Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
info 17:47:55.870: Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
info 17:47:56.69: Cell 0 executed with state Success
error 17:47:56.396: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 17:47:56.420: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printJupyterDataDir.py
/n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printJupyterDataDir.py
info 17:47:56.576: Widget Message: data-base-url set to https://vscode-remote%2Bssh-002dremote-002bcompute-002de-002d16-002d235.vscode-resource.vscode-cdn.net/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/tmp/scripts/364579781e3ce7e62c737c678147682a3f106811d2dd46d1b3af87cfa5bb6242/jupyter

</details>

@loodvn
Copy link
Author

loodvn commented Oct 6, 2022

And the Python logs with 3.10 kernel and 3.8 server, which worked above, but still complaining about conda strangely:

Python logs ``` LSP Notebooks experiment is enabled LSP Notebooks interactive window support is enabled > conda info --json Python interpreter path: /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python [ERROR 2022-9-6 17:47:27.478]: Failed to initialize source map support in extension > /n/groups/marks/users/lood/mambaforge/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py > /n/groups/marks/users/lood/mambaforge/envs/general/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py > /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py > /n/groups/marks/users/lood/mambaforge/envs/jupyter38/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py > conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py > conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py > conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py [ERROR 2022-9-6 17:47:29.254]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:29.276]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:29.296]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

/n/groups/marks/users/lood/mambaforge/envs/play/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
/n/groups/marks/users/lood/mambaforge/envs/torch/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
/n/groups/marks/users/lood/mambaforge/envs/vep/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
/bin/python3 ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
/usr/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
/usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
~/.conda/envs/torch/bin/python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
[ERROR 2022-9-6 17:47:30.633]: Error: Command failed: /home/lov701/.conda/envs/torch/bin/python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py
/bin/sh: /home/lov701/.conda/envs/torch/bin/python: No such file or directory

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12) {

killed: false,
code: 127,
signal: null,
cmd: '/home/lov701/.conda/envs/torch/bin/python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/get_output_via_markers.py /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/interpreterInfo.py'
}
[ERROR 2022-9-6 17:47:30.696]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Pipe.<anonymous> (node:net:687:12) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
Starting Pylance language server.
[ERROR 2022-9-6 17:47:31.327]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:47:32.246]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:32.266]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:32.289]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:32.301]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:47:33.9]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:47:35.404]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:35.431]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:35.452]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
[ERROR 2022-9-6 17:47:35.556]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}
Jupyter provided interpreter path override: /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python

conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:47:44.352]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter38 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:47:50.803]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:47:51.794]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}

conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py
[ERROR 2022-9-6 17:47:56.392]: getActivatedEnvironmentVariables Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

at ChildProcess.exithandler (node:child_process:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {

killed: false,
code: 1,
signal: null,
cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-python.python-2022.16.0/pythonFiles/printEnvVariables.py"
}```

@loodvn
Copy link
Author

loodvn commented Oct 6, 2022

Update: Working with a fresh server env of jupyter with python 3.10.
Also working with a fresh env of jupyter + ipykernel with python 3.10 (one of the referenced issues had a problem with ipykernel and python 3.10)

@loodvn
Copy link
Author

loodvn commented Oct 6, 2022

Still working with fresh py3.10 jupyterlab + ipykernel. I'll let you know once I get to reproducing my previous environment completely to see if it still breaks then.

Jupyter logs:

Jupyter Extension Version: 2022.8.1002431955.
Python Extension Version: 2022.16.0.
Workspace folder /n/groups/marks/projects/indels_human
error 18:32:42.930: Exception while attempting zmq : [Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/zeromq/prebuilds/linux-x64/electron.napi.glibc.node)
	at Object.Module._extensions..node (node:internal/modules/cjs/loader:1187:18)
	at Module.load (node:internal/modules/cjs/loader:981:32)
	at Function.Module._load (node:internal/modules/cjs/loader:822:12)
	at Function.s._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:111:14538)
	at Function.p._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62866)
	at Function.E._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62234)
	at Module.require (node:internal/modules/cjs/loader:1005:19)
	at require (node:internal/modules/cjs/helpers:102:18)
	at load (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/node-gyp-build/index.js:1:566)
	at Object.<anonymous> (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/zeromq/lib/native.js:1:136)
	at Module._compile (node:internal/modules/cjs/loader:1103:14)
	at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
	at Module.load (node:internal/modules/cjs/loader:981:32)
	at Function.Module._load (node:internal/modules/cjs/loader:822:12)
	at Function.s._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:111:14538)
	at Function.p._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62866)
	at Function.E._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62234)
	at Module.require (node:internal/modules/cjs/loader:1005:19)
	at require (node:internal/modules/cjs/helpers:102:18)
	at Object.<anonymous> (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/node_modules/zeromq/lib/index.js:1:82)
	at Module._compile (node:internal/modules/cjs/loader:1103:14)
	at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
	at Module.load (node:internal/modules/cjs/loader:981:32)
	at Function.Module._load (node:internal/modules/cjs/loader:822:12)
	at Function.s._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:111:14538)
	at Function.p._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62866)
	at Function.E._load (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:106:62234)
	at Module.require (node:internal/modules/cjs/loader:1005:19)
	at require (node:internal/modules/cjs/helpers:102:18)
	at Object.92747 (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:503599)
	at __webpack_require__ (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:17:1383216)
	at l.zmqSupported (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2360645)
	at l.isSupportedForLocalLaunch (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2360388)
	at l.get isSupported [as isSupported] (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2360298)
	at t.registerTypes (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:2376353)
	at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1792972
	at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1793727
	at /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1793735
	at t.activate (/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/out/extension.node.js:2:1793857)
	at Function._callActivateOptional (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:97:17649)
	at Function._callActivate (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:97:17307)
	at /home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:97:15118
	at async E._activate (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:85:8224)
	at async E._waitForDepsThenActivate (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:85:8166)
	at async E._initialize (/home/lov701/.vscode-server/bin/74b1f979648cc44d385a2286793c226e611f59e7/out/vs/workbench/api/node/extensionHostProcess.js:85:7530)] {
  code: 'ERR_DLOPEN_FAILED'
}
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'jupyterEnhancedDataViewer'
info 18:32:43.462: LSP Notebooks experiment is enabled
info 18:32:43.473: Attempting to start a server because of preload conditions ...
info 18:32:43.539: Checking for server existence.
info 18:32:43.539: Checking for server usability.
info 18:32:43.549: Experiment status for python is {"enabled":true,"optInto":[],"optOutFrom":[]}
info 18:32:43.666: Preferred Remote kernel for /n/groups/marks/projects/indels_human/play.ipynb is undefined
info 18:32:43.667: Find preferred kernel for /n/groups/marks/projects/indels_human/play.ipynb with metadata {"kernelspec":{"display_name":"Python 3.10.6 ('jupyter')","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"vscode":{"interpreter":{"hash":"5b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4"}}} & preferred interpreter /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 18:32:43.681: Preferred Remote kernel for /n/groups/marks/projects/indels_human/play.ipynb is undefined
info 18:32:43.681: Preferred kernel .jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher is exact match or top match for non python kernels, (false, [object Object], true, false)
info 18:32:43.682: PreferredConnection: .jvsc74a57bd05b58b45636592c97e898b015ed1389c6645910b6be06603107af881d920a85c4./n/groups/marks/users/lood/mambaforge/envs/jupyter/python./n/groups/marks/users/lood/mambaforge/envs/jupyter/python.-m#ipykernel_launcher found for NotebookDocument: /n/groups/marks/projects/indels_human/play.ipynb
error 18:32:44.230: Failed to get activated environment variables ourselves [Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.



	at ChildProcess.exithandler (node:child_process:399:12)
	at ChildProcess.emit (node:events:526:28)
	at maybeClose (node:internal/child_process:1092:16)
	at Socket.<anonymous> (node:internal/child_process:451:11)
	at Socket.emit (node:events:526:28)
	at Pipe.<anonymous> (node:net:687:12)] {
  killed: false,
  code: 1,
  signal: null,
  cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py"
}
error 18:32:44.231: Execing shell command, Class name = b, completed in 545ms, has a falsy return value, Arg 1: "~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py", Arg 2: "" [Error: Command failed: conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.



	at ChildProcess.exithandler (node:child_process:399:12)
	at ChildProcess.emit (node:events:526:28)
	at maybeClose (node:internal/child_process:1092:16)
	at Socket.<anonymous> (node:internal/child_process:451:11)
	at Socket.emit (node:events:526:28)
	at Pipe.<anonymous> (node:net:687:12)] {
  killed: false,
  code: 1,
  signal: null,
  cmd: "conda activate jupyter && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py",
  vslsStack: [
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {}
  ]
}
info 18:32:45.109: Starting Jupyter Session id = 'startUsingPythonInterpreter:.jvsc74a57bd044e3fbec2253c2d92b205158ac2243c402f191977358732a54443ee32f65e792./n/groups/marks/users/lood/mambaforge/envs/general/python./n/groups/marks/users/lood/mambaforge/envs/general/python.-m#ipykernel_launcher' (Python Path: /n/groups/marks/users/lood/mambaforge/envs/general, EnvType: Conda, EnvName: 'general', Version: 3.10.6) for '/n/groups/marks/projects/indels_human/play.ipynb' (disableUI=true)
info 18:32:45.749: Widget Message: Received IPyWidgetMessages.IPyWidgets_IsReadyRequest
error 18:32:46.208: Failed to get activated environment variables ourselves [Error: Command failed: conda activate jupyter310_ipykernel && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.



	at ChildProcess.exithandler (node:child_process:399:12)
	at ChildProcess.emit (node:events:526:28)
	at maybeClose (node:internal/child_process:1092:16)
	at Socket.<anonymous> (node:internal/child_process:451:11)
	at Socket.emit (node:events:526:28)
	at Pipe.<anonymous> (node:net:687:12)] {
  killed: false,
  code: 1,
  signal: null,
  cmd: "conda activate jupyter310_ipykernel && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py"
}
error 18:32:46.208: Execing shell command, Class name = b, completed in 824ms, has a falsy return value, Arg 1: "~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py", Arg 2: "" [Error: Command failed: conda activate jupyter310_ipykernel && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.



	at ChildProcess.exithandler (node:child_process:399:12)
	at ChildProcess.emit (node:events:526:28)
	at maybeClose (node:internal/child_process:1092:16)
	at Socket.<anonymous> (node:internal/child_process:451:11)
	at Socket.emit (node:events:526:28)
	at Pipe.<anonymous> (node:net:687:12)] {
  killed: false,
  code: 1,
  signal: null,
  cmd: "conda activate jupyter310_ipykernel && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py",
  vslsStack: [
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {}
  ]
}
error 18:32:46.209: Failed to get activated environment variables ourselves [Error: Command failed: conda activate general && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.



	at ChildProcess.exithandler (node:child_process:399:12)
	at ChildProcess.emit (node:events:526:28)
	at maybeClose (node:internal/child_process:1092:16)
	at Socket.<anonymous> (node:internal/child_process:451:11)
	at Socket.emit (node:events:526:28)
	at Pipe.<anonymous> (node:net:687:12)] {
  killed: false,
  code: 1,
  signal: null,
  cmd: "conda activate general && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py"
}
error 18:32:46.209: Execing shell command, Class name = b, completed in 1026ms, has a falsy return value, Arg 1: "~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py", Arg 2: "" [Error: Command failed: conda activate general && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.



	at ChildProcess.exithandler (node:child_process:399:12)
	at ChildProcess.emit (node:events:526:28)
	at maybeClose (node:internal/child_process:1092:16)
	at Socket.<anonymous> (node:internal/child_process:451:11)
	at Socket.emit (node:events:526:28)
	at Pipe.<anonymous> (node:net:687:12)] {
  killed: false,
  code: 1,
  signal: null,
  cmd: "conda activate general && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printEnvVariables.py",
  vslsStack: [
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {},
    CallSite {}
  ]
}
error 18:32:46.341: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python
info 18:32:46.363: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -m pip list
> /n/groups/marks/users/lood/mambaforge/envs/jupyter/bin/python -m pip list
info 18:32:47.20: Preferred Remote kernel for /n/groups/marks/projects/indels_human/play.ipynb is undefined
error 18:32:47.44: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/general/bin/python
info 18:32:47.68: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/general/bin/python -m pip list
> /n/groups/marks/users/lood/mambaforge/envs/general/bin/python -m pip list
error 18:32:48.237: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
info 18:32:48.260: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -c "import jupyter"
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -c "import jupyter"
error 18:32:48.263: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
info 18:32:48.285: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -c "import notebook"
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -c "import notebook"
error 18:32:49.102: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
info 18:32:49.128: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m jupyter kernelspec --version
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m jupyter kernelspec --version
error 18:32:49.835: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
info 18:32:49.860: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
info 18:32:50.199: Starting notebook server.
info 18:32:50.200: Connecting to server
info 18:32:50.201: Launching server
info 18:32:50.203: Starting Notebook
info 18:32:50.271: Generating custom default config at /tmp/7dbd120e-6179-45b1-92c5-b2f7bc007c6d/jupyter_notebook_config.py
info 18:32:50.271: Starting Jupyter Notebook
Starting Jupyter from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
error 18:32:50.714: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
error 18:32:50.770: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
error 18:32:50.783: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
error 18:32:50.805: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
info 18:32:50.805: Creating daemon pool for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python with env variables count 0
info 18:32:50.839: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 18727
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 18727
info 18:32:50.869: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 18727
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 18727
info 18:32:50.895: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 18727
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 18727
error 18:32:51.505: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
info 18:32:51.508: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) -m jupyter notebook --no-browser --notebook-dir="/n/groups/marks/projects/indels_human" --config=/tmp/7dbd120e-6179-45b1-92c5-b2f7bc007c6d/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) -m jupyter notebook --no-browser --notebook-dir="/n/groups/marks/projects/indels_human" --config=/tmp/7dbd120e-6179-45b1-92c5-b2f7bc007c6d/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
info 18:32:51.511: Waiting for Jupyter Notebook
/n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
info 18:32:52.960: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(

[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
info 18:32:54.518: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.

[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
info 18:32:54.518: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.

[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
info 18:32:54.519: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.

[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
info 18:32:54.519: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.

[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
info 18:32:54.519: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.

[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
info 18:32:54.528: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab

[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
info 18:32:54.529: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab

[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.
info 18:32:54.534: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.

[I 18:32:54.534 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
info 18:32:54.536: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.
[I 18:32:54.534 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human

[I 18:32:54.534 NotebookApp] Jupyter Notebook 6.4.12 is running at:
info 18:32:54.537: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.
[I 18:32:54.534 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 18:32:54.534 NotebookApp] Jupyter Notebook 6.4.12 is running at:

[I 18:32:54.535 NotebookApp] http://localhost:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
info 18:32:54.538: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.
[I 18:32:54.534 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 18:32:54.534 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 18:32:54.535 NotebookApp] http://localhost:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb

info 18:32:54.542: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
[I 18:32:54.535 NotebookApp]  or http://127.0.0.1:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
info 18:32:54.544: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.
[I 18:32:54.534 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 18:32:54.534 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 18:32:54.535 NotebookApp] http://localhost:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
[I 18:32:54.535 NotebookApp]  or http://127.0.0.1:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb

info 18:32:54.546: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
[I 18:32:54.535 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
info 18:32:54.587: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.
[I 18:32:54.534 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 18:32:54.534 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 18:32:54.535 NotebookApp] http://localhost:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
[I 18:32:54.535 NotebookApp]  or http://127.0.0.1:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
[I 18:32:54.535 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[C 18:32:54.546 NotebookApp] 
    
    To access the notebook, open this file in a browser:
        file:///home/lov701/.local/share/jupyter/runtime/nbserver-19063-open.html
    Or copy and paste one of these URLs:
        http://localhost:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
     or http://127.0.0.1:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
info 18:32:54.640: /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/traitlets/traitlets.py:2412: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/n/groups/marks/projects/indels_human' instead of '"/n/groups/marks/projects/indels_human"' if you require traitlets >=5.
  warn(
[W 2022-10-06 18:32:54.516 LabApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'config_file' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.516 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-10-06 18:32:54.517 LabApp] 'iopub_data_rate_limit' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab extension loaded from /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/lib/python3.10/site-packages/jupyterlab
[I 2022-10-06 18:32:54.527 LabApp] JupyterLab application directory is /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/share/jupyter/lab
[I 18:32:54.533 NotebookApp] The port 8888 is already in use, trying another port.
[I 18:32:54.534 NotebookApp] Serving notebooks from local directory: /n/groups/marks/projects/indels_human
[I 18:32:54.534 NotebookApp] Jupyter Notebook 6.4.12 is running at:
[I 18:32:54.535 NotebookApp] http://localhost:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
[I 18:32:54.535 NotebookApp]  or http://127.0.0.1:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
[I 18:32:54.535 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 18:32:54.546 NotebookApp] 
    
    To access the notebook, open this file in a browser:
        file:///home/lov701/.local/share/jupyter/runtime/nbserver-19063-open.html
    Or copy and paste one of these URLs:
        http://localhost:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb
     or http://127.0.0.1:8889/?token=1007a87b5588b6d8acac6828ef69ba2c089da5e17d5dc1fb

error 18:32:55.92: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
error 18:32:55.139: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
error 18:32:55.162: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
error 18:32:55.186: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python
info 18:32:55.346: Connecting to process server
info 18:32:55.346: Connecting server kernel http://localhost:8889/
info 18:32:55.348: Creating server with url : http://localhost:8889/
info 18:32:55.381: Connection complete server
info 18:32:55.382: Server started.
info 18:32:55.435: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
info 18:32:55.435: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /n/groups/marks/users/lood/mambaforge/envs/jupyter310_ipykernel/bin/python (daemon) ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/vscode_datascience_helpers/getServerInfo.py
[I 18:32:55.796 NotebookApp] Creating new notebook in 
info 18:32:55.989: installMissingDependencies /n/groups/marks/users/lood/mambaforge/envs/general/bin/python, ui.disabled=true for resource '/n/groups/marks/projects/indels_human/play.ipynb'
error 18:32:56.513: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/general/bin/python
info 18:32:56.541: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/general/bin/python -c "import ipykernel"
> /n/groups/marks/users/lood/mambaforge/envs/general/bin/python -c "import ipykernel"
info 18:32:56.954: Spec argv[0] updated from '/n/groups/marks/users/lood/mambaforge/envs/general/bin/python' to '/n/groups/marks/users/lood/mambaforge/envs/general/bin/python'
error 18:32:57.514: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/general/bin/python
info 18:32:57.515: No custom variables nor do we have a conda environment
[I 18:32:57.587 NotebookApp] Kernel started: f0f676d8-70d0-4473-951c-045415a1d70e, name: python3106jvsc74a57bd044e3fbec2253c2d92b205158ac2243c402f191977358732a54443ee32f65e792
info 18:32:57.612: Waiting for idle on (kernel): f0f676d8-70d0-4473-951c-045415a1d70e -> unknown
[W 18:32:57.621 NotebookApp] delete /play-jvsc-80764d72-e455-45bd-8351-63080e7514aa0438a99f-0682-47cf-b218-fae433614f51.ipynb
[W 18:32:57.624 NotebookApp] Skipping trash for /n/groups/marks/projects/indels_human/play-jvsc-80764d72-e455-45bd-8351-63080e7514aa0438a99f-0682-47cf-b218-fae433614f51.ipynb, [Errno 13] Permission denied: b'/n/groups/.Trash-190256'
info 18:32:59.743: Finished waiting for idle on (kernel): f0f676d8-70d0-4473-951c-045415a1d70e -> idle
info 18:32:59.744: Started session for kernel startUsingPythonInterpreter:.jvsc74a57bd044e3fbec2253c2d92b205158ac2243c402f191977358732a54443ee32f65e792./n/groups/marks/users/lood/mambaforge/envs/general/python./n/groups/marks/users/lood/mambaforge/envs/general/python.-m#ipykernel_launcher
info 18:32:59.744: Finished connecting kernel startUsingPythonInterpreter:.jvsc74a57bd044e3fbec2253c2d92b205158ac2243c402f191977358732a54443ee32f65e792./n/groups/marks/users/lood/mambaforge/envs/general/python./n/groups/marks/users/lood/mambaforge/envs/general/python.-m#ipykernel_launcher
info 18:32:59.750: UpdateWorkingDirectoryAndPath in Kernel
info 18:32:59.751: Executing silently Code (idle) = import os\nimport sys\n%cd "//n/groups/marks/projects/indels_human"\nif os.getcwd() not in sys.path:
info 18:33:0.8: Executing silently Code (completed) = import os\nimport sys\n%cd "//n/groups/marks/projects/indels_human"\nif os.getcwd() not in sys.path: with 1 output(s)
info 18:33:0.9: Waiting for idle on (kernel): f0f676d8-70d0-4473-951c-045415a1d70e -> idle
info 18:33:0.9: Finished waiting for idle on (kernel): f0f676d8-70d0-4473-951c-045415a1d70e -> idle
info 18:33:0.85: Widget Message: Received IPyWidgets_kernelOptions in ScriptManager
info 18:33:0.86: Widget Message: Received IPyWidgetMessages.IPyWidgets_kernelOptions
error 18:33:0.584: Failed to get activated conda env variables for /n/groups/marks/users/lood/mambaforge/envs/general/bin/python
info 18:33:0.613: Process Execution: > /n/groups/marks/users/lood/mambaforge/envs/general/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printJupyterDataDir.py
> /n/groups/marks/users/lood/mambaforge/envs/general/bin/python ~/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/pythonFiles/printJupyterDataDir.py
info 18:33:0.733: Widget Message: data-base-url set to https://vscode-remote%2Bssh-002dremote-002bcompute-002da-002d16-002d171.vscode-resource.vscode-cdn.net/home/lov701/.vscode-server/extensions/ms-toolsai.jupyter-2022.8.1002431955/tmp/scripts/d1e65a9f4c446d6ecb1023cd653fea69b10f26f1a6ffb2143b491360d34b55d5/jupyter
info 18:33:1.932: Execute Cell 0 /n/groups/marks/projects/indels_human/play.ipynb
info 18:33:2.145: Cell 0 executed with state Success

Conda list of 3.10 jupyterlab + ipykernel:

#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
alsa-lib                  1.2.3.2              h166bdaf_0    conda-forge
anyio                     3.6.1              pyhd8ed1ab_1    conda-forge
argon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0          py310h5764c6d_2    conda-forge
asttokens                 2.0.8              pyhd8ed1ab_0    conda-forge
attrs                     22.1.0             pyh71513ae_1    conda-forge
babel                     2.10.3             pyhd8ed1ab_0    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.11.1             pyha770c72_0    conda-forge
bleach                    5.0.1              pyhd8ed1ab_0    conda-forge
brotlipy                  0.7.0           py310h5764c6d_1004    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
ca-certificates           2022.9.24            ha878542_0    conda-forge
certifi                   2022.9.24          pyhd8ed1ab_0    conda-forge
cffi                      1.15.1          py310h255011f_0    conda-forge
charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
cryptography              38.0.1          py310h597c629_0    conda-forge
dbus                      1.13.6               h5008d03_3    conda-forge
debugpy                   1.6.3           py310hd8f1fbe_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
executing                 1.1.0              pyhd8ed1ab_0    conda-forge
expat                     2.4.9                h27087fc_0    conda-forge
flit-core                 3.7.1              pyhd8ed1ab_0    conda-forge
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
fontconfig                2.14.0               hc2a2eb6_1    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
freetype                  2.12.1               hca18f0e_0    conda-forge
gettext                   0.19.8.1          h27087fc_1009    conda-forge
glib                      2.74.0               h6239696_0    conda-forge
glib-tools                2.74.0               h6239696_0    conda-forge
gst-plugins-base          1.20.2               hcf0ee16_0    conda-forge
gstreamer                 1.20.3               hd4edc92_2    conda-forge
icu                       69.1                 h9c3ff4c_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
importlib-metadata        4.11.4          py310hff52083_0    conda-forge
importlib_resources       5.9.0              pyhd8ed1ab_0    conda-forge
ipykernel                 6.16.0             pyh210e3f2_0    conda-forge
ipython                   8.5.0              pyh41d4057_1    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                8.0.2              pyhd8ed1ab_1    conda-forge
jedi                      0.18.1             pyhd8ed1ab_2    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
jpeg                      9e                   h166bdaf_2    conda-forge
json5                     0.9.5              pyh9f0ad1d_0    conda-forge
jsonschema                4.16.0             pyhd8ed1ab_0    conda-forge
jupyter                   1.0.0           py310hff52083_7    conda-forge
jupyter_client            7.3.5              pyhd8ed1ab_0    conda-forge
jupyter_console           6.4.4              pyhd8ed1ab_0    conda-forge
jupyter_core              4.11.1          py310hff52083_0    conda-forge
jupyter_server            1.19.1             pyhd8ed1ab_0    conda-forge
jupyterlab                3.4.8              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.15.2             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        3.0.3              pyhd8ed1ab_0    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
krb5                      1.19.3               h3790be6_0    conda-forge
ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
libclang                  13.0.1          default_hc23dcda_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libevent                  2.1.10               h9b69904_4    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 12.1.0              h8d9b700_16    conda-forge
libglib                   2.74.0               h7a41b64_0    conda-forge
libgomp                   12.1.0              h8d9b700_16    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
libllvm13                 13.0.1               hf817b99_2    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libogg                    1.3.4                h7f98852_1    conda-forge
libopus                   1.3.1                h7f98852_1    conda-forge
libpng                    1.6.38               h753d276_0    conda-forge
libpq                     14.5                 hd77ab85_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsqlite                 3.39.4               h753d276_0    conda-forge
libstdcxx-ng              12.1.0              ha89aaad_16    conda-forge
libuuid                   2.32.1            h7f98852_1000    conda-forge
libvorbis                 1.3.7                h9c3ff4c_0    conda-forge
libxcb                    1.13              h7f98852_1004    conda-forge
libxkbcommon              1.0.3                he3ba5ed_0    conda-forge
libxml2                   2.9.12               h885dcf4_1    conda-forge
libzlib                   1.2.12               h166bdaf_4    conda-forge
markupsafe                2.1.1           py310h5764c6d_1    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mistune                   2.0.4              pyhd8ed1ab_0    conda-forge
mysql-common              8.0.30               haf5c9bc_1    conda-forge
mysql-libs                8.0.30               h28c427c_1    conda-forge
nbclassic                 0.4.4              pyhd8ed1ab_0    conda-forge
nbclient                  0.6.8              pyhd8ed1ab_0    conda-forge
nbconvert                 7.1.0              pyhd8ed1ab_0    conda-forge
nbconvert-core            7.1.0              pyhd8ed1ab_0    conda-forge
nbconvert-pandoc          7.1.0              pyhd8ed1ab_0    conda-forge
nbformat                  5.6.1              pyhd8ed1ab_0    conda-forge
ncurses                   6.3                  h27087fc_1    conda-forge
nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
notebook                  6.4.12             pyha770c72_0    conda-forge
notebook-shim             0.1.0              pyhd8ed1ab_0    conda-forge
nspr                      4.32                 h9c3ff4c_1    conda-forge
nss                       3.78                 h2350873_0    conda-forge
openssl                   1.1.1q               h166bdaf_0    conda-forge
packaging                 21.3               pyhd8ed1ab_0    conda-forge
pandoc                    2.19.2               ha770c72_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
pcre2                     10.37                hc3806b6_1    conda-forge
pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pip                       22.2.2             pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
prometheus_client         0.14.1             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.31             pyha770c72_0    conda-forge
prompt_toolkit            3.0.31               hd8ed1ab_0    conda-forge
psutil                    5.9.2           py310h5764c6d_0    conda-forge
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pygments                  2.13.0             pyhd8ed1ab_0    conda-forge
pyopenssl                 22.0.0             pyhd8ed1ab_1    conda-forge
pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
pyqt                      5.12.3          py310hff52083_8    conda-forge
pyqt-impl                 5.12.3          py310h1f8e252_8    conda-forge
pyqt5-sip                 4.19.18         py310h122e73d_8    conda-forge
pyqtchart                 5.12            py310hfcd6d55_8    conda-forge
pyqtwebengine             5.12.1          py310hfcd6d55_8    conda-forge
pyrsistent                0.18.1          py310h5764c6d_1    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
python                    3.10.6          h582c2e5_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.16.2             pyhd8ed1ab_0    conda-forge
python_abi                3.10                    2_cp310    conda-forge
pytz                      2022.4             pyhd8ed1ab_0    conda-forge
pyzmq                     24.0.1          py310h330234f_0    conda-forge
qt                        5.12.9               h1304e3e_6    conda-forge
qtconsole                 5.3.2              pyhd8ed1ab_0    conda-forge
qtconsole-base            5.3.2              pyha770c72_0    conda-forge
qtpy                      2.2.1              pyhd8ed1ab_0    conda-forge
readline                  8.1.2                h0f457ee_0    conda-forge
requests                  2.28.1             pyhd8ed1ab_1    conda-forge
send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
setuptools                65.4.1             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
sqlite                    3.39.4               h4ff8645_0    conda-forge
stack_data                0.5.1              pyhd8ed1ab_0    conda-forge
terminado                 0.16.0             pyh41d4057_0    conda-forge
tinycss2                  1.1.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tornado                   6.2             py310h5764c6d_0    conda-forge
traitlets                 5.4.0              pyhd8ed1ab_0    conda-forge
typing_extensions         4.3.0              pyha770c72_0    conda-forge
tzdata                    2022d                h191b570_0    conda-forge
urllib3                   1.26.11            pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.4.1              pyhd8ed1ab_0    conda-forge
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
widgetsnbextension        4.0.3              pyhd8ed1ab_0    conda-forge
xorg-libxau               1.0.9                h7f98852_0    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zipp                      3.8.1              pyhd8ed1ab_0    conda-forge
zlib                      1.2.12               h166bdaf_4    conda-forge
zstd                      1.5.2                h6239696_4    conda-forge```

Conda list of my environment that broke:
```# packages in environment at /n/groups/marks/users/lood/mambaforge/envs/jupyter:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
anyio                     3.6.1              pyhd8ed1ab_1    conda-forge
argon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0          py310h5764c6d_2    conda-forge
asttokens                 2.0.8              pyhd8ed1ab_0    conda-forge
attrs                     22.1.0             pyh71513ae_1    conda-forge
babel                     2.10.3             pyhd8ed1ab_0    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.11.1             pyha770c72_0    conda-forge
bleach                    5.0.1              pyhd8ed1ab_0    conda-forge
brotlipy                  0.7.0           py310h5764c6d_1004    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
ca-certificates           2022.9.24            ha878542_0    conda-forge
certifi                   2022.9.24          pyhd8ed1ab_0    conda-forge
cffi                      1.15.1          py310h255011f_0    conda-forge
charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
cryptography              37.0.4          py310h597c629_0    conda-forge
debugpy                   1.6.3           py310hd8f1fbe_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
executing                 1.1.0              pyhd8ed1ab_0    conda-forge
flit-core                 3.7.1              pyhd8ed1ab_0    conda-forge
icu                       70.1                 h27087fc_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
importlib-metadata        4.11.4          py310hff52083_0    conda-forge
importlib_resources       5.9.0              pyhd8ed1ab_0    conda-forge
ipykernel                 6.16.0             pyh210e3f2_0    conda-forge
ipython                   8.5.0              pyh41d4057_1    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                8.0.2              pyhd8ed1ab_1    conda-forge
jedi                      0.18.1             pyhd8ed1ab_2    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
json5                     0.9.5              pyh9f0ad1d_0    conda-forge
jsonschema                4.16.0             pyhd8ed1ab_0    conda-forge
jupyter_client            7.3.5              pyhd8ed1ab_0    conda-forge
jupyter_core              4.11.1          py310hff52083_0    conda-forge
jupyter_server            1.19.0             pyhd8ed1ab_0    conda-forge
jupyterlab                3.4.7              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.15.2             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        3.0.3              pyhd8ed1ab_0    conda-forge
ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 12.1.0              h8d9b700_16    conda-forge
libgomp                   12.1.0              h8d9b700_16    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsqlite                 3.39.3               h753d276_0    conda-forge
libstdcxx-ng              12.1.0              ha89aaad_16    conda-forge
libuuid                   2.32.1            h7f98852_1000    conda-forge
libuv                     1.44.2               h166bdaf_0    conda-forge
libxml2                   2.10.2               h4c7fe37_1    conda-forge
libxslt                   1.1.35               h8affb1d_0    conda-forge
libzlib                   1.2.12               h166bdaf_3    conda-forge
lxml                      4.9.1           py310h5764c6d_0    conda-forge
mamba_gator               5.2.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.1           py310h5764c6d_1    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mistune                   2.0.4              pyhd8ed1ab_0    conda-forge
nb_conda_kernels          2.3.1           py310hff52083_1    conda-forge
nbclassic                 0.4.3              pyhd8ed1ab_0    conda-forge
nbclient                  0.6.8              pyhd8ed1ab_0    conda-forge
nbconvert                 7.0.0              pyhd8ed1ab_0    conda-forge
nbconvert-core            7.0.0              pyhd8ed1ab_0    conda-forge
nbconvert-pandoc          7.0.0              pyhd8ed1ab_0    conda-forge
nbformat                  5.6.1              pyhd8ed1ab_0    conda-forge
ncurses                   6.3                  h27087fc_1    conda-forge
nest-asyncio              1.5.5              pyhd8ed1ab_0    conda-forge
nodejs                    18.9.1               h96d913c_0    conda-forge
notebook                  6.4.12             pyha770c72_0    conda-forge
notebook-shim             0.1.0              pyhd8ed1ab_0    conda-forge
openssl                   1.1.1q               h166bdaf_0    conda-forge
packaging                 21.3               pyhd8ed1ab_0    conda-forge
pandoc                    2.19.2               ha770c72_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pip                       22.2.2             pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
prometheus_client         0.14.1             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.31             pyha770c72_0    conda-forge
psutil                    5.9.2           py310h5764c6d_0    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pygments                  2.13.0             pyhd8ed1ab_0    conda-forge
pyopenssl                 22.0.0             pyhd8ed1ab_1    conda-forge
pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
pyrsistent                0.18.1          py310h5764c6d_1    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
python                    3.10.6          h582c2e5_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.16.2             pyhd8ed1ab_0    conda-forge
python_abi                3.10                    2_cp310    conda-forge
pytz                      2022.2.1           pyhd8ed1ab_0    conda-forge
pyzmq                     24.0.1          py310h330234f_0    conda-forge
readline                  8.1.2                h0f457ee_0    conda-forge
requests                  2.28.1             pyhd8ed1ab_1    conda-forge
send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
setuptools                65.4.0             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
stack_data                0.5.1              pyhd8ed1ab_0    conda-forge
terminado                 0.15.0          py310hff52083_0    conda-forge
tinycss2                  1.1.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tornado                   6.2             py310h5764c6d_0    conda-forge
traitlets                 5.4.0              pyhd8ed1ab_0    conda-forge
typing_extensions         4.3.0              pyha770c72_0    conda-forge
tzdata                    2022d                h191b570_0    conda-forge
urllib3                   1.26.11            pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.4.1              pyhd8ed1ab_0    conda-forge
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
widgetsnbextension        4.0.3              pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zipp                      3.8.1              pyhd8ed1ab_0    conda-forge
zlib                      1.2.12               h166bdaf_3    conda-forge```

@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-jupyter Oct 7, 2022
@karthiknadig karthiknadig added bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team and removed bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team labels Oct 7, 2022
@DonJayamanne
Copy link

@karrtikr I believe I know how to fix this

  • We can check if we're in remote (SSH/WSL or the like)
  • If the current code fails
    • Actiavte the base environment (find the path to base env)
    • Actiavte the conda env using the standard actiavtion CLI

Same solution documented here #18044

@karrtikr
Copy link

@DonJayamanne I discovered we already use the approach to activate base environments first that you mentioned here: #18044, but only if the shell is NOT setup using conda init. We check conda_shlvl to check that. As I cannot reproduce this myself can you quickly check why we're not sending the right commands to Jupyter right here?

@karrtikr karrtikr added the info-needed Issue requires more information from poster label Nov 11, 2022
@karrtikr
Copy link

Closing in favor of #20087

@karrtikr karrtikr closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2022
@karrtikr karrtikr added this to the November 2022 milestone Nov 12, 2022
@karrtikr karrtikr added the verified Verification succeeded label Nov 15, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2022
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 triage-needed Needs assignment to the proper sub-team verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants