Top "Jupyter" questions

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

What is the difference between Jupyter Notebook and JupyterLab?

I am new to Jupyter Notebook, what is the key difference between the Jupyter Notebook and JupyterLab, suggest me to …

jupyter-notebook jupyter jupyter-lab
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
How to change the default browser used by jupyter notebook in windows

I'm on a windows machine without admin right and I would like to run jupyter on chrome, while the default …

windows google-chrome anaconda jupyter
Resize the image in jupyter notebook using markdown

I want to add the image in the Jupyter notebook and I want to have particular height and width. When …

html image jupyter-notebook markdown jupyter
How to give jupyter cell standard input in python?

I am trying to run a program on a jupyter notebook that accepts user input, and I cannot figure out …

python jupyter jupyter-notebook
What does In [*] in IPython Notebook mean and how to turn it off?

I use Windows 7, Python 2.7.9 plus latest version of IPython 3.1. I ran %python inside an IPython Notebook and ran the cell, …

python ipython jupyter
Get Output From the logging Module in IPython Notebook

When I running the following inside IPython Notebook I don't see any output: import logging logging.basicConfig(level=logging.DEBUG) …

python logging jupyter-notebook jupyter
Tables in Markdown (in Jupyter)

A super basic question: why is the following not rendering in Markdown - which happens to be in a jupyter …

markdown jupyter
How do I install Jupyter notebook on an Android device?

Is there a way to install a functional instance of Jupyter notebook on an Android device? Specifically, I want to …

android python jupyter termux
How to recover deleted Jupyter notebook cell?

I use Jupyter notebook. I accidentally deleted a cell, and I can't go step back. How can I recover the …

jupyter-notebook jupyter