Since ipython version 9.2, 'IPython.core.display' is deprecated and should use 'IPython.display' instead. This causes error when running %scrun in Jupyter Notebook.
When attempting to run the implicitron_volumes,ipynb on a local installation in the tutorial an error is produced in the import step, from typing import Tuple import ...