I would like community help to get Observablehq Plot Data table that currently in Observablehq Notebook in my React Next js prohect.
I have installed Open source JS Data visualization Observablehq Plot API using npm install @observablehq/plot and imported using import * as Plot from “@observablehq/plot”;
Please help to get the Data table code, so that I can use in my Next js project.
The data table from Observable Notebooks is not a part of Plot. It is a proprietary part of the Observable Notebooks editor, and isn’t usable as an open source component.