diff --git a/.gitignore b/.gitignore index 207d123..46a0eea 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ ipython_config.py # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ +backend/ +instance/ +static/ + diff --git a/lab_1/README.md b/lab_1/README.md deleted file mode 100644 index b07e9b4..0000000 --- a/lab_1/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# AIM-PIbd-32-Kuzin-P-S - diff --git a/lab_1/lab1.ipynb b/lab_1/lab1.ipynb index 0723f03..e1b287c 100644 --- a/lab_1/lab1.ipynb +++ b/lab_1/lab1.ipynb @@ -127,7 +127,9 @@ "\n", "# plt.figure(figsize=(10, 6))\n", "# plt.show()\n", - "df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])" + "\n", + "df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])\n", + "#ВЫсоты и впадины в зависимости от времени" ] } ],