Top "Ipython" questions

IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.

Connecting to a remote IPython instance

I would like to run an IPython instance on one machine and connect to it (over LAN) from a different …

python ipython zeromq jupyter pyzmq
Ipython Notebook: where is jupyter_notebook_config.py in Mac?

I just started using a Mac, so please forgive me if this sounds too naive. I'm trying to install Interactive …

python macos ipython ipython-notebook ipython-parallel
Spyder IPython background color

I'm new to Spyder(version 2.3.0dev6) and I want to change the background color of my IPython console(version 1.1.0). I …

ipython background-color spyder
Passing IPython variables as arguments to bash commands

How do I execute a bash command from Ipython/Jupyter notebook passing the value of a python variable as an …

python ipython jupyter-notebook command-line-arguments
Using Ipython ipywidget to create a variable?

This seems really simple but I have not been able to find a single example or to solve this myself. …

ipython jupyter-notebook ipywidgets
Error: dlopen() Library not loaded Reason: image not found

I am a newbie in this field. My laptop is Macbook air, Software: OS X 10.8.5 (12F45). I am running a …

macos error-handling ipython dlopen
Is it possible to go into ipython from code?

For my debugging needs, pdb is pretty good. However, it would be much cooler (and helpful) if I could go …

python shell debugging ipython pdb
How to handle citations in Ipython Notebook?

What is the best way to take care of citations in Ipython Notebook? Ideally, I would like to have a …

latex ipython markdown bibtex
What statistics module for python supports one way ANOVA with post hoc tests (Tukey, Scheffe or other)?

I have tried looking through multiple statistics modules for Python but can't seem to find any that support one-way ANOVA …

python statistics scipy ipython statsmodels
Ipython no readline available and pip install readline error

I installed ipython but it doesn't have the readline option. I first downloaded gnu readline and compiled and installed. DIdn't …

python readline ipython pip