Running python script inside ipython

from within the directory of “my_script.py” you can simply do:

%run ./my_script.py

Leave a Comment