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

    %matplotlib inline

    import pymor.tools.random
    pymor.tools.random._default_random_state = None

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

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