commit 03438d809036db76bbf72b0d2d21b376b3ef1a84 Author: patayatuya-art Date: Thu May 7 18:01:36 2026 +0300 Setup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d24628 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.venv/ +__pycache__/ +.ipynb_checkpoints/ +*.pyc +.env diff --git a/README.md b/README.md new file mode 100644 index 0000000..98f1a1f --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 4laaab + +Проект для выполнения лабораторной работы в среде JupyterLab. + +## Установка + +```powershell +python -m venv .venv +.\.venv\Scripts\Activate.ps1 +pip install -r requirements.txt +``` + +## Запуск JupyterLab + +```powershell +jupyter lab +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..21245c8 Binary files /dev/null and b/requirements.txt differ