commit 89f3a58409e7fbd383acbba90182aa3a83cac46d Author: Алекей Сырчин Date: Mon Mar 17 10:39:37 2025 +0300 Шаг 1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb9df04 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.venv \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..031c420 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Лаба 2 + +Освоение JupyterLab для работы с Python-кодом, анализа данных и визуализации. \ No newline at end of file diff --git a/cmd.txt b/cmd.txt new file mode 100644 index 0000000..ea7fcc9 --- /dev/null +++ b/cmd.txt @@ -0,0 +1 @@ +pip install numpy pandas matplotlib seaborn tqdm JupyterLab \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..089a04e Binary files /dev/null and b/requirements.txt differ