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

Skip to content

Commit ba5ba5a

Browse files
committed
changed publisher cells
1 parent 862c274 commit ba5ba5a

File tree

4 files changed

+132
-140
lines changed

4 files changed

+132
-140
lines changed

_posts/python/3d-camera-controls/3d-camera-controls.ipynb

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
},
310310
{
311311
"cell_type": "code",
312-
"execution_count": 11,
312+
"execution_count": 12,
313313
"metadata": {
314314
"collapsed": false
315315
},
@@ -339,17 +339,17 @@
339339
"output_type": "display_data"
340340
},
341341
{
342-
"name": "stderr",
342+
"name": "stdout",
343343
"output_type": "stream",
344344
"text": [
345-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning:\n",
346-
"\n",
347-
"The `IPython.nbconvert` package has been deprecated. You should import from nbconvert instead.\n",
348-
"\n",
349-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n",
350-
"\n",
351-
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
352-
"\n"
345+
"Collecting git+https://github.com/plotly/publisher.git\n",
346+
" Cloning https://github.com/plotly/publisher.git to /var/folders/j3/gt_q6y096cjfts4q8zq2dm2c0000gn/T/pip-7EVkQU-build\n",
347+
"Installing collected packages: publisher\n",
348+
" Found existing installation: publisher 0.10\n",
349+
" Uninstalling publisher-0.10:\n",
350+
" Successfully uninstalled publisher-0.10\n",
351+
" Running setup.py install for publisher\n",
352+
"Successfully installed publisher-0.10\n"
353353
]
354354
}
355355
],
@@ -359,7 +359,8 @@
359359
"display(HTML('<link href=\"//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700\" rel=\"stylesheet\" type=\"text/css\" />'))\n",
360360
"display(HTML('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://help.plot.ly/documentation/all_static/css/ipython-notebook-custom.css\">'))\n",
361361
"\n",
362-
"#! pip install publisher --upgrade\n",
362+
"! pip install git+https://github.com/plotly/publisher.git --upgrade\n",
363+
" \n",
363364
"import publisher\n",
364365
"publisher.publish(\n",
365366
" '3d-camera-controls.ipynb', 'python/3d-camera-controls/', 'Python 3D Camera Controls | plotly',\n",

_posts/python/WebGL/webgl.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,9 @@
260260
" 'Implement WebGL for increased speed, improved interactivity, and the ability to plot even more data!',\n",
261261
" title = 'Python WebGL vs SVG | plotly',\n",
262262
" name = 'WebGL vs SVG',\n",
263-
" thumbnail='thumbnail/webgl.jpg', language='python',\n",
264-
" page_type='example_index', has_thumbnail='true', display_as='chart_type', order=1)"
263+
" has_thumbnail='true', thumbnail='thumbnail/webgl.jpg', \n",
264+
" language='python', page_type='example_index', \n",
265+
" display_as='chart_type', order=1)"
265266
]
266267
},
267268
{
@@ -290,7 +291,7 @@
290291
"name": "python",
291292
"nbconvert_exporter": "python",
292293
"pygments_lexer": "ipython2",
293-
"version": "2.7.11"
294+
"version": "2.7.9"
294295
}
295296
},
296297
"nbformat": 4,

0 commit comments

Comments
 (0)