File: jupyter.py

package info (click to toggle)
jupyter-core 4.2.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 548 kB
  • sloc: python: 1,310; makefile: 167; sh: 77
file content (4 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (4)
1
2
3
4
"""Launch the root jupyter command"""
if __name__ == '__main__':
    from jupyter_core.command import main
    main()