This commit is contained in:
Александр Засыпкин 2026-04-18 10:26:03 +03:00
commit 9e9c503010
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.venv/
.idea/

1
README.md Normal file
View File

@ -0,0 +1 @@
# JupyterLabDatas (Практика 2, Задание 3)

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
JupyterLab
numpy
pandas
matplotlib
seaborn
tqdm