Question

How can I set PyScripter up to work with IPython as the "embedded" interpreter rather than the plain Python one?
I am using portable python.

I've tried for a few hours with no success.
I imagined it's just a C/L parameter.
But that doesn't seem the case.

Help much appreciated.

Was it helpful?

Solution

I don't know if this will work but you could try the following in the embedded interpreter:

>>> from IPython import embed
>>> embed()

OTHER TIPS

I don't think that this is possible as PyScripter does this based on a specified Python engine. For portable installation these settings are used and this is also what Portable Python shortcut

PyScripter-Portable.exe

does to set up the environment and configure Python engine to be used.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top