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 1f3ae47 commit efe5374Copy full SHA for efe5374
docs/configuration.md
@@ -89,7 +89,7 @@ to the directive. Note that this is compatible only if `:new_tab:` is also provi
89
90
It is possible to control whether code snippets in REPL environments automatically executes when loaded.
91
For this, you may set `replite_auto_execute = False` globally in `conf.py` with (defaults to `True` if
92
-not present), or override it on a per-directive basis with `:execute: true` or `:execute: false`.
+not present), or override it on a per-directive basis with `:execute: True` or `:execute: False`.
93
94
## Strip particular tagged cells from IPython Notebooks
95
0 commit comments