Top "Jupyter" questions

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

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
After installing with pip, "jupyter: command not found"

After installing with pip install jupyter, terminal still cannot find jupyter notebook. Ubuntu simply says command not found. Similar with …

ubuntu pip jupyter-notebook jupyter
Running Jupyter via command line on Windows

I have installed Jupyter on Windows 10, Python 3.x via $ pip install jupyter The installation works fine, even though I did …

python jupyter-notebook jupyter
Can I run Keras model on gpu?

I'm running a Keras model, with a submission deadline of 36 hours, if I train my model on the cpu it …

python tensorflow keras 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
How to uninstall jupyter

I have been trying to uninstall jupyter I have tried the following commands pip uninstall jupyter pip3 uninstall jupyter and …

python jupyter
how to make a new line in a jupyter markdown cell

md $S$: a set of shops $I$: a set of items M wants to get I'd like to make a …

markdown jupyter-notebook jupyter
How to know which is running in Jupyter notebook?

I use Jupyter notebook in a browser for Python programming, I have installed Anaconda (Python 3.5). But I'm quite sure that …

python anaconda jupyter-notebook jupyter
IPython/Jupyter Problems saving notebook as PDF

So, i've been trying to save a jupyter notebook as PDF but i just can't figure out how to do …

pdf ipython jupyter
IOPub data rate exceeded in Jupyter notebook (when viewing image)

I want to view an image in Jupyter notebook. It's a 9.9MB .png file. from IPython.display import Image Image(…

jupyter-notebook ipython jupyter