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 e544baa commit bbe72a1Copy full SHA for bbe72a1
doc/source/index.rst
@@ -155,15 +155,15 @@ a list of error types; if an error is raised that is not in the list then execut
155
:raises: KeyError, ValueError
156
157
a = {'hello': 'world!'}
158
- a['hello']
+ a['jello']
159
160
produces:
161
162
.. jupyter-execute::
163
164
165
166
167
168
Additionally, any output sent to the ``stderr`` stream of a cell will result in jupyter-sphinx
169
raising an exception. This behaviour can be suppressed (and the ``stderr`` stream printed as regular
0 commit comments