Top "Jupyter" questions

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

Keep Jupyter notebook running after closing browser tab

I use Jupyter Notebook to run a series of experiments that take some time. Certain cells take way too much …

python-2.7 ipython-notebook jupyter
How to fix tqdm progress_apply for pandas in Jupyter?

Don't really understand is it a mistake or just my local problem, still have some issues with using tqdm progress …

pandas jupyter-notebook ipython-notebook jupyter tqdm
How to install a python package with all the dependencies into a Docker image?

I'm working in Ubuntu 15.10 with the Docker container for Pyspark jupyter/pyspark-notebook. I need to install folium with all it's …

python docker pyspark jupyter folium
Plotly in Jupyter issue

I installed plotly.py to work some plots using Jupyter but I cannot import it. ! pip install plotly --upgrade Requirement …

python plot jupyter plotly jupyter-notebook
multiprocessing.Pool in jupyter notebook works on linux but not windows

I'm trying to run a few independent computations (though reading from the same data). My code works when I run …

python python-2.7 python-multiprocessing jupyter
Unit tests for functions in a Jupyter notebook?

I have a Jupyter notebook that I plan to run repeatedly. It has functions in it, the structure of the …

python unit-testing testing jupyter reproducible-research
Is it possible to display an OpenCV video inside the IPython /JuPyter Notebook?

When running the examples from the OpenCV video processing python tutorials, they all pop up in a dedicated window. I …

opencv video ipython ipython-notebook jupyter
Jupyter notebook xgboost import

I have the problem below (I'm on a MAC) I can import xgboost from python2.7 or python3.6 with my Terminal …

python ipython-notebook jupyter xgboost
How to convert Jupyter/IPython notebooks to LaTex?

How can I export Jupyter notebooks to LaTeX? I can convert to PDF through LaTeX using the inbuilt menus but …

jupyter-notebook latex jupyter pdflatex
Is there a way to default to "Replace in all cells" in the "Find and Replace" in jupyter?

I usually want to find and replace all, but it looks like it has been set to current/highlighted cell …

jupyter-notebook jupyter