Skip to content

Commit fc03b10

Browse files
committed
removed ipython run_line_magic
1 parent 91fd8d8 commit fc03b10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
from IPython import get_ipython
1+
# from IPython import get_ipython
22
import pyqtgraph as pg
33

44
pg.setConfigOption("background", "#242729")
55

66

7-
ipython = get_ipython()
8-
if ipython:
9-
# ipython.magic("gui qt")
10-
ipython.run_line_magic("gui", "qt")
7+
# ipython = get_ipython()
8+
# if ipython:
9+
# # ipython.magic("gui qt")
10+
# ipython.run_line_magic("gui", "qt")

0 commit comments

Comments
 (0)