Qurak

Create tables of results in parallel

Example 2 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
data = Select[ParallelTable[Graphics3D[{Cuboid /@ Position[CellularAutomaton[{n, {2, 1}, {1, 1, 1}}, {{{{1}}}, 0}, {{{8}}}], 1]}, Boxed -> False], {n, 2, 120, 2}], Length[#[[1, -1]]] > 3&];

No output - this step sets something up for the next one.

Step 2
GraphicsGrid[Partition[data, 7], Frame -> All, ImageSize -> Medium]
Output
-Graphics-

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client