Re: skimage module not found by iPython's completion?
6 Feb
2012
6 Feb
'12
1:14 p.m.
On Mon, Feb 6, 2012 at 11:12 AM, Tony Yu <tsyu80@gmail.com> wrote:
As for the second issue: We don't automatically import any subpackages (other than `util`). This was a design decision since automatic imports of all subpackages would increase load times (there may be other reasons too). On the other hand, if you just want to see which submodules are available for import, you can write `import skimage.<tab>` (note the dot before <tab>) or `from skimage import<tab>` in ipython.
Besides, Tony is busy updating all the module level docstrings, so that "skimage?" should soon deliver useful results :) Cheers Stéfan
4626
Age (days ago)
4626
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stéfan van der Walt