Top "Jupyter" questions

Jupyter is a collection of environments and protocols for interactive computing.

How to execute a * .PY file from a * .IPYNB file on the Jupyter notebook?

I am working on a Python Notebook and I would like that large input code [input] pack into a [* .PY] …

python jupyter
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
How can I see function arguments in IPython Notebook Server 3?

I've recently switched to IPython Notebook 3 (3.1.0-cbccb68 to be exact), the Anaconda version. Previously when I typed a function and …

python jupyter-notebook jupyter
How can I share Jupyter notebooks with non-programmers?

I am trying to wrap my head around what I can/cannot do with Jupyter. I have a Jupyter server …

python jupyter-notebook jupyter
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
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
How can I add a table of contents to a Jupyter / JupyterLab notebook?

The documentation at http://ipython.org/ipython-doc/stable/interactive/notebook.html says You can provide a conceptual structure for your …

jupyter-notebook jupyter jupyter-lab
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
sys.path different in Jupyter and Python - how to import own modules in Jupyter?

In Jupyter my own little module is not loaded but in python/bpython is everything is fine. When typing import …

python jupyter pythonpath
Jupyter notebook not running code. Stuck on In [*]

My code was running fine before I did not change anything and I ran it again. Now it doesn't return …

python jupyter-notebook jupyter