Skip to content

Commit 1bf3306

Browse files
committed
update quickstart
1 parent 63118f5 commit 1bf3306

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/quickstart.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
.. ipython::
1+
.. ipython:: python
22
:suppress:
33
4-
In [999]: rm -r data/
4+
rm -r data/
55
6-
In [999]: import numpy as np
6+
.. ipython:: python
7+
:suppress:
78
8-
In [999]: np.random.seed(0)
9+
import numpy as np
10+
np.random.seed(0)
911
1012
Quickstart
1113
==========

0 commit comments

Comments
 (0)