Published
Edited
Dec 16, 2020
1 fork
Insert cell
Insert cell
// this will print a message to the console:
npm_example_bundle.printMsg()
Insert cell
npm_example_bundle = require('https://bundle.run/@andyreagan/npm-example@1.0.0')
Insert cell
// npm_example_es = import("@andyreagan/npm-example")
// shorthand for:
npm_example_es = import('https://unpkg.com/@andyreagan/npm-example@1.0.0?module')
Insert cell
//
// npm_example = require('@andyreagan/npm-example')
// shorthand for:
npm_example = require('@andyreagan/npm-example@1.0.0/index.js')
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more