diff --git a/notebooks/demo/use-case_convert-nc-to-tiff_rioxarray-xesmf_cmip.ipynb b/notebooks/demo/use-case_convert-nc-to-tiff_rioxarray-xesmf_cmip.ipynb
index 956cf98bc4f00c05126d87852535eba50951493b..34254994c5f2c8ac20aa759b99086e15fd383bb6 100644
--- a/notebooks/demo/use-case_convert-nc-to-tiff_rioxarray-xesmf_cmip.ipynb
+++ b/notebooks/demo/use-case_convert-nc-to-tiff_rioxarray-xesmf_cmip.ipynb
@@ -70,7 +70,7 @@
    "outputs": [],
    "source": [
     "# Open the catalog with the intake package and name it \"col\" as short for \"collection\"\n",
-    "cols=dkrz_catalog.metadata[\"parameters\"][\"cmip6_columns\"][\"default\"]+[\"opendap_url\"]\n",
+    "cols=dkrz_catalog._entries[\"dkrz_cmip6_disk\"]._open_args[\"csv_kwargs\"][\"usecols\"]+[\"opendap_url\"]\n",
     "col=dkrz_catalog.dkrz_cmip6_disk(csv_kwargs=dict(usecols=cols))\n",
     "cat = col.search(variable_id = \"thetaot\",\n",
     "                 experiment_id = \"historical\",\n",
diff --git a/notebooks/demo/use-case_simple-vis_xarray-matplotlib_cmip6.ipynb b/notebooks/demo/use-case_simple-vis_xarray-matplotlib_cmip6.ipynb
index 5d09f85943ed6c4744b23bdd79b81c9bcd0a1594..94192ea08d40f85a1f53d357b0d249b42a632cdb 100644
--- a/notebooks/demo/use-case_simple-vis_xarray-matplotlib_cmip6.ipynb
+++ b/notebooks/demo/use-case_simple-vis_xarray-matplotlib_cmip6.ipynb
@@ -15,7 +15,7 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "filename = '/pool/data/CMIP6/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/Amon/tas/gn/v20190308/tas_Amon_CESM2_historical_r1i1p1f1_gn_185001-201412.nc'"
+    "filename = '/pool/data/CMIP6/data/CMIP/NCAR/CESM2/historical/r1i1p1f1/Amon/tas/gn/v20190308/tas_Amon_CESM2_historical_r1i1p1f1_gn_185001-201412.nc'"
    ]
   },
   {
@@ -289,7 +289,7 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "python3",
+   "display_name": "Python 3 (ipykernel)",
    "language": "python",
    "name": "python3"
   },
@@ -303,9 +303,9 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.7.3"
+   "version": "3.7.12"
   }
  },
  "nbformat": 4,
  "nbformat_minor": 4
-}
\ No newline at end of file
+}