|
78 | 78 | },
|
79 | 79 | {
|
80 | 80 | "cell_type": "code",
|
81 |
| - "execution_count": 6, |
| 81 | + "execution_count": 1, |
82 | 82 | "metadata": {
|
83 | 83 | "collapsed": false
|
84 | 84 | },
|
|
112 | 112 | "output_type": "stream",
|
113 | 113 | "text": [
|
114 | 114 | "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", |
116 | 116 | "Installing collected packages: publisher\n",
|
117 | 117 | " Found existing installation: publisher 0.10\n",
|
118 | 118 | " Uninstalling publisher-0.10:\n",
|
119 | 119 | " Successfully uninstalled publisher-0.10\n",
|
120 | 120 | " Running setup.py install for publisher\n",
|
121 | 121 | "Successfully installed publisher-0.10\n"
|
122 | 122 | ]
|
| 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 | + ] |
123 | 133 | }
|
124 | 134 | ],
|
125 | 135 | "source": [
|
|
133 | 143 | "import publisher\n",
|
134 | 144 | "publisher.publish(\n",
|
135 | 145 | " '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", |
137 | 147 | " title= '3D Point Clustering in Python | plotly',\n",
|
138 |
| - " name = 'How to cluster points in 3d',\n", |
| 148 | + " name = '3d Clustering',\n", |
139 | 149 | " has_thumbnail='true', thumbnail='thumbnail/3d-clusters.jpg', \n",
|
140 | 150 | " language='python', page_type='example_index', \n",
|
141 | 151 | " display_as='3d_charts', order=11)"
|
|
0 commit comments