File: jupyter

package info (click to toggle)
jupyter-core 5.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: python: 2,595; makefile: 175; sh: 77; javascript: 1
file content (8 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python
"""Launch the root jupyter command"""
from __future__ import annotations

from jupyter_core.command import main

if __name__ == "__main__":
    main()