I want create my own module in jupyter notebook, but when i try to import that it gives an error.
ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import one
ModuleNotFoundError: No module named ‘one’
ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import one
ModuleNotFoundError: No module named ‘one’
Make sure that the module which you made is in the same directory as the present code file.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.
yes sir it is in same directory only but I face this issue in Jupyter notebook only other editor works
Make sure that you are creating that jupyter notebook in the same directory .