Top "Ipython-notebook" questions

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

IPython Notebook - early exit from cell

I'd like to programmatically exit a cell early in IPython Notebook. exit(0), however, kills the kernel. Whats the proper way …

python ipython ipython-notebook
Share data between IPython Notebooks

If I have several IPython notebooks running on the same server. Is there any way to share data between them? …

python ipython ipython-notebook ipython-magic
Cheat sheet for caffe / pycaffe?

Does anyone know whether there is a cheat sheet for all important pycaffe commands? I was so far using caffe …

ipython-notebook caffe pycaffe
How do I change the autoindent to 2 space in IPython notebook

I find that developing functions in IPython notebook allows me to work quickly. When I'm happy with the results I …

ipython-notebook auto-indent
Ipython Notebook: where is jupyter_notebook_config.py in Mac?

I just started using a Mac, so please forgive me if this sounds too naive. I'm trying to install Interactive …

python macos ipython ipython-notebook ipython-parallel
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
Verifying PEP8 in iPython notebook code

Is there an easy way to check that iPython notebook code, while it's being written, is compliant with PEP8?

python ipython ipython-notebook pep8
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