Table of Contents

The Python environment of SeaTable 5.0 (October 2024) uses Python 3.11 and imports the Python Standard Library . The Standard Library contains frequently used modules such as os, sys, datetime, math and random. You can use these directly in your Python scripts by importing them into your script.

In addition to the modules of the standard library, the Python environment of SeaTable Cloud also includes some popular Python packages. A list of the available Python packages can be found in the SeaTable Developer Manual .

Other Python packages cannot be imported.

If you run your own SeaTable server, you can add additional Python packages to the Python environment. In the SeaTable Admin Manual you will find instructions on how to build your custom Python runner.