Ask Your Question
0

Sage and Anaconda collide when running Jupyter

asked 7 years ago

roi.holtzman gravatar image

updated 5 years ago

FrédéricC gravatar image

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?

Preview: (hide)

Comments

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?

Iguananaut gravatar imageIguananaut ( 7 years ago )

To help with your Jupyter problem... What do you get if you type which jupyter in a terminal?

slelievre gravatar imageslelievre ( 7 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 7 years ago

slelievre gravatar image

You could install more packages on top of your Sage.

To install pandas, open a terminal, type sage -pip install pandas then hit return.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 7 years ago

Seen: 780 times

Last updated: Dec 10 '17