@Aarshay wrote:
Hello,
I'm using Enthought Canopy environment for running Python 2.7.
I've created a script named "preProcess_titanic.py" which contains a pre_process function. I'm importing this script into main script using:
from preProcess_titanic import pre_processBut the changes I'm making in the "preProcess_titanic.py" script are not reflecting while running the main script. These turn up only when I restart the Canopy application.
Please suggest any remedies.
Thanks,
Aarshay
Posts: 1
Participants: 1