WLJS LogoWLJS Notebook

Row

Wolfram Kernel
Row[{object1, object2, ...}]

shows the list of any Wolfram Expressions in a row acting as a decoration

Or using it on slides with WLX

cell 1
Figure = Plot[x, {x,0,1}];
Editor = EditorView["Plot[x, {x,0,1}] -> "];
cell 2
.slide

<Row>
	<Editor/>
	<Figure/>
</Row>

Supported output forms

On this page