-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution 2: Fix undefined variables #2514
base: main
Are you sure you want to change the base?
Solution 2: Fix undefined variables #2514
Conversation
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 One or more of the following people are relevant to this code: |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!!
This looks great, I'll try and run the notebook using our framework ASAP to double-check it works correctly with our tokens etc. In the meantime, I just have a couple of comments about output length.
Co-authored-by: abbycross <across@us.ibm.com>
@azamat-bakytzhan thanks! One last thing, I'm trying to run this notebook locally and I'm getting the following error from
Have you experienced this? I assume it's not a problem with the notebook; could it be that I don't have access to the function? Or maybe serverless is down temporarily. |
Can you try to authorize differently? client = IBMServerlessClient(token="<your token>")
catalog = QiskitFunctionsCatalog(token="<your token>") |
Yeah same problem :/ I'll see if I can create a minimal reproduction |
This MR restructures/reformats the documentation so that only code blocks are used for code snippets.
In addition, I have added 2 fixes for both branches:
validation
tovalidation_data
print(job.result())
in the Get Started section to wait for the job to finish before printingprint(client.files())
.closes #2297