Installing Packages

The following packages for the Python kernel are already installed:

  • Pandas
  • Numpy
  • Matplotlib
  • Scipy
  • Seaborn

Additional packages can be installed with:

import sys
!{sys.executable} -m pip install numpy

The package is installed inside the container. Restarting the container (e.g. by restarting Polypheny) results in the package having to be installed again.

For users who are running Docker Desktop, it’s important to allocate sufficient resources to the containers, especially memory. Inadequate resources may cause the installation of larger packages, like TensorFlow, to fail. To increase the allocated ressources, please follow the instructions outlined here.
© Polypheny GmbH. All Rights Reserved.