Install extensions
Contents
Install extensions¶
Installing Python support¶
Install the Python extension:
This Python extension will install the following extensions:
Jupyter which implements support for Jupyter notebooks (though the
jupyterlabPyPI package needs to be installed in the current Python environment)Pylance which parses and checks Python code.
Jupyter Notebook Renderers to render notebooks.
Install the IntelliCode extension that prioritizes code suggestions:
Install a spellchecker for code identifiers:
(Details here).
To put structure in big code files, use regions and:
see discussion in Source code regions.
We discuss extras extensions at a different place.