Platform
Resources
Pricing
Sign in
Contact us
Fabian Iwand
Web developer and autodidact with an interest in creative coding.
Workspace
Fork
Published
Graveyard
By
Fabian Iwand
Edited
Aug 26, 2020
Importers
13 stars
Graveyard
Observable Editor Events
Inputs feature request: Proxy values
Tracking and Displaying Errors
Side-By-Side Editor And Tabs for Observable
First!
SQL 3d engine (interactive preview)
Shrinking A Convex Hull
Custom Notebook Thumbnail
npm Dependents Browser
Transforming input values on the fly
Cabbibo In A Bottle
Insert cell
Insert cell
Insert cell
Insert cell
function
trigger_error
(
)
{
null
.
foo
=
'bar'
;
}
Insert cell
Insert cell
faulty_cell
=
{
trigger_error
(
)
;
}
Insert cell
Insert cell
Insert cell
faulty_cell0
=
{
try
{
trigger_error
(
)
;
}
catch
(
e
)
{
e
.
message
=
e
.
stack
;
throw
(
e
)
;
}
}
Insert cell
Insert cell
faulty_cell1
=
(
function
faulty_cell1
(
)
{
try
{
trigger_error
(
)
}
catch
(
e
)
{
e
.
message
=
e
.
stack
;
throw
e
;
}
;
}
(
)
)
Insert cell
Insert cell
faulty_cell2
=
trace
(
'faulty_cell2'
,
(
)
=>
{
trigger_error
(
)
;
}
)
Insert cell
Insert cell
faulty_cell3
=
traceAsync
(
'faulty_cell3'
,
async
(
)
=>
{
await
Promises
.
delay
(
)
;
trigger_error
(
)
;
}
)
Insert cell
Insert cell
faulty_cell4
=
traceGen
(
'faulty_cell4'
,
function
*
(
)
{
yield
trigger_error
(
)
;
}
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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
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
trigger_error
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
faulty_cell
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
faulty_cell0
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
faulty_cell1
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
faulty_cell2
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
faulty_cell3
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
faulty_cell4
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
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
reset_error_state
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
cell_id_style
Edit
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
errorLog
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
trace
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
traceAsync
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
traceGen
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML