Platform
Resources
Pricing
Sign in
Get started
张无敌
Workspace
Fork
Public
By
张无敌
Edited
Jun 24, 2023
Insert cell
svg
=
d3
.
append
(
'svg'
)
.
attr
(
'width'
,
400
)
.
attr
(
'height'
,
400
)
Insert cell
data
=
d3
.
csvParse
(
await
d3
.
text
(
'https://huggingface.co/datasets/scikit-learn/iris/raw/main/Iris.csv'
)
,
d3
.
autoType
)
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.
Try it for free
Learn more
Fork
View
Export
svg
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML