mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 10:15:45 +00:00
6 lines
119 B
Python
6 lines
119 B
Python
"""Launch the root jupyter command"""
|
|
if __name__ == "__main__":
|
|
from jupyter_core.command import main
|
|
|
|
main()
|