Skip to content

[Bug Report] ipython.magic not working with latest ipython #1036

@mivanit

Description

@mivanit

Describe the bug
I'm pretty sure from IPython import get_ipython; get_ipython().magic(...) no longer works with ipython>=8.0.0, see ipython/ipython#12343

This causes some of the notebooks to break. For now, in #986, I have set the dep ipython<8.0.0. A better fix would be to update usage of get_ipython().magic(...) to get_ipython().run_line_magic(...)

Checklist

  • I have checked that there is no similar issue in the repo (required)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions