Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e1bc6b1

Browse files
committed
Fix: width attribute not allowed.
1 parent f551051 commit e1bc6b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/pydata/databases/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@
14711471
"\n",
14721472
"TODO: tady bude ukázka JOIN v SQL vs. merge v DataFrame\n",
14731473
"\n",
1474-
"<div><img src=\"https://naucse.python.cz/2020/pydata-praha-jaro/pydata/pandas_correlations/static/joins.svg\" width=400></div>"
1474+
"<div><img src=\"https://naucse.python.cz/2020/pydata-praha-jaro/pydata/pandas_correlations/static/joins.svg\"></div>"
14751475
]
14761476
},
14771477
{
@@ -1535,7 +1535,7 @@
15351535
"name": "python",
15361536
"nbconvert_exporter": "python",
15371537
"pygments_lexer": "ipython3",
1538-
"version": "3.7.6"
1538+
"version": "3.7.3"
15391539
}
15401540
},
15411541
"nbformat": 4,

0 commit comments

Comments
 (0)