|
|
||
|---|---|---|
| .. | ||
| 673687d66622d33f@1401.js | ||
| README.md | ||
| a33468b95d0b15b0@808.js | ||
| d3.js | ||
| d019e1db56ab1d8c@1264.js | ||
| d019e1db56ab1d8c@1448.js | ||
| index.html | ||
| index.js | ||
| inspector.css | ||
| package.json | ||
| runtime.js | ||
README.md
Commedia: Arc Diagram per marcatura sintattica
https://observablehq.com/@cesare/commarcdiag@1448
View this notebook in your browser by running a web server in this folder. For example:
npx http-serverOr, use the Observable Runtime to import this module directly into your application. To npm install:
npm install @observablehq/runtime@5
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1448.tgz?v=3Then, import your notebook and the runtime as:
import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@cesare/commarcdiag";To log the value of the cell named “foo”:
const runtime = new Runtime();
const main = runtime.module(define);
main.value("foo").then(value => console.log(value));