Sage and Anaconda collide when running Jupyter
I think Sage is interfering with anaconda. The problem is that I can't run Jupyter notebook from the anaconda GUI. The reason I want to do so is that I need modules (like pandas) that I have in anaconda, and I can't install on Sage. I saw that to uninstall sage (I'm on a Mac) I just need to put it in the trash. But I tried to do so, and I still cannot run Jupyter from anaconda. What can I do?
Do you get any specific error message? Also there should be no reason you can't install pandas into Sage's Python; but regardless Sage should not interfere with Anaconda--but the question becomes why has that become the case for you?
To help with your Jupyter problem... What do you get if you type
which jupyter
in a terminal?