Serverless documentation
Continues work done in https://github.com/Qiskit/documentation/pull/1770
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Frank is helping me sort out the problems with the nb test failures. Thanks Frank!
One or more of the following people are relevant to this code:
- @abbycross
- @javabster
- @jenglick
- @pandasa123
Marking as "ready to review" because the content is ready for feedback. Still getting test-notebook check fails.
Quick note, we're changing the package and class names. Will make a quick update on PR, but before:
from qiskit_serverless import IBMServerlessClient
serverless = IBMServerlessClient()
After:
from qiskit_ibm_catalog import QiskitServerless
serverless = QiskitServerless()
serverless.list()
FYI - Please don't merge yet - I'm integrating Sanket's other changes and have a note to incorporate. Once I've done that I will merge. Thank you!
One or more of the following people are relevant to this code:
- @abbycross
- @javabster
- @jenglick
- @pandasa123