ipython-sql icon indicating copy to clipboard operation
ipython-sql copied to clipboard

Getting AttributeError: type object 'CommManager' has no attribute 'class_traits'

Open Baoooooooda opened this issue 2 years ago • 1 comments

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!

Baoooooooda avatar Nov 21 '22 18:11 Baoooooooda

@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)

idomic avatar Dec 22 '22 03:12 idomic