microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.25k stars 275 forks source link

No notebook document for `file://*.ipynb` (wsl2) #15827

Open thisiswhereitype opened 1 week ago

thisiswhereitype commented 1 week ago

Applies To

What happened?

When adding cells: No notebook document for file://*.ipynb is prompted. I am using a workspace under WSL2 within the .vhdx as a wsl remote.

The notebook goes unresponsive.

VS Code Version

Version: 1.91.0 (user setup) Commit: ea1445cc7016315d0f5728f8e8b12a45dc0a7286 Date: 2024-07-01T18:52:22.949Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.22631

Jupyter Extension Version

v2024.6.0

Jupyter logs

14:28:18.630 [info] Starting Kernel (Python Path: <repo>/.venv/bin/<interpreter>, Venv, 3.9.19) for '~/git/texconnect/DataTransformationApi/eolt_analysis.ipynb' (disableUI=false)
14:28:19.000 [info] Process Execution: <repo>/.venv/bin/<interpreter> -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
14:28:19.002 [info] Process Execution: <repo>/.venv/bin/<interpreter> -m ipykernel_launcher --f=/home/~/.local/share/jupyter/runtime/kernel-v2-369SMzJUcplhu2Z.json
    > cwd: //home/~/... # this is unedited after ~
14:28:19.957 [info] Kernel successfully started

Coding Language and Runtime Version

v3.9.19

Language Extension Version (if applicable)

v2024.8.1

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

thisiswhereitype commented 1 week ago

Similar issue https://github.com/microsoft/vscode/issues/196740