cara/caimira/apps/expert/caimira.ipynb
2023-03-23 11:35:39 +01:00

73 lines
1.7 KiB
Text

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div style=\"text-align: center;\" align=\"center\" >\n",
"<img src=\"./files/static/images/header_image.png\" style=\"height:5em\"></img></div>\n",
"<p style=\"text-align: center;\">\n",
"Please see the <a href=\"https://caimira.web.cern.ch/\">CAiMIRA homepage</a> for details on the methodology, assumptions and limitations of CAiMIRA.</p>"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"pycharm": {
"name": "#%%\n"
},
"scrolled": false
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "e8c4e2146d4847d5a1443781f2018483",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"HBox(children=(Tab(children=(VBox(children=(VBox(children=(Button(button_style='success', description='Duplica…"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import caimira.apps\n",
"\n",
"app = caimira.apps.ExpertApplication()\n",
"app.widget"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "caimira",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
},
"vscode": {
"interpreter": {
"hash": "c77495895472738765eb97c8f848f37a4e60c741d594ab92dd40b6b8f4cac818"
}
}
},
"nbformat": 4,
"nbformat_minor": 4
}