Environment
- Qiskit version: 2.4.1
- Python version: 3.12.3
- Operating system: Windows 11 Home
What is happening?
There are typos in the code for "Providing access to backends" in "Integrate external resources with Qiskit" (https://quantum.cloud.ibm.com/docs/en/guides/create-a-provider).
How can we reproduce the issue?
In the code block for the relevant section, "from qsikit.providers import BackendV2" should be "from qiskit.providers import BackendV2" and "Str" should be "str" in the method definitions.
What should happen?
Once these typos are corrected, the cell runs with no errors in a Jupyter notebook.
Any suggestions?
No response
Environment
What is happening?
There are typos in the code for "Providing access to backends" in "Integrate external resources with Qiskit" (https://quantum.cloud.ibm.com/docs/en/guides/create-a-provider).
How can we reproduce the issue?
In the code block for the relevant section, "from qsikit.providers import BackendV2" should be "from qiskit.providers import BackendV2" and "Str" should be "str" in the method definitions.
What should happen?
Once these typos are corrected, the cell runs with no errors in a Jupyter notebook.
Any suggestions?
No response