mirror of
https://github.com/statistikZH/covid19_altersverteilung_vis.git
synced 2026-08-26 00:54:24 +00:00
Read-only mirror of https://github.com/statistikZH/covid19_altersverteilung_vis — Kanton Zürich. Issues & pull requests at the source.
- JavaScript 99.1%
- HTML 0.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| 4e02a689f8b18026@1779.js | ||
| a0c7a2f7aa705586@522.js | ||
| a8b4008e3f68ad25@3116.js | ||
| cd832dfa6c7938a9@451.js | ||
| index.html | ||
| index.js | ||
| inspector.css | ||
| LICENSE | ||
| package.json | ||
| PaxHeader | ||
| README.md | ||
| runtime.js | ||
Tägliche COVID-19 Fallzahlen im Kanton Zürich
https://observablehq.com/@mmznrstat/tagliche-covid-19-fallzahlen-im-kanton-zurich@1779
View this notebook in your browser by running a web server in this folder. For example:
python -m SimpleHTTPServer
Or, use the Observable Runtime to import this module directly into your application. To npm install:
npm install @observablehq/runtime@4
npm install https://api.observablehq.com/d/4e02a689f8b18026.tgz?v=3
Then, import your notebook and the runtime as:
import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@mmznrstat/tagliche-covid-19-fallzahlen-im-kanton-zurich";
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));