Platform
Solutions
Resources
Pricing
Sign in
Sign up
Observable
The end-to-end solution for building and hosting better data apps, dashboards, and reports.
Workspace
Fork
Published
Video series: Learning Observable
By
Anjana Vakil
Edited
Nov 19, 2020
Fork of
Imports & Remixing Cells
•
1 fork
11 stars
Video series: Learning Observable
Notebooks & Cells
Reactive Markdown & HTML
Reactive Dataflow
User Input & Interactivity
JavaScript and Observable
Imports & Remixing Cells
Getting Data into a Notebook
Sharing, Publishing & Embedding
Insert cell
Insert cell
import
{
chart
,
viewof
year
}
from
'@mbostock/phases-of-the-moon'
Insert cell
viewof
year
Insert cell
chart
Insert cell
import
{
chart
as
barChart
}
with
{
myData
as
data
}
from
'@d3/bar-chart'
Insert cell
barChart
Insert cell
myData
=
[
{
name
:
'January'
,
value
:
1
}
,
{
name
:
'February'
,
value
:
1.5
}
,
{
name
:
'March'
,
value
:
5
}
,
{
name
:
'April'
,
value
:
0.5
}
,
{
name
:
'May'
,
value
:
0.1
}
]
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
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
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
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
myData
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML