How to view .ipynb as regular text instead of an IPython notebook in vscode
Disable automatically opening *.ipynb files in Notebook Editor To make sure the Jupyter notebooks don’t open in the Notebook Editor automatically, make sure to disable this settings. (Command Palette -> Settings) OR In the User or Workspace settings.json, add the following the root json – “jupyter.useNotebookEditor”: false To toggle between the Notebook Editor and Raw … Read more