This commit is contained in:
EXE 2024-09-28 09:15:50 +04:00
parent 1e9717ac16
commit 45fdd03c60
3 changed files with 7 additions and 3 deletions

4
.gitignore vendored
View File

@ -12,3 +12,7 @@ ipython_config.py
# Remove previous ipynb_checkpoints # Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/ # git rm -r .ipynb_checkpoints/
backend/
instance/
static/

View File

@ -1,2 +0,0 @@
# AIM-PIbd-32-Kuzin-P-S

View File

@ -127,7 +127,9 @@
"\n", "\n",
"# plt.figure(figsize=(10, 6))\n", "# plt.figure(figsize=(10, 6))\n",
"# plt.show()\n", "# plt.show()\n",
"df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])" "\n",
"df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])\n",
"#ВЫсоты и впадины в зависимости от времени"
] ]
} }
], ],