Top "Jupyter" questions

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

How to share Jupyter notebooks

I have a Jupyter hub installed and I was wondering if it is possible to share notebooks among different users.

jupyter jupyter-notebook jupyterhub
How to download a .py file from Jupyter lab notebook?

In jupyter notebook, there is a provision to download a notebook as .py file. In jupyter lab, there is an …

python jupyter-notebook ipython jupyter jupyter-lab
Interact with Jupyter Notebooks via API

The problem: I want to interact with Jupyter from another application via Jupyter API, in particular I want to run …

python jupyter-notebook jupyter remote-access apache-zeppelin
Where should I place my settings and profiles for use with IPython/Jupyter 4.0?

I've recently updated IPython (to 4.0) and have started using Notebooks after a period of some time not using them (since …

ipython ipython-notebook configuration-files jupyter
Best practices for turning jupyter notebooks into python scripts

Jupyter (iPython) notebook is deservedly known as a good tool for prototyping the code and doing all kinds of machine …

python refactoring ipython-notebook readability jupyter
IPython - Run all cells below from a widget

I'm trying use a multi select widget to enable users to select from a list of countries, and then have …

ipython cell jupyter
Jupyter notebook matplotlib figures missing in exported pdf

When generating a pdf in jupyter notebook, everything works great, but I would like to keep the inline figures inside …

matplotlib ipython-notebook jupyter jupyter-notebook nbconvert
%matplotlib inline versus %matplotlib notebook display problems in pythonAnywhere jupyter

This is not a duplicate as suggested. I am not trying to switch backends. I am just trying to use …

python matplotlib jupyter pythonanywhere
Error! blahfile is not UTF-8 encoded. Saving disabled

So, I'm trying to write a gzip file, actually from the net, but to simplify I wrote some very basic …

python jupyter-notebook gzip jupyter binary-data