Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud. \\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/) \\\n",
"Container Size: large \\\n",
"LSST Science Pipelines version: r30.0.10 \\\n",
"Last verified to run: 2026-08-06 \\\n",
"LSST Science Pipelines version: r30.0.11 \\\n",
"Last verified to run: 2026-08-27 \\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)"
]
},
Expand Down Expand Up @@ -268,8 +268,17 @@
"metadata": {},
"outputs": [],
"source": [
"butler = Butler.from_config('dp2', collections='dp2')\n",
"assert butler is not None"
"butler = Butler.from_config('dp2', collections='dp2')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d25bf17d-9db4-4af3-94f6-5a3db89a598b",
"metadata": {},
"outputs": [],
"source": [
"skymap = butler.get('skyMap')"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-08-06\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-27\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-08-06\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-27\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)"
]
},
Expand Down
Loading