Skip to content

Commit

Permalink
Add injection widget example
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed May 14, 2024
1 parent 589f567 commit eafdce8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions examples/example-usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@
"## Show available shield drawings"
]
},
{
"cell_type": "code",
"execution_count": 60,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c6681cada3324e3ca512a407c5e3f9f3",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"InjectionWidget(children=(HBox(children=(GridBox(children=(Text(value='', description='target_structure', layo…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"InjectionWidget(\n",
" session='366122_20230404',\n",
" experiment_day=1,\n",
" save_paths='.',\n",
" shield_name='2005',\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 8,
Expand Down

0 comments on commit eafdce8

Please sign in to comment.