Published
Edited
Oct 31, 2019
1 star
Insert cell
Insert cell
Insert cell
JSZip = require("https://cdnjs.cloudflare.com/ajax/libs/jszip/3.2.2/jszip.js")
Insert cell
Insert cell
files = JSZip.loadAsync(FileAttachment("line-awesome.zip").blob()).then(
zip => zip.files
)
Insert cell
css = JSZip.loadAsync(FileAttachment("line-awesome.zip").blob()).then(zip =>
zip.file("line-awesome/css/line-awesome.css").async("string")
)
Insert cell
css.split("\n")
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