We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fd8d8 commit fc03b10Copy full SHA for fc03b10
src/pyxalign/interactions/__init__.py
@@ -1,10 +1,10 @@
1
-from IPython import get_ipython
+# from IPython import get_ipython
2
import pyqtgraph as pg
3
4
pg.setConfigOption("background", "#242729")
5
6
7
-ipython = get_ipython()
8
-if ipython:
9
- # ipython.magic("gui qt")
10
- ipython.run_line_magic("gui", "qt")
+# ipython = get_ipython()
+# if ipython:
+# # ipython.magic("gui qt")
+# ipython.run_line_magic("gui", "qt")
0 commit comments