jupyter.py 118 Bytes
Newer Older
Stelios Karozis's avatar
Stelios Karozis committed
1 2 3 4
"""Launch the root jupyter command"""
if __name__ == '__main__':
    from jupyter_core.command import main
    main()