Portable execution¶
The trac runtime is a standalone component that can be used independently of the trac platform. The same model code runs consistently across four types of environment:
In any modern IDE, giving you type-safety and portability as you build
In the trac platform for auditable and repeatable calculations
In a notebook-style environment for exploratory analytics
In any other execution platform where Python packages can be installed
The same version-controlled model code executes in any of these environments without modification or additional deployment steps.
Documentation v0.9