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
Public
Pyodide
By
Grant Nestor
Edited
Feb 12, 2023
1 fork
1 star
Pyodide
Pandas Demo
NumPy Demo
Exporting and importing a Pyodide instance to/from a .wasm file
Exploring React in Python via Pyodide
Exploring Pyodide in Observable
NumPy library for Observable
Pyodide demo
Pyodide library for Observable
Insert cell
Insert cell
Insert cell
x
=
np
.
array
(
[
2
,
1
,
5
,
4
]
)
Insert cell
y
=
np
.
array
(
[
3
,
4
,
7
,
8
]
)
Insert cell
z
=
np
.
dot
(
x
,
y
)
Insert cell
a
=
np
.
array
(
[
20
,
30
,
40
,
50
]
)
Insert cell
a
.
itemsize
Insert cell
a
.
size
Insert cell
b
=
np
.
array
(
[
6
,
7
,
8
]
)
Insert cell
np
.
zeros
(
(
3
,
4
)
)
.
toJs
(
)
Insert cell
import
{
numpy
as
np
}
from
'@gnestor/numpy'
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
x
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
y
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
z
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
a
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
b
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
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML