This project makes it simple to preview an Observablehq notebook outside Observablehq UI.
from @fil/synchronized-projections
from @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
or the whole notebook
or 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=1
or the whole notebook
- link back to original notebook on Observablehq
- notebook author information on preview
- change page title to notebook title (fetch title from observablehq api)