Skip to content

Fixing problems with IPython >= 9 #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

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