master
/ miniconda3 / pkgs / jupyter_client-8.1.0-py310h06a4308_0 / bin / jupyter-run

jupyter-run @a663dc1 raw · history · blame

#!/croot/jupyter_client_1680171862562/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/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())