Questions tagged [ipython]

IPython provides a rich architecture for interactive computing with Python.

The features it can provide are as follows :

  • Powerful interactive shells (terminal and Qt-based).
  • A browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media.
  • Support for interactive data visualization and use of GUI toolkits.
  • Flexible, embeddable interpreters to load into your own projects.
  • Easy to use, high performance tools for parallel computing.

It is available for both python-2.x and python-3.x.

For more information : Ipython

76 questions
2
votes
1 answer

New version of iPython installed, but only old version can be used

(There is a similar question, so I intended to provide more information below that one but got my post deleted. So I'll ask my own question here.) I installed the newest version of iPython by typing sudo -H pip install ipython I confirmed the…
chcubic
  • 21
1
vote
2 answers

IPython error executing system commands

If I execute any system commend in ipython2/3 on my Ubuntu 16.04 machine, I get permission denied error as follows: In [1]: ls -------------------------------------------------------------------------- PermissionError …
Imran
  • 113
1
vote
2 answers

iPython runs on Python 3 instead of Python 2

I've installed iPython via pip. However, it runs on Python 3. How do I get my system to differentiate between iPython and iPython3? I'd like iPython to run on Python 2.
Daniel W.
  • 251
0
votes
1 answer

Scala build tool error in Ubuntu

I installed Apache spark(1.5.2) and IPython(0.12.1) notebook in my Ubuntu 12.04. Before creating a profile for IPython specifically for PySpark, I want to install scala build tool. I followed the following query to build sbt. wget…
Wanderer
  • 103
0
votes
2 answers

Not able to run ipython nbconvert

I have downloaded the ipython and ipython-notebook packages. The documentation of ipython says that I can run nbconvert to convert my notebooks to html/latex/etc. But am not able to run either nbconvert or ipython nbconvert. ~ ipython…
Kartik
  • 177
  • 2
  • 14