This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ======================================================================================= | |
# Startup file with magic functions: %my_run, %add_custom_path, %clean_custom_path and | |
# %show_custom_path, which runs stuff in the python path as well as user specified paths. | |
# | |
# The %my_run command executes a script as %run does but searching the script in | |
# the user path in addition to python path. | |
# | |
# --------------------------------------------------------------------------------------- | |
# This is a modification of the code done by Gaute Hope <[email protected]> due to | |
# IPython issue 101 |