Skip to content

CAN'T OPEN DATA WRANGLER INSIDE THE NOTEBOOK CHUNK OUTPUT #665

@galafab

Description

@galafab

Environment data

  • VS Code version: 1.115.0
  • Data Wrangler Extension version (available under the Extensions sidebar): 1.24.0
  • Jupyter Extension version (available under the Extensions sidebar): 2025.9.1
  • Python Extension version (available under the Extensions sidebar): 2026.4.0
  • OS (Windows | Mac | Linux distro) and version: Windows 25h2
  • Pandas version: 3.0.2
  • Python and/or Anaconda version: Python 3.13.7
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): Python 3.13.7

Expected behaviour

I have a Pandas data frame in MYnotebook, I should be able to explore its contents using Data Wrangler without leaving the notebook’s output cell since it is seamlessly integrated into one experience.

Actual behaviour

I can't do it, I can only explore it by opening it in another tab, i tried exploring the 'change presentation' settings of the output, but there is no option for data wrangler.

Steps to reproduce:

Open a jupyter notebook, connect a kernel python, repoduce the following code:
import pandas as pd
df=pd.DataFrame(columns=['name','age','city'],data=[('Alice',25,'New York'),('Bob',30,'Los Angeles'),('Charlie',35,'Chicago')])
df

Image

Logs

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

