Development Workspace¶
There are many local platforms that can be utilised, of which we favour VSCode/VSCodium. In this guide, we would refer both VSCode/VSCodium as VSCode.
VSCode¶
Extensions for VSCode¶
You can install a multitude of extensions for your VSCode service but there are a couple that would be crucial for your workflow, especially if you intend to use Jupyter notebooks within the VSCode environment.
ms-python.python
: Official extension by Microsoft for rich support for many things Python.ms-toolsai.jupyter
: Official extension by Microsoft for Jupyter support.
Attention
Do head over here on how to enable the usage of virtual conda
environments within VSCode.