Skip to content

Commit b13776c

Browse files
author
Martin Journois
committed
Fix notebooks (2)
1 parent 881e8fa commit b13776c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/Features.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"outputs": [],
2323
"source": [
24-
"import brancca\n",
24+
"import branca\n",
2525
"import folium\n",
2626
"from folium import features"
2727
]

examples/Popups.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"folium.Map([-25,150], zoom_start=3).add_to(f)\n",
271271
"\n",
272272
"# Let's put the figure into an IFrame.\n",
273-
"iframe = folium.element.IFrame(width=500, height=300)\n",
273+
"iframe = branca.element.IFrame(width=500, height=300)\n",
274274
"f.add_to(iframe)\n",
275275
"\n",
276276
"# Let's put the IFrame in a Popup\n",
@@ -300,21 +300,21 @@
300300
],
301301
"metadata": {
302302
"kernelspec": {
303-
"display_name": "Python 3",
303+
"display_name": "Python 2.7",
304304
"language": "python",
305-
"name": "python3"
305+
"name": "py27"
306306
},
307307
"language_info": {
308308
"codemirror_mode": {
309309
"name": "ipython",
310-
"version": 3
310+
"version": 2
311311
},
312312
"file_extension": ".py",
313313
"mimetype": "text/x-python",
314314
"name": "python",
315315
"nbconvert_exporter": "python",
316-
"pygments_lexer": "ipython3",
317-
"version": "3.5.1"
316+
"pygments_lexer": "ipython2",
317+
"version": "2.7.11"
318318
}
319319
},
320320
"nbformat": 4,

0 commit comments

Comments
 (0)