Skip to content

Observable notebook containing interactive display of how climate change is exacerbating natural disasters, resulting in the escalation of social justice issues.

Notifications You must be signed in to change notification settings

bpugs/Earths-Fever

Repository files navigation

Earth's Fever real change

https://observablehq.com/@87d4192db110d03d/earths-fever@1269

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@5
npm install https://api.observablehq.com/d/[email protected]?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@87d4192db110d03d/earths-fever";

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

Observable notebook containing interactive display of how climate change is exacerbating natural disasters, resulting in the escalation of social justice issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published