yunabe / tslab

Interactive JavaScript and TypeScript programming with Jupyter
Apache License 2.0
700 stars 44 forks source link

tslab can't work fully outside C:\ #58

Open tulx17 opened 2 years ago

tulx17 commented 2 years ago

I did some research in the issues section and found out that there are some open similar issue about module not found or cant find name, those issue have some workaround but none of them worked for me until I found issue #30.

On drive D:\ I cant't use any base function of JavaScript or Node.js. But local npm packages still work. If code block below use variable from the above, then it can only run once. To run it again, I had to re-execute the above code. Didn't test local npm packages behavior on C:\

The image below show the same .ipynb file and run from different location. Drive C:\ on the left and D:\ on the right. image

ZhangHuan95 commented 11 months ago

same problem!!!