Skip to content

Commit

Permalink
📝 Adding image display in notebook 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys authored and ManonMarchand committed Aug 2, 2024
1 parent 0e2e7ad commit f29aa7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/11_Extracting_information_from_the_view.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,17 @@
"source": [
"aladin.save_view_as_image(path=\"./crab.png\", image_format=\"png\", with_logo=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a3ca08a32aaaf3d4",
"metadata": {},
"outputs": [],
"source": [
"img = plt.imread(\"./crab.png\")\n",
"plt.imshow(img)"
]
}
],
"metadata": {
Expand Down

0 comments on commit f29aa7b

Please sign in to comment.