File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,14 @@ global value using an additional `:new_tab_button_text:` parameter:
111
111
plt.show()
112
112
```
113
113
114
- It is also possible to disable the execution of the code in the Replite console by setting the ` :execute: ` option to ` False ` :
114
+ ```` {tip}
115
+
116
+ With `jupyterlite-core` **versions 0.5.0 and later**, it is also possible to disable the execution of
117
+ the code in the Replite console by setting the `:execute:` option to `False`. This option defaults to `True`,
118
+ and setting it has no effect in versions prior to 0.5.0.
119
+
120
+ The behaviour can also be [configured globally](../configuration.md#replite-auto-execution-with-the-replite-directive)
121
+ and then overridden in individual directives as needed.
115
122
116
123
```rst
117
124
.. replite::
@@ -149,5 +156,4 @@ It is also possible to disable the execution of the code in the Replite console
149
156
plt.show()
150
157
```
151
158
152
- The behaviour can also be [ configured globally] ( ../configuration.md#replite-auto-execution-with-the-replite-directive )
153
- and then overridden in individual directives.
159
+ ````
You can’t perform that action at this time.
0 commit comments