test.ipynb
152 lines
| 18.5 KiB
| text/plain
|
TextLexer
H1¶
H2¶
H3¶
H4¶
H5¶
H6¶
A section heading¶
A bit of text, with important things:
- and
- more
Using reST links to ipython <http://ipython.org>
_.
In [1]:
f = figure()
plot([1])
display(f)
In [2]:
# multiline input
x = 1
y = 2
In [3]:
1+2
Out[3]:
In [4]:
print 'hello world'
$e^{i\pi} + 1 = 0$
In [ ]: