Инициализация проекта

This commit is contained in:
Никита Лямин 2025-03-17 13:50:58 +03:00
commit 9b100fd5e0
4 changed files with 1792 additions and 0 deletions

0
.gitignore vendored Normal file
View File

17
Pipfile Normal file
View File

@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyterlab = "*"
numpy = "*"
pandas = "*"
matplotlib = "*"
seaborn = "*"
tqdm = "*"
[dev-packages]
[requires]
python_version = "3.12"

1775
Pipfile.lock generated Normal file

File diff suppressed because it is too large Load Diff

0
README.md Normal file
View File