[IPython-User] questions about latex rendering in ipython with sympy
Comer Duncan
comer.duncan@gmail....
Tue Jan 10 15:17:12 CST 2012
Hi,
Thanks for the info. I have decided that there is a problem with my
install of ipython .12. I have a couple of days ago installed ipython .12.
It works as far as I can tell except for the sympy use. That is, ipython
notebook --profile=sympy has a problem:
comerduncan% ipython notebook --profile=sympy
[NotebookApp] Profile u'sympy' not found.
comerduncan% which ipython
/usr/local/bin/ipython
What about sympy?
comerduncan% which isympy
/usr/local/bin/isympy
I had installed ipython and sympy a couple of days ago following the
recommendation on the IPython site.
On this mac (running Lion) the location of ipython and sympy are shown as
site-packages in /Library/Python/2.7/site-packages:
comerduncan% ls /Library/Python/2.7/site-packages
README pymongo-2.1.1-py2.7-macosx-10.7-intel.egg
easy-install.pth pyzmq-2.1.11-py2.7-macosx-10.7-intel.egg
ipython-0.12-py2.7.egg readline-6.2.1-py2.7-macosx-10.7-intel.egg
matplotlib-1.1.0-py2.7-macosx-10.7-intel.egg sympy-0.7.1-py2.7.egg
nose-1.1.2-py2.7.egg tornado-2.1.1-py2.7.egg
pexpect-2.4-py2.7.egg
So, given this info, what might be wrong with ipython's installation and
use with sympy?
Sorry for asking such basic questions...
I would appreciate some help/info to get me in the correct installed state.
Comer
On Tue, Jan 10, 2012 at 10:56 AM, Thomas Kluyver <takowl@gmail.com> wrote:
> On 10 January 2012 15:36, Comer Duncan <comer.duncan@gmail.com> wrote:
>
>> I can't seem to locate Aaron's suggested --profile=sympy file. I have
>> sent Aaron a query. Thanks for your prompt reply last night.
>
>
> --profile=sympy is not a file, it's an option: at the command line, use
> the command "ipython notebook --profile=sympy" (without quotes) to start
> IPython with the sympy profile. This profile ships with IPython, so you
> don't need to install anything extra.
>
> Thomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20120110/0d6f3c03/attachment.html
More information about the IPython-User
mailing list