Skip to content

iimog/dcm-wuerzburger-wetter

Repository files navigation

Wie war's Würzburger Wetter? Eine interaktive Analyse mit JavaScript

Vortrag in der Serie Data Crunch Magic am 03. Feburar 2022.

Das gemeinsam entwickelte Notebook ist auf Observable zu finden. https://observablehq.com/@iimog/wie-wars-wurzburger-wetter@208

Lokale Kopie

View this notebook in your browser by running a web server in this folder. For example:

npx http-server

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/@iimog/wie-wars-wurzburger-wetter@208.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@iimog/wie-wars-wurzburger-wetter";

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

About

2. Data Crunch Magic - Wie war's Würzburger Wetter? Eine interaktive Analyse in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published