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/books/book-basics.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -200,11 +200,11 @@ Creating a PDF preview with the AsciiDoc toolchain is a useful way to verify tha
200
200
201
201
#### Previewing HTML with Asciidoctor
202
202
203
-
Creating an HTML preview the AsciiDoc toolchain is a useful way to verify that the AsciiDoc output of your book can be rendered properly. To do this, follow these instructions:
203
+
Creating an HTML preview with the AsciiDoc toolchain is a useful way to verify that the AsciiDoc output of your book can be rendered properly. To do this, follow these instructions:
204
204
205
205
1. First, install Asciidoctor by following the instructions here: <https://docs.asciidoctor.org/asciidoctor/latest/install/>
206
206
207
-
2. From the terminal in the root of your project, use the following command to compile your AsciiDoc book to a PDF:
207
+
2. From the terminal in the root of your project, use the following command to compile your AsciiDoc book to HTML:
208
208
209
209
``` bash
210
210
$ asciidoctor _book/book-asciidoc/<title>.adoc
@@ -220,7 +220,7 @@ Once you've got the basic book template up and running check out these articles
220
220
221
221
- [Book Crossrefs](book-crossrefs.qmd) explains how to create cross references to sections, figures, tables, equations and more within books.
222
222
223
-
- [Book Output](book-output.qmd) covers customizing the style and appearance of your book in the various output format as well as how to provide navigation and other tools for readers.
223
+
- [Book Output](book-output.qmd) covers customizing the style and appearance of your book in the various output formats as well as how to provide navigation and other tools for readers.
224
224
225
225
- [Book Options](/docs/reference/projects/books.qmd) provides a comprehensive reference to all of the available book options.
Copy file name to clipboardExpand all lines: docs/computations/_jupyter-install.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,5 @@ quarto check jupyter
25
25
```
26
26
27
27
Quarto will select a version of Python using the [Python Launcher](https://docs.python.org/3/using/windows.html#python-launcher-for-windows) on Windows or system `PATH` on MacOS and Linux. You can override the version of Python used by Quarto by setting the `QUARTO_PYTHON` environment variable.
28
+
29
+
If you are using a virtual environment with your environment or project, see more at [Virtual Environments](/docs/projects/virtual-environments.qmd).
0 commit comments