diff --git a/notebooks/ecp-pydarshan-hdf5-analysis.ipynb b/notebooks/ecp-pydarshan-hdf5-analysis.ipynb index bf13b72..d372151 100644 --- a/notebooks/ecp-pydarshan-hdf5-analysis.ipynb +++ b/notebooks/ecp-pydarshan-hdf5-analysis.ipynb @@ -18,8 +18,8 @@ "source": [ "import darshan\n", "darshan.enable_experimental()\n", - "from darshan.experimental.plots.matplotlib import plot_access_histogram\n", - "from darshan.experimental.plots.matplotlib import plot_opcounts" + "from darshan.experimental.plots import plot_access_histogram\n", + "from darshan.experimental.plots import plot_opcounts" ] }, {