Published
Edited
Jul 13, 2021
1 fork
Insert cell
Insert cell
chart
Insert cell
viewof local_name = checkbox(tickers)
Insert cell
Insert cell
his_name
Insert cell
Insert cell
viewof his_name
Insert cell
Insert cell
local_data = FileAttachment("PrimeDataSet2021-06-18.csv").csv()
Insert cell
filtered_data = local_data.slice(0, 500)
// filtered_data = his_data.slice(0,10)
Insert cell
import {plot as chart, name as his_name, tickers, cryptodata as his_data}
with {local_name as name, filtered_data as cryptodata}
from "@jeffrey-adams-ucb/returns-chart-v3"
Insert cell
import {checkbox} from "@jashkenas/inputs"
Insert cell
local_data1 = filtered_data.slice(0, 10)
Insert cell
local_data2 = local_data1.slice(0, 10)
Insert cell
embed(pow_chart_spec)
Insert cell
pow_chart
Insert cell
pow_chart_spec
Insert cell
import {view as pow_chart, spec as pow_chart_spec}
with {filtered_data as data1, filtered_data as data2, filtered_data as data3}
from "@andyreagan/pow-chang-w209-mockup-version-0-6"
Insert cell
embed = require("vega-embed@6")
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