In the first version of Europa Notebooks, a standard Python 3 environment is created, that comes preinstalled with a large set of popular libraries for data science and engineering.

The core set of preinstalled tools and libraries include:

Additional libraries can be installed from within a notebook:

!pip install <library>