We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8734fe0 commit c264b13Copy full SHA for c264b13
vignettes/behind-the-scenes.qmd
@@ -239,7 +239,7 @@ generated HTML file to view the application (without modify browser security set
239
Instead, we need to use a "Live Server" to view the application. This
240
can be achieved with either:
241
242
-- Use VSCode's [Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
+- Use VSCode's Live Server extension
243
- Python's [`http.server`](https://docs.python.org/3/library/http.server.html) module
244
- R's [`httpuv`](https://github.com/rstudio/httpuv) package
245
0 commit comments