(getting-started)= # Getting Started In this section is a collection of examples demonstrating how to use Nexus capabilities, mostly via the Python client, qnexus. If you have a Nexus account, you can run the code in the {ref}`Lab `. You can also use `qnexus` from your own environment. To get started, please see [our getting started guide](notebooks/basics/getting_started). For more details on the qnexus API, please see the [Nexus API Reference overview.](../nexus_api/qnexus_api.rst). ## Installation The `qnexus` package is publicly available on [PyPI](https://pypi.org/project/qnexus/) and can be installed with ```bash pip install qnexus ``` Extras: If you are planning on running Qiskit simulations with noise models on Nexus, you will need to install the extra dependency with `pip install qnexus[qiskit]`. ## Available code examples ```{toctree} :maxdepth: 1 :titlesonly: true notebooks/basics/getting_started.ipynb notebooks/basics/auth_quotas.ipynb notebooks/basics/jobs_results.ipynb notebooks/basics/projects_properties_context.ipynb notebooks/basics/refs_nexus_iterator.ipynb notebooks/basics/saving_refs.ipynb notebooks/basics/teams_roles.ipynb Quantinuum Systems notebooks/basics/hypertket/qubit_reuse.ipynb notebooks/basics/qir/index.ipynb notebooks/basics/alternate_backends/index.ipynb ```