In [1]:
import hi
In [2]:
print("OK!!!!")
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")
In [3]:
test = Table.read_table("test.csv")
test
Out[3]:
In [ ]: