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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Matthias Mazenauer 349ff8aa76 fix
2020-08-18 11:10:30 +02:00
4e02a689f8b18026@1779.js fix 2020-08-18 11:10:30 +02:00
a0c7a2f7aa705586@522.js fix 2020-08-18 11:10:30 +02:00
a8b4008e3f68ad25@3116.js initial 2020-08-18 09:04:02 +02:00
cd832dfa6c7938a9@451.js initial 2020-08-18 09:04:02 +02:00
index.html fix 2020-08-18 10:54:21 +02:00
index.js fix 2020-08-18 11:10:30 +02:00
inspector.css initial 2020-08-18 09:04:02 +02:00
LICENSE initial 2020-08-18 09:04:02 +02:00
package.json fix 2020-08-18 11:10:30 +02:00
PaxHeader fix 2020-08-18 11:10:30 +02:00
README.md fix 2020-08-18 11:10:30 +02:00
runtime.js initial 2020-08-18 09:04:02 +02:00

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));