Skip to content

Conversation

sverzakov
Copy link

ipython.magic() was deprecated for long time and is removed in IPython 9,
ipython.run_line_magic should be used instead. To minimize changes, trying magic() first and then retrying run_line_magic() on failure

adamerose and others added 4 commits May 29, 2025 23:20
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
ipython.magic() was deprecated for long time and is removed in 9.0,
ipython.run_line_magic should be used instead. To minimize changes, trying magic()  first and then retrying run_line_magic() on failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants