commit 9e9c503010fc38395eeed01b0c3a3afc3cced432 Author: Засыпкин Александр Date: Sat Apr 18 10:26:03 2026 +0300 Initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfcd050 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv/ +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ef7f7e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# JupyterLabDatas (Практика 2, Задание 3) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..fd9f6f2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +JupyterLab +numpy +pandas +matplotlib +seaborn +tqdm \ No newline at end of file