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

Interrupt kernel action appears disabled #9912

Closed
1 of 2 tasks
miguelsolorio opened this issue May 5, 2022 · 3 comments
Closed
1 of 2 tasks

Interrupt kernel action appears disabled #9912

miguelsolorio opened this issue May 5, 2022 · 3 comments
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster notebook-workflow Issues that interrupt expected or desirable behavior

Comments

@miguelsolorio
Copy link

Applies To

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

What happened?

CleanShot 2022-05-05 at 10 37 40@2x

I would expect for this action to only appear when actionable

VS Code Version

1.67.0-insider

Jupyter Extension Version

v2022.5.1001271006

Jupyter logs

Visual Studio Code - Insiders (1.67.0-insider, undefined, desktop)
Jupyter Extension Version: 2022.5.1001271006.
Python Extension Version: 2022.5.11251003.
Workspace folder /Users/miguelsolorio/Developer/notebook
error 10:36:7.332: Exception while attempting zmq : Error: No native build was found for platform=darwin arch=arm64 runtime=electron abi=101 uv=1 armv=8 libc=glibc node=16.13.0 electron=17.4.1
    loaded from: /Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/node_modules/zeromq

    at Function.load.path (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/node_modules/node-gyp-build/index.js:1:3163)
    at load (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/node_modules/node-gyp-build/index.js:1:648)
    at Object.<anonymous> (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/node_modules/zeromq/lib/native.js:1:198)
    at Module.u._compile (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/loader.js:4:1313)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1216:10)
    at Module.load (node:internal/modules/cjs/loader:1035:32)
    at Module._load (node:internal/modules/cjs/loader:876:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
    at Function.s._load (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:102:32307)
    at Function.b._load (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:102:28750)
    at Function._._load (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:97:61719)
    at Module.require (node:internal/modules/cjs/loader:1059:19)
    at h (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/loader.js:4:699)
    at Object.<anonymous> (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/node_modules/zeromq/lib/index.js:1:144)
    at Module.u._compile (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/loader.js:4:1313)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1216:10)
    at Module.load (node:internal/modules/cjs/loader:1035:32)
    at Module._load (node:internal/modules/cjs/loader:876:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
    at Function.s._load (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:102:32307)
    at Function.b._load (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:102:28750)
    at Function._._load (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:97:61719)
    at Module.require (node:internal/modules/cjs/loader:1059:19)
    at h (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/loader.js:4:699)
    at Object.92747 (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:4034028)
    at __webpack_require__ (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:4807582)
    at u.zmqSupported (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:541972)
    at u.isSupportedForLocalLaunch (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:541715)
    at u.get isSupported [as isSupported] (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:541625)
    at t.registerTypes (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:555765)
    at /Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:4812490
    at /Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:4813239
    at /Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:4813247
    at e.activate (/Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/out/extension.node.js:2:4813369)
    at Function._callActivateOptional (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:88:17454)
    at Function._callActivate (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:88:17119)
    at /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:88:14937
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at _activate (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:83:8180)
    at _waitForDepsThenActivate (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:83:8122)
    at _initialize (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:83:7486)
User belongs to experiment group 'jupyterTestcf'
User belongs to experiment group 'jupyterEnhancedDataViewer'
info 10:36:8.832: Experiment status for python is {"enabled":true,"optInto":["All"],"optOutFrom":[]}
info 10:36:9.140: Starting Jupyter Session id = .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb (disableUI=true)
info 10:36:9.297: Checking for server existence.
info 10:36:9.304: Checking for server usability.
info 10:36:9.330: Preferred Remote kernel for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb is undefined
info 10:36:9.330: Find preferred kernel for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb with metadata {"kernelspec":{"display_name":"Python 3.9.7 ('main')","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.9.7"},"vscode":{"interpreter":{"hash":"9ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a"}}} & preferred interpreter /Users/miguelsolorio/opt/miniconda3/envs/main/bin/python
info 10:36:9.340: Preferred Remote kernel for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb is undefined
info 10:36:9.341: Preferred kernel .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher is exact match
info 10:36:9.342: PreferredConnection: .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher found for NotebookDocument: /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb
info 10:36:9.342: TargetController found ID: .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher for document /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb
info 10:36:11.487: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -m pip list
> ~/opt/miniconda3/envs/main/bin/python -m pip list
info 10:36:11.490: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -c "import jupyter"
> ~/opt/miniconda3/envs/main/bin/python -c "import jupyter"
info 10:36:11.494: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -c "import notebook"
> ~/opt/miniconda3/envs/main/bin/python -c "import notebook"
info 10:36:11.832: Preferred Remote kernel for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb is undefined
info 10:36:11.832: Find preferred kernel for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb with metadata {"kernelspec":{"display_name":"Python 3.9.7 ('main')","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.9.7"},"vscode":{"interpreter":{"hash":"9ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a"}}} & preferred interpreter /Users/miguelsolorio/opt/miniconda3/envs/main/bin/python
info 10:36:11.837: Preferred Remote kernel for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb is undefined
info 10:36:11.838: Preferred kernel .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher is exact match
info 10:36:11.843: Preferred Remote kernel for /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb is undefined
info 10:36:13.417: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -m jupyter kernelspec --version
> ~/opt/miniconda3/envs/main/bin/python -m jupyter kernelspec --version
info 10:36:14.945: Starting notebook server.
info 10:36:14.945: Connecting to server
info 10:36:14.945: Launching server
info 10:36:14.946: Starting Notebook
info 10:36:14.984: Generating custom default config at /var/folders/rd/146xpfg97nd5mckp5127722r0000gn/T/b934e51c-7f0c-4205-a1a5-8b54054cc7ad/jupyter_notebook_config.py
info 10:36:14.984: Starting Jupyter Notebook
Starting Jupyter from ~/opt/miniconda3/envs/main/bin/python with command line --no-browser --notebook-dir="/Users/miguelsolorio/Developer/notebook" --config=/var/folders/rd/146xpfg97nd5mckp5127722r0000gn/T/b934e51c-7f0c-4205-a1a5-8b54054cc7ad/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
info 10:36:14.990: Creating daemon pool for /Users/miguelsolorio/opt/miniconda3/envs/main/bin/python with env variables count 56
info 10:36:14.992: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 38556
> ~/opt/miniconda3/envs/main/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 38556
info 10:36:14.996: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 38556
> ~/opt/miniconda3/envs/main/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 38556
info 10:36:14.999: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 38556
> ~/opt/miniconda3/envs/main/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v --ppid 38556
info 10:36:15.444: Process Execution: > ~/opt/miniconda3/envs/main/bin/python (daemon) -m jupyter notebook --no-browser --notebook-dir="/Users/miguelsolorio/Developer/notebook" --config=/var/folders/rd/146xpfg97nd5mckp5127722r0000gn/T/b934e51c-7f0c-4205-a1a5-8b54054cc7ad/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
> ~/opt/miniconda3/envs/main/bin/python (daemon) -m jupyter notebook --no-browser --notebook-dir="/Users/miguelsolorio/Developer/notebook" --config=/var/folders/rd/146xpfg97nd5mckp5127722r0000gn/T/b934e51c-7f0c-4205-a1a5-8b54054cc7ad/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
info 10:36:15.445: Waiting for Jupyter Notebook
/Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
info 10:36:17.521: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(

[W 2022-05-05 10:36:23.088 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 10:36:23.91: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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 10:36:23.91: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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 10:36:23.91: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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 10:36:23.91: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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 10:36:23.92: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
info 10:36:23.95: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab

[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab
info 10:36:23.95: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab

[I 10:36:23.099 NotebookApp] Serving notebooks from local directory: /Users/miguelsolorio/Developer/notebook
info 10:36:23.100: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab
[I 10:36:23.099 NotebookApp] Serving notebooks from local directory: /Users/miguelsolorio/Developer/notebook

[I 10:36:23.100 NotebookApp] Jupyter Notebook 6.4.5 is running at:
info 10:36:23.101: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab
[I 10:36:23.099 NotebookApp] Serving notebooks from local directory: /Users/miguelsolorio/Developer/notebook
[I 10:36:23.100 NotebookApp] Jupyter Notebook 6.4.5 is running at:

[I 10:36:23.100 NotebookApp] http://localhost:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
info 10:36:23.101: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab
[I 10:36:23.099 NotebookApp] Serving notebooks from local directory: /Users/miguelsolorio/Developer/notebook
[I 10:36:23.100 NotebookApp] Jupyter Notebook 6.4.5 is running at:
[I 10:36:23.100 NotebookApp] http://localhost:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc

info 10:36:23.104: Process Execution: > ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
[I 10:36:23.100 NotebookApp]  or http://127.0.0.1:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
info 10:36:23.105: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab
[I 10:36:23.099 NotebookApp] Serving notebooks from local directory: /Users/miguelsolorio/Developer/notebook
[I 10:36:23.100 NotebookApp] Jupyter Notebook 6.4.5 is running at:
[I 10:36:23.100 NotebookApp] http://localhost:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
[I 10:36:23.100 NotebookApp]  or http://127.0.0.1:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc

info 10:36:23.105: Process Execution: > ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
[I 10:36:23.100 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
info 10:36:23.106: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab
[I 10:36:23.099 NotebookApp] Serving notebooks from local directory: /Users/miguelsolorio/Developer/notebook
[I 10:36:23.100 NotebookApp] Jupyter Notebook 6.4.5 is running at:
[I 10:36:23.100 NotebookApp] http://localhost:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
[I 10:36:23.100 NotebookApp]  or http://127.0.0.1:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
[I 10:36:23.100 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[C 10:36:23.125 NotebookApp] 
    
    To access the notebook, open this file in a browser:
        file:///Users/miguelsolorio/Library/Jupyter/runtime/nbserver-38869-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
     or http://127.0.0.1:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
info 10:36:23.125: /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use '/Users/miguelsolorio/Developer/notebook' instead of '"/Users/miguelsolorio/Developer/notebook"' if you require traitlets >=5.
  warn(
[W 2022-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.088 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-05-05 10:36:23.094 LabApp] JupyterLab extension loaded from /Users/miguelsolorio/opt/miniconda3/envs/main/lib/python3.9/site-packages/jupyterlab
[I 2022-05-05 10:36:23.094 LabApp] JupyterLab application directory is /Users/miguelsolorio/opt/miniconda3/envs/main/share/jupyter/lab
[I 10:36:23.099 NotebookApp] Serving notebooks from local directory: /Users/miguelsolorio/Developer/notebook
[I 10:36:23.100 NotebookApp] Jupyter Notebook 6.4.5 is running at:
[I 10:36:23.100 NotebookApp] http://localhost:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
[I 10:36:23.100 NotebookApp]  or http://127.0.0.1:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
[I 10:36:23.100 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 10:36:23.125 NotebookApp] 
    
    To access the notebook, open this file in a browser:
        file:///Users/miguelsolorio/Library/Jupyter/runtime/nbserver-38869-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc
     or http://127.0.0.1:8888/?token=6bae4ba70d53b5285aeb5ea63abb6ef0316d191117bcf0bc

info 10:36:23.739: Connecting to process server
info 10:36:23.739: Connecting server kernel http://localhost:8888/
info 10:36:23.739: Creating server with url : http://localhost:8888/
info 10:36:23.751: Connection complete server
info 10:36:23.752: Server started.
[I 10:36:23.795 NotebookApp] Creating new notebook in 
info 10:36:23.804: Process Execution: > ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
info 10:36:23.825: Process Execution: > ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> ~/opt/miniconda3/envs/main/bin/python (daemon) ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/pythonFiles/vscode_datascience_helpers/getServerInfo.py
info 10:36:25.966: installMissingDependencies /Users/miguelsolorio/opt/miniconda3/envs/main/bin/python, ui.disabled=true for resource /Users/miguelsolorio/Developer/notebook/data-cleaning.ipynb
info 10:36:25.981: Process Execution: > ~/opt/miniconda3/envs/main/bin/python -c "import ipykernel"
> ~/opt/miniconda3/envs/main/bin/python -c "import ipykernel"
info 10:36:26.478: RegisterKernel for .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher into /Users/miguelsolorio/.vscode-insiders/extensions/ms-toolsai.jupyter-2022.5.1001271006/temp/jupyter/kernels/python397jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a/kernel.json
info 10:36:26.527: Spec argv[0] updated from 'python' to '/Users/miguelsolorio/opt/miniconda3/envs/main/bin/python'
info 10:36:26.540: Adding env Variable PYTHONNOUSERSITE to /Users/miguelsolorio/opt/miniconda3/envs/main/bin/python
[I 10:36:26.849 NotebookApp] Kernel started: 4512db08-d52d-4598-92cd-dc9bfa15fd2b, name: python397jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a
info 10:36:26.868: Waiting for idle on (kernel): 4512db08-d52d-4598-92cd-dc9bfa15fd2b -> unknown
[W 10:36:26.881 NotebookApp] delete /data-cleaning-jvsc-b0f70619-402a-4960-8abf-b75c99808f8b.ipynb
info 10:36:29.214: Finished waiting for idle on (kernel): 4512db08-d52d-4598-92cd-dc9bfa15fd2b -> idle
info 10:36:29.214: Started session for kernel .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher
info 10:36:29.214: Finished connecting kernel .jvsc74a57bd09ab06bbb6cdc45c1c72e842d27cb0d51721b9b6329506c2ac545da1ac71cc21a./Users/miguelsolorio/opt/miniconda3/envs/main/python./Users/miguelsolorio/opt/miniconda3/envs/main/python.-m#ipykernel_launcher
info 10:36:29.232: UpdateWorkingDirectoryAndPath in Kernel
info 10:36:29.233: Executing silently Code (idle) = import os\nimport sys\n%cd "/Users/miguelsolorio/Developer/notebook"\nif os.getcwd() not in sys.path:
info 10:36:29.265: Executing silently Code (completed) = import os\nimport sys\n%cd "/Users/miguelsolorio/Developer/notebook"\nif os.getcwd() not in sys.path:
info 10:36:29.265: Waiting for idle on (kernel): 4512db08-d52d-4598-92cd-dc9bfa15fd2b -> idle
info 10:36:29.265: Finished waiting for idle on (kernel): 4512db08-d52d-4598-92cd-dc9bfa15fd2b -> idle
info 10:39:47.94: Loading webview. View is notset
info 10:39:47.95: Loading web view...
info 10:39:47.96: Webview panel created.
info 10:39:47.609: Web view react rendered
info 10:39:47.662: Executing silently Code (idle) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
info 10:39:47.662: Executing silently Code (idle) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
info 10:39:47.726: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
info 10:39:47.727: Executing silently Code (idle) = import builtins\n_rwho_ls = %who_ls\nbuiltins.print(_VSCODE_getVariableTypes(_rwho_ls))
info 10:39:47.756: Executing silently Code (completed) = # Query Jupyter server for the info about a dataframe\nimport json as _VSCODE_json\nimport builtins as
info 10:39:47.757: Executing silently Code (idle) = import builtins\n_rwho_ls = %who_ls\nbuiltins.print(_VSCODE_getVariableTypes(_rwho_ls))
info 10:39:47.783: Executing silently Code (completed) = import builtins\n_rwho_ls = %who_ls\nbuiltins.print(_VSCODE_getVariableTypes(_rwho_ls))
info 10:39:47.815: Executing silently Code (completed) = import builtins\n_rwho_ls = %who_ls\nbuiltins.print(_VSCODE_getVariableTypes(_rwho_ls))
info 10:39:48.558: Searching for token colors ...
info 10:39:48.558: Attempting search for colors ...
info 10:39:48.558: Loading colors from /Users/miguelsolorio/.vscode-insiders/extensions/github.github-vscode-theme-6.0.0/themes/dark-dimmed.json ...
info 10:39:48.571: Attempting search for colors ...
info 10:39:48.571: Loading base colors from /Users/miguelsolorio/.vscode-insiders/extensions/github.github-vscode-theme-6.0.0/themes/dark-dimmed.json ...
info 10:39:48.580: Using colors to generate CSS ...

Coding Language and Runtime Version

No response

Language Extension Version (if applicable)

No response

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

@miguelsolorio miguelsolorio added bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged labels May 5, 2022
@greazer greazer added notebook-workflow Issues that interrupt expected or desirable behavior and removed triage-needed Issue needs to be triaged labels May 5, 2022
@DonJayamanne
Copy link
Contributor

@misolori Apologies for not getting back to you on this, somehow this seems to have fallen through the cracks.
Are you still running into this issue. (please test with the latest pre-release version of the Jupyter extension)

@DonJayamanne DonJayamanne added the info-needed Issue requires more information from poster label Aug 2, 2022
@miguelsolorio
Copy link
Author

I am on the latest pre-release and am still seeing this appear:

CleanShot 2022-08-02 at 09 32 53@2x

Jupyter: v2022.8.1002161046
Version: 1.70.0-insider (Universal)
Commit: 1259bfe0090ac90afbf5d53335c43761de6bb19f
Date: 2022-08-02T05:48:32.531Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Darwin arm64 21.6.0

@DonJayamanne
Copy link
Contributor

aah got it, i think we decided to leave this in there else, the button would appear/disappear as you run cells.
E.g. if you were to run a notebook with 10 cells, then as each cell runs and completes, the button would appear and disappear.
However we're also waiting for these to be moved into VS Code Core (today this is icon is contributed by the extension)

Closing in favor of #7661 (comment)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster notebook-workflow Issues that interrupt expected or desirable behavior
Projects
None yet
Development

No branches or pull requests

4 participants