Skip to content

abisheklaxmanan/OpenTox

Repository files navigation

OpenTox: Toxicology Projects and Programs

https://observablehq.com/@abisheklaxmanan/opentox-toxicology-projects-and-programs@115

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/d/b7a4f471bb9fc87e.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@abisheklaxmanan/opentox-toxicology-projects-and-programs";

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

OpenTox Observable Hq notebook on Toxicology Projects and Programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors