ipython-sql
ipython-sql copied to clipboard
version 0.3.9 is printing cleartext passwords to my notebook
I have had to install version 0.3.9 of ipython-sql due to https://github.com/catherinedevlin/ipython-sql/issues/67. But this version prints my sqlalchemy connection string containing username and password, which I certainly do not want in there if I put some of my analyses to github. I can use %%capture to circumvent this, but I think this should not be standard behavior in principle.
If there is an easy way to switch this off in version 0.3.9 general, I'd be happy to learn how that works for now.
Thanks!