From f5a2ff4f76ce9fc8f484bc6814885197fa883daa Mon Sep 17 00:00:00 2001 From: user_client2024 Date: Tue, 1 Oct 2024 08:26:48 +0000 Subject: [PATCH] System save at 01/10/2024 13:56 by user_client2024 --- .ipynb_checkpoints/main-checkpoint.ipynb | 61 +++++++++++++++ main.ipynb | 94 +++++++++++++++--------- main.py | 22 ++++++ 3 files changed, 144 insertions(+), 33 deletions(-) create mode 100644 .ipynb_checkpoints/main-checkpoint.ipynb create mode 100644 main.py diff --git a/.ipynb_checkpoints/main-checkpoint.ipynb b/.ipynb_checkpoints/main-checkpoint.ipynb new file mode 100644 index 0000000..b5bf43f --- /dev/null +++ b/.ipynb_checkpoints/main-checkpoint.ipynb @@ -0,0 +1,61 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 5, + "id": "e706cfb0-2234-4c4c-95d8-d1968f656aa0", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "515137117423803644429980410789004558123659486689659784966832951094733292177381847964722134800160137646898658467293025470746261443401\n" + ] + } + ], + "source": [ + "from tms_data_interface import SQLQueryInterface\n", + "\n", + "class Scenario:\n", + " seq = SQLQueryInterface()\n", + "\n", + " def logic(self, **kwargs):\n", + " pass\n", + " # Write your code herepass\n", + "print(99**66)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4411189c-e254-4f05-8de7-97f7cc3c743f", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.11.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/main.ipynb b/main.ipynb index 3277afb..b5bf43f 100644 --- a/main.ipynb +++ b/main.ipynb @@ -1,33 +1,61 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "id": "e706cfb0-2234-4c4c-95d8-d1968f656aa0", - "metadata": {}, - "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" - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "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.8.13" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} \ No newline at end of file +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 5, + "id": "e706cfb0-2234-4c4c-95d8-d1968f656aa0", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "515137117423803644429980410789004558123659486689659784966832951094733292177381847964722134800160137646898658467293025470746261443401\n" + ] + } + ], + "source": [ + "from tms_data_interface import SQLQueryInterface\n", + "\n", + "class Scenario:\n", + " seq = SQLQueryInterface()\n", + "\n", + " def logic(self, **kwargs):\n", + " pass\n", + " # Write your code herepass\n", + "print(99**66)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4411189c-e254-4f05-8de7-97f7cc3c743f", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.11.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/main.py b/main.py new file mode 100644 index 0000000..6768e19 --- /dev/null +++ b/main.py @@ -0,0 +1,22 @@ +#!/usr/bin/env python +# coding: utf-8 + +# In[5]: + + +from tms_data_interface import SQLQueryInterface + +class Scenario: + seq = SQLQueryInterface() + + def logic(self, **kwargs): + pass + # Write your code herepass +print(99**66) + + +# In[ ]: + + + +