Skip to content

Commit bd38393

Browse files
Manual cells is not advanced usage
Co-authored-by: Anton Akhmerov <[email protected]>
1 parent 95bd195 commit bd38393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ produces:
317317

318318
print("hello, world!", file=sys.stderr)
319319

320-
Advanced usage: manually forming Jupyter cells
321-
----------------------------------------------
320+
Manually forming Jupyter cells
321+
------------------------------
322322

323323
When showing code samples that are computationally expensive, access restricted resources, or have non-deterministic output, it can be preferable to not have them run every time you build. You can simply embed input code without executing it using the ``jupyter-input`` directive expected output with ``jupyter-output``::
324324

0 commit comments

Comments
 (0)