Hello Bruno,
it is not clear to me how your question is related to Jupyter. Are you trying to run your Python program from a notebook? If yes, which kernel language? From the top of my head, I don't know which language might provide a 'run' command.
From a Unix command line, you could start a Python program as 'python <filename>'.
cheers,
Roland