Access MSSQL using Jupyter NoteBooks

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.

I’m in the same online course and I got the same error. Could you solve it?