Hi Yann,
In startup code called by PyCharm, it may be helpful to add:
import itkConfig
itkConfig.LazyLoading = False
import itk
This will load all of the toolkit so it will be available for completion.
Hi Yann,
In startup code called by PyCharm, it may be helpful to add:
import itkConfig
itkConfig.LazyLoading = False
import itk
This will load all of the toolkit so it will be available for completion.