diff --git a/examples/user_guide/Plotting_with_Bokeh.ipynb b/examples/user_guide/Plotting_with_Bokeh.ipynb index bc30fb5217..8b121159e6 100644 --- a/examples/user_guide/Plotting_with_Bokeh.ipynb +++ b/examples/user_guide/Plotting_with_Bokeh.ipynb @@ -655,7 +655,7 @@ "metadata": {}, "outputs": [], "source": [ - "macro_df = pd.read_csv('http://assets.holoviews.org/macro.csv', '\\t')" + "macro_df = pd.read_csv('http://assets.holoviews.org/macro.csv', sep='\\t')" ] }, {