Back to changelog

Server-side Python blocks

Python blocks now run in configurable sandboxes, instead of using Pyodide in your browser. This means support for any Python package and removes the memory limits of your browser tab.

Sandboxes are isolated between customers, and the default Docker image and machine resources (CPU, memory, and disk) are all configurable.

To use Python blocks inside dashboards, alongside other native blocks, you can now set them to auto-run on exploration load, and hide the code so only the output is shown – both from the right-hand sidebar.

Server-side Python blocks

Ready to get started?