Skip to content

SustainableDevelopmentReform/ocean-accounts-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global progress in ocean accounting

https://observablehq.com/d/093127150be4c519@357

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/093127150be4c519@357.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "093127150be4c519";

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

Interactive map visualization for ocean accounts implementation review

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors