Ejemplo n.º 1
0
def start_ipytuga(**kwargs):
    """
    Starts IPython-based Pytuga REPL.
    """

    from pytuga.ipytuga.shell import start_shell
    start_shell(**kwargs)
Ejemplo n.º 2
0
from pytuga.ipytuga.shell import start_shell


if __name__ == '__main__':
    start_shell()