LogoLogo
  • Welcome to Quantum Cloud Services
  • Getting Started
    • Set up your environment
      • JupyterLab IDE
      • Install Locally
        • Quil SDK Docker Image
    • Quil SDK Overview
    • Running your first Quantum Program
  • Guides
    • Quil
      • What is Quil?
      • Language Support
      • Dynamic Control Flow
      • Customizing Program Readout
    • QPU vs. Simulator (QVM)
    • How to Use Rigetti QPUs
    • Access a QPU
      • QPU Reservations
      • On-Demand Access
      • QCS QPU Gateway
    • QCS Group Accounts
    • Interactive Tutorials
    • How Programs Are Built & Run
      • Execution and Request timeouts
    • The Lifecycle of a Program
    • The Rigetti QCS API
    • Using the QCS CLI
      • Using the Legacy QCS CLI
    • QCS Credentials
    • Benchmarking and Fidelity
  • Troubleshooting
    • Gathering Diagnostics
    • Report an Issue
  • Glossary
  • FAQ
  • References
    • pyQuil Reference
    • QCS API Specification
    • QCS CLI Reference
    • QCS Client Configuration
    • Quil / Quil-T Specification
    • quilc Reference
    • quil-rs Reference
    • QVM Reference
    • Rigetti Module for Cirq
    • Rigetti Provider for Qiskit
Powered by GitBook
On this page
  • Access JupyterLab
  • Start Your Server
  • Stop Or Change Your Server

Was this helpful?

  1. Getting Started
  2. Set up your environment

JupyterLab IDE

PreviousSet up your environmentNextInstall Locally

Last updated 1 year ago

Was this helpful?

If you're already signed up for QCS, you'll have access to a personal, cloud-based JupyterLab IDE via . Your JupyterLab IDE is a provisioned development environment that comes with everything needed to use QCS pre-installed, including the and example notebooks. Any work saved in your IDE will be persisted so that you can continue working the next time you sign in.

Access JupyterLab

You can access your JupyterLab IDE by and clicking the JupyterLab selector in the upper right. You may then select the appropriate JupyterLab region by clicking on it.

Once you have selected the appropriate JupyterLab, you'll see the JupyterHub control panel, where you can start (or stop) your JupyterLab IDE server.

Start Your Server

After clicking Start My Server from the control panel, you can choose a pre-configured server option. Most users will want to use the "Recommended" configuration. Once selected, click Start.

Once your server is started, you'll be dropped into a JupyterLab IDE, where you can begin developing your own quantum programs or exploring the example notebooks in the tutorials directory.

Stop Or Change Your Server

If you'd like to stop your server or restart it with a different server option, follow the steps below:

  1. From your IDE, navigate to File -> Hub Control Panel.

  2. From the control panel, click Stop My Server.

If you're not familiar with using JupyterLab, we recommend .

When the server finishes stopping, click Start My Server to .

this handy guide
select and start a server option
JupyterHub
signing into QCS
Quil SDK