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

Skip to content

Commit 9c45859

Browse files
committed
added name into publisher
1 parent 0e9723f commit 9c45859

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
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: true
87
layout: user-guide
9-
page_type: u-guide
8+
name: Getting Started with Streaming
109
language: python
1110
title: Getting Started with Plotly Streaming
11+
has_thumbnail: true
12+
page_type: u-guide
1213
---
1314
{% raw %}
1415
<div class="cell border-box-sizing text_cell rendered">

_posts/user_guide_python/python_streaming.ipynb

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
},
791791
{
792792
"cell_type": "code",
793-
"execution_count": 13,
793+
"execution_count": 14,
794794
"metadata": {
795795
"collapsed": false
796796
},
@@ -825,20 +825,6 @@
825825
"text": [
826826
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n"
827827
]
828-
},
829-
{
830-
"name": "stderr",
831-
"output_type": "stream",
832-
"text": [
833-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n",
834-
"\n",
835-
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
836-
"\n",
837-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:58: UserWarning:\n",
838-
"\n",
839-
"Your URL has more than 2 parts... are you sure?\n",
840-
"\n"
841-
]
842828
}
843829
],
844830
"source": [
@@ -851,7 +837,7 @@
851837
"import publisher\n",
852838
"publisher.publish(\n",
853839
" 'python_streaming', 'python/python-streaming//', 'Getting Started with Plotly Streaming',\n",
854-
" 'Getting Started with Plotly Streaming',\n",
840+
" 'Getting Started with Plotly Streaming', name='Getting Started with Streaming',\n",
855841
" title = 'Getting Started with Plotly Streaming',\n",
856842
" thumbnail='http://images.plot.ly/plotly-documentation/thumbnail/streaming-thumb-square.gif', language='python',\n",
857843
" layout='user-guide', has_thumbnail='true') "

0 commit comments

Comments
 (0)