Skip to content

Fixing problems with IPython >= 9#257

Open
sverzakov wants to merge 4 commits into
adamerose:developfrom
sverzakov:fix/ipython
Open

Fixing problems with IPython >= 9#257
sverzakov wants to merge 4 commits into
adamerose:developfrom
sverzakov:fix/ipython

Conversation

@sverzakov

Copy link
Copy Markdown

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

This comment was marked as off-topic.

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.

3 participants