Skip to content

Conversation

@feynqx
Copy link

@feynqx feynqx commented Dec 5, 2025

This PR updates the following notebook:

video-companions/2022-01-17-users-guide-to-installing-qiskit/getting-started.ipynb

The cell containing the deprecated magic command:

%qiskit_version_table

produces a NameError when running the notebook on Qiskit 1.x, as the
qiskit.tools.jupyter magics were removed.

This PR replaces the version check with:

import qiskit
print(qiskit.__version__)

This restores compatibility with current Qiskit versions and resolves Issue #181.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@CLAassistant
Copy link

CLAassistant commented Dec 5, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants