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 808177f commit 48a42f7Copy full SHA for 48a42f7
doc/source/index.rst
@@ -193,6 +193,32 @@ produces:
193
print('B')
194
print('C')
195
196
+You may also emphasize particular lines in the source code with ``:emphasize-lines:``::
197
+
198
+ .. jupyter-execute::
199
+ :emphasize-lines: 2,5-6
200
201
+ d = {
202
+ 'a': 1,
203
+ 'b': 2,
204
+ 'c': 3,
205
+ 'd': 4,
206
+ 'e': 5,
207
+ }
208
209
+produces:
210
211
+.. jupyter-execute::
212
213
214
215
216
217
218
219
220
221
222
Controlling exceptions
223
----------------------
224
0 commit comments