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.

Autoreload of modules in IPython

Is there a way to have IPython automatically reload all changed code? Either before each line is executed in the …

python jupyter-notebook ipython
Showing line numbers in IPython/Jupyter Notebooks

Error reports from most language kernels running in IPython/Jupyter Notebooks indicate the line on which the error occurred; but (…

python ipython jupyter
What is %timeit in python?

I always read the code to calculate the time like this way: %timeit function() Can you explain what means "%" here? …

python ipython
Installing a pip package from within a Jupyter Notebook not working

When I run !pip install geocoder in Jupyter Notebook I get the same output as running pip install geocoder in …

python ipython anaconda jupyter jupyter-notebook
Selection with .loc in python

I saw this code in someone's iPython notebook, and I'm very confused as to how this code works. As far …

python pandas dataframe ipython selection
collapse cell in jupyter notebook

I am using ipython Jupyter notebook. Let's say I defined a function that occupies a lot of space on my …

python ipython ipython-notebook jupyter
Plot width settings in ipython notebook

I've got the following plots: It would look nicer if they have the same width. Do you have any idea …

python matplotlib jupyter-notebook ipython
OSX El Capitan: sudo pip install OSError: [Errno: 1] Operation not permitted

When I run: sudo pip install ipython I get the following error OSError: [Errno: 1] Operation not permitted: '/System/Library/…

pip ipython failed-installation osx-elcapitan
%matplotlib line magic causes SyntaxError in Python script

I try to run the following codes on Spyder (Python 2.7.11): # -*- coding: utf-8 -*- import numpy as np …

python matplotlib ipython spyder
ipynb import another ipynb file

Interactive Python (ipython) is simply amazing, especially as you are piecing things together on the fly... and does it in …

python import workflow ipython