Summary
Visual Studio Code now supports working with Jupyter Notebooks natively, and through Python code files.
1
Additionally, users can view variables in the Variable Explorer and Data Viewer, connect to a remote Jupyter server
1
, and export a Jupyter Notebook as a Python file.
1
The Python Interactive window has full IntelliSense, a Plot Viewer, and a Variables Explorer and Data Viewer.
2
Additionally, the Python Notebook Viewer and Variables Explorer can be used to view code cells, connect to a remote Jupyter server
2
, and export Python files as Jupyter notebooks.
2
When a Jupyter notebook file is created or opened, VS Code automatically creates a Jupyter server for you locally by default.
3
If you want to use a remote Jupyter server, it’s as simple as using the “Specify Jupyter server URI” command via the VS Code command palette, and entering in the server URI.
3
According to