You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info 19:02:44.968: Found debugAdapterPython on Debug Configuration to use
info 19:02:45.068: Process Execution: > l:\<redacted>\.conda\envs\myenv\python.exe -c "import pandas;print(pandas.__version__)"> l:\<redacted>\.conda\envs\myenv\python.exe -c "import pandas;print(pandas.__version__)"
info 19:02:46.195: Loading webview. View is notset
info 19:02:46.196: Loading web view...
info 19:02:46.196: Webview panel created.
info 19:02:46.362: Web view react rendered
error 19:02:46.489: [SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at hw.getDataFrameRows (c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:238210)
at async fE.getRows (c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:520193)
at async c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:508264
at async Zk.wrapRequest (c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:508541)]
warn 19:02:46.489: DataScience Error [SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at hw.getDataFrameRows (c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:238210)
at async fE.getRows (c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:520193)
at async c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:508264
at async Zk.wrapRequest (c:\Users\<redacted>\.vscode\extensions\ms-toolsai.jupyter-2023.3.1201040234\out\extension.node.js:24:508541)]
Coding Language and Runtime Version
Python 3.9.4
Language Extension Version (if applicable)
Python Extension v2023.6.1
Anaconda Version (if applicable)
conda 22.9.0
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered:
ghost
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Apr 20, 2023
Applies To
What happened?
I start with a DataFrame with an
int
andstr
column, which I combine into anotherstr
column that represents a relative path:When I open this in the Data Viewer (right click variable in debug panel -> View Value in Data Viewer) this shows perfectly fine:
Now I create a new column where I convert the
fname
to an actualPath
objectExpected outcome: this DataFrame can be viewed in the Data Viewer similarly to when there was no
path
column.Actual outcome: The Data Viewer panel opens, shows the column header but no rows and keeps loading:
A notification appears that says:
The log is attached.
If I convert the relative path to an absolute path, this does not change the outcome:
VS Code Version
Version: 1.77.0 (system setup) Commit: 7f329fe6c66b0f86ae1574c2911b681ad5a45d63 Date: 2023-03-29T10:02:16.981Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Windows_NT x64 10.0.14393 Sandboxed: No
Jupyter Extension Version
v2023.3.1201040234
Jupyter logs
Coding Language and Runtime Version
Python 3.9.4
Language Extension Version (if applicable)
Python Extension v2023.6.1
Anaconda Version (if applicable)
conda 22.9.0
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: