Top "Jupyter" questions

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

Jupyter Notebook: command for hide the output of a cell?

In my notebook, I have a cell returning temp calculation results. It's a bit long, so after it is run, …

ipython jupyter jupyter-notebook
What are Jupyter Notebook checkpoint files for?

Besides the original Jupyter Notebook file (.ipynb file), sometimes I get a checkpoint .ipynb file which seems to be directly …

jupyter-notebook ipython jupyter
Execute Python script within Jupyter notebook using a specific virtualenv

I would like to execute a long running Python script from within a Jupyter notebook so that I can hack …

python python-3.x jupyter-notebook virtualenv jupyter
TAB completion does not work in Jupyter Notebook but fine in iPython terminal

TAB completion works fine in iPython terminal, but not in Firefox browser. So far I had tried but failed, 1). run …

ipython-notebook readline jupyter tab-completion ubuntu-15.10
What is the currently correct way to dynamically update plots in Jupyter/iPython?

In the answers to how to dynamically update a plot in a loop in ipython notebook (within one cell), an …

python matplotlib jupyter jupyter-notebook
How do I start tensorflow docker jupyter notebook

I've installed the tensorflow docker container on an ubuntu machine. The tensorflow docker setup instructions specify: docker run -it b.…

docker jupyter tensorflow
Download all files in a path on Jupyter notebook server

As a user in a class that runs Jupyter notebooks for assignments, I have access to the assignments via the …

wget jupyter-notebook jupyter
How do I find the name of the conda environment in which my code is running?

I'm looking for a good way to figure out the name of the conda environment I'm in from within running …

python anaconda jupyter conda env
How do I delete/refresh available kernels for IPython/Jupyter notebook v4.0?

I've recently stopped using macports so the kernel.json files I had for various IPython kernels are out of date. …

ipython ipython-notebook jupyter
How do I set custom CSS for my IPython/IHaskell/Jupyter Notebook?

I would like to apply a few simple changes to the appearance of my IPython/IHaskell/Jupyter Notebooks, such as: …

ipython jupyter ihaskell