diff --git a/DP1/300_Science_Demos/301_Field_explorations/301_0_DP1_overview.ipynb b/DP1/300_Science_Demos/301_Field_explorations/301_0_DP1_overview.ipynb
index 514f8306..209320f7 100644
--- a/DP1/300_Science_Demos/301_Field_explorations/301_0_DP1_overview.ipynb
+++ b/DP1/300_Science_Demos/301_Field_explorations/301_0_DP1_overview.ipynb
@@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud.
\n",
"Data Release: Data Preview 1
\n",
"Container Size: large
\n",
- "LSST Science Pipelines version: v30.0.10
\n",
- "Last verified to run: 2026-07-20
\n",
+ "LSST Science Pipelines version: v30.0.11
\n",
+ "Last verified to run: 2026-08-27
\n",
"Repository: github.com/lsst/tutorial-notebooks
"
]
},
@@ -204,8 +204,7 @@
"metadata": {},
"outputs": [],
"source": [
- "butler = Butler('dp1', collections='LSSTComCam/DP1')\n",
- "assert butler is not None"
+ "butler = Butler('dp1', collections='LSSTComCam/DP1')"
]
},
{
@@ -223,8 +222,7 @@
"metadata": {},
"outputs": [],
"source": [
- "service = get_tap_service(\"tap\")\n",
- "assert service is not None"
+ "service = get_tap_service(\"tap\")"
]
},
{