master
/ miniconda3 / envs / poem / lib / python3.10 / site-packages / jupyter.py

jupyter.py @a8e0244 raw · history · blame

1
2
3
4
5
"""Launch the root jupyter command"""
if __name__ == "__main__":
    from jupyter_core.command import main

    main()