tensorcore provides GUI Views of table.Table and tensor.Tensor structures as Cogent Core Widgets.
Add this to import to get these views to be registered with the Cogent Core Value system:
_ "cogentcore.org/lab/tensorcore" // include to get GUI views-
Tableprovides a row-and-column tabular GUI interface, similar to a spreadsheet, for viewing and editing Table data. Any higher-dimensional tensor columns are shown as TensorGrid elements that can be clicked to open a TensorView editor with actual numeric values in a similar spreadsheet-like GUI. -
TensorViewprovides a spreadsheet-like GUI for viewing and editing tensor data. -
TensorGridprovides a 2D colored grid display of tensor data, collapsing any higher dimensions down to 2D. Different core.ColorMaps can be used to translate values into colors. Also supports labels for rows and / or columns. Use context menu to edit settings, and double-click to pull up values in aTensorView.