File: __main__.py

package info (click to toggle)
jupyter-core 4.7.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 612 kB
  • sloc: python: 1,606; makefile: 167; sh: 77; javascript: 1
file content (3 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (4)
1
2
3
"""Launch the root jupyter command"""
from .command import main
main()