File: jupyter

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 (7 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env python
"""Launch the root jupyter command"""

from jupyter_core.command import main

if __name__ == '__main__':
    main()