Visual Studio Code (1.115.0, undefined, desktop)
Jupyter Extension Version: 2025.9.1.
Python Extension Version: 2026.4.0.
Python Environment Extension Version: 1.26.0.
Pylance Extension Version: 2026.2.1.
Platform: win32 (x64).
Home = c:\Users\fabio
Temp Storage folder ~\AppData\Roaming\Code\User\globalStorage\ms-toolsai.jupyter\version-2025.9.1
No workspace folder opened.
13:50:46.675 [warn] No interpreter with path \AppData\Local\Python\pythoncore-3.14-64\python.exe found in Python API, will convert Uri path to string as Id \AppData\Local\Python\pythoncore-3.14-64\python.exe
13:50:47.315 [info] Starting Kernel (Python Path: \AppData\Local\Programs\Python\Python313\python.exe, Unknown, 3.13.7) for 'Untitled-1.ipynb' (disableUI=true)
13:50:47.355 [warn] Kernel Spec for 'py311' (
\AppData\Roaming\jupyter\kernels\py311\kernel.json) hidden, as we cannot find a matching interpreter argv = '
\AppData\Local\Python\pythoncore-3.14-64\python.exe'. To resolve this, please change '
\AppData\Local\Python\pythoncore-3.14-64\python.exe' to point to the fully qualified Python executable.
13:50:47.691 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 324ms
13:50:47.702 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");"
13:50:47.717 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 350ms
13:50:47.769 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -m pip list
13:50:47.777 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)"
13:50:47.817 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe ~.vscode\extensions\ms-toolsai.jupyter-2025.9.1-win32-x64\pythonFiles\vscode_datascience_helpers\kernel_interrupt_daemon.py --ppid 20840
> cwd: ~.vscode\extensions\ms-toolsai.jupyter-2025.9.1-win32-x64\pythonFiles\vscode_datascience_helpers
13:50:48.018 [info] Process Execution: \AppData\Local\Programs\Python\Python313\python.exe -m ipykernel_launcher --f=\AppData\Roaming\jupyter\runtime\kernel-v3c6f9e2411f4ab3e7f807f051ab9634f55a5633d0.json
> cwd: ~\AppData\Local\Programs\Microsoft VS Code
13:50:50.071 [info] Kernel successfully started
13:50:50.083 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe .vscode\extensions\ms-toolsai.jupyter-2025.9.1-win32-x64\pythonFiles\printJupyterDataDir.py
13:57:27.717 [warn] Cell completed with errors [Iu [Error]: name 'ip' is not defined
at n.execute (
.vscode\extensions\ms-toolsai.jupyter-2025.9.1-win32-x64\dist\extension.node.js:302:4958)] {
ename: 'NameError',
evalue: "name 'ip' is not defined",
traceback: [
'\x1B[31m---------------------------------------------------------------------------\x1B[39m',
'\x1B[31mNameError\x1B[39m Traceback (most recent call last)',
'\x1B[36mCell\x1B[39m\x1B[36m \x1B[39m\x1B[32mIn[6]\x1B[39m\x1B[32m, line 1\x1B[39m\n' +
'\x1B[32m----> \x1B[39m\x1B[32m1\x1B[39m ip.display_formatter.formatters.keys()\n',
"\x1B[31mNameError\x1B[39m: name 'ip' is not defined"
]
}
14:00:48.309 [info] Restart requested Untitled-1.ipynb
14:00:48.324 [info] Process Execution: c:\WINDOWS\System32\taskkill.exe /F /T /PID 24904
14:00:48.391 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 64ms
14:00:48.398 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)"
14:00:48.410 [info] Process Execution: \AppData\Local\Programs\Python\Python313\python.exe -m ipykernel_launcher --f=\AppData\Roaming\jupyter\runtime\kernel-v306305a0ba79d39959861922cf9744ba9fc64249a.json
> cwd: ~\AppData\Local\Programs\Microsoft VS Code
14:00:49.510 [info] Restarted 2dbbbe43-8d14-4af7-a01f-194852b2884f
14:01:59.944 [info] Restart requested Untitled-1.ipynb
14:01:59.959 [info] Process Execution: c:\WINDOWS\System32\taskkill.exe /F /T /PID 18596
14:02:00.016 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 55ms
14:02:00.022 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)"
14:02:00.041 [info] Process Execution: \AppData\Local\Programs\Python\Python313\python.exe -m ipykernel_launcher --f=\AppData\Roaming\jupyter\runtime\kernel-v3c6bafa7fae2bc16ba5660ec0e3c8feafceaa318e.json
> cwd: ~\AppData\Local\Programs\Microsoft VS Code
14:02:01.372 [info] Restarted 2dbbbe43-8d14-4af7-a01f-194852b2884f
14:08:08.973 [info] Restart requested Untitled-1.ipynb
14:08:08.986 [info] Process Execution: c:\WINDOWS\System32\taskkill.exe /F /T /PID 9972
14:08:09.070 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 15ms
14:08:09.080 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)"
14:08:09.097 [info] Process Execution: \AppData\Local\Programs\Python\Python313\python.exe -m ipykernel_launcher --f=\AppData\Roaming\jupyter\runtime\kernel-v3083c73df86eec55cf6073ded601925bf7c50d2d5.json
> cwd: ~\AppData\Local\Programs\Microsoft VS Code
14:08:10.463 [info] Restarted 2dbbbe43-8d14-4af7-a01f-194852b2884f
14:25:11.176 [info] Starting Kernel (Python Path: ~\AppData\Local\Programs\Python\Python313\python.exe, Unknown, 3.13.7) for 'Untitled-2.ipynb' (disableUI=true)
14:25:11.352 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 28ms
14:25:11.360 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -m pip list
14:25:11.361 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 181ms
14:25:11.371 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)"
14:25:11.402 [info] Process Execution: \AppData\Local\Programs\Python\Python313\python.exe -m ipykernel_launcher --f=\AppData\Roaming\jupyter\runtime\kernel-v3a63aa2647383c36ea553de1adcd432ad76e24d7e.json
> cwd: ~\AppData\Local\Programs\Microsoft VS Code
14:25:12.753 [info] Kernel successfully started
14:32:06.322 [info] Restart requested Untitled-2.ipynb
14:32:06.332 [info] Process Execution: c:\WINDOWS\System32\taskkill.exe /F /T /PID 14080
14:32:06.413 [warn] Failed to get activated env vars for ~\AppData\Local\Programs\Python\Python313\python.exe in 10ms
14:32:06.422 [info] Process Execution: ~\AppData\Local\Programs\Python\Python313\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)"
14:32:06.435 [info] Process Execution: \AppData\Local\Programs\Python\Python313\python.exe -m ipykernel_launcher --f=\AppData\Roaming\jupyter\runtime\kernel-v3b5aa02d7b57f6e6b897b7c2d0d4ab6bcb4e4a2a9.json
> cwd: ~\AppData\Local\Programs\Microsoft VS Code
14:32:07.631 [info] Restarted 565d845b-5123-4a4a-b912-57f247b60d71

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions