I was trying to be able to select to create a 2.x or 3.x python notebook in Jupyter Notebook. So I followed the solution I found here at Stack: Using both Python 2.x and Python 3.x in IPython Notebook
creating a 2.x or 3.x python notebook in Jupyter Notebook
after that, I can't run a cell at Jupyter without the following error:
ModuleNotFoundError: No module named 'pandas'
I've already tried reinstalling conda, the packages, jupyter, and creating a new env. Nothing works.
Any ideas?
one more thing, after reinstalling conda, all my jupyter notebooks shows the Kernel Dead error below:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/anaconda3/envs/py36/bin/python'