Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium IPython

New issue 3292 by asmeu...@gmail.com: init_session from within Python starts IPython
http://code.google.com/p/sympy/issues/detail?id=3292

$python
Python 2.7.3 (default, Apr 20 2012, 22:44:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
from sympy import init_session
init_session()
IPython console for SymPy 0.7.1-git (Python 2.7.3-32-bit) (ground types: python)

These commands were executed:
from __future__ import division
from sympy import *
x, y, z, t = symbols('x y z t')
k, m, n = symbols('k m n', integer=True)
f, g, h = symbols('f g h', cls=Function)

Documentation can be found at http://www.sympy.org

In [1]:

init_session shouldn't start IPython if we started off in Python.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to