
IPython can also be used on other platforms. Also, any PC on the LAN could access the Raspberry Pi.
INSTALL IPYTHON CONSOLE INSTALL
To use the notebook or the Qt console, its easiest to install through a package. This gives on access to IPython without having to install it on a PC. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. Can IPython run under IronPython/PyPy/Jython/other Python interpreters. After running iPython you may still see the warning find that it's still trying to use Python 2.7. Run code by line, cell or file or work interactively with debugging, plots and magic commands.

From the Consoles menu, Spyder can launch IPython Console instances that. Make sure your virtual environment is activated. Harness the power of as many IPython consoles as you like in one GUI. Visit the IPython project website for full documentation of IPython’s many features. IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. Spyder’s IPython Console implements a full two-process IPython session where a lightweight front-end interface connects to a full IPython kernel on the back end.
