I've run pip install ipdb
but when I run import ipdb
in iPython
I still get the error: ImportError: No module named 'ipdb'
What does this mean?
Similarly, when I'm importing files (with .py extension) in iPython, I'm also getting this error (ImportError: No module named Chapter_1_Python_Syntax)
though I've checked the path to the directory and it's correct.