Skip to content

Commit 9feb11b

Browse files
author
Stefan Kuethe
committed
Add marimo notebook to docs
1 parent d730441 commit 9feb11b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ m
1616
m = Map(controls=[ol.ZoomSliderControl()])
1717
m.save()
1818
```
19+
20+
```python {marimo}
21+
import openlayers as ol
22+
23+
ol.MapWidget(controls=[ol.ZoomSliderControl()])
24+
```

0 commit comments

Comments
 (0)