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.

Is there a keyboard shortcut to switch from editor to console in sypider?

I'm using spyder of anaconda in Mac, and often switch back and forth between the editor and console. I was …

ipython spyder
pandas dataframe as latex or html table nbconvert

Is it possible to get a nicely formatted table from a pandas dataframe in ipython notebook when using nbconvert to …

latex ipython ipython-notebook pdflatex
spyder Ipython console buffer

I'm using Spyder 3.5 and trying to change the number of IPython Console buffer line. The default is 500 lines. But no …

ipython buffer spyder
Logging module does not print in IPython

The following code does print 'I want this to print' in 'ipython qtconsole', however it does not print in plain …

python logging ipython qtconsole
NameError: name 'db' is not defined

I am building a web app with Flask and SQLAlchemy. I can't seem to find out the reason for this …

python flask sqlalchemy ipython flask-script
How to use pipe in IPython

In a Linux terminal, when the output of one command is too long to read in one page, I can …

python scroll ipython pager ipython-magic
How to auto complete in an iPython notebook while on ipdb?

I am running some cell in an iPython notebook. I used the %%debug command in the head of the cell. …

ipython jupyter ipython-magic
How to run IPython script from the command line - syntax error with magic functions, %

I want to run IPython from the command line. However, I get a syntax error on the first line, importing …

ipython ipython-magic
Paste Multi-line Snippets into IPython

I used IPython in the past and I used to be able to copy and paste multi-line commands, e.g., …

python ipython multiline paste
`get_ipython' doesn't work in a startup script for IPython / IPython Notebook...?

So - the good folks in the ROOT community made the following magic: # This is for intercepting the output of …

ipython ipython-notebook ipython-magic