Hi Guys,
I am trying to import pymongo module in Jupyter Notebook. But it is showing me the below error.
$ import pymongo
File "/app/actions/personal_info_form.py",
line 9, in <module> action_server_1
ModuleNotFoundError: No module named 'pymongo'
How can I solve this error?