diff --git a/examples/example-usage.ipynb b/examples/example-usage.ipynb index e7d2c5e..b39b84a 100644 --- a/examples/example-usage.ipynb +++ b/examples/example-usage.ipynb @@ -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,