Results 146 comments of Ido M

@pratikchhapolika There are multiple ways of doing so. You don't really need to set the connection via psycopg2, you can follow this [guide for connecting](https://jupysql.readthedocs.io/en/latest/connecting.html#connecting), or pass an existing engine...

@princesscrypto1337 does it still happen to you (I know this issue is pretty old)

This [has been added](https://jupysql.readthedocs.io/en/latest/connecting.html) to JupySQL 0.5.1 (a fork of ipython-sql): ```sh pip install jupysql --upgrade ``` ```python import pandas as pd from sqlalchemy.engine import create_engine engine = create_engine("sqlite://") df...

I also tried working around this by defining a rule priority of 999 but it didn't solve this (maybe because I have other services with no priority)

> The fix here is good and important. > > However, this does not address the central issue brought up in [bpo-37970](https://bugs.python.org/issue37970), regarding this line of the docs being misleading,...

I have made the requested changes; please review again

@taleinat I've changed one description, once we'll decide on the format I'll clone for the other function