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