Top "Jupyter-notebook" questions

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

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
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
tqdm in Jupyter Notebook prints new progress bars repeatedly

I am using tqdm to print progress in a script I'm running in a Jupyter notebook. I am printing all …

python jupyter-notebook tqdm
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
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
Display all dataframe columns in a Jupyter Python Notebook

I want to show all columns in a dataframe in a Jupyter Notebook. Jupyter shows some of the columns and …

python python-3.x dataframe jupyter-notebook
How do I install Python packages in Google's Colab?

In a project, I have e.g. two different packages, How can I use the setup.py to install these …

python pip jupyter-notebook google-colaboratory setup.py
How do I output lists as a table in Jupyter notebook?

I know that I've seen some example somewhere before but for the life of me I cannot find it when …

python jupyter-notebook
remove kernel on jupyter notebook

How can I remove a kernel from jupyter notebook? I have R kernel on my jupyter notebook. Recently kernel always …

r jupyter-notebook