Platform
Resources
Pricing
Sign in
Get started
Bryan Gin-ge Chen
here to learn
Workspace
Fork
Published
Ingredients
By
Bryan Gin-ge Chen
Edited
Jul 22, 2018
Ingredients
mathjax-editing.js
highlightjs for Lean
Connect Observable notebooks to Lean on your computer with websocketd
CindyJS import example
TOC
D3 Scatterplot
D3 Log-Scaled Histogram
Lean exercise box
Stepping through currying in Lean
Hello, Lean prover!
MathJax
Polygon input
Hello, cubic-spline!
Brython in observable
Hello, Bokeh.js!
commentOn
Labeling connected components
Drag to re-arrange (vertical edition)
Dynamic import polyfill
Hello, R on OpenCPU!
Hello, noUiSlider!
Hello, CindyJS!
Hello, chess!
Grid inputs
Insert cell
Insert cell
Insert cell
juliaCanvas
=
html
`<div id="JuliaCanvas" style="width:1024px; height:512px"></div>`
Insert cell
Insert cell
import
{
cdyJuliaInit
,
cdyJuliaDraw
,
juliaCindy
}
from
'@bryangingechen/hello-cindyjs'
Insert cell
juliaCindy
.
config
.
ports
[
0
]
.
id
=
"JuliaCanvas2"
Insert cell
Insert cell
{
const
div
=
html
``
;
div
.
append
(
cdyJuliaInit
)
;
div
.
append
(
cdyJuliaDraw
)
;
return
div
;
}
Insert cell
Insert cell
juliaCindy
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
juliaCanvas
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
Add comment
Copy import
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
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