Skip to content

Commit 0cf4d09

Browse files
authored
Merge pull request #249 from C2DH/width-testing
update img width
2 parents 11b67bb + 3821250 commit 0cf4d09

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

examples/Author_Guideline/AuthorGuideline-styling-raw.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@
17911791
},
17921792
{
17931793
"cell_type": "code",
1794-
"execution_count": 2,
1794+
"execution_count": 7,
17951795
"id": "eb3e91ba",
17961796
"metadata": {
17971797
"editable": true,
@@ -1811,6 +1811,9 @@
18111811
]
18121812
},
18131813
"metadata": {
1814+
"image/png": {
1815+
"width": 400
1816+
},
18141817
"jdh": {
18151818
"module": "object",
18161819
"object": {
@@ -1838,7 +1841,7 @@
18381841
" }\n",
18391842
" }\n",
18401843
"}\n",
1841-
"display(Image(\"media/Github_preflight_action.png\"), metadata=metadata)"
1844+
"display(Image(\"media/Github_preflight_action.png\", width=400), metadata=metadata)"
18421845
]
18431846
},
18441847
{

0 commit comments

Comments
 (0)