Update self-defined python modules

Hi everyone,

I have created some python modules to call in python components in Grasshopper
However, I found that i need to restart rhino to make the changes of the python files effective.

Is there any simple ways like sourcing the files?

You can use reload(module) after importing the module.

1 Like

That works
thanks dude <3

1 Like