Лабораторная работа №1. Макаров Давид, ПИбд-31 #3

Merged
Arutunyan-Dmitry merged 4 commits from lab_1 into main 2024-09-27 23:23:21 +04:00
4 changed files with 1227 additions and 0 deletions
Showing only changes of commit c21eb4db4d - Show all commits

3
.gitignore vendored
View File

@ -9,6 +9,9 @@
profile_default/
ipython_config.py
# Virutal Python environment
aimenv/
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

18
lab_1/lab1.ipynb Normal file
View File

@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0
lab_1/requirements.txt Normal file
View File

File diff suppressed because it is too large Load Diff