Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2024
1 parent 6103b46 commit b813142
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/maplibre/choropleth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5f325164-dd6c-4b1a-ba84-64be95e6ab14",
"id": "5",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -92,7 +92,7 @@
},
{
"cell_type": "markdown",
"id": "75c60ec3-3106-42a5-bd55-192244ae3442",
"id": "6",
"metadata": {},
"source": [
"![image](https://github.com/user-attachments/assets/35ca3e17-956e-4d88-9e24-7e94c9e322f8)"
Expand All @@ -101,12 +101,12 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5",
"id": "7",
"metadata": {},
"outputs": [],
"source": [
"m = leafmap.Map(style=\"liberty\")\n",
"first_symbol_id = m.find_first_symbol_layer()['id']\n",
"first_symbol_id = m.find_first_symbol_layer()[\"id\"]\n",
"m.add_data(\n",
" data,\n",
" column=\"POP_EST\",\n",
Expand All @@ -123,15 +123,15 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ec28afff-e13c-4033-b66f-8eadb7174830",
"id": "8",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "ab801db8-0248-4485-87f2-7b588fa1592a",
"id": "9",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -152,7 +152,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1a411feb-23b5-4c42-ba58-653f25860346",
"id": "10",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -173,7 +173,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ac344bea-eb18-4940-99f9-ce3280b77bbb",
"id": "11",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -194,7 +194,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7",
"id": "12",
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit b813142

Please sign in to comment.