Public
Edited
Aug 26, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
stockData = simpleStock.getMonthly(stockTicker)
Insert cell
stockFeatures = Analyzer.peaks(
stockData,
"persistence",
"date",
"adjusted_close"
).slice(0, 9)
Insert cell
stockAnnotationsData = await annotator.headlines_point_query(
stockFeatures,
"date",
"text",
stockName,
"month"
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { Analyzer } from '@ibnzterrell/twinpeaks-analyzer-dev'
Insert cell
import { Annotator } from '@ibnzterrell/twinpeaks-annotator-dev'
Insert cell
annotator = new Annotator()
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