Skip to content

Commit

Permalink
Update async_utils.py
Browse files Browse the repository at this point in the history
IPYTHON.magic deprecated
  • Loading branch information
michaelcroquette committed May 14, 2024
1 parent 6ff6520 commit ea1146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrpl/async_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
try:
from IPython import get_ipython
IPYTHON = get_ipython()
IPYTHON.magic("gui qt")
IPYTHON.run_line_magic("gui qt")
except BaseException as e:
logger.debug('Could not enable IPython gui support: %s.' % e)

Expand Down

0 comments on commit ea1146c

Please sign in to comment.