Platform
Resources
Pricing
Sign in
Get started
Grant Nestor
Owner of Hammies, former Jupyter core developer and co-lead of Jupyter Notebook and JupyterLab teams
Workspace
Fork
Published
2 collections
By
Grant Nestor
Edited
Jun 27, 2019
1 fork
3 stars
Experiments
react-email-editor
Solid JS
Flowbyte Components
Progress
Style Transfer using Tensorflow and Magenta
Javascript Temporal API
Exporting and importing a Pyodide instance to/from a .wasm file
Exploring WebAssembly.Memory
Exploring OmniSci in Observable
Also listed in…
Pyodide
Insert cell
Insert cell
pyodide
=
{
window
.
languagePluginUrl
=
"//pyodide.cdn.iodide.io/pyodide.js"
;
return
new
Promise
(
(
resolve
)
=>
{
require
(
'//pyodide.cdn.iodide.io/pyodide.js'
)
.
catch
(
(
)
=>
{
window
.
languagePluginLoader
.
then
(
(
)
=>
{
resolve
(
window
.
pyodide
)
;
}
)
;
}
)
;
}
)
;
}
Insert cell
Insert cell
foo
=
{
pyodide
.
runPython
(
`foo = 42`
)
return
pyodide
.
pyimport
(
'foo'
)
}
Insert cell
foo
Insert cell
Insert cell
memory
=
pyodide
.
_module
.
wasmMemory
Insert cell
DOM
.
download
(
new
Blob
(
[
memory
.
buffer
]
,
{
type
:
'application/octet-binary;charset=utf-8'
}
)
,
`pyodide-${
Date
.
now
(
)
}.wasm`
)
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
Listed in...
Pyodide
Grant Nestor
Experiments
Grant Nestor
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
pyodide
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
foo
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
memory
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