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

jupyter.py @a8e0244

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

    main()