In [1]:
import hi


---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-605378831bf4> in <module>()
----> 1 import hi

ImportError: No module named 'hi'

In [2]:
print("OK!!!!")


OK!!!!

What

WHAT

ok plz

foo = baz <script>alert('xss one')</script>
$$x^2 + x_y+ 5555^2$$$$f(a,b,c) = (a^2+b^2+c^2)^3$$$$f(x) = \sqrt{1+x} \quad (x \ge -1) $$


Element with ID nb-grade

Markdown Image

Tables Are Cool
col 3 is right-aligned 1600
col 2 is centered 12
zebra stripes are neat 1

Markdown has blockquotes


In [3]:
for _ in range(5):
    print("OK")


OK
OK
OK
OK
OK

In [3]:
test = Table.read_table("test.csv")
test


Out[3]:
Date NEI NEIA
1994-01-01 1 1.127
1994-01-02 10.283

... (80 rows omitted)


In [ ]: