##// END OF EJS Templates
Merge pull request #3 from slojo404/rst2ipynb
Merge pull request #3 from slojo404/rst2ipynb

File last commit:

r6226:a9ecfa21
r6238:11a46b59 merge
Show More
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)
No description has been provided for this image
No description has been provided for this image
In [2]:
# multiline input
x = 1
y = 2
In [3]:
1+2
Out[3]:
3
In [4]:
print 'hello world'
hello world

$e^{i\pi} + 1 = 0$

In [ ]: