What you’ll need
- A Hivenet account with access to Compute
- An active Compute balance
- A web browser (Firefox, Chrome, Edge, or Safari recommended)
How to launch and access a Jupyter notebook
Create your Compute instance
- Sign in to your Hivenet account and go to the Compute dashboard.
- Click Create new instance.
- Select your desired resources (GPU, CPU, RAM, and storage).
_(You can start small—just make sure it fits your workload.)_ - Under Connectivity, toggle on Jupyter Lab Notebook.
- Finalize your settings and launch the instance.
Find the Notebook endpoint
- Once your instance is running, look for the three-dot menu next to it.
- Select Connectivity options.
- Copy the Notebook endpoint URL.
Open the notebook in your browser
- Paste the Notebook endpoint URL into a new browser tab.
- Your browser may show a security warning because of a self-signed certificate. This is normal—just confirm you want to proceed.
Start working in Jupyter
- The Jupyter notebook interface will load in your browser.
- Create or upload a new notebook and start coding as usual.
What’s next?
- Remember to shut down your kernels and stop or terminate your instance when you’re done to avoid extra charges.
- For more tips on using Compute, see our Getting Started with Compute guide.