Skip to content

Commit 069b71b

Browse files
committed
Switch to chromium
1 parent 1271689 commit 069b71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_output_monitor/_monitor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _monitor_output(url, output, wait_after_execute, headless):
9191

9292
# Launch browser and open URL
9393

94-
browser = p.firefox.launch(headless=headless)
94+
browser = p.chromium.launch(headless=headless)
9595
page = browser.new_page(viewport={"width": 2000, "height": 10000})
9696
page.goto(url)
9797

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ extras =
1010
test
1111
commands =
1212
pip freeze
13-
playwright install firefox
13+
playwright install chromium
1414
pytest --pyargs jupyter_output_monitor {posargs}

0 commit comments

Comments
 (0)