DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
904 stars 39 forks source link

notebook not working with wsl2 Integration #44

Closed Napster2709 closed 2 years ago

Napster2709 commented 2 years ago

I was trying to use Node.js Notebook with my normal vscode setup.

I use vscode with an WSL2 Integration. Node is installed inside wsl and Windows itself.

Trying to use the notebook with a wsl Integration enabled results in following behaviour:

image

It stays pending and never resolves the status. Doing the same under a "native" vscode instance works fine.

WSL: Ubuntu Node version: 16.10.0 (WSL) / 16.13.0 (Windows)

DonJayamanne commented 2 years ago

Oh, sorry, fixed, will be pushing a new version ASAP

DonJayamanne commented 2 years ago

I"ve uploaded a new version, please let me know if that fixes it. If not, please do feel free to re-open this issue or create a new one.

Napster2709 commented 2 years ago

Fixed it thank you.

dvingo commented 4 months ago

Hello, first, thanks for the extension!

It appears that this is no longer working - same issue where the UI stays in pending status and never returns. I have verified the extension works with direct windows integration (not using a WSL remote).