Skip to content

Commit

Permalink
continued attempt to fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricia Larsen committed Nov 26, 2024
1 parent 9ae4823 commit 4bb7557
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tutorials/Rubin/DP02_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
"For the contexts of these tutorials we're showing how to use the DP0.2 data available on NERSC. This is for the most part catalog-level data stored in flat files, most often in parquet format. If you would like to use the full set of DP0.2 data available, you can do so by becoming a DP0.2 delegate and accessing the data on the RSP. Delegate applications are currently open to all data rights holders, and you can follow the instructions [here](https://dp0.lsst.io/delegate-resources/index.html). \n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 4bb7557

Please sign in to comment.