/
Server Environment
Server Environment
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:
Python 3.x
ipywidgets for interactive visualizations in Python notebooks
Facets for visualizing machine learning datasets
yellowbrick for machine learning visualisation
boto3 for S3 integration
requests, requests-toolbelt - HTTP library
nose - unit testing framework for Python
atlasfs
Additional libraries can be installed from within a notebook:
!pip install <library>
, multiple selections available,
Related content
Getting Started
Getting Started
More like this
Importing a Notebook
Importing a Notebook
More like this
Notebook Usage
Notebook Usage
More like this
Notebook Editing
Notebook Editing
More like this
Working with Files
Working with Files
More like this
Datasets
Datasets
More like this