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.
2 parents 69f77e9 + c461010 commit 39461a2Copy full SHA for 39461a2
src/axiomatic/axtract.py
@@ -1,8 +1,8 @@
1
-import ipywidgets as widgets # type: ignore
2
-from IPython.display import display, Math, HTML # type: ignore
+import ipywidgets as widgets # type: ignore
+from IPython.display import display, Math, HTML # type: ignore
3
from dataclasses import dataclass, field
4
import hypernetx as hnx # type: ignore
5
-import matplotlib.pyplot as plt
+import matplotlib.pyplot as plt # type: ignore
6
import re
7
8
OPTION_LIST = {
0 commit comments