Skip to content

Commit

Permalink
Fixed missing link in the introduction guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jul 2, 2017
1 parent 5d0458e commit 373aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getting_started/1-Introduction.ipynb
Expand Up @@ -153,7 +153,7 @@
"source": [
"## Array data: taxi dropoffs\n",
"\n",
"So far we have visualized data in a [pandas ``DataFrame``](http://pandas.pydata.org/) but ``HoloViews`` is as agnostic to data formats as it is to plotting libraries; see [XXXX] for more information. This means we can work with array data as easily as we can work with tabular data. To demonstrate this, here are some [numpy arrays](http://www.numpy.org/) relating to taxi dropoff locations in New York City:"
"So far we have visualized data in a [pandas ``DataFrame``](http://pandas.pydata.org/) but ``HoloViews`` is as agnostic to data formats as it is to plotting libraries; see [Customizing Plots](../user_guide/03-Customizing_Plots.ipynb) for more information. This means we can work with array data as easily as we can work with tabular data. To demonstrate this, here are some [numpy arrays](http://www.numpy.org/) relating to taxi dropoff locations in New York City:"
]
},
{
Expand Down

0 comments on commit 373aee7

Please sign in to comment.