init commit

This commit is contained in:
Максим Яковлев 2024-09-10 21:09:21 +04:00
parent 464f3e1db2
commit 22c744bf0d
2 changed files with 42 additions and 0 deletions

BIN
requirements.txt Normal file

Binary file not shown.

42
test.ipynb Normal file
View File

@ -0,0 +1,42 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"helloWorld\n"
]
}
],
"source": [
"print(\"helloWorld\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "kernel",
"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.12.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}