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

Skip to content

Commit 304549e

Browse files
authored
Merge pull request plotly#1380 from plotly/cars-figurewidget-note-about-data
add note re: data in cars figurewidget example
2 parents 392b1b6 + 96476f3 commit 304549e

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

_posts/python/javascript-controls/figureWidgets/2015-06-30-cars-exploration.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ <h1 id="Cars-dataset-exploration-with-plotly.py-version-3.0">Cars dataset explor
3737
</div>
3838
<div class="inner_cell">
3939
<div class="text_cell_render border-box-sizing rendered_html">
40-
<h2 id="Load-cars-dataset">Load cars dataset<a class="anchor-link" href="#Load-cars-dataset">&#182;</a></h2>
40+
<h2 id="Load-cars-dataset">Load cars dataset<a class="anchor-link" href="#Load-cars-dataset">&#182;</a></h2><p>The dataset for this example, as well as the ipynb files are available in <a href="https://github.com/jonmmease/plotly_ipywidget_notebooks">this github repo</a>.</p>
41+
4142
</div>
4243
</div>
4344
</div>

_posts/python/javascript-controls/figureWidgets/cars-exploration.ipynb

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"cell_type": "markdown",
2222
"metadata": {},
2323
"source": [
24-
"## Load cars dataset"
24+
"## Load cars dataset\n",
25+
"The dataset for this example, as well as the ipynb files are available in [this github repo](https://github.com/jonmmease/plotly_ipywidget_notebooks)."
2526
]
2627
},
2728
{
@@ -7633,7 +7634,7 @@
76337634
},
76347635
{
76357636
"cell_type": "code",
7636-
"execution_count": 5,
7637+
"execution_count": 2,
76377638
"metadata": {},
76387639
"outputs": [
76397640
{
@@ -7665,17 +7666,17 @@
76657666
"output_type": "stream",
76667667
"text": [
76677668
"Collecting git+https://github.com/plotly/publisher.git\n",
7668-
" Cloning https://github.com/plotly/publisher.git to /tmp/pip-req-build-pD64pg\n",
7669+
" Cloning https://github.com/plotly/publisher.git to /tmp/pip-req-build-5e_v1khw\n",
76697670
"Building wheels for collected packages: publisher\n",
76707671
" Running setup.py bdist_wheel for publisher ... \u001b[?25ldone\n",
7671-
"\u001b[?25h Stored in directory: /tmp/pip-ephem-wheel-cache-o5U2Jj/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
7672+
"\u001b[?25h Stored in directory: /tmp/pip-ephem-wheel-cache-vaj2gwxn/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
76727673
"Successfully built publisher\n",
76737674
"Installing collected packages: publisher\n",
7674-
" Found existing installation: publisher 0.11\n",
7675-
" Uninstalling publisher-0.11:\n",
7676-
" Successfully uninstalled publisher-0.11\n",
7677-
"Successfully installed publisher-0.11\n",
7678-
"\u001b[33mYou are using pip version 10.0.1, however version 18.0 is available.\n",
7675+
" Found existing installation: publisher 0.13\n",
7676+
" Uninstalling publisher-0.13:\n",
7677+
" Successfully uninstalled publisher-0.13\n",
7678+
"Successfully installed publisher-0.13\n",
7679+
"\u001b[33mYou are using pip version 10.0.1, however version 19.1.1 is available.\n",
76797680
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n"
76807681
]
76817682
}
@@ -7695,7 +7696,7 @@
76957696
" title = 'Car Exploration with Hover Events',\n",
76967697
" name = 'Car Exploration with Hover Events',\n",
76977698
" has_thumbnail='true', thumbnail='thumbnail/figurewidget-cars.gif', \n",
7698-
" language='python' \n",
7699+
" language='python',\n",
76997700
" display_as='chart_events', order=26,\n",
77007701
" ipynb= '~notebook_demo/242')"
77017702
]

0 commit comments

Comments
 (0)