mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
997 B
997 B
My Notebook¶
In [1]:
def foo(): return "foo"
In [2]:
def has_ip_syntax(): listing = !ls return listing
In [4]:
def whatsmyname(): return __name__