master
/ .localenv / lib / python3.5 / site-packages / jupyter.py

jupyter.py @master

4d078e2
 
 
 
1
2
3
4
"""Launch the root jupyter command"""
if __name__ == '__main__':
    from jupyter_core.command import main
    main()