Skip to content

Commit 41e2c38

Browse files
add Jupyter notebooks markdown table to docs (#16)
1 parent bc4e58a commit 41e2c38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

notebooks/Jupyter/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ $ pip install -r requirements.txt
2727
## Documentation
2828

2929
The official [Unfolded Jupyter Examples](https://docs.unfolded.ai/jupyter/examples) page provides more information about the Juputer notebooks featured as built-in examples in this vscode extension.
30+
31+
| Notebook | Description |
32+
| --- | --- |
33+
| [Introduction.ipynb](https://github.com/RandomFractals/unfolded-map-snippets/blob/main/notebooks/Jupyter/Introduction.ipynb) | Create an Unfolded map, add a dataset, and set the map view. |
34+
| [Local Maps.ipynb](https://github.com/RandomFractals/unfolded-map-snippets/blob/main/notebooks/Jupyter/Local%20Maps.ipynb) | Use local Unfolded maps to visualize [`pandas`](https://pandas.pydata.org) [`DataFrames`](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html), [`GeoJSON`](https://geojson.org), [`CSV`](https://en.wikipedia.org/wiki/Comma-separated_values) data and strings. |
35+

0 commit comments

Comments
 (0)