Top "Jupyter" questions

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

How to programmatically generate markdown output in Jupyter notebooks?

I want to write a report for classes in Jupyter notebook. I'd like to count some stuff, generate some results …

python ipython jupyter jupyter-notebook
Stop Jupyter Notebook from printing warnings / status updates to terminal

I love Jupyter's Notebook, however, it prints many, many updates to the terminal it was started from. For e.g., …

jupyter-notebook jupyter
How to set NotebookApp.iopub_data_rate_limit and others NotebookApp settings in JupyterHub?

I want to start my notebooks with jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000 arguments. Where one could set it …

python configuration jupyter-notebook jupyter jupyterhub
Jupyter notebook command does not work on Mac

I installed jupyter using pip on my macbook air. Upon trying to execute the command jupyter notebook, I get an …

python macos jupyter jupyter-notebook
Simple way to visualize a TensorFlow graph in Jupyter?

The official way to visualize a TensorFlow graph is with TensorBoard, but sometimes I just want a quick look at …

tensorflow jupyter graph-visualization tensorboard
Solving "500: Internal Server Error, nbconvert failed: xelatex not found in PATH"

Whenever I try to export a Jupyter notebook as a PDF I get the following error in a separate window: 500 : …

python jupyter xelatex
jupyter notebook running kernel in different env

I've gotten myself into some kind of horrible virtualenv mess. Help?! I manage environments with conda. Until recently, I only …

python packages jupyter conda virtual-environment
How do I set up Jupyter/IPython Notebook for Django?

I have been using the method described in this post for setting up IPython Notebook to play nicely with Django. …

django jupyter-notebook ipython jupyter
How to pickle or store Jupyter (IPython) notebook session for later

Let's say I am doing a larger data analysis in Jupyter/Ipython notebook with lots of time consuming computations done. …

python ipython ipython-notebook jupyter jupyter-notebook
How do I reset the Jupyter/IPython input prompt numbering?

I just wrote my first extensive Python tutorial using IPython notebooks. All went well, except I did a lot of …

ipython jupyter-notebook ipython-notebook jupyter