User Guide
Magic Commands
You can access the CLI directly from within Notebooks using IPython magic commands. First, configure the qBraid magic command extension using:
$ qbraid configure magicThe above command can also be executed from within a Jupyter notebook using the ! operator. Then, from within a
notebook cell, load the qBraid magic IPython extension using:
In [1]: %load_ext qbraid_magicNow you can continue to use the qBraid-CLI as normal from within your Jupyter notebook using the magic % operator, e.g.
In [2]: %qbraid
In [3]: %qbraid --versionWas this page helpful?
Thanks for your feedback.

