Frage

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.

War es hilfreich?

Lösung

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

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

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top