Top "Jupyterhub" questions

JupyterHub is the best way to serve Jupyter notebook for multiple users.

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
How to download all files and folder hierarchy from Jupyter Notebook?

If I want to download all of the files and folder hierarchy from Jupyter Notebook as shown in the picture, …

jupyter-notebook jupyter file-management jupyterhub
What is default username and password for JupyterHub?

I have installed JupyterHub and ran it. When I opened it's page, the following window appears: What to enter there? …

jupyterhub
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
Is there a way to integrate git with Jupyter and have a version control over the notebooks created?

I have hosted jupyterhub on a server and added many users into it. I want the users to have an …

git github jupyter jupyter-notebook jupyterhub
Are docker version and docker engine version the same? How to check them separately?

docker version returns: Client: Version: 17.12.1-ce API version: 1.35 Go version: go1.9.4 Git commit: 7390fc6 Built: Tue Feb 27 22:17:40 2018 OS/Arch: linux/…

docker jupyterhub