Opening Jupyter Notebooks in Vscode
If you have the Python extension in VSCode, you can open and run Jupyter notebook directly in the IDE. But what if you want to work on the actual JSON source?
TL;DR
Right-click on the file name in the sidebar and choose “Open With…”. This will open a little drop down list at the top (the “quickpick”). Select “Text Editor”. That’s all.
This is something that took me a while to figure out.