I am trying to connect Jupyter Notebook to MSSQL. The online course i am going through asks me to input the following code into Jupyter NoteBook:
Step1: from dbmodule import connect
Step2: connection=connect(‘database name’,‘username’,‘pwd’) and so on…
However, i get the Modulenotfound Error. I am unable to find this module as well. Please advise.