cloudml-magic
cloudml-magic copied to clipboard
__init__.py has mistake that prevents package to run
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 *