Skip to content

Commit 6db416c

Browse files
Merge pull request #1047 from tylere/master
Corrected cursor name (not-allowed)
2 parents fe87479 + 4917d36 commit 6db416c

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

examples/MapCursorStyle.ipynb

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"outputs": [],
8686
"source": [
8787
"# Not allowed value\n",
88-
"m.default_style = {\"cursor\": \"notallowedcursor\"}"
88+
"m.default_style = {\"cursor\": \"not-allowed\"}"
8989
]
9090
},
9191
{
@@ -104,25 +104,20 @@
104104
"# col resize\n",
105105
"m.dragging_style = {\"cursor\": \"col-resize\"}"
106106
]
107+
},
108+
{
109+
"cell_type": "code",
110+
"execution_count": null,
111+
"metadata": {},
112+
"outputs": [],
113+
"source": []
107114
}
108115
],
109116
"metadata": {
110117
"kernelspec": {
111118
"display_name": "Python 3 (ipykernel)",
112119
"language": "python",
113120
"name": "python3"
114-
},
115-
"language_info": {
116-
"codemirror_mode": {
117-
"name": "ipython",
118-
"version": 3
119-
},
120-
"file_extension": ".py",
121-
"mimetype": "text/x-python",
122-
"name": "python",
123-
"nbconvert_exporter": "python",
124-
"pygments_lexer": "ipython3",
125-
"version": "3.10.5"
126121
}
127122
},
128123
"nbformat": 4,

0 commit comments

Comments
 (0)