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

Skip to content

Commit fafb59b

Browse files
put dashboards api back into legacy
1 parent cafc3b5 commit fafb59b

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

_posts/python/legacy/dashboard/2015-06-30-dashboard-api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
name: Dashboard API
99
language: python
1010
title: Dashboard API | plotly
11-
display_as: file_settings
11+
display_as: legacy_charts
1212
has_thumbnail: true
13-
page_type: example_index
13+
page_type: u-guide
1414
order: 0
1515
ipynb: ~notebook_demo/148
1616
---

_posts/python/legacy/dashboard/dashboard-api.ipynb

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@
877877
},
878878
{
879879
"cell_type": "code",
880-
"execution_count": 28,
880+
"execution_count": 1,
881881
"metadata": {},
882882
"outputs": [
883883
{
@@ -909,10 +909,10 @@
909909
"output_type": "stream",
910910
"text": [
911911
"Collecting git+https://github.com/plotly/publisher.git\n",
912-
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-req-build-HMjVGC\n",
912+
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-req-build-afQWHg\n",
913913
"Building wheels for collected packages: publisher\n",
914914
" Running setup.py bdist_wheel for publisher ... \u001b[?25ldone\n",
915-
"\u001b[?25h Stored in directory: /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-ephem-wheel-cache-fXvw18/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
915+
"\u001b[?25h Stored in directory: /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-ephem-wheel-cache-BuRmpR/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
916916
"Successfully built publisher\n",
917917
"Installing collected packages: publisher\n",
918918
" Found existing installation: publisher 0.11\n",
@@ -925,14 +925,10 @@
925925
"name": "stderr",
926926
"output_type": "stream",
927927
"text": [
928-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning:\n",
929-
"\n",
930-
"The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n",
931-
"\n",
932-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n",
933-
"\n",
934-
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
935-
"\n"
928+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning: The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n",
929+
" \"You should import from nbconvert instead.\", ShimWarning)\n",
930+
"/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",
931+
" warnings.warn('Did you \"Save\" this notebook before running this command? '\n"
936932
]
937933
}
938934
],
@@ -950,7 +946,7 @@
950946
" title = 'Dashboard API | plotly',\n",
951947
" name = 'Dashboard API',\n",
952948
" thumbnail='thumbnail/dashboard.jpg', language='python',\n",
953-
" page_type='example_index', has_thumbnail='true', display_as='file_settings',\n",
949+
" page_type='u-guide', has_thumbnail='true', display_as='legacy_charts',\n",
954950
" ipynb= '~notebook_demo/148', order=0)"
955951
]
956952
},

0 commit comments

Comments
 (0)