Ask Your Question
0

Sage and Anaconda collide when running Jupyter

asked 2017-12-01 09:32:56 +0200

roi.holtzman gravatar image

updated 2019-08-29 18:49:19 +0200

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?

edit retag flag offensive close merge delete

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 ( 2017-12-06 17:50:31 +0200 )edit

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

slelievre gravatar imageslelievre ( 2017-12-10 19:20:30 +0200 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2017-12-10 19:19:52 +0200

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.

edit flag offensive delete link more

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: 2017-12-01 09:32:56 +0200

Seen: 709 times

Last updated: Dec 10 '17