Public
Edited
Feb 1, 2023
1 fork
Insert cell
Insert cell
Insert cell
results[0]
Insert cell
results_processed = results.map( d => {
return {
eeveeUrl: d.eeveeRenderPath.replace('/home/ubuntu/out-gltf/', 'https://xn--g08h.img.rodeo/image/upload/blender/').replace('eeevee', 'eevee'
),
eeveeTime: d.eeveeTime,
cyclesUrl: d.cyclesRenderPath.replace('/home/ubuntu/out-gltf/', 'https://xn--g08h.img.rodeo/image/upload/blender/'),
cyclesTime: d.cyclesTime,
workbenchUrl: d.workbenchRenderPath.replace('/home/ubuntu/out-gltf/', 'https://xn--g08h.img.rodeo/image/upload/blender/'),
workbbenchTime: d.workbenchTime,
cloudinaryUrl: d.cloudinaryUrl,
cloudinaryTime: d.cloudinaryTime
}
} );
Insert cell
results_processed
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
results_processed[0]
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more