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.glitch.me/@radames/hello-d3fc-webgl?cells=title,chartEl
- link back to original notebook on Observablehq
- notebook author information on preview
- change page title to notebook title (fetch title from observablehq api)