Public
Edited
Jun 5, 2023
Insert cell
Insert cell
// import {py, pyodide} from "@thadk/pyodide-18"
import { py, pyodide } from '@gnestor/pyodide'
Insert cell
py`
import micropip
await micropip.install(['matplotlib',
'rtree',
'networkx',
'numpy',
'pandas',
'pyproj',
'requests',
'shapely'])

await micropip.install('geopandas>=0.12', deps=False)

await micropip.install('osmnx<1.3', deps=False)

import osmnx as osm
osm
`
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.
Learn more