File size: 155 Bytes
d1ceb73
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""Launch the root jupyter command"""
from __future__ import annotations

if __name__ == "__main__":
    from jupyter_core.command import main

    main()