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

Skip to content

Commit 5d3375d

Browse files
committed
publisher cell updates + notebook conversion
1 parent 76f458e commit 5d3375d

File tree

6 files changed

+496
-18
lines changed

6 files changed

+496
-18
lines changed

_posts/python/3d-clusters/2015-06-30-3d-clusters.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
permalink: python/3d-point-clustering/
3-
description: How to cluster points in 3d with alpha shapes in Python and Plotly
3+
description: How to cluster points in 3d with alpha shapes in plotly and Python
44
name: Python 3D Clustering | plotly
55
has_thumbnail: true
66
thumbnail: thumbnail/3d-clusters.jpg
77
layout: user-guide
8-
name: How to cluster points in 3d
8+
name: 3d Clustering
99
language: python
1010
title: 3D Point Clustering in Python | plotly
1111
display_as: 3d_charts

_posts/python/3d-clusters/3d-clusters.ipynb

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"cell_type": "code",
81-
"execution_count": 6,
81+
"execution_count": 1,
8282
"metadata": {
8383
"collapsed": false
8484
},
@@ -112,14 +112,24 @@
112112
"output_type": "stream",
113113
"text": [
114114
"Collecting git+https://github.com/plotly/publisher.git\n",
115-
" Cloning https://github.com/plotly/publisher.git to /var/folders/j3/gt_q6y096cjfts4q8zq2dm2c0000gn/T/pip-CwSehH-build\n",
115+
" Cloning https://github.com/plotly/publisher.git to /var/folders/j3/gt_q6y096cjfts4q8zq2dm2c0000gn/T/pip-15gyAz-build\n",
116116
"Installing collected packages: publisher\n",
117117
" Found existing installation: publisher 0.10\n",
118118
" Uninstalling publisher-0.10:\n",
119119
" Successfully uninstalled publisher-0.10\n",
120120
" Running setup.py install for publisher\n",
121121
"Successfully installed publisher-0.10\n"
122122
]
123+
},
124+
{
125+
"name": "stderr",
126+
"output_type": "stream",
127+
"text": [
128+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning: The `IPython.nbconvert` package has been deprecated. You should import from nbconvert instead.\n",
129+
" \"You should import from nbconvert instead.\", ShimWarning)\n",
130+
"/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",
131+
" warnings.warn('Did you \"Save\" this notebook before running this command? '\n"
132+
]
123133
}
124134
],
125135
"source": [
@@ -133,9 +143,9 @@
133143
"import publisher\n",
134144
"publisher.publish(\n",
135145
" '3d-clusters.ipynb', 'python/3d-point-clustering/', 'Python 3D Clustering | plotly',\n",
136-
" 'How to cluster points in 3d with alpha shapes in Python and Plotly',\n",
146+
" 'How to cluster points in 3d with alpha shapes in plotly and Python',\n",
137147
" title= '3D Point Clustering in Python | plotly',\n",
138-
" name = 'How to cluster points in 3d',\n",
148+
" name = '3d Clustering',\n",
139149
" has_thumbnail='true', thumbnail='thumbnail/3d-clusters.jpg', \n",
140150
" language='python', page_type='example_index', \n",
141151
" display_as='3d_charts', order=11)"

0 commit comments

Comments
 (0)