Getting started with SQD notebook can't be opened by Jupyter Lab
URL to the relevant documentation
https://docs.quantum.ibm.com/guides/qiskit-addons-sqd-get-started
Select all that apply
- [ ] typo
- [ ] code bug
- [ ] out-of-date content
- [ ] broken link
- [x] other
Describe the fix.
I couldn't open the downloaded notebook in Jupyter Lab
The error message is <ValidationError: 'The notebook is invalid and is missing an expected key: metadata'>. Interestingly it can be opened VSCode.
Hey @Gyan-max! Would you have any interest in working on this one?
Hey @Gyan-max! Would you have any interest in working on this one?
@Eric-Arellano Thanks for tagging me and sorry for being late to reply. I'll definitely give it a try and will submit a PR as soon as possible to fix the SQD notebook not opening in Jupyter Lab.
I just have some quick question, should I focus on adding the missing metadata key to the notebook file or explore another fix (e.g., a documentation update)? Any specific Jupyter Lab version I should test against?
This has been fixed. The copyright cell that the web app auto-adds now sets an ID for the cell. Thanks, Junye and Gyan!