cmkl/fall-2024/math/mat-204/00020/env/bin/jupyter-run

9 lines
313 B
Python
Executable File

#!/home/winsdominoes/Workspace/cmkl_assignments/fall-2024/math/mat-204/00020/env/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from jupyter_client.runapp import RunApp
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(RunApp.launch_instance())