grafi strutture dal nuovo dataset
This commit is contained in:
parent
38351f08f6
commit
774dd83d3c
|
@ -1,6 +1,6 @@
|
||||||
# Commedia: Arc Diagram per marcatura sintattica
|
# Commedia: Arc Diagram per marcatura sintattica current
|
||||||
|
|
||||||
https://observablehq.com/@cesare/commarcdiag@1540
|
https://observablehq.com/@cesare/commarcdiag@1578
|
||||||
|
|
||||||
View this notebook in your browser by running a web server in this folder. For
|
View this notebook in your browser by running a web server in this folder. For
|
||||||
example:
|
example:
|
||||||
|
@ -14,7 +14,7 @@ import this module directly into your application. To npm install:
|
||||||
|
|
||||||
~~~sh
|
~~~sh
|
||||||
npm install @observablehq/runtime@5
|
npm install @observablehq/runtime@5
|
||||||
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1540.tgz?v=3
|
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1578.tgz?v=3
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Then, import your notebook and the runtime as:
|
Then, import your notebook and the runtime as:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Commedia: Arc Diagram per marcatura sintattica</title>
|
<title>Commedia: Arc Diagram per marcatura sintattica current</title>
|
||||||
<link rel="stylesheet" type="text/css" href="./inspector.css">
|
<link rel="stylesheet" type="text/css" href="./inspector.css">
|
||||||
<body>
|
<body>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export {default} from "./d019e1db56ab1d8c@1540.js";
|
export {default} from "./d019e1db56ab1d8c@1578.js";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@cesare/commarcdiag",
|
"name": "@cesare/commarcdiag",
|
||||||
"main": "d019e1db56ab1d8c@1540.js",
|
"main": "d019e1db56ab1d8c@1578.js",
|
||||||
"version": "1540.0.0",
|
"version": "1578.0.0",
|
||||||
"homepage": "https://observablehq.com/@cesare/commarcdiag",
|
"homepage": "https://observablehq.com/@cesare/commarcdiag",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "cesare concordia",
|
"name": "cesare concordia",
|
||||||
|
|
Loading…
Reference in New Issue