{ "cells": [ { "cell_type": "markdown", "id": "c6f8ca057e1cbf03", "metadata": { "collapsed": false }, "source": [ "Copyright © 2024 Vanessa Hassouna." ] }, { "cell_type": "markdown", "id": "ae640355c05ab4fb", "metadata": { "collapsed": false }, "source": [ "This Work is licensed under the [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause) License." ] }, { "cell_type": "markdown", "id": "3c264b450157ad5b", "metadata": { "collapsed": false }, "source": [ " If you have questions or the demo is not working, write to the author at hassouna@uni-bremen.de." ] }, { "cell_type": "markdown", "id": "dec8b9846d4ca78b", "metadata": { "collapsed": false }, "source": [ "# Life Demo" ] }, { "cell_type": "code", "execution_count": null, "outputs": [], "source": [ "from cutting_demos.start_cutting_task import start_demo\n", "\n", "start_demo()" ], "metadata": { "collapsed": false }, "id": "46d0a92b68359ed5" } ], "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.8.10" } }, "nbformat": 4, "nbformat_minor": 5 }