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

Skip to content

Commit 14bec2d

Browse files
committed
fixed thumbnail
1 parent fe4e05b commit 14bec2d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

_posts/user_guide_python/2015-06-30-python_streaming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: Getting Started with Plotly Streaming
55
has_thumbnail: true
66
thumbnail: http://images.plot.ly/plotly-documentation/thumbnail/streaming-thumb-square.gif
7-
has_thumbnail: false
7+
has_thumbnail: true
88
layout: user-guide
99
page_type: u-guide
1010
language: python

_posts/user_guide_python/python_streaming.ipynb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807
},
808808
{
809809
"cell_type": "code",
810-
"execution_count": 2,
810+
"execution_count": 1,
811811
"metadata": {
812812
"collapsed": false
813813
},
@@ -842,6 +842,16 @@
842842
"text": [
843843
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n"
844844
]
845+
},
846+
{
847+
"name": "stderr",
848+
"output_type": "stream",
849+
"text": [
850+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning: Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
851+
" warnings.warn('Did you \"Save\" this notebook before running this command? '\n",
852+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:58: UserWarning: Your URL has more than 2 parts... are you sure?\n",
853+
" warnings.warn('Your URL has more than 2 parts... are you sure?')\n"
854+
]
845855
}
846856
],
847857
"source": [
@@ -857,7 +867,7 @@
857867
" 'Getting Started with Plotly Streaming',\n",
858868
" title = 'Getting Started with Plotly Streaming',\n",
859869
" thumbnail='http://images.plot.ly/plotly-documentation/thumbnail/streaming-thumb-square.gif', language='python',\n",
860-
" layout='user-guide', has_thumbnail='false') "
870+
" layout='user-guide', has_thumbnail='true') "
861871
]
862872
},
863873
{

0 commit comments

Comments
 (0)