Skip to content

Commit 27c6bc6

Browse files
committed
reviewer feedback: rewrite what jupyter notebook does
1 parent 02e4686 commit 27c6bc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/getting_started/how_to_read_these_docs.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ or:
2323
2424
2525
26-
The first block is a standard python input, while in the second the ``In [1]:`` indicates the input is inside a `notebook <https://jupyter.org>`__. It does not make any difference **except the last line will be printed**.
27-
26+
The first block is a standard python input, while in the second the ``In [1]:`` indicates the input is inside a `notebook <https://jupyter.org>`__. In Jupyter Notebook the last line is printed and plots are shown inline.
2827

2928
For example:
3029

0 commit comments

Comments
 (0)