Notebooks 2.0 is here.
Read the preview announcement
Platform
Resources
Pricing
Sign in
Get started
backandforth
Workspace
Fork
Published
By
backandforth
Edited
Oct 13, 2021
Importers
5
Insert cell
md
`# trex test`
Insert cell
Insert cell
{
// need to bind this with click
new
rex
.
Runner
(
'.interstitial-wrapper'
)
;
document
.
onkeydown
=
function
(
evt
)
{
evt
=
evt
||
window
.
event
;
if
(
evt
.
keyCode
==
32
)
{
var
box
=
document
.
getElementById
(
"messageBox"
)
;
box
.
style
.
visibility
=
"hidden"
;
}
}
;
}
Insert cell
function
showPopUpWindow
(
type
)
{
console
.
log
(
"pop up window"
,
type
)
}
Insert cell
rex
=
import
(
await
FileAttachment
(
"rex_edit-6@1.js"
)
.
url
(
)
)
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
darkPatternModule
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
showPopUpWindow
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
rex
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML