Thanks to visit codestin.com Credit goes to github.com
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 f3d0ff8 commit 215d24fCopy full SHA for 215d24f
ipython_directive.rst
@@ -106,16 +106,16 @@ suppress the seed line so it doesn't show up in the rendered output
106
@doctest
107
In [3]: numpy.random.rand(10, 2)
108
Out[3]:
109
- array([[ 0.64524308, 0.59943846],
110
- [ 0.47102322, 0.8715456 ],
111
- [ 0.29370834, 0.74776844],
112
- [ 0.99539577, 0.1313423 ],
113
- [ 0.16250302, 0.21103583],
114
- [ 0.81626524, 0.1312433 ],
115
- [ 0.67338089, 0.72302393],
116
- [ 0.7566368 , 0.07033696],
117
- [ 0.22591016, 0.77731835],
118
- [ 0.0072729 , 0.34273127]])
+ array([[0.64524308, 0.59943846],
+ [0.47102322, 0.8715456 ],
+ [0.29370834, 0.74776844],
+ [0.99539577, 0.1313423 ],
+ [0.16250302, 0.21103583],
+ [0.81626524, 0.1312433 ],
+ [0.67338089, 0.72302393],
+ [0.7566368 , 0.07033696],
+ [0.22591016, 0.77731835],
+ [0.0072729 , 0.34273127]])
119
120
Another demonstration of multi-line input and output
121
0 commit comments