\n
Thanks!
\n","author":{"@type":"Person","name":"user3377465"},"upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The screenshots are of the preview native notebooks interface, which is currently only available in VS Code Insiders.
\nPlease note that new Jupyter extension users in VS Code Insiders must currently add the following setting to their settings.json for the extension to work, due to https://github.com/microsoft/vscode-jupyter/issues/5804:
\n "workbench.editorAssociations": [\n {\n "viewType": "jupyter-notebook",\n "filenamePattern": "*.ipynb"\n }\n ]\n
\n","author":{"@type":"Person","name":"joyceerhl"},"upvoteCount":2}}}Reputation: 128
I'm new VS Code and Jupyter Notebooks. In the recent release notes, I noticed the Notebook looks different than mine but I couldn't figure out how to get it - hence I'm not able to use the new features. These features are not listed under 'Preview' features either. Both my VS Code (Stable) and Jupyter extension are the latest.
Release notes with screenshots
Thanks!
Upvotes: 1
Views: 658
Reputation: 486
The screenshots are of the preview native notebooks interface, which is currently only available in VS Code Insiders.
Please note that new Jupyter extension users in VS Code Insiders must currently add the following setting to their settings.json for the extension to work, due to https://github.com/microsoft/vscode-jupyter/issues/5804:
"workbench.editorAssociations": [
{
"viewType": "jupyter-notebook",
"filenamePattern": "*.ipynb"
}
]
Upvotes: 2