##// END OF EJS Templates
Initial checkin - note that in this state, it's producing an ipython...
Initial checkin - note that in this state, it's producing an ipython tb failure. Use this as a test case to fix the ultratb bug.

File last commit:

r6220:ce75a443
r6220:ce75a443
Show More
test.ipynb
146 lines | 18.4 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
In [ ]: