Skip to content

Commit 57647a2

Browse files
committed
Fix issues with admonition in latest notebook
1 parent 5d3b2d4 commit 57647a2

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

notebooks/experimental_xray_data/08_data_from_soleil_swing.ipynb

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
},
914914
{
915915
"cell_type": "markdown",
916-
"id": "f5a86573-9d77-47e9-9883-3d69078eb480",
916+
"id": "ee229b68-fb1e-442d-bfc5-bbaa26520ad0",
917917
"metadata": {},
918918
"source": [
919919
"## Run the reconstruction - let's make it work\n",
@@ -927,12 +927,24 @@
927927
"p.scans.scan_00.data = u.Param()\n",
928928
"p.scans.scan_00.data.name = 'Hdf5Loader'\n",
929929
"p.scans.scan_00.data.orientation = 0\n",
930-
"```\n",
931-
"\n",
930+
"```"
931+
]
932+
},
933+
{
934+
"cell_type": "markdown",
935+
"id": "7d733e08-5aee-4c45-aae2-f53f137c70db",
936+
"metadata": {},
937+
"source": [
932938
"<div class=\"alert alert-warning\" markdown=\"1\">\n",
933939
" <strong>Challenge</strong><br>Change the orientation parameter until you are satisfied with the result. \n",
934-
"</div>\n",
935-
"\n",
940+
"</div>"
941+
]
942+
},
943+
{
944+
"cell_type": "markdown",
945+
"id": "4549c31e-478a-43ff-bc96-f152815c86dd",
946+
"metadata": {},
947+
"source": [
936948
"Once you find the correct orientation, i.e. a match between PtyPy's coordinate system and the way how this dataset has been collected and loaded, the final result should look like this\n",
937949
"\n",
938950
"![](./_assets/soleil_swing_recons_final.png)"

0 commit comments

Comments
 (0)