DEBSOURCES
Skip Quicknav
sources / jupyter-core / 5.7.2-5 / scripts / jupyter
12345678
#!/usr/bin/env python """Launch the root jupyter command""" from __future__ import annotations from jupyter_core.command import main if __name__ == "__main__": main()