diff --git a/docs/example.ipynb b/docs/example.ipynb index b484346..f7c45dd 100644 --- a/docs/example.ipynb +++ b/docs/example.ipynb @@ -11,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -44,7 +44,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -82,7 +82,7 @@ " [1]\n", " 5\n", " 10\n", - " ((5, 10))\n", + " ([(5, 10)])\n", " \n", " \n", " 1\n", @@ -90,7 +90,7 @@ " [1]\n", " 0\n", " 5\n", - " ((0, 5))\n", + " ([(0, 5)])\n", " \n", " \n", "\n", @@ -98,11 +98,11 @@ ], "text/plain": [ " task_id assigned_resource_ids task_start task_end resource_intervals\n", - "0 1 [1] 5 10 ((5, 10))\n", - "1 2 [1] 0 5 ((0, 5))" + "0 1 [1] 5 10 ([(5, 10)])\n", + "1 2 [1] 0 5 ([(0, 5)])" ] }, - "execution_count": 4, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -128,7 +128,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -173,18 +173,18 @@ " [3, 4]\n", " 0\n", " 3\n", - " ((0, 3), (0, 3))\n", + " ([(0, 3)], [(0, 3)])\n", " \n", " \n", "\n", "" ], "text/plain": [ - " task_id assigned_resource_ids task_start task_end resource_intervals\n", - "0 1 [3, 4] 0 3 ((0, 3), (0, 3))" + " task_id assigned_resource_ids task_start task_end resource_intervals\n", + "0 1 [3, 4] 0 3 ([(0, 3)], [(0, 3)])" ] }, - "execution_count": 5, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -227,7 +227,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -272,18 +272,21 @@ " [4, 1]\n", " 20\n", " 30\n", - " ((20, 30), (20, 30))\n", + " ([(20, 30)], [(20, 30)])\n", " \n", " \n", "\n", "" ], "text/plain": [ - " task_id assigned_resource_ids task_start task_end resource_intervals\n", - "0 1 [4, 1] 20 30 ((20, 30), (20, 30))" + " task_id assigned_resource_ids task_start task_end \\\n", + "0 1 [4, 1] 20 30 \n", + "\n", + " resource_intervals \n", + "0 ([(20, 30)], [(20, 30)]) " ] }, - "execution_count": 6, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -320,7 +323,7 @@ ], "metadata": { "kernelspec": { - "display_name": "base", + "display_name": ".venv", "language": "python", "name": "python3" }, @@ -334,7 +337,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.6" + "version": "3.11.4" }, "orig_nbformat": 4 },