2022-05-23 00:16:32 +04:00

6 lines
119 B
Python

"""Launch the root jupyter command"""
if __name__ == "__main__":
from jupyter_core.command import main
main()