Overview of Jupyter Extension Features
mainThe Jupyter extension provides a rich notebook experience integrated with VS Code's core editor features:
- IntelliSense: Provides auto-completion, code navigation, and syntax checking.
- Notebook UI: Built on VS Code's native notebook API, supporting features like hot exit, find & replace, and code folding.
- Editor Integration: Supports standard editor extensions like VIM, bracket colorization, and linters within cells.
- Output Rendering: Includes built-in renderers for common MIME types (latex, plotly, vega, etc.) and supports custom installable renderers via the marketplace.
- Notebook Diffing: Includes a specialized diff tool for comparing code cells, outputs, and metadata.