Jan 16, 2021
Great article! Instead of searching and removing every instance of `ic`, you can call `ic.disable()`. Then, if you need it again use `ic.enable()` to continue where you left off. This is also where the `install` method comes in handy, so you don’t import `ic` in every python file.