.. jupyter-execute::
    :hide-code:
    :hide-output:

    from IPython import get_ipython
    ip = get_ipython()
    if ip is not None:
        ip.run_line_magic('load_ext', 'pymor.discretizers.builtin.gui.jupyter')
    %matplotlib inline

    import warnings
    warnings.filterwarnings("ignore", category=UserWarning, module='torch')
    import pymor.tools.random
    pymor.tools.random._default_random_state = None


.. try_on_binder::


..
  named .txt to avoid sphinx warning since it's not included in any toc
