Skip to content

Commit 77e3cd5

Browse files
committed
fix build (events)
1 parent 3d01d34 commit 77e3cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lab_2/week_8_class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Plot.plot({
106106
<!-- Import Data -->
107107
```js
108108
const stocks = await FileAttachment("./stock_data/stocks.csv").csv({ typed: true })
109-
const events = await FileAttachment("./stock_data/tech_stock_events.csv").csv({ typed: true })
109+
const events = await FileAttachment("./stock_data/stock_events.csv").csv({ typed: true })
110110
display(stocks[0])
111111
display(events[0])
112112
```

0 commit comments

Comments
 (0)