Skip to content

Commit f762920

Browse files
Update doc/source/user-guide.rst
1 parent 7bcc9aa commit f762920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ set ``eval: false``.
8484
To disable execution and exclude the cell source code in the output,
8585
use the ``eval``, ``echo``, and similar options within the code cell::
8686

87-
eval: false
88-
echo: false
87+
#| eval: false
88+
#| echo: false
8989

9090

9191
By default, the results of executing the code are included in the output. To exclude these

0 commit comments

Comments
 (0)