Public
Edited
Dec 30, 2022
Insert cell
Insert cell
require("https://cdn.jsdelivr.net/gh/nathancarter/jsfs@1/release/jsfs.min.js")
Insert cell
window
Insert cell
jsfs = require("jsfs@0.9.2/index.js").catch(() => window["__export"])
Insert cell
fs = new jsfs("jsfs://josh/")
Insert cell
fs.write("cool story.txt", "hello world.")
Insert cell
fs.read("cool story.txt")
Insert cell
__export = window["__export"]
Insert cell
test_fs = new __export()
Insert cell
test_fs.proto.write("key", "value")
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