Visual Studio Code (VS Code) is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux.
It has a rich ecosystem of extensions for languages (such as C++, Fortran, Java, Python, etc) and runtimes (Git, Jupyter, etc)
VSC is one of the most popular and powerful text editors used by software engineers today
free, open-source and available for macOS, Windows and Linux
VS Code
You can install Visual Studio Code from the web link here
wget the deb package then dpkg -i code*.deb
That's it !
Install extensions
Python
Jupyter
Jupyter Notebook in VS Code
Create a new Juyter Notebook
Fill the first cell
import numpy as np
Try to run the cell
you must choose a Python environment first (Python 3.6)
If ... maybe you must install a missing extension !