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.

How to check whether I have IPython installed on my machine and what sequence to install these libraries?

I need to use python for a machine learning course and I also need to install some external libraries. I'm …

python macos ipython enthought
Uploading files using Browse Button in Jupyter and Using/Saving them

I came across this snippet for uploading files in Jupyter however I don't know how to save this file on …

python file-upload ipython jupyter-notebook ipywidgets
Verifying PEP8 in iPython notebook code

Is there an easy way to check that iPython notebook code, while it's being written, is compliant with PEP8?

python ipython ipython-notebook pep8
Links between IPython notebooks

Is it possible to link one IPython notebook to another with a hyperlink in a Markdown cell? If I try …

python ipython
Close an open h5py data file

In our lab we store our data in hdf5 files trough the python package h5py. At the beginning of …

python ipython hdf5 h5py
Is it possible to display an OpenCV video inside the IPython /JuPyter Notebook?

When running the examples from the OpenCV video processing python tutorials, they all pop up in a dedicated window. I …

opencv video ipython ipython-notebook jupyter
virtualenv IPython in Spyder not working

I have installed Spyder on Linux (Mint 17 to be exact) and created a scientific virtualenv (sci) with ipython, numpy, etc. …

python ipython spyder
How do I customize text color in IPython?

I'd like to customize the color of text in IPython, but am not sure how to do it. I know …

python ipython customization
WARNING: IPython History requires SQLite, your history will not be saved

Hi I'm using Ubuntu release 12.10 (quantal) 32-bit with Linux Kernel 3.5.0-21-generic. I'm trying to get IPython's History to work. …

python sqlite ipython pysqlite
How do I embed an IPython Interpreter into an application running in an IPython Qt Console

There are a few topics on this, but none with a satisfactory answer. I have a python application running in …

python-2.7 ipython qtconsole