basabuuka_prototyp/venv/lib/python3.5/site-packages/jupyter.py
2020-08-16 19:36:44 +02:00

4 lines
118 B
Python

"""Launch the root jupyter command"""
if __name__ == '__main__':
from jupyter_core.command import main
main()