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.

IPython Notebook save location

I just started IPython Notebook, and I tried to use "Save" to save my progress. However, instead of saving the *.…

python ipython ipython-notebook
Step-by-step debugging with IPython

From what I have read, there are two ways to debug code in Python: With a traditional debugger such as …

python debugging emacs ipython pdb
Importing .py files in Google Colab

Is there any way to upload my code in .py files and import them in colab code cells? The other …

jupyter-notebook ipython google-colaboratory colab
How to write text in ipython notebook?

Here is an example of IPython notebook in which besides the input and output cells we have a plain text. …

ipython ipython-notebook
Make more than one chart in same IPython Notebook cell

I have started my IPython Notebook with ipython notebook --pylab inline This is my code in one cell df['korisnika'].…

python pandas ipython ipython-notebook
What is the right way to debug in iPython notebook?

As I know, %debug magic can do debug within one cell. However, I have function calls across multiple cells. For …

python python-2.7 jupyter-notebook ipython pdb
Launch IPython notebook with selected browser

I am trying to start IPython with a non default browser (in my case Firefox) and thought I could replicate …

python windows subprocess ipython
How to increase image size of pandas.DataFrame.plot in jupyter notebook?

How can I modify the size of the output image of the function pandas.DataFrame.plot? I tried: plt.figure (…

pandas matplotlib ipython jupyter
How to display full output in Jupyter, not only last result?

I want Jupyter to print all the interactive output without resorting to print, not only the last result. How to …

python ipython jupyter
Progress indicator during pandas operations

I regularly perform pandas operations on data frames in excess of 15 million or so rows and I'd love to have …

python pandas ipython