#!/usr/local/bin/python2.7
"""Launch the root jupyter command"""

from jupyter_core.command import main

if __name__ == '__main__':
    main()
