cloudml-magic icon indicating copy to clipboard operation
cloudml-magic copied to clipboard

__init__.py has mistake that prevents package to run

Open mascarom opened this issue 6 years ago • 0 comments

It looks to me that this package does not work, it is missing a . in the init.py package file, when loading it does not import anything as is. init.py should be modified as from .cloudmlmagic import *

mascarom avatar Jun 12 '18 21:06 mascarom