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