nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
352 stars 26 forks source link

Add sympy to PineApple on my mac OS X 10.11.5 #65

Open manisoftwartist opened 8 years ago

manisoftwartist commented 8 years ago

How do I get pineapple to use sympy library? If I install on my mac and use Kernel -> Change -> Local python from Pineapple, I get the following message

The kernel has died, and the automatic restart has failed. It is possible the kernel cannot be restarted. If you are not able to restart the kernel, you will still be able to save the notebook, but running code will no longer work until the notebook is reopened.

kevinr commented 7 years ago

I ran into this while Googling for the same issue, and later found from data/examples/python2.7/Packages.ipynb that it looks like

import pineapple
%pip install sympy

is the right way to do this.