basabuuka_prototyp/venv/lib/python3.5/site-packages/jupyter.py

5 lines
118 B
Python
Raw Normal View History

2020-08-16 19:36:44 +02:00
"""Launch the root jupyter command"""
if __name__ == '__main__':
from jupyter_core.command import main
main()