Explore quantum computing with qBraid Lab at QGSS 2024.
ENVS
tab in the upper-right of the Lab console to expand the Environment Manager sidebar.
Then, click Add to view the environments available to install. Scroll, or search for the Qiskit Global Summer School 2024
environment. Once you’ve found it, expand its panel, and click Install.
Python 3 [QGSS-24]
kernel will automatically be added.
Python 3 [QGSS-24]
kernel to create a Jupyter Notebook (.ipynb
file) using the
Qiskit Global Summer School environment.
Python 3 [QGSS-24]
kernel is set. If not, use the
kernel selector to switch to the Python 3 [QGCC-24]
kernel.
The Qiskit Global Summer School environment comes pre-configured with a range of software packages including qiskit
, qiskit-ibm-runtime
,
qiskit-aer
, qiskit-transpiler-service
, circuit-knitting-toolbox
, and more. However, if there are packages you would like use in
your notebooks that are not already included in the environment, you can install them from within a notebook using
pip magic commands. Follow instructions below to learn how.
%
operator.
For example, to install a new package from within a notebook cell, use:
!
operator for pip install commands within
Jupyter notebooks on qBraid. Doing so will install packages at the
system-level, where they will not be discoverable by your current notebook
environment/kernel.lab.qbraid.com says Your environment IBM Qiskit Global Summer School could not be installed at this timePlease follow these steps to resolve the issue:
rm -rf
command. Repeat this process until you see “Ready!”.
Python 3 [Default]
environment instead.qc_grader
package.
The environment has now been updated to include it. If you encounter an import error for qc_grader
, like the one shown below:
%pip
magic command to ensure the package is installed in the notebook’s environment.
If you see the following error message: