We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6648391 commit b65376cCopy full SHA for b65376c
src/axiomatic/magic.py
@@ -1,7 +1,6 @@
1
from IPython import get_ipython # type: ignore
2
from IPython.core.magic import register_line_cell_magic, register_line_magic # type: ignore
3
from IPython.display import HTML, display # type: ignore
4
-from typing import Optional
5
6
import platformdirs # type: ignore
7
import os
@@ -86,7 +85,6 @@ def ax_help(value: str):
86
85
Available commands:
87
88
- `%load_ext axiomatic_pic` loads the ipython extension.
89
-- `%ax_api` sets up the API key
90
- `%ax_query` returns the requested circuit using our experimental API
91
- `%%ax_fix` edit the given code
92
"""
0 commit comments