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!