generated from dhairya/scenario_template
System save at 26/09/2024 23:26 by user_client2024
This commit is contained in:
parent
5ea8a9e44d
commit
3b74a3119b
16
main.ipynb
16
main.ipynb
@ -3,10 +3,20 @@
|
|||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"id": "e706cfb0-2234-4c4c-95d8-d1968f656aa0",
|
"id": "d8d4ba5c-9ca4-4534-ba73-250211d5152e",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": "from tms_data_interface import SQLQueryInterface\n\nclass Scenario:\n\tseq = SQLQueryInterface()\n\n\tdef logic(self, **kwargs):\n\t\t# Write your code here\n"
|
"source": [
|
||||||
|
"from tms_data_interface import SQLQueryInterface\n",
|
||||||
|
"\n",
|
||||||
|
"class Scenario:\n",
|
||||||
|
" seq = SQLQueryInterface()\n",
|
||||||
|
"\n",
|
||||||
|
" def logic(self, **kwargs):\n",
|
||||||
|
" # Write your code here\n",
|
||||||
|
" hi\n",
|
||||||
|
" hello"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
@ -25,7 +35,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.8.13"
|
"version": "3.11.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user