This commit is contained in:
patayatuya-art 2026-05-07 18:01:36 +03:00
commit 03438d8090
3 changed files with 22 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.venv/
__pycache__/
.ipynb_checkpoints/
*.pyc
.env

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 4laaab
Проект для выполнения лабораторной работы в среде JupyterLab.
## Установка
```powershell
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
```
## Запуск JupyterLab
```powershell
jupyter lab
```

BIN
requirements.txt Normal file

Binary file not shown.