ipython-sql
ipython-sql copied to clipboard
Getting AttributeError: type object 'CommManager' has no attribute 'class_traits'
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 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)