|
21 | 21 | "cell_type": "markdown",
|
22 | 22 | "metadata": {},
|
23 | 23 | "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)." |
25 | 26 | ]
|
26 | 27 | },
|
27 | 28 | {
|
|
7633 | 7634 | },
|
7634 | 7635 | {
|
7635 | 7636 | "cell_type": "code",
|
7636 |
| - "execution_count": 5, |
| 7637 | + "execution_count": 2, |
7637 | 7638 | "metadata": {},
|
7638 | 7639 | "outputs": [
|
7639 | 7640 | {
|
|
7665 | 7666 | "output_type": "stream",
|
7666 | 7667 | "text": [
|
7667 | 7668 | "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", |
7669 | 7670 | "Building wheels for collected packages: publisher\n",
|
7670 | 7671 | " 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", |
7672 | 7673 | "Successfully built publisher\n",
|
7673 | 7674 | "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", |
7679 | 7680 | "You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n"
|
7680 | 7681 | ]
|
7681 | 7682 | }
|
|
7695 | 7696 | " title = 'Car Exploration with Hover Events',\n",
|
7696 | 7697 | " name = 'Car Exploration with Hover Events',\n",
|
7697 | 7698 | " has_thumbnail='true', thumbnail='thumbnail/figurewidget-cars.gif', \n",
|
7698 |
| - " language='python' \n", |
| 7699 | + " language='python',\n", |
7699 | 7700 | " display_as='chart_events', order=26,\n",
|
7700 | 7701 | " ipynb= '~notebook_demo/242')"
|
7701 | 7702 | ]
|
|
0 commit comments