Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecab1a7

Browse files
committed
title as text to tile - object utilization
1 parent 2197b96 commit ecab1a7

File tree

4 files changed

+210
-199
lines changed

4 files changed

+210
-199
lines changed

_posts/python/maps/bubble-maps/bubble-maps.ipynb

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{
2727
"data": {
2828
"text/plain": [
29-
"'3.6.0'"
29+
"'3.6.1'"
3030
]
3131
},
3232
"execution_count": 1,
@@ -260,7 +260,7 @@
260260
},
261261
{
262262
"cell_type": "code",
263-
"execution_count": 4,
263+
"execution_count": 5,
264264
"metadata": {},
265265
"outputs": [
266266
{
@@ -292,32 +292,18 @@
292292
"output_type": "stream",
293293
"text": [
294294
"Collecting git+https://github.com/plotly/publisher.git\n",
295-
" Cloning https://github.com/plotly/publisher.git to c:\\users\\priyat~1\\appdata\\local\\temp\\pip-req-build-7gmj7xbp\n",
295+
" Cloning https://github.com/plotly/publisher.git to c:\\users\\priyat~1\\appdata\\local\\temp\\pip-req-build-8qikjqgp\n",
296296
"Building wheels for collected packages: publisher\n",
297297
" Running setup.py bdist_wheel for publisher: started\n",
298298
" Running setup.py bdist_wheel for publisher: finished with status 'done'\n",
299-
" Stored in directory: C:\\Users\\PRIYAT~1\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-a2n74gbm\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
299+
" Stored in directory: C:\\Users\\PRIYAT~1\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-uu9w7cmr\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
300300
"Successfully built publisher\n",
301301
"Installing collected packages: publisher\n",
302302
" Found existing installation: publisher 0.13\n",
303303
" Uninstalling publisher-0.13:\n",
304304
" Successfully uninstalled publisher-0.13\n",
305305
"Successfully installed publisher-0.13\n"
306306
]
307-
},
308-
{
309-
"name": "stderr",
310-
"output_type": "stream",
311-
"text": [
312-
"C:\\Anaconda\\Anaconda3\\lib\\site-packages\\IPython\\nbconvert.py:13: ShimWarning:\n",
313-
"\n",
314-
"The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n",
315-
"\n",
316-
"C:\\Anaconda\\Anaconda3\\lib\\site-packages\\publisher\\publisher.py:53: UserWarning:\n",
317-
"\n",
318-
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
319-
"\n"
320-
]
321307
}
322308
],
323309
"source": [
@@ -335,7 +321,7 @@
335321
" has_thumbnail='true', thumbnail='thumbnail/bubble-map.jpg',\n",
336322
" language='python',\n",
337323
" page_type='example_index',\n",
338-
" display_as='maps', order=3, # ipynb='~notebook_demo/1',\n",
324+
" display_as='maps', order=3,\n",
339325
" uses_plotly_offline=False)"
340326
]
341327
},

0 commit comments

Comments
 (0)