diff --git a/docs/examples/notebook_setup.py b/docs/examples/notebook_setup.py index 009351d..9bd4301 100644 --- a/docs/examples/notebook_setup.py +++ b/docs/examples/notebook_setup.py @@ -1,8 +1,8 @@ -from IPython.core.getipython import get_ipython +# from IPython.core.getipython import get_ipython -ipy = get_ipython() -if ipy is not None: - ipy.magic('config InlineBackend.figure_format = "retina"') +# ipy = get_ipython() +# if ipy is not None: +# ipy.magic('config InlineBackend.figure_format = "retina"') import warnings