{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "35758464-8946-4857-9a18-ce75216f2b58",
   "metadata": {},
   "source": [
    "## Integration with the Graphical User Interface"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "id": "e8314c6b-3bed-4285-9244-9ae39f0663f4",
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<video src=\"http://www.silx.org/pub/pyFAI/video/integration.mp4\" controls  width=\"800\" >\n",
       "      Your browser does not support the <code>video</code> element.\n",
       "    </video>"
      ],
      "text/plain": [
       "<IPython.core.display.Video object>"
      ]
     },
     "execution_count": 1,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "# Video of this tutorial\n",
    "from IPython.display import Video\n",
    "\n",
    "Video(\"http://www.silx.org/pub/pyFAI/video/integration.mp4\", width=800)"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "c736bd7c-f7b8-4532-9045-4b8b36aa2785",
   "metadata": {},
   "source": [
    "Enjoy !"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.13.1"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
