예제 #1
0
def setup():
    magic = Magic(shell=ip)
    ip.register_magics(magic)
예제 #2
0
def register_magic():
    magic = Magic(shell=ip)