We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214d4cd commit e7bd6dfCopy full SHA for e7bd6df
1 file changed
examples/ImageOverlay.ipynb
@@ -14,6 +14,25 @@
14
"It may happen that you want to draw an image on you map. Here are example on how to do that."
15
]
16
},
17
+ {
18
+ "cell_type": "code",
19
+ "execution_count": 1,
20
+ "metadata": {
21
+ "collapsed": false
22
+ },
23
+ "outputs": [
24
25
+ "name": "stdout",
26
+ "output_type": "stream",
27
+ "text": [
28
+ "Let's start\n"
29
+ ]
30
+ }
31
+ ],
32
+ "source": [
33
+ "print \"Let's start\""
34
35
36
{
37
"cell_type": "code",
38
"execution_count": 1,
@@ -22,8 +41,6 @@
41
42
"outputs": [],
43
"source": [
- "import sys\n",
- "sys.path.insert(0,'..')\n",
44
"import folium\n",
45
"from folium.six import PY3\n",
46
"from folium import plugins"
0 commit comments