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
@Baoooooooda check out Jupysql, this seems to work fine with that package (we forked this repo so it's still maintained and we can help users solve bugs/issues while keeping backward compatibility)
Tried to run below code in jupyter notebook
%load_ext sql
%config SqlMagic.displaylimit = 5
Got error message:
"AttributeError: type object 'CommManager' has no attribute 'class_traits'"
I did successfully run the same code before but now keep receiving error message. What could be the issue?
Thanks!
The text was updated successfully, but these errors were encountered: