You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 *
The text was updated successfully, but these errors were encountered:
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 *
The text was updated successfully, but these errors were encountered: