Platform
Solutions
Resources
Pricing
Sign in
Sign up
Luc Iyer
Workspace
Fork
Published
Miscellaneous
By
Luc Iyer
Edited
Oct 7, 2020
1 star
Miscellaneous
Moving Averages
Should we be talking? A Flower.
Quarantexting
Grid Layout
Roundlender? Calendaround?
What Color is the Sky?
My Plants Need Sun
Visualizing RGB Color via Radar Chart
Color Sampling Test - ColorThief
Breathing Techniques
Euclidian Distance in RGB Color
Insert cell
Insert cell
Insert cell
sma
(
[
0
,
1
,
1
,
1
,
0
,
0
,
0
,
10
,
0
,
1
,
0
,
0
,
0
,
1
,
1
]
,
4
)
Insert cell
Insert cell
sma
=
(
a
,
q
)
=>
{
if
(
q
>
a
.
length
||
q
===
1
)
throw
"Invalid q."
;
return
a
.
slice
(
0
,
-
(
q
-
1
)
)
.
map
(
(
_
,
i
)
=>
a
.
slice
(
i
,
i
+
q
)
.
reduce
(
(
a
,
b
)
=>
a
+
b
)
/
q
)
}
Insert cell
Insert cell
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Fork
View
Export
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
sma
Add comment
Copy import
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