Top "Ipython-notebook" questions

The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.

How do I comment out multiple lines in Jupyter Ipython notebook?

I want to comment out a block of multiple lines in Jupyter (Ipython Notebook), but can't find out how to …

ipython-notebook jupyter
How do I add python3 kernel to jupyter (IPython)

My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I …

ipython ipython-notebook jupyter jupyter-notebook
How to read a .xlsx file using the pandas Library in iPython?

I want to read a .xlsx file using the Pandas Library of python and port the data to a postgreSQL …

python pandas ipython ipython-notebook dataframe
Using both Python 2.x and Python 3.x in IPython Notebook

I use IPython notebooks and would like to be able to select to create a 2.x or 3.x python notebook …

python python-2.7 python-3.x ipython ipython-notebook
Show DataFrame as table in iPython Notebook

I am using iPython notebook. When I do this: df I get a beautiful table with cells. However, if i …

pandas printing ipython-notebook jupyter-notebook display
How do I convert a IPython Notebook into a Python file via commandline?

I'm looking at using the *.ipynb files as the source of truth and programmatically 'compiling' them into .py files for …

ipython ipython-notebook
Simple way to measure cell execution time in ipython notebook

I would like to get the time spent on the cell execution in addition to the original output from cell. …

python ipython ipython-notebook jupyter
How do I increase the cell width of the Jupyter/ipython notebook in my browser?

I would like to increase the width of the ipython notebook in my browser. I have a high-resolution screen, and …

python ipython ipython-notebook jupyter-notebook jupyter
Pandas: Setting no. of max rows

I have a problem viewing the following DataFrame: n = 100 foo = DataFrame(index=range(n)) foo['floats'] = np.random.randn(n) …

python formatting pandas ipython-notebook
How to close IPython Notebook properly?

How to close IPython Notebook properly? Currently, I just close the browser tabs and then use Ctrl+C in the …

python ipython ipython-notebook