From tabulate import tabulate error: ModuleNotFoundError: No module named 'tabulate'

get this error: 

ModuleNotFoundError: No module named 'tabulate'

I have already done import mibian without error

You can run the below code from your Jupyter notebook to fix the module not found error.



!pip install tabulate



If you are not able to successfully run the above command then please share the screenshot of the error message on quantra@quantinsti.com to investigate the issue further.