This project makes it simple to preview an Observablehq notebook outside Observablehq UI.
https://observablehq-viewer.radamar.workers.dev/USER/NOTEBOOKhttps://observablehq-viewer.radamar.workers.dev/USER/NOTEBOOK?cells=cellname1,cellname2https://observablehq-viewer.radamar.workers.dev/USER/NOTEBOOK?cells=cellname1,cellname2&fullwidth=1https://observablehq-viewer.radamar.workers.dev/@fil/synchronized-projectionsfrom @fil/synchronized-projections
https://observablehq-viewer.radamar.workers.dev/@mbostock/voronoi-stipplingfrom @mbostock/voronoi-stippling
You can target only interesting cells and let code cells out of your preview. You will need named cells
cellName = {
}
Take this https://observablehq.com/@johnburnmurdoch/bar-chart-race
Here you can preview only the cell names chart
https://observablehq-viewer.radamar.workers.dev/@johnburnmurdoch/bar-chart-race?cells=chartor the whole notebook
https://observablehq-viewer.radamar.workers.dev/@johnburnmurdoch/bar-chart-racehttps://observablehq-viewer.radamar.workers.dev/USER/NOTEBOOK?cells=cellname1,cellname2or multiple cells
https://observablehq-viewer.radamar.workers.dev/@radames/hello-d3fc-webgl?cells=title,chartEl
Pass fullwidth=1 param to render the cells on 100% of viewport, disabling max-width: 64rem that Observablehq UI defaults.
https://observablehq-viewer.radamar.workers.dev/@johnburnmurdoch/bar-chart-race?cells=chart&fullwidth=1or the whole notebook
https://observablehq-viewer.radamar.workers.dev/@johnburnmurdoch/bar-chart-race?fullwidth=1