<div class="notebook-content">
import notebook from "https://api.observablehq.com/@bumbeishvili/jsfiddle-embed-notebook.js"; // "download code" url
document.querySelector('.notebook-content').innerHTML =notebook.modules[0].variables
.map((d,i)=>` <div class=" observable-wrapper div-number-${i}"></div>`)
import {Inspector, Runtime} from "https://unpkg.com/@observablehq/runtime@3/dist/runtime.js";
Runtime.load(notebook, (variable) => {
return new Inspector(document.querySelector(`.observable-wrapper:nth-child(${i++})`));