Difference between JupyterHub and jupyter notebook

Hi All,

I am new to Jupyter, wanted to know the difference between JupyterHub and Jupyter Notebook.

Thanks

1 Like

There’s an intro on the JupyterHub docs site, does that help? JupyterHub — JupyterHub 1.4.2 documentation

2 Likes

I will take a shot at it. Jupyter notebook is a standalone piece of software where you can create and execute code (python, R, Julia). Jupyter hub is an environment for multiple users to have shared access to a common Jupyter workspace.

1 Like

JupyterHub maps groups of users onto groups of compute resources and provides Jupyter Notebook as an interface to those resources. Using various authenticators and spawners, any user group can be mapped onto any compute resource, such as: anonymous users onto the cloud, or student classes onto university servers.

1 Like