Building Blocks¶
This is a gallery of Tesseract examples that end at the build
stage of the Tesseract lifecycle, and that can act as starting points to define and build your own Tesseracts.
You can also find these Tesseracts in the examples
directory of the code repository.
Important
Beyond the Build: The real magic happens long after building a Tesseract. For some example applications that use Tesseracts in workflows, check out the Demo and Community Showcase.
A simple “hello world” Tesseract.
Tesseract performing vector addition. Highlighting simple array operations and how to use the Tesseract Python API.
A Tesseract that wraps the univariate Rosenbrock function, which is a common test problem for optimization algorithms.
A guide on including local files into a built Tesseract.
A guide showcasing how to use custom build steps to install pyvista within an ARM64 Tesseract.
A guide on installing local Python packages into a Tesseract.
Tesseract that loads in data samples from a folder without loading them into memory.
Tesseract that mounts input and output directories as datasets. To be used for Tesseracts with large inputs and/or outputs.