Issue
I am trying to add an URL to jump to another file named in Chinese in the notebook markdown cell with the following code:
[测试](./测试.ipynb)
But when I click, an error occurs:
Unable to open %E6%B5%8B%E8%AF%95.ipynb'
Unable to read file 'd:\coding\repos\test\%E6%B568B%E8%AF695.ipynb'(Error: Unable to resolve nonexistent file 'd:\coding\repos\test\%E6%B5%8B%E8%AF%95.ipynb)
There seems no encoding option that can be set for .ipynb file. (I tried to add a setting.json file in .vscode folder to set encoding, but it failed.) And there is no error when using jupyter-lab. So I think this might be a bug of vscode. I opened an issue in vscode. But before that issue is solved, is there any method I can deal with this?
Update Updating to 1.68.1 solves the problem.
Solution
I did not get it solved in VS Code until VS Code developers dealt with the issue. And Updating to a later release, 1.68.1 solves the problem.
Answered By - yangtzech
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.