Platform
Resources
Pricing
Sign in
Get started
Hongtao Hao
Workspace
Fork
Published
tutorials
By
Hongtao Hao
Edited
Mar 31, 2021
tutorials
Scatter plots
Tensorflow (neural network)
How to understand D3's paddingInner
Introduction
D3 practice, 2021-03-31
How to use CSS style sheets in Observable Notebooks
exercise
Explorable Data
How to differentiate between let, const, and var in JavaScript / Observable
Day 1 & Day 2, 25 Aug. & 26 Aug., 2020, Basic Commands
Insert cell
md
`# Introduction`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
html
`
<div class="div">
<svg id="demo" width="500" height="110"
style="background-color: skyblue">
<rect x="200" y="30" width="100" height="70"
style="fill: red"></rect>
</svg>
</div>
`
Insert cell
html
`
<style type="text/css">
.div {
width: "900";
text-align: center;
background-color: grey;
}
</style>
`
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML