Im trying to connect my Python Jupyter notebook with my local SQL Server instance. I am stuck at setting up the connection string. Hope I am not missing something obvious. I know the general string is:
DRIVER%3D%7BODBC+Driver+13+for+SQL+Server%7D%3BSERVER%3Dlocalhost%3BPORT%3D1433%3BDATABASE%3Dnb-database%3BUID%3Dnb-user%3BPWD%3Dnb-password%3B
Which is fine, except that I am using Windows Authentication so that, as I am logged into Windows, I don't need a password. What should I enter in the password part then?