Skip to content

Commit d936a8b

Browse files
committed
use firefox for altair
1 parent f3c7123 commit d936a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"\n",
314314
"def render_altair(chart):\n",
315315
" b = BytesIO()\n",
316-
" chart.save(b, scale_factor=2.0, format='png')\n",
316+
" chart.save(b, scale_factor=2.0, format='png', webdriver='firefox')\n",
317317
" return b"
318318
]
319319
},

0 commit comments

Comments
 (0)