lab 1 init commit

This commit is contained in:
DavidMakarov 2024-09-17 18:03:03 +04:00
parent b8100e6bf3
commit c21eb4db4d
4 changed files with 1227 additions and 0 deletions

3
.gitignore vendored
View File

@ -9,6 +9,9 @@
profile_default/ profile_default/
ipython_config.py ipython_config.py
# Virutal Python environment
aimenv/
# Remove previous ipynb_checkpoints # Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/ # git rm -r .ipynb_checkpoints/

18
lab_1/lab1.ipynb Normal file
View File

@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0
lab_1/requirements.txt Normal file
View File

File diff suppressed because it is too large Load Diff