<aside> ✅ Setup Time: 5 minutes

</aside>

Q Blocks instances offer Jupyter Lab access out of the box. It is great for quickly spawning up multiple notebooks, python console and terminal access within your browser. It also offers support for extensions that add superpowers to your notebooks.

However, there is another offering from the Jupyter community called as Jupyter Hub.

Unlike Notebooks or Lab, Jupyter Hub lets you have multiple user access.

If you are looking for extending access within your team to multiple users so they can have their isolated environments for running and managing notebooks then Hub is the best solution for you.

So, let’s get started!

Follow the 2 step process:

1. Install Jupyter Hub:

wget '<https://www.qblocks.cloud/resources/setup-jupyterhub.sh>' --no-check-certificate -O - | bash

2. Launch Jupyter Hub:

sudo jupyterhub --ip 0.0.0.0 --port EXTRA_PORT