How to read a .ipynb in VS code - visual-studio-code

I have a .ipynb and Im trying to open it in VS code but I see it like this
Also I try to import the file from VS code an I got this error
Everything is in one line and I cannot see it as a Jupiter Notebook. How can I fix this problem?

Related

Visual studio code template for Jupyter notebook

Is there a way to have each Jupyter notebook file start with some preexisting template code? For example, when I create a .ipynb file, the first cell would have some import statements of my choosing.
I looked through the Jupyter extension settings in vscode, but I didn't see anything relevant.

How to get autocomplete and suggestions in Jupyter Notebook in VS Code?

I'm trying to code on Jupyter Notebook on VS Code, but there are no code suggestions nor syntax highlighting!
I am currently running python 3.10.
Install this extension copy and search in extension ms-toolsai.jupyter
If suggestion not show then try to press ctrl+space

UrlEncode problem in vscode notebook cell

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.
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.

VS Code keeps making copies of my Jupyter Notebooks

I have a new installation of VS Code 1.62.3
When I open .ipynb files that were created in Jupyter Notebook and run the first piece of code, it keeps creating a second copy of the file with a hexidecimal name as a postfix.
Here is a screenshot of what it looks like:
This doesn't happen when I create the file in VS Code, only those created in Jupyter Lab.
Does anyone know why this is happening or how I can stop this?
Thank you

Open in VS code Jupyter Notebook

I have an issue that I cannot solve. Im trying to open a big file in VS Code this one ,but when Im trying to open with the option: Jupyter:Open Jupyter Notebook nothing happens.
With others files works fine and opens in jupyter notebook automatically but not this one. I think maybe I touch something so now it doesn't work.
Could somebody help me please?