JupyterHub
This content is not available in your language yet.
This guide demonstrates how to deploy JupyterHub to provide collaborative Jupyter notebook environments for multiple users.
Deploy JupyterHub
Section titled “Deploy JupyterHub”-
Navigate to the Applications Store:
Open your browser and go to:
<url>/scope/<scope-name>/applications/store -
Search and install JupyterHub:
- Search for
jupyterhub - Click on the JupyterHub card
- Click the Install button and follow the installation wizard
- Review and confirm the Helm Chart configuration
- Search for
-
Verify the deployment:
Go to the Workloads page:
<url>/scope/<scope-name>/applications/workloads- Use the Namespace filter to find the deployment
- Search for
jupyterhubto locate the deployed JupyterHub workload - Verify that the workload status shows as running
-
Access JupyterHub:
- In the same Workloads list, locate the workload named proxy
- Click on the NodePort link to open JupyterHub in your browser
Initial Setup
Section titled “Initial Setup”Once JupyterHub is deployed and running:
- Access the JupyterHub login page
- Create or log in with your credentials
- Start a new notebook server
- Begin using Jupyter notebooks for data analysis and development
Next Steps
Section titled “Next Steps”Explore other demo applications to enhance your infrastructure:
PostgreSQL Demo Learn how to deploy PostgreSQL database and test read/write operations with Python.
LLM Model Demo Learn how to deploy and configure language model applications.