documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Serverless documentation

Open abbycross opened this issue 1 year ago • 2 comments

Continues work done in https://github.com/Qiskit/documentation/pull/1770

abbycross avatar Jul 31 '24 02:07 abbycross

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Preview link

pandasa123 avatar Aug 15 '24 16:08 pandasa123

Frank is helping me sort out the problems with the nb test failures. Thanks Frank!

abbycross avatar Aug 20 '24 20:08 abbycross

One or more of the following people are relevant to this code:

  • @abbycross
  • @javabster
  • @jenglick
  • @pandasa123

qiskit-bot avatar Aug 22 '24 18:08 qiskit-bot

Marking as "ready to review" because the content is ready for feedback. Still getting test-notebook check fails.

abbycross avatar Aug 22 '24 18:08 abbycross

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()

pandasa123 avatar Sep 03 '24 14:09 pandasa123

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!

abbycross avatar Sep 03 '24 19:09 abbycross

One or more of the following people are relevant to this code:

  • @abbycross
  • @javabster
  • @jenglick
  • @pandasa123

qiskit-bot avatar Sep 04 '24 14:09 qiskit-bot