You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/authoring/diagrams.qmd
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -246,8 +246,16 @@ quarto install chrome-headless-shell
246
246
247
247
[Chrome Headless Shell](https://developer.chrome.com/blog/chrome-headless-shell) is a lightweight, headless-only browser from Google's [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing) infrastructure. It has fewer system dependencies than full Chromium, making it a good fit for Docker containers and WSL environments.
248
248
249
-
::: callout-note
250
-
## Legacy Chromium
249
+
::: callout-warning
250
+
## Chromium (Deprecated)
251
+
252
+
The `quarto install chromium` command is deprecated. It transparently redirects to `chrome-headless-shell` — running `quarto install chromium` installs Chrome Headless Shell and automatically removes any legacy Chromium installation. CI pipelines using `quarto install chromium --no-prompt` continue to work without changes.
253
+
254
+
To install Chrome Headless Shell directly:
255
+
256
+
```{.bash filename="Terminal"}
257
+
quarto install chrome-headless-shell
258
+
```
251
259
252
-
The older `quarto install chromium` command (which installs Chromium via Puppeteer) is still available but no longer recommended. If you use it, note that the Puppeteer-bundled Chromium may not work in Docker or WSL — see [Puppeteer troubleshooting](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-in-docker) for details.
260
+
This also automatically removes any legacy Puppeteer Chromium. The `chromium` tool will be removed from the registry in a future release.
Copy file name to clipboardExpand all lines: docs/projects/binder.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ The following files may be generated by the `quarto use binder` command. Note th
116
116
117
117
`postBuild`
118
118
119
-
: The post build script runs code after restoring the environment. This script is generated with commands required to ensure the proper version of Quarto is present in the environment, install any required tools like TinyTex or Chromium, and to configure VSCode and the Quarto extension for VSCode when applicable.
119
+
: The post build script runs code after restoring the environment. This script is generated with commands required to ensure the proper version of Quarto is present in the environment, install any required tools like TinyTeX or Chrome Headless Shell, and to configure VSCode and the Quarto extension for VSCode when applicable.
0 commit comments