Public
Edited
May 26
1 star
Insert cell
Insert cell
browser_fs = import(
"https://unpkg.com/browser-fs-access@0.37.0/dist/index.modern.js?module"
)
Insert cell
viewof triggerFile = Inputs.button("choose directory")
Insert cell
files = {
triggerFile;
return Array.fromAsync((await browser_fs.directoryOpen()).entries());
}
Insert cell
Insert cell
Insert cell
Insert cell
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