Skip to content

Commit

Permalink
title as text to tile - object utilization
Browse files Browse the repository at this point in the history
  • Loading branch information
priyatharsan committed Mar 1, 2019
1 parent 2197b96 commit ecab1a7
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 199 deletions.
24 changes: 5 additions & 19 deletions _posts/python/maps/bubble-maps/bubble-maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"data": {
"text/plain": [
"'3.6.0'"
"'3.6.1'"
]
},
"execution_count": 1,
Expand Down Expand Up @@ -260,7 +260,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -292,32 +292,18 @@
"output_type": "stream",
"text": [
"Collecting git+https://github.com/plotly/publisher.git\n",
" Cloning https://github.com/plotly/publisher.git to c:\\users\\priyat~1\\appdata\\local\\temp\\pip-req-build-7gmj7xbp\n",
" Cloning https://github.com/plotly/publisher.git to c:\\users\\priyat~1\\appdata\\local\\temp\\pip-req-build-8qikjqgp\n",
"Building wheels for collected packages: publisher\n",
" Running setup.py bdist_wheel for publisher: started\n",
" Running setup.py bdist_wheel for publisher: finished with status 'done'\n",
" Stored in directory: C:\\Users\\PRIYAT~1\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-a2n74gbm\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
" Stored in directory: C:\\Users\\PRIYAT~1\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-uu9w7cmr\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
"Successfully built publisher\n",
"Installing collected packages: publisher\n",
" Found existing installation: publisher 0.13\n",
" Uninstalling publisher-0.13:\n",
" Successfully uninstalled publisher-0.13\n",
"Successfully installed publisher-0.13\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"C:\\Anaconda\\Anaconda3\\lib\\site-packages\\IPython\\nbconvert.py:13: ShimWarning:\n",
"\n",
"The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n",
"\n",
"C:\\Anaconda\\Anaconda3\\lib\\site-packages\\publisher\\publisher.py:53: UserWarning:\n",
"\n",
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
"\n"
]
}
],
"source": [
Expand All @@ -335,7 +321,7 @@
" has_thumbnail='true', thumbnail='thumbnail/bubble-map.jpg',\n",
" language='python',\n",
" page_type='example_index',\n",
" display_as='maps', order=3, # ipynb='~notebook_demo/1',\n",
" display_as='maps', order=3,\n",
" uses_plotly_offline=False)"
]
},
Expand Down
Loading

0 comments on commit ecab1a7

Please sign in to comment.