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.

Setting up IPython Qtconsole with PyQt5

On an OSX 10.9, I have Qt5 installed. Later I installed Ipython, sip and PyQt5 all build from source. Now here …

python macos pyqt ipython qtconsole
How to use FetchAll in PyPyODBC Module for Python?

I am trying to use PyPyODBC, specifically a take on this example. However, I am not interested in creating a …

python sql-server ipython pypyodbc
Custom Interactive Shell with AutoComplete

I have been tasked to create an interactive shell to be embedded in python, such that, when called from the …

python shell ipython interactive-shell
Measure (max) memory usage with IPython—like timeit but memit

I have a simple task: in addition to measuring the time it takes to execute a chunk of code in …

python memory benchmarking ipython
How to activate Ipython Notebook and QT Console with Python 3.4 in Anaconda 2.0

I have installed in Window 7 environment Anaconda 2.0. The default Python is 2.7 but also Python 3.4 is installed. I am able to …

python ipython anaconda qtconsole
graceful interrupt of while loop in ipython notebook

I'm running some data analysis in ipython notebook. A separate machine collects some data and saves them to a server …

ipython interrupt jupyter-notebook ipywidgets
Multiple directories and/or subdirectories in IPython Notebook session?

The IPython documentation pages suggest that opening several different sessions of IPython notebook is the only way to interact with …

python ipython directory subdirectory
How to get rid of warning "DeprecationWarning generator 'ngrams' raised StopIteration"

While working on a Kaggle notebook I ran into an issue. The following code block: from nltk import ngrams def …

python ipython nltk kaggle
How to modify reveal.js slide settings in a ipython/jupyter notebook

I'm writing reveal.js slides using the jupyter/iPython notebook. I would like to change some of the default settings …

javascript ipython ipython-notebook reveal.js jupyter
How do I configure mathjax for iPython notebooks?

I'm trying to find a way for mathjax to not use STIX fonts for math in my iPython notebook. Instead, …

python ipython ipython-notebook mathjax