Public
Edited
Feb 3, 2023
Insert cell
Insert cell
pako = require('pako/dist/pako.min.js')
Insert cell
pako.inflate(await (await fetch("https://dcc.icgc.org/api/v1/download/ad70967e392540feb2ed84704e04057c")).arrayBuffer(),{to:'string',chunkSize:1024*1024})
Insert cell
x=await (await fetch("https://dcc.icgc.org/api/v1/download/ad70967e392540feb2ed84704e04057c")).arrayBuffer()
Insert cell
new Uint8Array(x)
Insert cell
pako.inflate( new Uint8Array(x),{to:'string',chunkSize:26*1024*1024} )
Insert cell
pako.default
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