diff --git a/.gitignore b/.gitignore index 09bba41..bc8ba2d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,9 @@ __pycache__ *.gz .vscode *.pickle +*.dot +*.pdf +*.svg +*.png +*.dill +*.pickle diff --git a/Evaluation/Evaluation.ipynb b/Evaluation/Evaluation.ipynb index c96fac4..11ba088 100644 --- a/Evaluation/Evaluation.ipynb +++ b/Evaluation/Evaluation.ipynb @@ -505,7 +505,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Are the instructions understandable? (0: totally confusing, 3: very clear)\n" + "Are the instructions understandable? (0: totally confusing, 3: very clear)\n", + "(['noodle', 'rice'], [[1, 0], [2, 2], [8, 10], [23, 22]])\n" ] }, { @@ -524,7 +525,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "How tasty is it probably? (0: not at all, 3: very tasty)\n" + "How tasty is it probably? (0: not at all, 3: very tasty)\n", + "(['noodle', 'rice'], [[1, 1], [10, 9], [15, 15], [8, 9]])\n" ] }, { @@ -543,7 +545,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Would you cook it? (0: not at all, 3: immediately!)\n" + "Would you cook it? (0: not at all, 3: immediately!)\n", + "(['noodle', 'rice'], [[7, 5], [12, 9], [7, 13], [8, 7]])\n" ] }, { @@ -562,7 +565,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "How creative is this recipe? (0: not at all, 3: very creative!)\n" + "How creative is this recipe? (0: not at all, 3: very creative!)\n", + "(['noodle', 'rice'], [[1, 0], [10, 10], [15, 19], [8, 5]])\n" ] }, { @@ -581,7 +585,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Is this a good combination of ingredients? (0: not at all, 3: very good!)\n" + "Is this a good combination of ingredients? (0: not at all, 3: very good!)\n", + "(['noodle', 'rice'], [[2, 1], [6, 7], [13, 11], [13, 15]])\n" ] }, { @@ -600,7 +605,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)\n" + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)\n", + "(['noodle', 'rice'], [[2, 5], [12, 6], [13, 15], [7, 8]])\n" ] }, { @@ -620,6 +626,7 @@ "for q in range_questions:\n", " print(q)\n", " answer = get_range_group_answer(q)\n", + " print (answer)\n", " \n", " x = np.arange(len(answer[0])) \n", "\n", @@ -699,7 +706,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 22, "metadata": {}, "outputs": [ { @@ -727,7 +734,7 @@ " 'rice_9.md']" ] }, - "execution_count": 23, + "execution_count": 22, "metadata": {}, "output_type": "execute_result" } diff --git a/Evaluation/GeneratedRecipes.ipynb b/Evaluation/GeneratedRecipes.ipynb index 59ceeea..cf696af 100644 --- a/Evaluation/GeneratedRecipes.ipynb +++ b/Evaluation/GeneratedRecipes.ipynb @@ -96,6 +96,552 @@ "import numpy as np" ] }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "ff3e966495934c2aa709552707de2b4d", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "9ff44ec2409b4fc28a890e59a49e4a88", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "ec252693c93c447e965f643327308a1d", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "5196b4ed2472483189f37f8fe609ee7d", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "35085bd93fcb4f56b3e0e1580c2ac3ac", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "c1cf78ab6a44435e85256371868aadc2", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "35e5e4e9930046729edb60999a2eb217", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "17fa2f6a52264986aa0b5a93ecc3a2c3", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "d8201b09b3054dfe9bbb8483900a5d6e", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "75f8cff69b7548338289ef9b97d955d1", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot mutate given node\n", + "Warning: cannot mutate given node\n", + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot mutate given node\n", + "Warning: cannot mutate given node\n", + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot find matching action node for mutation\n", + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "5a8635c7c7cf42acb0ba82ae3c3ee93a", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "54205229ba31456e8b8c68e3db96d598", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Warning: cannot mutate given node\n", + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot mutate given node\n", + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot mutate given node\n", + "Warning: cannot find matching action node for mutation\n", + "Warning: cannot mutate given node\n", + "Warning: cannot find matching action node for mutation\n", + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "762a1932d1fa42ebbdd018bbe6f3cce8", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "548c081efdad4ede9311919e3b89e2b5", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Warning: cannot find matching action node for mutation\n", + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "b5f82595ac9f4dcabb946d55a513bb46", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "ba073e965d7e4d04a5511202a7a6cd71", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Warning: cannot mutate given node\n", + "Warning: cannot find matching action node for mutation\n", + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "587e80beb2154d04894d9375952bd9e0", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "bc0002c9299f48a290fb2fc68916b70f", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "41a39aee28c94cf397e88d190209dde8", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='build initial population', max=75.0, style=ProgressStyle(…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "feababa007f04609996469c366a24e3b", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=35.0, style=ProgressStyle(d…" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "ssc = []\n", + "\n", + "for i in range(10):\n", + "\n", + " p = EA.Population([\"rice\",],['rice'], min_additional=5, max_additional=11, n_population = 75, mutations=2)\n", + "\n", + " ssc.append(p.run(35))\n", + "\n", + " scores = [tree.score() for tree in p.population]\n", + "\n", + " ii = np.argsort(-np.array(scores))\n", + "\n", + " samples_i = EA.np.random.choice(ii[:1],1)\n", + "\n", + " samples = [p.population[i] for i in samples_i]" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "import matplotlib.pyplot as plt" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [], + "source": [ + "scores = np.array(ssc)" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "metadata": {}, + "outputs": [], + "source": [ + "aavg = np.average(scores, axis=0)" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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5Z/X9qF5/MkX+p21cQ+FJeX8qFfNmiVb1ymNFhERnHMs2baPhz5YxdmPfsUv3l1J5v4j/OKCLsz973OZdNcgrujXqtYldlDxwPxPR6eSk1/EB0uzjpUv3JLH07PSuW5Amxq3RMepGtElidyCYjbuLjijdj5elcOyHQf45ZguxEV/v/+naWwUz998Fo+O68nibfu4+N9z+WbD7pO298mqHBJioxjUoWYPydY1Qe25M7OLgMeBcOBF59z/Hne+HfAykATsA25yzmWaWV/gWaARUA486px7x3vNXODoYkHNge+cc1eY2ShgKnB0v5kPnXMPB/PziYjUds453ly0g5e/3cqWvYdpGBXOJb1acM1ZrRnYoVmtGHb1x/DURPq0acIzs9K5ZkBrDheX8eA7K+iQEMsfL0sLdXhnbHhqxV61czftpVvK6c32LCot52+fbiCtRSOuPsEODWbGjYPaMbB9M342eQV3vLqEW4e04zeXdCcm8vuJ/5GScr7ZsIdxGpKtdkFL7swsHHgauADIBBab2TTn3Dqfao8BrzvnXjOz0cBfgZuBQuAW59xmM2sJLDWzz51zB5xzw33u8QEVCd1Rc51zlwbrM4mI1CX7D5fwq/dX8tX6PfRv24S/X92bH/VqQWx03Xtix8z42ejO3PnaEj5ansU36/ew91AxH903rE583haNG5DaPI45m3O5e0TH02rjpW+3knXgCP+4pneVzx6mJscz5SdD+ftnG3np260s3LKPJ67v972Fmo8NydbyXtHaKJip9EAg3Tm3xTlXAkwGxh5XJw342ns88+h559wm59xm73E2sIeK3r1jzCweGA1MCdonEBGpoxZv28clT8xlzqa9/OmyND64dyjXDmhTJxKdExndrTk9Wjbiz9PW8tnaXfz3hd3o2apuzI6Eit0qFm3dd8JZwSezp6CIZ2amMyYtmaGdEv26JjoinD9cmsart59N3uFiLnvqW16bv+3YwsefrM4hMS6KQR1q3sLFdV0wk7tWwE6f95neMl8rgau8x+OAeDP73t8CMxsIRAEZx107DvjaOXfQp2yIma00s0/NrMeZfgARkbrG43E8PTOd8RMXEhURxgf3DuX2YR3qzPDryRx99q6wpJzhqYnceU6HUIcUUCO6JFJS5uG7rftO+dp/fr6JknIPv72k+ylfO6prcz59YARDOyXwp2lrueu1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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "plt.rcParams['figure.figsize'] = (10,5)\n", + "plt.plot([np.average(s) for s in aavg])\n", + "plt.xlabel(\"Generation\")\n", + "plt.ylabel(\"Average Fitness\")\n", + "plt.savefig(\"fitness.pdf\")\n", + "plt.show()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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W61LqdO5ZlUeRxvtU26t6BkYZldFM9delI81NnoeRxe6vAniyowxC8c+gHJ/D0wpFXh76zpYXZRGQuzsM0CL3bXiZtt6ZyLVNgcr8lMQCd/MtdVFaZrcEOQeP6JLqd66ZpUr0J1qSXVnRTO9gyPculETGrzlTRA3UWFfLfarVJjrHRymoqFrRq22JlKSYaVncITOnkGfjMvpNNTYHJSF6VKqx+qiVJq7+ml1aEWnYKVLqd4rybRSnp8y5ZLqjn0NLMpKZMOC2c/8R5pJgzgRyRORDUCCiKwTkfXux2WApowoFeb2nznHsNPMej+chydD1VdLqo3n++geGGZFfngmNXiscZd00eSG4ORZSr1Wl1K9ds2qPA6cPY+t661/mJxu7+H1053csqEorGfYfW2qmbirgXuAIuC7wHfcjzuBf/b/0JRSgbS3tpMoi8z5r2Jf14qrcic1hFPj+4msLEjBItq5IVjtdC+lbtelVK95khWemqBm3I79DVgEblmvS6kzMenOQWPMr4Ffi8gtxpiH53FMSqkgsLeug1WFqSTFzW2DcXG6O4jzUZmRapsDEViWG95BnDU2mmW5yZrcEKR26lLqjC3JSWZJThJPHG3mI1tLR4+POA0PH2jg7UuzyQvTZCV/mWo59YPup6Uicuf4xzyNTykVAP1DIxyun319uLESYqPISY7z2Uxctc3OggwriXMMLkOBp3ODL5NC1NzpUursXbMqj9frOunoHhg99vLJdpq7+jWhYRamWk5NdP8zCUie4KGUClMHzp5jcMQ5q36pEynxYZmR6jButzXeRUVpdPYM0uCH3rNq9nQpdfa2r8rDaeDpypbRYw/tbyA1IYarynIDOLLQNNVy6r3uf35t/oajlAoGe2s7sQhsLPVdEPdabcec79M3OEJdRw83rC3wwaiC3xp354YjDV3agiiIaFbq7JXnp1CSYeWJozZu21RCV+8QTx2z8f6Li2fV2i/STbWc+vSY51+an+EopYLB3roOygtSSImP8cn9ijOsNNv7GRgemdN9jrc4MIaImYlbkZdCbJRF98UFkeMtDk7oUuqsiQjXrMrjlZPtdPUO8diRJgaHndpma5amWk7NHvP8Vn8PRCkVHAaGRzh49jybF86ttMhYJRlWjGHOy4LVNldmalmYNr4fLzbaQll+srbfCiK6lDp321flMew0PFvVwo59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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "plt.rcParams['figure.figsize'] = (10,5)\n", + "plt.plot([np.median(s) for s in sc])\n", + "plt.xlabel(\"Generation\")\n", + "plt.ylabel(\"Average Fitness\")\n", + "plt.savefig(\"fitness.pdf\")\n", + "plt.show()" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -3057,6 +3603,7 @@ } ], "source": [ + "\n", "\n", "for i in range(10):\n", "\n", diff --git a/Evaluation/ManualRecipes.ipynb b/Evaluation/ManualRecipes.ipynb index 1d6c600..3ef4ae1 100644 --- a/Evaluation/ManualRecipes.ipynb +++ b/Evaluation/ManualRecipes.ipynb @@ -88,7 +88,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -101,7 +101,7 @@ }, { "cell_type": "code", - "execution_count": 53, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -118,7 +118,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -140,7 +140,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -164,6 +164,290 @@ " return m" ] }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "15\n", + "\n", + " \n", + "mix\n", + "node score: 0.6000\n", + "\n", + "\n", + "\n", + "14\n", + "\n", + " \n", + "bake\n", + "node score: 0.7500\n", + "\n", + "\n", + "\n", + "15->14\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "9\n", + "\n", + " \n", + "wash\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "15->9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "6\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "15->6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "10\n", + "\n", + " \n", + "heat\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "15->10\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "13\n", + "\n", + " \n", + "mix\n", + "node score: 0.5000\n", + "\n", + "\n", + "\n", + "14->13\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "0\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "13->0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "2\n", + "\n", + " \n", + "mozarella cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "13->2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "3\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "13->3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "8\n", + "\n", + " \n", + "dice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "13->8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "8->1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "4\n", + "\n", + " \n", + "spinach\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "9->4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "7\n", + "\n", + " \n", + "spring onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "10->7\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * spring onion\n", + " * noodle\n", + " * salt\n", + " * spinach\n", + " * mozarella cheese\n", + " * cheese\n", + " * onion\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | dice onion and mix it with salt, mozarella cheese and noodle. Then bake it. |\n", + "| 2 | wash spinach, heat spring onion and mix it with cheese and mix it together with the results of step 1. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# ingredients:\n", + "\n", + "d = ingredient_nodes([\n", + " \"salt\",\n", + " \"onion\",\n", + " \"mozarella cheese\",\n", + " \"noodle\",\n", + " \"spinach\",\n", + " \"cheese\",\n", + " \"cheese\",\n", + " \"spring onion\"\n", + "])\n", + "\n", + "act(d, \"dice\", \"onion\")\n", + "act(d, \"wash\", \"spinach\")\n", + "\n", + "act(d, \"heat\", \"spring onion\")\n", + "\n", + "mix(d, \"salt\", \"onion\")\n", + "mix(d, \"salt\", \"noodle\")\n", + "mix(d, \"salt\", \"mozarella cheese\")\n", + "act(d, \"bake\", \"noodle\")\n", + "\n", + "\n", + "r = get_root(d)\n", + "\n", + "display(r.dot())\n", + "display(r.to_instruction().to_markdown())\n" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'lasagne_recipe.dot'" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "r.dot().save(\"lasagne_recipe.dot\")" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -181,7 +465,7 @@ }, { "cell_type": "code", - "execution_count": 54, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -193,304 +477,304 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "260\n", - "\n", - " \n", - "mix\n", - "node score: 0.8947\n", + "83\n", + "\n", + " \n", + "mix\n", + "node score: 0.8947\n", "\n", - "\n", + "\n", "\n", - "246\n", - "\n", - " \n", - "whisk\n", - "node score: 1.0000\n", + "67\n", + "\n", + " \n", + "sesame oil\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "260->246\n", - "\n", - "\n", + "83->67\n", + "\n", + "\n", "\n", - "\n", - "\n", - "244\n", - "\n", - " \n", - "sesame oil\n", - "node score:0.6667\n", + "\n", + "\n", + "82\n", + "\n", + " \n", + "fry\n", + "node score: 0.3750\n", "\n", - "\n", - "\n", - "260->244\n", - "\n", - "\n", + "\n", + "\n", + "83->82\n", + "\n", + "\n", "\n", - "\n", - "\n", - "259\n", - "\n", - " \n", - "fry\n", - "node score: 0.3750\n", + "\n", + "\n", + "62\n", + "\n", + " \n", + "pepper\n", + "node score:0.5000\n", "\n", - "\n", - "\n", - "260->259\n", - "\n", - "\n", + "\n", + "\n", + "83->62\n", + "\n", + "\n", "\n", - "\n", - "\n", - "238\n", + "\n", + "\n", + "61\n", "\n", " \n", "salt\n", - "node score:0.6667\n", + "node score:0.5000\n", "\n", - "\n", + "\n", + "\n", + "83->61\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "69\n", + "\n", + " \n", + "whisk\n", + "node score: 1.0000\n", + "\n", + "\n", "\n", - "260->238\n", - "\n", - "\n", + "83->69\n", + "\n", + "\n", "\n", - "\n", - "\n", - "239\n", - "\n", - " \n", - "pepper\n", - "node score:0.6667\n", + "\n", + "\n", + "81\n", + "\n", + " \n", + "mix\n", + "node score: 0.9545\n", "\n", - "\n", - "\n", - "260->239\n", - "\n", - "\n", + "\n", + "\n", + "82->81\n", + "\n", + "\n", "\n", - "\n", - "\n", - "234\n", - "\n", - " \n", - "egg\n", - "node score:0.6667\n", + "\n", + "\n", + "66\n", + "\n", + " \n", + "oyster sauce\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "246->234\n", - "\n", - "\n", + "\n", + "\n", + "81->66\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "258\n", - "\n", - " \n", - "mix\n", - "node score: 0.9545\n", - "\n", - "\n", - "\n", - "259->258\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "254\n", + "77\n", "\n", " \n", "saute\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "258->254\n", - "\n", - "\n", + "\n", + "\n", + "81->77\n", + "\n", + "\n", "\n", - "\n", - "\n", - "242\n", + "\n", + "\n", + "65\n", "\n", " \n", "soy sauce\n", "node score:1.0000\n", "\n", - "\n", + "\n", + "\n", + "81->65\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "70\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", "\n", - "258->242\n", - "\n", - "\n", + "81->70\n", + "\n", + "\n", "\n", - "\n", - "\n", - "243\n", - "\n", - " \n", - "oyster sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "258->243\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "248\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", + "71\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "258->248\n", - "\n", - "\n", + "81->71\n", + "\n", + "\n", "\n", - "\n", - "\n", - "247\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "258->247\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "253\n", + "\n", + "\n", + "76\n", "\n", " \n", "mix\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "254->253\n", + "\n", + "\n", + "77->76\n", "\n", "\n", "\n", - "\n", - "\n", - "245\n", + "\n", + "\n", + "68\n", "\n", " \n", "melt\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "253->245\n", + "\n", + "\n", + "76->68\n", "\n", "\n", "\n", - "\n", - "\n", - "235\n", + "\n", + "\n", + "59\n", "\n", - " \n", - "pea\n", - "node score:0.8333\n", + " \n", + "carrot\n", + "node score:0.5000\n", "\n", - "\n", - "\n", - "253->235\n", + "\n", + "\n", + "76->59\n", "\n", "\n", "\n", - "\n", - "\n", - "236\n", + "\n", + "\n", + "58\n", "\n", - " \n", - "carrot\n", - "node score:0.5000\n", + " \n", + "pea\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "253->236\n", + "\n", + "\n", + "76->58\n", "\n", "\n", "\n", - "\n", - "\n", - "237\n", + "\n", + "\n", + "60\n", "\n", " \n", "garlic clove\n", "node score:0.5000\n", "\n", - "\n", - "\n", - "253->237\n", + "\n", + "\n", + "76->60\n", "\n", "\n", "\n", - "\n", - "\n", - "233\n", + "\n", + "\n", + "56\n", "\n", " \n", "butter\n", - "node score:0.7778\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "245->233\n", + "\n", + "\n", + "68->56\n", "\n", "\n", "\n", - "\n", + "\n", + "\n", + "63\n", + "\n", + " \n", + "rice\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "70->63\n", + "\n", + "\n", + "\n", + "\n", "\n", - "241\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", + "64\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "248->241\n", - "\n", - "\n", + "71->64\n", + "\n", + "\n", "\n", - "\n", - "\n", - "240\n", - "\n", - " \n", - "rice\n", - "node score:0.8333\n", + "\n", + "\n", + "57\n", + "\n", + " \n", + "egg\n", + "node score:0.5000\n", "\n", - "\n", - "\n", - "247->240\n", - "\n", - "\n", + "\n", + "\n", + "69->57\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -500,27 +784,27 @@ "data": { "text/markdown": [ "**Ingredients**:\n", + " * oyster sauce\n", + " * carrot\n", + " * soy sauce\n", " * onion\n", + " * butter\n", + " * sesame oil\n", + " * pepper\n", + " * egg\n", + " * rice\n", " * salt\n", " * garlic clove\n", - " * oyster sauce\n", - " * egg\n", - " * soy sauce\n", - " * carrot\n", - " * rice\n", - " * sesame oil\n", - " * butter\n", " * pea\n", - " * pepper\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | melt butter and mix it with pea, carrot and garlic clove. Then saute it. |\n", - "| 2 | slice onion, cook rice and mix it with soy sauce and oyster sauce and mix it together with the results of step 1. Then fry it. |\n", - "| 3 | whisk egg and mix it with sesame oil, salt and pepper and mix it together with the results of step 2. |\n" + "| 1 | melt butter and mix it with carrot, pea and garlic clove. Then saute it. |\n", + "| 2 | cook rice, slice onion and mix it with oyster sauce and soy sauce and mix it together with the results of step 1. Then fry it. |\n", + "| 3 | whisk egg and mix it with sesame oil, pepper and salt and mix it together with the results of step 2. |\n" ], "text/plain": [ "" @@ -569,7 +853,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_rice_0.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -582,7 +869,7 @@ }, { "cell_type": "code", - "execution_count": 55, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -594,164 +881,164 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "274\n", - "\n", - " \n", - "bake\n", - "node score: 1.0000\n", + "97\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "273\n", - "\n", - " \n", - "mix\n", - "node score: 0.9286\n", + "96\n", + "\n", + " \n", + "mix\n", + "node score: 0.9286\n", "\n", - "\n", + "\n", "\n", - "274->273\n", - "\n", - "\n", + "97->96\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "261\n", + "88\n", "\n", - " \n", - "noodle\n", + " \n", + "ricotta cheese\n", "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273->261\n", - "\n", - "\n", + "96->88\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "266\n", - "\n", - " \n", - "mozzarella cheese\n", - "node score:1.0000\n", + "86\n", + "\n", + " \n", + "pasta sauce\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273->266\n", - "\n", - "\n", + "96->86\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "270\n", - "\n", - " \n", - "simmer\n", - "node score: 1.0000\n", + "84\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273->270\n", - "\n", - "\n", + "96->84\n", + "\n", + "\n", "\n", - "\n", - "\n", - "265\n", - "\n", - " \n", - "ricotta cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "273->265\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "263\n", - "\n", - " \n", - "pasta sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "273->263\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "269\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", + "89\n", + "\n", + " \n", + "mozzarella cheese\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "270->269\n", - "\n", - "\n", + "96->89\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "264\n", - "\n", - " \n", - "water\n", - "node score:0.8333\n", + "93\n", + "\n", + " \n", + "simmer\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "269->264\n", - "\n", - "\n", + "96->93\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "268\n", - "\n", - " \n", - "brown\n", - "node score: 1.0000\n", + "92\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "269->268\n", - "\n", - "\n", + "93->92\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "262\n", - "\n", - " \n", - "ground beef\n", - "node score:0.7778\n", + "87\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "268->262\n", - "\n", - "\n", + "92->87\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "91\n", + "\n", + " \n", + "brown\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "92->91\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "85\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "91->85\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -761,12 +1048,12 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * pasta sauce\n", - " * noodle\n", - " * ricotta cheese\n", - " * mozzarella cheese\n", " * water\n", + " * mozzarella cheese\n", + " * pasta sauce\n", " * ground beef\n", + " * ricotta cheese\n", + " * noodle\n", "\n", "\n", "**Instructions**:\n", @@ -774,7 +1061,7 @@ "| Step | Instruction |\n", "| ----:|:----------- |\n", "| 1 | brown ground beef and mix it with water. Then simmer it. |\n", - "| 2 | Mix noodle, mozzarella cheese, ricotta cheese and pasta sauce and mix it together with the results of step 1. Then bake it. |\n" + "| 2 | Mix ricotta cheese, pasta sauce, noodle and mozzarella cheese and mix it together with the results of step 1. Then bake it. |\n" ], "text/plain": [ "" @@ -809,7 +1096,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_noodle_0.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -822,7 +1112,7 @@ }, { "cell_type": "code", - "execution_count": 127, + "execution_count": 11, "metadata": {}, "outputs": [ { @@ -834,304 +1124,304 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "654\n", - "\n", - " \n", - "mix\n", - "node score: 0.7778\n", + "125\n", + "\n", + " \n", + "mix\n", + "node score: 0.7778\n", "\n", - "\n", + "\n", "\n", - "629\n", - "\n", - " \n", - "water\n", - "node score:0.6667\n", + "122\n", + "\n", + " \n", + "bake\n", + "node score: 0.5000\n", "\n", - "\n", + "\n", "\n", - "654->629\n", - "\n", - "\n", + "125->122\n", + "\n", + "\n", "\n", - "\n", - "\n", - "651\n", - "\n", - " \n", - "bake\n", - "node score: 0.5000\n", - "\n", - "\n", - "\n", - "654->651\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "652\n", - "\n", - " \n", - "steam\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "654->652\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "630\n", - "\n", - " \n", - "cider vinegar\n", - "node score:0.6667\n", - "\n", - "\n", - "\n", - "654->630\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "650\n", - "\n", - " \n", - "mix\n", - "node score: 0.6923\n", - "\n", - "\n", - "\n", - "651->650\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "648\n", - "\n", - " \n", - "cook\n", - "node score: 0.6667\n", - "\n", - "\n", - "\n", - "650->648\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "627\n", - "\n", - " \n", - "hot sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "650->627\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "628\n", - "\n", - " \n", - "sugar\n", - "node score:1.0000\n", + "123\n", + "\n", + " \n", + "steam\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "650->628\n", - "\n", - "\n", + "125->123\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "100\n", + "\n", + " \n", + "water\n", + "node score:0.5000\n", + "\n", + "\n", + "\n", + "125->100\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "101\n", + "\n", + " \n", + "cider vinegar\n", + "node score:0.5000\n", + "\n", + "\n", + "\n", + "125->101\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "121\n", + "\n", + " \n", + "mix\n", + "node score: 0.6923\n", + "\n", + "\n", + "\n", + "122->121\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "99\n", + "\n", + " \n", + "sugar\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "121->99\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "98\n", + "\n", + " \n", + "hot sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "121->98\n", + "\n", + "\n", + "\n", + "\n", "\n", - "647\n", - "\n", - " \n", - "mix\n", - "node score: 0.7333\n", + "119\n", + "\n", + " \n", + "cook\n", + "node score: 0.6667\n", "\n", - "\n", + "\n", "\n", - "648->647\n", - "\n", - "\n", + "121->119\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "636\n", + "118\n", + "\n", + " \n", + "mix\n", + "node score: 0.7333\n", + "\n", + "\n", + "\n", + "119->118\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "107\n", "\n", " \n", "cornstach\n", - "node score:0.8333\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "647->636\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "646\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", + "\n", "\n", - "647->646\n", - "\n", - "\n", + "118->107\n", + "\n", + "\n", "\n", - "\n", - "\n", - "641\n", - "\n", - " \n", - "cut\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "647->641\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "635\n", - "\n", - " \n", - "pepper\n", - "node score:0.8333\n", - "\n", - "\n", - "\n", - "647->635\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "634\n", - "\n", - " \n", - "salt\n", - "node score:0.8333\n", - "\n", - "\n", - "\n", - "647->634\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "640\n", - "\n", - " \n", - "whisk\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "647->640\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "632\n", - "\n", - " \n", - "canola oil\n", - "node score:0.7778\n", + "105\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "646->632\n", - "\n", - "\n", + "118->105\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "112\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "118->112\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "117\n", + "\n", + " \n", + "heat\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "118->117\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "111\n", + "\n", + " \n", + "whisk\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "118->111\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "106\n", + "\n", + " \n", + "pepper\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "118->106\n", + "\n", + "\n", + "\n", + "\n", "\n", - "633\n", - "\n", - " \n", - "chicken breast\n", - "node score:0.8889\n", + "104\n", + "\n", + " \n", + "chicken breast\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "641->633\n", - "\n", - "\n", + "112->104\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "103\n", + "\n", + " \n", + "canola oil\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "117->103\n", + "\n", + "\n", + "\n", + "\n", "\n", - "639\n", - "\n", - " \n", - "beat\n", - "node score: 1.0000\n", + "110\n", + "\n", + " \n", + "beat\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "640->639\n", - "\n", - "\n", + "111->110\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "637\n", - "\n", - " \n", - "egg\n", - "node score:0.5833\n", + "108\n", + "\n", + " \n", + "egg\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "639->637\n", - "\n", - "\n", + "110->108\n", + "\n", + "\n", "\n", - "\n", - "\n", - "638\n", - "\n", - " \n", - "rice\n", - "node score:1.0000\n", + "\n", + "\n", + "109\n", + "\n", + " \n", + "rice\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "652->638\n", - "\n", - "\n", + "\n", + "\n", + "123->109\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1141,17 +1431,17 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * hot sauce\n", - " * cornstach\n", - " * salt\n", - " * sugar\n", - " * canola oil\n", - " * cider vinegar\n", - " * egg\n", - " * rice\n", " * water\n", - " * pepper\n", + " * cornstach\n", + " * canola oil\n", + " * sugar\n", + " * hot sauce\n", + " * cider vinegar\n", " * chicken breast\n", + " * egg\n", + " * pepper\n", + " * rice\n", + " * salt\n", "\n", "\n", "**Instructions**:\n", @@ -1159,8 +1449,8 @@ "| Step | Instruction |\n", "| ----:|:----------- |\n", "| 1 | beat and whisk egg |\n", - "| 2 | heat canola oil, cut chicken breast and mix it with cornstach, pepper and salt and mix it together with the results of step 1. Then cook it. |\n", - "| 3 | Mix hot sauce and sugar and mix it together with the results of step 2. Then bake it. |\n", + "| 2 | cut chicken breast, heat canola oil and mix it with cornstach, salt and pepper and mix it together with the results of step 1. Then cook it. |\n", + "| 3 | Mix sugar and hot sauce and mix it together with the results of step 2. Then bake it. |\n", "| 4 | steam rice and mix it with water and cider vinegar and mix it together with the results of step 3. |\n" ], "text/plain": [ @@ -1216,7 +1506,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_rice_1.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -1229,7 +1522,7 @@ }, { "cell_type": "code", - "execution_count": 61, + "execution_count": 12, "metadata": {}, "outputs": [ { @@ -1241,304 +1534,304 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "300\n", + "151\n", "\n", " \n", "mix\n", "node score: 0.6667\n", "\n", - "\n", + "\n", "\n", - "299\n", + "150\n", "\n", " \n", "drain\n", "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "300->299\n", + "151->150\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "282\n", + "133\n", "\n", " \n", "basil\n", - "node score:0.6667\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "300->282\n", + "151->133\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "281\n", + "132\n", "\n", " \n", "parsley\n", - "node score:0.6667\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "300->281\n", + "151->132\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "295\n", + "146\n", "\n", " \n", "simmer\n", "node score: 0.8571\n", "\n", - "\n", + "\n", "\n", - "300->295\n", + "151->146\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "298\n", + "149\n", "\n", " \n", "cook\n", "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "299->298\n", + "150->149\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "283\n", + "134\n", "\n", " \n", "egg noodle\n", "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "298->283\n", + "149->134\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "294\n", + "145\n", "\n", " \n", "mix\n", "node score: 0.8947\n", "\n", - "\n", + "\n", "\n", - "295->294\n", + "146->145\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "279\n", - "\n", - " \n", - "white wine\n", - "node score:1.0000\n", + "143\n", + "\n", + " \n", + "dice\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "294->279\n", - "\n", - "\n", + "145->143\n", + "\n", + "\n", "\n", - "\n", - "\n", - "289\n", - "\n", - " \n", - "saute\n", - "node score: 1.0000\n", + "\n", + "\n", + "130\n", + "\n", + " \n", + "white wine\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "294->289\n", - "\n", - "\n", + "\n", + "\n", + "145->130\n", + "\n", + "\n", "\n", - "\n", - "\n", - "292\n", + "\n", + "\n", + "140\n", "\n", - " \n", - "dice\n", + " \n", + "saute\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "294->292\n", + "\n", + "\n", + "145->140\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "286\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", + "129\n", + "\n", + " \n", + "garlic clove\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "294->286\n", - "\n", - "\n", + "145->129\n", + "\n", + "\n", "\n", - "\n", - "\n", - "278\n", - "\n", - " \n", - "garlic clove\n", - "node score:0.6667\n", - "\n", - "\n", - "\n", - "294->278\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "288\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "289->288\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "287\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "288->287\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "276\n", - "\n", - " \n", - "salt\n", - "node score:0.8333\n", - "\n", - "\n", - "\n", - "288->276\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277\n", - "\n", - " \n", - "pepper\n", - "node score:0.8889\n", - "\n", - "\n", - "\n", - "287->277\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "280\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "292->280\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "285\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", + "137\n", + "\n", + " \n", + "heat\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "286->285\n", - "\n", - "\n", + "145->137\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "131\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "143->131\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "139\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "140->139\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "127\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "139->127\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "138\n", + "\n", + " \n", + "dice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "139->138\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "128\n", + "\n", + " \n", + "pepper\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "138->128\n", + "\n", + "\n", + "\n", + "\n", "\n", - "284\n", - "\n", - " \n", - "olive oil\n", - "node score:0.8333\n", + "136\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "285->284\n", - "\n", - "\n", + "137->136\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "275\n", - "\n", - " \n", - "sausage\n", - "node score:0.8333\n", + "135\n", + "\n", + " \n", + "olive oil\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "285->275\n", - "\n", - "\n", + "136->135\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "126\n", + "\n", + " \n", + "sausage\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "136->126\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1548,16 +1841,16 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * salt\n", - " * olive oil\n", - " * garlic clove\n", - " * tomato\n", - " * white wine\n", - " * egg noodle\n", - " * parsley\n", " * sausage\n", - " * basil\n", + " * egg noodle\n", + " * olive oil\n", + " * tomato\n", + " * parsley\n", + " * salt\n", " * pepper\n", + " * basil\n", + " * garlic clove\n", + " * white wine\n", "\n", "\n", "**Instructions**:\n", @@ -1617,7 +1910,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_noodle_1.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -1630,7 +1926,7 @@ }, { "cell_type": "code", - "execution_count": 66, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -1647,243 +1943,243 @@ "\n", "%3\n", "\n", - "\n", + "\n", "\n", - "343\n", - "\n", - " \n", - "refrigerate\n", - "node score: 0.7500\n", + "173\n", + "\n", + " \n", + "refrigerate\n", + "node score: 0.6250\n", "\n", - "\n", + "\n", "\n", - "342\n", - "\n", - " \n", - "mix\n", - "node score: 0.9630\n", + "172\n", + "\n", + " \n", + "mix\n", + "node score: 0.9630\n", "\n", - "\n", + "\n", "\n", - "343->342\n", - "\n", - "\n", + "173->172\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "328\n", - "\n", - " \n", - "dressing\n", - "node score:1.0000\n", + "162\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "342->328\n", - "\n", - "\n", + "172->162\n", + "\n", + "\n", "\n", - "\n", - "\n", - "334\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "342->334\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "325\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", + "163\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "342->325\n", - "\n", - "\n", + "172->163\n", + "\n", + "\n", "\n", - "\n", - "\n", - "332\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "342->332\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "336\n", - "\n", - " \n", - "drain\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "342->336\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "324\n", - "\n", - " \n", - "tomato\n", - "node score:0.6667\n", - "\n", - "\n", - "\n", - "342->324\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "333\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "342->333\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "327\n", - "\n", - " \n", - "red onion\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "334->327\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "331\n", - "\n", - " \n", - "peel\n", - "node score: 1.0000\n", + "166\n", + "\n", + " \n", + "drain\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "332->331\n", - "\n", - "\n", + "172->166\n", + "\n", + "\n", "\n", - "\n", - "\n", - "323\n", - "\n", - " \n", - "cucumber\n", - "node score:0.8889\n", - "\n", - "\n", - "\n", - "331->323\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "335\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "336->335\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "330\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "335->330\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "322\n", - "\n", - " \n", - "pasta\n", - "node score:1.0000\n", + "155\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "330->322\n", - "\n", - "\n", + "172->155\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "329\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", + "158\n", + "\n", + " \n", + "dressing\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "330->329\n", - "\n", - "\n", + "172->158\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "164\n", + "\n", + " \n", + "dice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "172->164\n", + "\n", + "\n", + "\n", + "\n", "\n", - "326\n", - "\n", - " \n", - "black olive\n", - "node score:1.0000\n", + "154\n", + "\n", + " \n", + "tomato\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "333->326\n", - "\n", - "\n", + "172->154\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "161\n", + "\n", + " \n", + "peel\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "162->161\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "153\n", + "\n", + " \n", + "cucumber\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "161->153\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "156\n", + "\n", + " \n", + "black olive\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "163->156\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "165\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "166->165\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "160\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "165->160\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "152\n", + "\n", + " \n", + "pasta\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "160->152\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "159\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "160->159\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "157\n", + "\n", + " \n", + "red onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "164->157\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1894,13 +2190,13 @@ "text/markdown": [ "**Ingredients**:\n", " * dressing\n", - " * cheese\n", - " * salt\n", - " * tomato\n", - " * pasta\n", " * black olive\n", + " * tomato\n", + " * cheese\n", " * red onion\n", " * cucumber\n", + " * salt\n", + " * pasta\n", "\n", "\n", "**Instructions**:\n", @@ -1910,7 +2206,7 @@ "| 1 | peel and chop cucumber |\n", "| 2 | Mix pasta and salt. Then cook it. |\n", "| 3 | drain the result of step 2 |\n", - "| 4 | dice red onion, slice black olive and mix it with dressing, cheese and tomato and mix it together with the results of step 1 and step 3. Then refrigerate it. |\n" + "| 4 | slice black olive, dice red onion and mix it with cheese, dressing and tomato and mix it together with the results of step 1 and step 3. Then refrigerate it. |\n" ], "text/plain": [ "" @@ -1954,7 +2250,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_noodle_2.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -1967,7 +2266,7 @@ }, { "cell_type": "code", - "execution_count": 77, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -1979,262 +2278,262 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "392\n", - "\n", - " \n", - "mix\n", - "node score: 0.9762\n", + "198\n", + "\n", + " \n", + "mix\n", + "node score: 0.9762\n", "\n", - "\n", + "\n", "\n", - "388\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", + "181\n", + "\n", + " \n", + "lime juice\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "392->388\n", - "\n", - "\n", + "198->181\n", + "\n", + "\n", "\n", - "\n", - "\n", - "375\n", - "\n", - " \n", - "lime juice\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "392->375\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "383\n", - "\n", - " \n", - "boil\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "392->383\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "378\n", - "\n", - " \n", - "salt\n", - "node score:0.6667\n", - "\n", - "\n", - "\n", - "392->378\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "380\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "392->380\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "387\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", + "186\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "388->387\n", - "\n", - "\n", + "198->186\n", + "\n", + "\n", "\n", - "\n", - "\n", - "373\n", - "\n", - " \n", - "garlic clove\n", - "node score:0.6667\n", - "\n", - "\n", - "\n", - "387->373\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "374\n", - "\n", - " \n", - "tomato\n", - "node score:0.6667\n", + "184\n", + "\n", + " \n", + "salt\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "387->374\n", - "\n", - "\n", + "198->184\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "371\n", - "\n", - " \n", - "olive oil\n", - "node score:1.0000\n", + "194\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "387->371\n", - "\n", - "\n", + "198->194\n", + "\n", + "\n", "\n", - "\n", - "\n", - "379\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "387->379\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "377\n", - "\n", - " \n", - "ground cumin\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "387->377\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "372\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "379->372\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "382\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "383->382\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "368\n", - "\n", - " \n", - "rice\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "382->368\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "370\n", - "\n", - " \n", - "butter\n", - "node score:1.0000\n", + "189\n", + "\n", + " \n", + "boil\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "382->370\n", - "\n", - "\n", + "198->189\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "182\n", + "\n", + " \n", + "cilantro\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "186->182\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "193\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "194->193\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "179\n", + "\n", + " \n", + "garlic clove\n", + "node score:0.5000\n", + "\n", + "\n", + "\n", + "193->179\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "185\n", + "\n", + " \n", + "dice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "193->185\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "183\n", + "\n", + " \n", + "ground cumin\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "193->183\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "177\n", + "\n", + " \n", + "olive oil\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "193->177\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "180\n", + "\n", + " \n", + "tomato\n", + "node score:0.5000\n", + "\n", + "\n", + "\n", + "193->180\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "178\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "185->178\n", + "\n", + "\n", + "\n", + "\n", "\n", - "369\n", - "\n", - " \n", - "chicken broth\n", - "node score:1.0000\n", + "188\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "382->369\n", - "\n", - "\n", + "189->188\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "175\n", + "\n", + " \n", + "chicken broth\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "188->175\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "176\n", + "\n", + " \n", + "butter\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "188->176\n", + "\n", + "\n", + "\n", + "\n", "\n", - "376\n", - "\n", - " \n", - "cilantro\n", - "node score:1.0000\n", + "174\n", + "\n", + " \n", + "rice\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "380->376\n", - "\n", - "\n", + "188->174\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -2245,24 +2544,24 @@ "text/markdown": [ "**Ingredients**:\n", " * onion\n", - " * olive oil\n", - " * garlic clove\n", - " * lime juice\n", - " * chicken broth\n", - " * salt\n", " * cilantro\n", - " * tomato\n", + " * olive oil\n", + " * lime juice\n", " * ground cumin\n", - " * rice\n", + " * tomato\n", " * butter\n", + " * rice\n", + " * salt\n", + " * garlic clove\n", + " * chicken broth\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | dice onion and mix it with garlic clove, tomato, olive oil and ground cumin. Then cook it. |\n", - "| 2 | Mix rice, butter and chicken broth. Then boil it. |\n", + "| 1 | dice onion and mix it with garlic clove, ground cumin, olive oil and tomato. Then cook it. |\n", + "| 2 | Mix chicken broth, butter and rice. Then boil it. |\n", "| 3 | chop cilantro and mix it with lime juice and salt and mix it together with the results of step 1 and step 2. |\n" ], "text/plain": [ @@ -2312,7 +2611,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_rice_2.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -2325,7 +2627,7 @@ }, { "cell_type": "code", - "execution_count": 84, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -2337,276 +2639,276 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "415\n", + "221\n", "\n", " \n", "mix\n", "node score: 0.7500\n", "\n", - "\n", + "\n", "\n", - "403\n", + "205\n", "\n", - " \n", - "tortilla chip\n", - "node score:0.6667\n", + " \n", + "cheese\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "415->403\n", + "221->205\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "404\n", + "210\n", "\n", " \n", "chop\n", "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "415->404\n", + "221->210\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "399\n", + "209\n", "\n", - " \n", - "cheese\n", - "node score:1.0000\n", + " \n", + "tortilla chip\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "415->399\n", + "221->209\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "413\n", + "211\n", "\n", - " \n", - "boil\n", - "node score: 0.8333\n", + " \n", + "chop\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "415->413\n", + "221->211\n", "\n", "\n", "\n", - "\n", - "\n", - "401\n", - "\n", - " \n", - "avocado\n", - "node score:0.6667\n", + "\n", + "\n", + "219\n", + "\n", + " \n", + "boil\n", + "node score: 0.8333\n", "\n", - "\n", - "\n", - "415->401\n", - "\n", - "\n", + "\n", + "\n", + "221->219\n", + "\n", + "\n", "\n", - "\n", - "\n", - "405\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", + "\n", + "\n", + "207\n", + "\n", + " \n", + "avocado\n", + "node score:0.5000\n", "\n", - "\n", - "\n", - "415->405\n", - "\n", - "\n", + "\n", + "\n", + "221->207\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "400\n", + "206\n", "\n", " \n", "tomato\n", "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "404->400\n", + "210->206\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "412\n", - "\n", - " \n", - "mix\n", - "node score: 0.7500\n", + "208\n", + "\n", + " \n", + "cilantro\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "413->412\n", - "\n", - "\n", + "211->208\n", + "\n", + "\n", "\n", - "\n", - "\n", - "396\n", - "\n", - " \n", - "water\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "412->396\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "397\n", - "\n", - " \n", - "salsa\n", - "node score:1.0000\n", + "218\n", + "\n", + " \n", + "mix\n", + "node score: 0.7500\n", "\n", - "\n", + "\n", "\n", - "412->397\n", - "\n", - "\n", + "219->218\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "409\n", - "\n", - " \n", - "drain\n", - "node score: 1.0000\n", + "203\n", + "\n", + " \n", + "salsa\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "412->409\n", - "\n", - "\n", + "218->203\n", + "\n", + "\n", "\n", - "\n", - "\n", - "398\n", - "\n", - " \n", - "pasta\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "412->398\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "408\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", + "215\n", + "\n", + " \n", + "drain\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "409->408\n", - "\n", - "\n", + "218->215\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "202\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "218->202\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "204\n", + "\n", + " \n", + "pasta\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "218->204\n", + "\n", + "\n", + "\n", + "\n", "\n", - "407\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", + "214\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "408->407\n", - "\n", - "\n", + "215->214\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "394\n", - "\n", - " \n", - "salt\n", - "node score:0.8889\n", + "213\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "407->394\n", - "\n", - "\n", + "214->213\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "395\n", - "\n", - " \n", - "black pepper\n", - "node score:0.8889\n", + "201\n", + "\n", + " \n", + "black pepper\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "407->395\n", - "\n", - "\n", + "213->201\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "393\n", - "\n", - " \n", - "ground beef\n", - "node score:0.8889\n", + "200\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "407->393\n", - "\n", - "\n", + "213->200\n", + "\n", + "\n", "\n", - "\n", - "\n", - "402\n", - "\n", - " \n", - "cilantro\n", - "node score:1.0000\n", + "\n", + "\n", + "199\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "405->402\n", - "\n", - "\n", + "\n", + "\n", + "213->199\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -2616,27 +2918,27 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * cilantro\n", - " * cheese\n", - " * salt\n", - " * black pepper\n", - " * tomato\n", - " * pasta\n", " * tortilla chip\n", - " * salsa\n", - " * avocado\n", " * water\n", + " * salsa\n", + " * cilantro\n", + " * tomato\n", + " * cheese\n", + " * black pepper\n", + " * salt\n", + " * pasta\n", " * ground beef\n", + " * avocado\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | Mix salt, black pepper and ground beef. Then cook it. |\n", + "| 1 | Mix black pepper, salt and ground beef. Then cook it. |\n", "| 2 | drain the result of step 1 |\n", - "| 3 | Mix water, salsa and pasta and mix it together with the results of step 2. Then boil it. |\n", - "| 4 | chop tomato, chop cilantro and mix it with tortilla chip, cheese and avocado and mix it together with the results of step 3. |\n" + "| 3 | Mix salsa, water and pasta and mix it together with the results of step 2. Then boil it. |\n", + "| 4 | chop tomato, chop cilantro and mix it with cheese, tortilla chip and avocado and mix it together with the results of step 3. |\n" ], "text/plain": [ "" @@ -2684,7 +2986,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_noodle_3.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -2697,7 +3002,7 @@ }, { "cell_type": "code", - "execution_count": 90, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -2710,205 +3015,205 @@ " -->\n", "\n", "\n", + " viewBox=\"0.00 0.00 633.85 541.82\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "441\n", - "\n", - " \n", - "mix\n", - "node score: 0.6364\n", + "238\n", + "\n", + " \n", + "mix\n", + "node score: 0.6364\n", "\n", - "\n", + "\n", "\n", - "432\n", - "\n", - " \n", - "drain\n", - "node score: 1.0000\n", + "229\n", + "\n", + " \n", + "drain\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "441->432\n", - "\n", - "\n", + "238->229\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "440\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", + "237\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "441->440\n", - "\n", - "\n", + "238->237\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "430\n", - "\n", - " \n", - "salsa\n", - "node score:0.6667\n", + "227\n", + "\n", + " \n", + "salsa\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "441->430\n", - "\n", - "\n", + "238->227\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "431\n", - "\n", - " \n", - "kidney bean\n", - "node score:0.3333\n", + "228\n", + "\n", + " \n", + "kidney bean\n", + "node score:0.0000\n", "\n", - "\n", + "\n", "\n", - "432->431\n", - "\n", - "\n", + "229->228\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "439\n", - "\n", - " \n", - "mix\n", - "node score: 0.5556\n", + "236\n", + "\n", + " \n", + "mix\n", + "node score: 0.5556\n", "\n", - "\n", + "\n", "\n", - "440->439\n", - "\n", - "\n", + "237->236\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "428\n", + "226\n", "\n", - " \n", - "garlic clove\n", - "node score:0.6667\n", + " \n", + "vegetable broth\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "439->428\n", - "\n", - "\n", + "236->226\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "433\n", + "232\n", "\n", - " \n", - "chop\n", - "node score: 0.0000\n", + " \n", + "heat\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "439->433\n", - "\n", - "\n", + "236->232\n", + "\n", + "\n", "\n", - "\n", - "\n", - "435\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "439->435\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "429\n", - "\n", - " \n", - "vegetable broth\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "439->429\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "427\n", - "\n", - " \n", - "white onion\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "433->427\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "434\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "435->434\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "426\n", - "\n", - " \n", - "rice\n", - "node score:0.8333\n", + "225\n", + "\n", + " \n", + "garlic clove\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "434->426\n", - "\n", - "\n", + "236->225\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "425\n", - "\n", - " \n", - "oil\n", - "node score:0.8333\n", + "230\n", + "\n", + " \n", + "chop\n", + "node score: 0.0000\n", "\n", - "\n", + "\n", "\n", - "434->425\n", - "\n", - "\n", + "236->230\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "231\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "232->231\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "222\n", + "\n", + " \n", + "oil\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "231->222\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "223\n", + "\n", + " \n", + "rice\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "231->223\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "224\n", + "\n", + " \n", + "white onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "230->224\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -2918,21 +3223,21 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * garlic clove\n", - " * oil\n", - " * kidney bean\n", " * white onion\n", " * salsa\n", - " * vegetable broth\n", " * rice\n", + " * vegetable broth\n", + " * kidney bean\n", + " * garlic clove\n", + " * oil\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | Mix rice and oil. Then heat it. |\n", - "| 2 | chop white onion and mix it with garlic clove and vegetable broth and mix it together with the results of step 1. Then cook it. |\n", + "| 1 | Mix oil and rice. Then heat it. |\n", + "| 2 | chop white onion and mix it with vegetable broth and garlic clove and mix it together with the results of step 1. Then cook it. |\n", "| 3 | drain kidney bean and mix it with salsa and mix it together with the results of step 2. |\n" ], "text/plain": [ @@ -2973,7 +3278,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_rice_3.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -2986,7 +3294,7 @@ }, { "cell_type": "code", - "execution_count": 104, + "execution_count": 17, "metadata": {}, "outputs": [ { @@ -2998,248 +3306,248 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "502\n", - "\n", - " \n", - "mix\n", - "node score: 0.9167\n", + "260\n", + "\n", + " \n", + "mix\n", + "node score: 0.9167\n", "\n", - "\n", + "\n", "\n", - "487\n", - "\n", - " \n", - "pepper\n", - "node score:0.6667\n", + "245\n", + "\n", + " \n", + "pepper\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "502->487\n", - "\n", - "\n", + "260->245\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "493\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", + "251\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "502->493\n", - "\n", - "\n", + "260->251\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "486\n", - "\n", - " \n", - "salt\n", - "node score:0.6667\n", + "244\n", + "\n", + " \n", + "salt\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "502->486\n", - "\n", - "\n", + "260->244\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "501\n", - "\n", - " \n", - "fry\n", - "node score: 0.7143\n", + "259\n", + "\n", + " \n", + "fry\n", + "node score: 0.7143\n", "\n", - "\n", + "\n", "\n", - "502->501\n", - "\n", - "\n", + "260->259\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "489\n", - "\n", - " \n", - "rice\n", - "node score:1.0000\n", + "247\n", + "\n", + " \n", + "rice\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "493->489\n", - "\n", - "\n", + "251->247\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "500\n", - "\n", - " \n", - "mix\n", - "node score: 0.9048\n", + "258\n", + "\n", + " \n", + "mix\n", + "node score: 0.9048\n", "\n", - "\n", + "\n", "\n", - "501->500\n", - "\n", - "\n", + "259->258\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "491\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", + "241\n", + "\n", + " \n", + "garlic clove\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "500->491\n", - "\n", - "\n", + "258->241\n", + "\n", + "\n", "\n", - "\n", - "\n", - "494\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "500->494\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "483\n", - "\n", - " \n", - "garlic clove\n", - "node score:0.6667\n", - "\n", - "\n", - "\n", - "500->483\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "492\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "500->492\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "482\n", - "\n", - " \n", - "ginger\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "500->482\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "481\n", - "\n", - " \n", - "olive oil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "500->481\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "488\n", - "\n", - " \n", - "water\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "500->488\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "484\n", - "\n", - " \n", - "carrot\n", - "node score:1.0000\n", + "239\n", + "\n", + " \n", + "olive oil\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "491->484\n", - "\n", - "\n", + "258->239\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "249\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "258->249\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "240\n", + "\n", + " \n", + "ginger\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "258->240\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "250\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "258->250\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "246\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "258->246\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "252\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "258->252\n", + "\n", + "\n", + "\n", + "\n", "\n", - "490\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", + "242\n", + "\n", + " \n", + "carrot\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "494->490\n", - "\n", - "\n", + "249->242\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "485\n", - "\n", - " \n", - "broccoli\n", - "node score:1.0000\n", + "243\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "492->485\n", - "\n", - "\n", + "250->243\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "248\n", + "\n", + " \n", + "spinach\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "252->248\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -3249,23 +3557,23 @@ "data": { "text/markdown": [ "**Ingredients**:\n", + " * carrot\n", + " * water\n", + " * olive oil\n", + " * ginger\n", + " * pepper\n", + " * rice\n", + " * broccoli\n", " * salt\n", " * garlic clove\n", - " * ginger\n", - " * olive oil\n", - " * broccoli\n", - " * carrot\n", - " * rice\n", " * spinach\n", - " * water\n", - " * pepper\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | chop carrot, chop spinach, chop broccoli and mix it with garlic clove, ginger, olive oil and water. Then fry it. |\n", + "| 1 | chop carrot, chop broccoli, chop spinach and mix it with garlic clove, olive oil, ginger and water. Then fry it. |\n", "| 2 | cook rice and mix it with pepper and salt and mix it together with the results of step 1. |\n" ], "text/plain": [ @@ -3309,7 +3617,10 @@ "r = get_root(d)\n", "\n", "display(r.dot())\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_rice_4.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { @@ -3322,7 +3633,7 @@ }, { "cell_type": "code", - "execution_count": 119, + "execution_count": 18, "metadata": {}, "outputs": [ { @@ -3330,22 +3641,22 @@ "text/markdown": [ "**Ingredients**:\n", " * vegetable\n", - " * peanut butter\n", - " * vegetable oil\n", - " * sriacha sauce\n", " * water\n", - " * ramen noodle\n", + " * peanut butter\n", " * teriyaki sauce\n", + " * vegetable oil\n", + " * ramen noodle\n", + " * sriacha sauce\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | Mix vegetable oil and vegetable. Then cook it. |\n", - "| 2 | heat water and mix it with ramen noodle. Then cook it. |\n", - "| 3 | drain the result of step 2 |\n", - "| 4 | Mix sriacha sauce, peanut butter and teriyaki sauce and mix it together with the results of step 1 and step 3. |\n" + "| 1 | heat water and mix it with ramen noodle. Then cook it. |\n", + "| 2 | drain the result of step 1 |\n", + "| 3 | Mix vegetable and vegetable oil. Then cook it. |\n", + "| 4 | Mix peanut butter, teriyaki sauce and sriacha sauce and mix it together with the results of step 2 and step 3. |\n" ], "text/plain": [ "" @@ -3382,7 +3693,10 @@ "r = get_root(d)\n", "\n", "#display(r.dot()) # ← cannot plot tree because some ingredients are unknown!\n", - "display(r.to_instruction().to_markdown())" + "display(r.to_instruction().to_markdown())\n", + "with open(\"curated_noodle_4.md\", \"w\") as f:\n", + " f.write(r.to_instruction().to_markdown().data)\n", + " f.close()" ] }, { diff --git a/Evaluation/all_results.json b/Evaluation/all_results.json new file mode 100644 index 0000000..0cdd017 --- /dev/null +++ b/Evaluation/all_results.json @@ -0,0 +1,718 @@ +[ + { + "noodle_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_3.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "1", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "rice_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "rice_0.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "rice_9.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_6.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "rice_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "noodle_4.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "noodle_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "rice_3.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "noodle_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_4.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_7.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "rice_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_1.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "1", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_7.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "No", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "0", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + } + }, + { + "noodle_3.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "No", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "0", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "0", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0" + }, + "rice_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "noodle_7.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_6.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + } + }, + { + "noodle_6.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "rice_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_4.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_4.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + } + }, + { + "rice_7.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_9.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "rice_8.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_4.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + } + }, + { + "noodle_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "0", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_1.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_6.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "No", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "1", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0" + }, + "noodle_0.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + } + }, + { + "rice_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_1.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + } + }, + { + "noodle_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_5.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "No", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "0", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "0", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0" + }, + "noodle_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_1.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0" + } + }, + { + "rice_9.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_6.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_0.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "noodle_4.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_2.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "No", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0" + }, + "noodle_9.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_8.md": { + "Is this a valid recipe?": "No", + "Does it seem eatable?": "No", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "1", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0" + } + }, + { + "noodle_7.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_4.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0" + }, + "rice_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "rice_3.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + }, + { + "rice_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + }, + "noodle_2.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "3", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_7.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "2", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3" + }, + "noodle_0.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "No", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "1", + "Would you cook it? (0: not at all, 3: immediately!)": "0", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "0", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1" + } + }, + { + "noodle_9.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "1", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_6.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "3", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "rice_5.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "3", + "How creative is this recipe? (0: not at all, 3: very creative!)": "2", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + }, + "noodle_8.md": { + "Is this a valid recipe?": "Yes", + "Does it seem eatable?": "Yes", + "Are the instructions understandable? (0: totally confusing, 3: very clear)": "3", + "How tasty is it probably? (0: not at all, 3: very tasty)": "2", + "Would you cook it? (0: not at all, 3: immediately!)": "2", + "How creative is this recipe? (0: not at all, 3: very creative!)": "1", + "Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2", + "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2" + } + } +] diff --git a/Evaluation/question_results.csv b/Evaluation/question_results.csv new file mode 100644 index 0000000..f9c6b10 --- /dev/null +++ b/Evaluation/question_results.csv @@ -0,0 +1,9 @@ +"noodle_0.md","noodle_1.md","noodle_2.md","noodle_3.md","noodle_4.md","noodle_5.md","noodle_6.md","noodle_7.md","noodle_8.md","noodle_9.md","rice_0.md","rice_1.md","rice_2.md","rice_3.md","rice_4.md","rice_5.md","rice_6.md","rice_7.md","rice_8.md","rice_9.md" +1,1,1,0.5,0.8,1,1,1,1,0.6666666666666666,1,1,0.8333333333333334,1,1,0.8,0.75,0.6666666666666666,0.6666666666666666,1 +0.5,1,1,0.5,1,1,1,0.6666666666666666,1,1,1,1,0.8333333333333334,1,1,0.8,0.75,1,0.8333333333333334,1 +3,2,2.25,2,2.4,2.75,3,1.6666666666666667,3,3,3,2.5,2.3333333333333335,3,3,2.8,2.5,2.3333333333333335,2.5,2.5 +1,1.5,1.75,0.5,2,2.5,2,1.6666666666666667,2.142857142857143,2.3333333333333335,2.5,1.5,1.6666666666666667,2,2.5,1.4,2.25,2,2.1666666666666665,2 +0,0.5,1.25,0,1.4,2,2.5,1.3333333333333333,2.142857142857143,1.6666666666666667,2.5,1,1.1666666666666667,2,2.5,1.6,2,1.3333333333333333,1.5,2 +2.5,1.5,2.25,2,1.4,1.25,2.5,2.3333333333333335,1.7142857142857142,2.3333333333333335,2.5,2,1.8333333333333333,2.5,2,1.6,1.25,2.3333333333333335,1.8333333333333333,1.5 +1.5,1.5,1.75,0.5,2,2.75,2.5,1.6666666666666667,2.5714285714285716,2.6666666666666665,2,1,2.1666666666666665,2.5,2.5,1.8,2.75,2.6666666666666665,2.1666666666666665,2 +1,1,2,0.5,1.6,2,2,1.6666666666666667,2.142857142857143,2,2,1,1.5,2.5,2.5,1.6,1.75,2,1.8333333333333333,1.5 diff --git a/Evaluation/question_results.json b/Evaluation/question_results.json new file mode 100644 index 0000000..bb8be24 --- /dev/null +++ b/Evaluation/question_results.json @@ -0,0 +1 @@ +{"Is this a valid recipe?": {"noodle_8.md": 1.0, "noodle_3.md": 0.5, "rice_8.md": 0.6666666666666666, "rice_2.md": 0.8333333333333334, "rice_0.md": 1.0, "noodle_5.md": 1.0, "rice_9.md": 1.0, "rice_6.md": 0.75, "rice_5.md": 0.8, "noodle_4.md": 0.8, "rice_3.md": 1.0, "rice_4.md": 1.0, "rice_7.md": 0.6666666666666666, "noodle_2.md": 1.0, "noodle_1.md": 1.0, "noodle_7.md": 1.0, "noodle_6.md": 1.0, "noodle_9.md": 0.6666666666666666, "rice_1.md": 1.0, "noodle_0.md": 1.0}, "Does it seem eatable?": {"noodle_8.md": 1.0, "noodle_3.md": 0.5, "rice_8.md": 0.8333333333333334, "rice_2.md": 0.8333333333333334, "rice_0.md": 1.0, "noodle_5.md": 1.0, "rice_9.md": 1.0, "rice_6.md": 0.75, "rice_5.md": 0.8, "noodle_4.md": 1.0, "rice_3.md": 1.0, "rice_4.md": 1.0, "rice_7.md": 1.0, "noodle_2.md": 1.0, "noodle_1.md": 1.0, "noodle_7.md": 0.6666666666666666, "noodle_6.md": 1.0, "noodle_9.md": 1.0, "rice_1.md": 1.0, "noodle_0.md": 0.5}, "Are the instructions understandable? (0: totally confusing, 3: very clear)": {"noodle_8.md": 3.0, "noodle_3.md": 2.0, "rice_8.md": 2.5, "rice_2.md": 2.3333333333333335, "rice_0.md": 3.0, "noodle_5.md": 2.75, "rice_9.md": 2.5, "rice_6.md": 2.5, "rice_5.md": 2.8, "noodle_4.md": 2.4, "rice_3.md": 3.0, "rice_4.md": 3.0, "rice_7.md": 2.3333333333333335, "noodle_2.md": 2.25, "noodle_1.md": 2.0, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 3.0, "noodle_9.md": 3.0, "rice_1.md": 2.5, "noodle_0.md": 3.0}, "How tasty is it probably? (0: not at all, 3: very tasty)": {"noodle_8.md": 2.142857142857143, "noodle_3.md": 0.5, "rice_8.md": 2.1666666666666665, "rice_2.md": 1.6666666666666667, "rice_0.md": 2.5, "noodle_5.md": 2.5, "rice_9.md": 2.0, "rice_6.md": 2.25, "rice_5.md": 1.4, "noodle_4.md": 2.0, "rice_3.md": 2.0, "rice_4.md": 2.5, "rice_7.md": 2.0, "noodle_2.md": 1.75, "noodle_1.md": 1.5, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 2.0, "noodle_9.md": 2.3333333333333335, "rice_1.md": 1.5, "noodle_0.md": 1.0}, "Would you cook it? (0: not at all, 3: immediately!)": {"noodle_8.md": 2.142857142857143, "noodle_3.md": 0.0, "rice_8.md": 1.5, "rice_2.md": 1.1666666666666667, "rice_0.md": 2.5, "noodle_5.md": 2.0, "rice_9.md": 2.0, "rice_6.md": 2.0, "rice_5.md": 1.6, "noodle_4.md": 1.4, "rice_3.md": 2.0, "rice_4.md": 2.5, "rice_7.md": 1.3333333333333333, "noodle_2.md": 1.25, "noodle_1.md": 0.5, "noodle_7.md": 1.3333333333333333, "noodle_6.md": 2.5, "noodle_9.md": 1.6666666666666667, "rice_1.md": 1.0, "noodle_0.md": 0.0}, "How creative is this recipe? (0: not at all, 3: very creative!)": {"noodle_8.md": 1.7142857142857142, "noodle_3.md": 2.0, "rice_8.md": 1.8333333333333333, "rice_2.md": 1.8333333333333333, "rice_0.md": 2.5, "noodle_5.md": 1.25, "rice_9.md": 1.5, "rice_6.md": 1.25, "rice_5.md": 1.6, "noodle_4.md": 1.4, "rice_3.md": 2.5, "rice_4.md": 2.0, "rice_7.md": 2.3333333333333335, "noodle_2.md": 2.25, "noodle_1.md": 1.5, "noodle_7.md": 2.3333333333333335, "noodle_6.md": 2.5, "noodle_9.md": 2.3333333333333335, "rice_1.md": 2.0, "noodle_0.md": 2.5}, "Is this a good combination of ingredients? (0: not at all, 3: very good!)": {"noodle_8.md": 2.5714285714285716, "noodle_3.md": 0.5, "rice_8.md": 2.1666666666666665, "rice_2.md": 2.1666666666666665, "rice_0.md": 2.0, "noodle_5.md": 2.75, "rice_9.md": 2.0, "rice_6.md": 2.75, "rice_5.md": 1.8, "noodle_4.md": 2.0, "rice_3.md": 2.5, "rice_4.md": 2.5, "rice_7.md": 2.6666666666666665, "noodle_2.md": 1.75, "noodle_1.md": 1.5, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 2.5, "noodle_9.md": 2.6666666666666665, "rice_1.md": 1.0, "noodle_0.md": 1.5}, "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": {"noodle_8.md": 2.142857142857143, "noodle_3.md": 0.5, "rice_8.md": 1.8333333333333333, "rice_2.md": 1.5, "rice_0.md": 2.0, "noodle_5.md": 2.0, "rice_9.md": 1.5, "rice_6.md": 1.75, "rice_5.md": 1.6, "noodle_4.md": 1.6, "rice_3.md": 2.5, "rice_4.md": 2.5, "rice_7.md": 2.0, "noodle_2.md": 2.0, "noodle_1.md": 1.0, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 2.0, "noodle_9.md": 2.0, "rice_1.md": 1.0, "noodle_0.md": 1.0}} \ No newline at end of file diff --git a/EvolutionaryAlgorithm/EvolutionaryAlgorithm.ipynb b/EvolutionaryAlgorithm/EvolutionaryAlgorithm.ipynb index d5bea7b..16e2c25 100644 --- a/EvolutionaryAlgorithm/EvolutionaryAlgorithm.ipynb +++ b/EvolutionaryAlgorithm/EvolutionaryAlgorithm.ipynb @@ -488,7 +488,7 @@ }, { "cell_type": "code", - "execution_count": 219, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -714,7 +714,7 @@ }, { "cell_type": "code", - "execution_count": 196, + "execution_count": 23, "metadata": {}, "outputs": [], "source": [ @@ -930,7 +930,7 @@ }, { "cell_type": "code", - "execution_count": 197, + "execution_count": 31, "metadata": {}, "outputs": [], "source": [ @@ -988,9 +988,21 @@ " \n", " n = random.choice(range(1, len(childs)-1))\n", " \n", - " between_node = ActionNode(random.choice(actions))\n", + " ings = self.traverse_ingredients()\n", + " ing = random.choice(ings)\n", " \n", - " self.split(set(childs[:n]), set(childs[n:]), between_node)\n", + " base_ing = ing._base_ingredient\n", + " act = None\n", + " try:\n", + " a, w = m_base_act.get_backward_adjacent(base_ing)\n", + " act = ea_tools.wheel_of_fortune_selection(a,w)\n", + " except ValueError:\n", + " print(\"Warning: cannot mutate given node\")\n", + " \n", + " if act is not None:\n", + " between_node = ActionNode(act)\n", + "\n", + " self.split(set(childs[:n]), set(childs[n:]), between_node)\n", " \n", " \n", " def node_score(self):\n", @@ -1021,13 +1033,19 @@ " #p2 = sym_p_a_given_b(ing_b.to_json(), ing_a.to_json(), m_mix, c_mix)\n", " #s += 0.5 * p1 + 0.5 * p2\n", " \n", - " grouped_ing_a = to_grouped_ingredient(ing_a)\n", - " grouped_ing_b = to_grouped_ingredient(ing_b)\n", + " #grouped_ing_a = to_grouped_ingredient(ing_a)\n", + " #grouped_ing_b = to_grouped_ingredient(ing_b)\n", " \n", - " ia = m_grouped_mix._label_index[grouped_ing_a.to_json()]\n", - " ib = m_grouped_mix._label_index[grouped_ing_b.to_json()]\n", + " #ia = m_grouped_mix._label_index[grouped_ing_a.to_json()]\n", + " #ib = m_grouped_mix._label_index[grouped_ing_b.to_json()]\n", " \n", - " if c_grouped_mix[ia,ib] > 0 or c_grouped_mix[ib,ia] > 0:\n", + " #if c_grouped_mix[ia,ib] > 0 or c_grouped_mix[ib,ia] > 0:\n", + " # s += 1\n", + " \n", + " ia = m_mix._label_index[ing_a.to_json()]\n", + " ib = m_mix._label_index[ing_b.to_json()]\n", + " \n", + " if c_mix[ia,ib] > 0 or c_mix[ib,ia] > 0:\n", " s += 1\n", " \n", " \n", @@ -1135,7 +1153,7 @@ }, { "cell_type": "code", - "execution_count": 198, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -1246,7 +1264,7 @@ }, { "cell_type": "code", - "execution_count": 199, + "execution_count": 33, "metadata": {}, "outputs": [], "source": [ @@ -1354,7 +1372,7 @@ }, { "cell_type": "code", - "execution_count": 200, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -1596,11 +1614,12 @@ " return Tree(nodes[s[0]['id']])\n", " \n", " \n", - " def __init__(self, root):\n", + " def __init__(self, root, main_ingredients=None):\n", " # create a dummy entry node\n", " self._root = RecipeTreeNode(\"root\", single_child=True)\n", " self._root.add_child(root)\n", " self._touched = True\n", + " self._main_ingredients = main_ingredients\n", " \n", " def root(self):\n", " return self._root.child()\n", @@ -1615,7 +1634,7 @@ " n.mutate()\n", " \n", " # check for simplification after modification\n", - " # self.root().simplify()\n", + " self.root().simplify()\n", " \n", " def dot(self):\n", " return self.root().dot()\n", @@ -1673,6 +1692,29 @@ " def ing_scores(self):\n", " return self._ing_scores\n", " \n", + " def main_ingredient_score(self):\n", + " if self._main_ingredients is None:\n", + " return 1\n", + " \n", + " ings = self.root().traverse_ingredients()\n", + " \n", + " actions_for_ing = {}\n", + " score_for_ing = {}\n", + " \n", + " for ing in ings:\n", + " if ing._base_ingredient in self._main_ingredients:\n", + " actions_for_ing[ing._base_ingredient] = ing._action_set\n", + " score_for_ing[ing._base_ingredient] = 0\n", + " \n", + " for ing in self._main_ingredients:\n", + " for act in actions_for_ing[ing]:\n", + " s = fw_p_a_given_b(act, ing, m_base_act, c_base_act)\n", + " if s > 0.5:\n", + " score_for_ing[ing] = 1\n", + " \n", + " return sum([score_for_ing[ing] for ing in self._main_ingredients]) / len(self._main_ingredients)\n", + " \n", + " \n", " def score(self):\n", " if not self._touched:\n", " return self._score\n", @@ -1702,6 +1744,7 @@ " else: \n", " self._score = (sum_mix + sum_act + sum_ing) / n\n", " self._score *= (len(s_ing) - self._n_duplicates) / len(s_ing)\n", + " #self._score = 0.95 * self._score + 0.05 * self.main_ingredient_score()\n", "\n", " return self._score\n", " \n", @@ -1718,22 +1761,24 @@ }, { "cell_type": "code", - "execution_count": 201, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ "class Population(object):\n", - " def __init__(self, start_ingredients, main_ingredients, n_population = 50, min_additional=0, max_additional=15):\n", + " def __init__(self, start_ingredients, main_ingredients, n_population = 50, min_additional=0, max_additional=15, mutations=3):\n", " self.population = []\n", " for i in tqdm(range(n_population), desc=\"build initial population\"):\n", " self.population.append(Tree.from_ingredients(start_ingredients, main_ingredients, min_additional=min_additional, max_additional=max_additional))\n", " self._n = n_population\n", + " self._n_mutations = mutations\n", " \n", " def mutate(self):\n", " for tree in self.population.copy():\n", " t_clone = tree.copy()\n", - " t_clone.mutate()\n", - " t_clone.mutate()\n", + " for i in range(self._n_mutations):\n", + " t_clone.mutate()\n", + " #t_clone.mutate()\n", " #t_clone.mutate()\n", " self.population.append(t_clone)\n", " \n", @@ -1762,6 +1807,7 @@ " self.population = np.array(self.population)[sorted_indices[:n]].tolist()\n", " \n", " def run(self, n=50):\n", + " avg_scores = []\n", " for i in tqdm(range(n), desc=\"run evolutionary cycles\"):\n", " self.mutate()\n", " #self.mutate()\n", @@ -1770,7 +1816,9 @@ " self.pairwise_competition()\n", " #self.collect_scores()\n", " #self.hold_best(self._n)\n", - " \n", + " scores = [t.score() for t in self.population]\n", + " avg_scores.append(scores)\n", + " return avg_scores\n", " \n", " \n", " def plot_population(self, n_best=10):\n", @@ -1794,13 +1842,13 @@ }, { "cell_type": "code", - "execution_count": 234, + "execution_count": 36, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "a046248de69941e4b79b4e04892c5422", + "model_id": "636d5d3b8ea3447e82f75c61c79616dd", "version_major": 2, "version_minor": 0 }, @@ -1825,7 +1873,7 @@ }, { "cell_type": "code", - "execution_count": 226, + "execution_count": 41, "metadata": {}, "outputs": [], "source": [ @@ -1834,38 +1882,16 @@ }, { "cell_type": "code", - "execution_count": 236, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "5ba684f7821c4fc397afc1931fc74fc0", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, description='run evolutionary cycles', max=50.0, style=ProgressStyle(d…" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - } - ], + "outputs": [], "source": [ - "p.run(50)" + "p.run(25)" ] }, { "cell_type": "code", - "execution_count": 239, + "execution_count": 39, "metadata": {}, "outputs": [ { @@ -1877,800 +1903,150 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "274478\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", + "6780\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "274493\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", + "6781\n", + "\n", + " \n", + "mix\n", + "node score: 0.4000\n", "\n", - "\n", + "\n", "\n", - "274478->274493\n", - "\n", - "\n", + "6780->6781\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "274491\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274478->274491\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274479\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274478->274479\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274492\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274491->274492\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274480\n", - "\n", - " \n", - "mix\n", - "node score: 0.8571\n", - "\n", - "\n", - "\n", - "274479->274480\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274484\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274480->274484\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274486\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274480->274486\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274489\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274480->274489\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274481\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274480->274481\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274487\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274480->274487\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274485\n", - "\n", - " \n", - "garlic\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274480->274485\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274483\n", - "\n", - " \n", - "sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274480->274483\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274490\n", - "\n", - " \n", - "chicken\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274489->274490\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274482\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274481->274482\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274488\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274487->274488\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9910714285714286" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * garlic\n", - " * spinach\n", - " * chicken\n", - " * zucchini\n", - " * cheese\n", - " * sauce\n", - " * salt\n", - " * tomato\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | chop chicken, chop spinach, chop tomato and mix it with salt, noodle, garlic and sauce. Then heat it. |\n", - "| 2 | slice zucchini and mix it with cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "269335\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269336\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269335->269336\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269349\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269335->269349\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269348\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269335->269348\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269337\n", - "\n", - " \n", - "mix\n", - "node score: 0.8571\n", - "\n", - "\n", - "\n", - "269336->269337\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269345\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269337->269345\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269340\n", - "\n", - " \n", - "sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269337->269340\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269339\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269337->269339\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269347\n", - "\n", - " \n", - "garlic\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269337->269347\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269338\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269337->269338\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269341\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269337->269341\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269343\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269337->269343\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269346\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269345->269346\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269342\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269341->269342\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269344\n", - "\n", - " \n", - "chicken\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269343->269344\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269350\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269349->269350\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9910714285714286" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * garlic\n", - " * spinach\n", - " * chicken\n", - " * zucchini\n", - " * sauce\n", - " * cheese\n", - " * salt\n", - " * tomato\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | chop spinach, chop tomato, chop chicken and mix it with sauce, salt, garlic and noodle. Then heat it. |\n", - "| 2 | slice zucchini and mix it with cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "227019\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227017\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227019->227017\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227011\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227019->227011\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227013\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227019->227013\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227018\n", - "\n", - " \n", - "mix\n", - "node score: 0.8571\n", - "\n", - "\n", - "\n", - "227017->227018\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227004\n", + "6789\n", "\n", " \n", "noodle\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "227018->227004\n", - "\n", - "\n", + "\n", + "\n", + "6781->6789\n", + "\n", + "\n", "\n", - "\n", - "\n", - "227014\n", + "\n", + "\n", + "6784\n", "\n", - " \n", - "salt\n", + " \n", + "milk\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "227018->227014\n", - "\n", - "\n", + "\n", + "\n", + "6781->6784\n", + "\n", + "\n", "\n", - "\n", - "\n", - "227005\n", + "\n", + "\n", + "6787\n", "\n", - " \n", - "sauce\n", + " \n", + "tomato sauce\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "227018->227005\n", - "\n", - "\n", + "\n", + "\n", + "6781->6787\n", + "\n", + "\n", "\n", - "\n", - "\n", - "227009\n", + "\n", + "\n", + "6785\n", "\n", " \n", "chop\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "227018->227009\n", - "\n", - "\n", + "\n", + "\n", + "6781->6785\n", + "\n", + "\n", "\n", - "\n", - "\n", - "227007\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227018->227007\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227016\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227018->227016\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227010\n", - "\n", - " \n", - "garlic\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227018->227010\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "227008\n", + "6788\n", + "\n", + " \n", + "thyme\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "6781->6788\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "6782\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "6781->6782\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "6786\n", "\n", - " \n", - "tomato\n", + " \n", + "onion\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "227009->227008\n", + "\n", + "\n", + "6785->6786\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "227006\n", - "\n", - " \n", - "chicken\n", - "node score:1.0000\n", + "6783\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "227007->227006\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227015\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227016->227015\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227012\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227013->227012\n", - "\n", - "\n", + "6782->6783\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -2679,7 +2055,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9910714285714286" + "**Recipe Score**: 0.9400000000000001" ], "text/plain": [ "" @@ -2692,573 +2068,19 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * noodle\n", - " * garlic\n", - " * spinach\n", - " * chicken\n", - " * zucchini\n", - " * sauce\n", - " * cheese\n", - " * salt\n", - " * tomato\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | chop tomato, chop chicken, chop spinach and mix it with noodle, salt, sauce and garlic. Then heat it. |\n", - "| 2 | slice zucchini and mix it with cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "261127\n", - "\n", - " \n", - "mix\n", - "node score: 0.9333\n", - "\n", - "\n", - "\n", - "261140\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261127->261140\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261128\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "261127->261128\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261141\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "261127->261141\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261129\n", - "\n", - " \n", - "mix\n", - "node score: 0.8571\n", - "\n", - "\n", - "\n", - "261128->261129\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261137\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "261129->261137\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261135\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "261129->261135\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261130\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261129->261130\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261139\n", - "\n", - " \n", - "extra-virgin olive oil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261129->261139\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261144\n", - "\n", - " \n", - "place\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "261129->261144\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261131\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261129->261131\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261133\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "261129->261133\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261138\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261137->261138\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261136\n", - "\n", - " \n", - "chicken\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261135->261136\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261132\n", - "\n", - " \n", - "sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261144->261132\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261134\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261133->261134\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "261142\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "261141->261142\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9876750700280112" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * spinach\n", - " * chicken\n", - " * zucchini\n", - " * cheese\n", - " * sauce\n", - " * salt\n", - " * tomato\n", - " * extra-virgin olive oil\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | chop spinach, chop chicken, place sauce, chop tomato and mix it with noodle, extra-virgin olive oil and salt. Then heat it. |\n", - "| 2 | slice zucchini and mix it with cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "227713\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227711\n", - "\n", - " \n", - "bake\n", - "node score: 0.8000\n", - "\n", - "\n", - "\n", - "227713->227711\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227706\n", - "\n", - " \n", - "break\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227713->227706\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227704\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227713->227704\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227712\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227711->227712\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227700\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227712->227700\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227707\n", - "\n", - " \n", - "tomato sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227712->227707\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227702\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227712->227702\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227708\n", - "\n", - " \n", - "water\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227712->227708\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227710\n", - "\n", - " \n", - "cut\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "227712->227710\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227701\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227702->227701\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227709\n", - "\n", - " \n", - "shrimp\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227710->227709\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227705\n", - "\n", - " \n", - "egg\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227706->227705\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "227703\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "227704->227703\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9857142857142858" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * tomato sauce\n", - " * egg\n", - " * tomato\n", - " * shrimp\n", " * onion\n", - " * water\n", + " * milk\n", + " * broccoli\n", + " * noodle\n", + " * thyme\n", + " * tomato sauce\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | dice onion, cut shrimp and mix it with noodle, tomato sauce and water. Then bake it. |\n", - "| 2 | break egg, slice tomato and mix it together with the results of step 1. |\n" + "| 1 | chop onion, cut broccoli and mix it with noodle, milk, tomato sauce and thyme. Then cook it. |\n" ], "text/plain": [ "" @@ -3276,763 +2098,142 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "275736\n", - "\n", - " \n", - "mix\n", - "node score: 0.8462\n", + "1198\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "275740\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", + "1199\n", + "\n", + " \n", + "mix\n", + "node score: 0.3333\n", "\n", - "\n", + "\n", "\n", - "275736->275740\n", - "\n", - "\n", + "1198->1199\n", + "\n", + "\n", "\n", - "\n", - "\n", - "275752\n", - "\n", - " \n", - "bake\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "275736->275752\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275739\n", - "\n", - " \n", - "mozzarella cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275736->275739\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "275741\n", - "\n", - " \n", - "mix\n", - "node score: 0.8667\n", - "\n", - "\n", - "\n", - "275740->275741\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275749\n", + "1197\n", "\n", " \n", "cut\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "275741->275749\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275746\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "275741->275746\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275742\n", - "\n", - " \n", - "blend\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "275741->275742\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275748\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275741->275748\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275744\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275741->275744\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275745\n", - "\n", - " \n", - "spaghetti sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275741->275745\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275750\n", - "\n", - " \n", - "chicken\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275749->275750\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275747\n", - "\n", - " \n", - "garlic clove\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275746->275747\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275743\n", - "\n", - " \n", - "water\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275742->275743\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275737\n", - "\n", - " \n", - "cream\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275752->275737\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.980854700854701" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * spaghetti sauce\n", - " * mozzarella cheese\n", - " * garlic clove\n", - " * chicken\n", - " * cream\n", - " * cheese\n", - " * water\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | cut chicken, chop garlic clove, blend water and mix it with noodle, cheese and spaghetti sauce. Then heat it. |\n", - "| 2 | bake cream and mix it with mozzarella cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "270872\n", - "\n", - " \n", - "mix\n", - "node score: 0.8667\n", - "\n", - "\n", - "\n", - "270874\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "270872->270874\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270889\n", - "\n", - " \n", - "place\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "270872->270889\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270876\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "270872->270876\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270875\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", - "\n", - "\n", + "\n", "\n", - "270874->270875\n", - "\n", - "\n", + "1199->1197\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "270873\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "270889->270873\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270877\n", - "\n", - " \n", - "mix\n", - "node score: 0.7619\n", - "\n", - "\n", - "\n", - "270876->270877\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270880\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "270877->270880\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270887\n", + "1193\n", "\n", - " \n", - "salt\n", + " \n", + "milk\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "270877->270887\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270879\n", - "\n", - " \n", - "garlic\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "270877->270879\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270886\n", - "\n", - " \n", - "pepper\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "270877->270886\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270885\n", - "\n", - " \n", - "coriander\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "270877->270885\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270884\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "270877->270884\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270882\n", - "\n", - " \n", - "break\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "270877->270882\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270881\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "270880->270881\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "270883\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "270882->270883\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9774509803921569" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * pepper\n", - " * garlic\n", - " * noodle\n", - " * spinach\n", - " * coriander\n", - " * zucchini\n", - " * cheese\n", - " * salt\n", - " * tomato\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | chop spinach, break tomato and mix it with salt, garlic, pepper, coriander and noodle. Then heat it. |\n", - "| 2 | slice zucchini, place cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "259778\n", - "\n", - " \n", - "mix\n", - "node score: 0.8667\n", - "\n", - "\n", - "\n", - "259781\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "259778->259781\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "259779\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "259778->259779\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "259782\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", + "\n", "\n", - "259778->259782\n", - "\n", - "\n", + "1199->1193\n", + "\n", + "\n", "\n", - "\n", - "\n", - "259780\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "259779->259780\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "259783\n", - "\n", - " \n", - "mix\n", - "node score: 0.7143\n", - "\n", - "\n", - "\n", - "259782->259783\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "259784\n", - "\n", - " \n", - "break\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "259783->259784\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "259792\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "259783->259792\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "259789\n", + "1195\n", "\n", " \n", "chop\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "259783->259789\n", - "\n", - "\n", + "\n", + "\n", + "1199->1195\n", + "\n", + "\n", "\n", - "\n", - "\n", - "259786\n", + "\n", + "\n", + "1191\n", "\n", - " \n", - "coriander\n", + " \n", + "tomato sauce\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "259783->259786\n", - "\n", - "\n", + "\n", + "\n", + "1199->1191\n", + "\n", + "\n", "\n", - "\n", - "\n", - "259793\n", + "\n", + "\n", + "1192\n", "\n", - " \n", - "seasoning\n", + " \n", + "mushroom soup\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "259783->259793\n", - "\n", - "\n", + "\n", + "\n", + "1199->1192\n", + "\n", + "\n", "\n", - "\n", - "\n", - "259791\n", + "\n", + "\n", + "1190\n", "\n", - " \n", - "garlic\n", + " \n", + "noodle\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "259783->259791\n", - "\n", - "\n", + "\n", + "\n", + "1199->1190\n", + "\n", + "\n", "\n", - "\n", - "\n", - "259787\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "259783->259787\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "259785\n", + "\n", + "\n", + "1196\n", "\n", - " \n", - "tomato\n", + " \n", + "broccoli\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "259784->259785\n", + "\n", + "\n", + "1197->1196\n", "\n", "\n", "\n", - "\n", - "\n", - "259790\n", + "\n", + "\n", + "1194\n", "\n", - " \n", - "spinach\n", + " \n", + "onion\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "259789->259790\n", + "\n", + "\n", + "1195->1194\n", "\n", "\n", "\n", @@ -4040,7 +2241,7 @@ "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -4049,7 +2250,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9729166666666667" + "**Recipe Score**: 0.9333333333333333" ], "text/plain": [ "" @@ -4062,561 +2263,19 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * noodle\n", - " * garlic\n", - " * spinach\n", - " * coriander\n", - " * zucchini\n", - " * cheese\n", - " * salt\n", - " * seasoning\n", - " * tomato\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | break tomato, chop spinach and mix it with noodle, coriander, seasoning, garlic and salt. Then heat it. |\n", - "| 2 | slice zucchini and mix it with cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "226899\n", - "\n", - " \n", - "mix\n", - "node score: 0.6250\n", - "\n", - "\n", - "\n", - "226891\n", - "\n", - " \n", - "beat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "226899->226891\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226897\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "226899->226897\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226890\n", - "\n", - " \n", - "cream cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226891->226890\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226898\n", - "\n", - " \n", - "mix\n", - "node score: 0.9643\n", - "\n", - "\n", - "\n", - "226897->226898\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226895\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "226898->226895\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226886\n", - "\n", - " \n", - "tomato sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226898->226886\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226885\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226898->226885\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226896\n", - "\n", - " \n", - "sausage\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226898->226896\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226889\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "226898->226889\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226892\n", - "\n", - " \n", - "basil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226898->226892\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226893\n", - "\n", - " \n", - "milk\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226898->226893\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226887\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226898->226887\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226894\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226895->226894\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "226888\n", - "\n", - " \n", - "carrot\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "226889->226888\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9726190476190477" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * carrot\n", - " * tomato sauce\n", - " * milk\n", - " * basil\n", - " * cream cheese\n", - " * salt\n", " * onion\n", - " * sausage\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | dice onion, slice carrot and mix it with tomato sauce, noodle, sausage, basil, milk and salt. Then cook it. |\n", - "| 2 | beat cream cheese and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "269763\n", - "\n", - " \n", - "mix\n", - "node score: 0.6250\n", - "\n", - "\n", - "\n", - "269766\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269763->269766\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269764\n", - "\n", - " \n", - "beat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269763->269764\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269767\n", - "\n", - " \n", - "mix\n", - "node score: 0.9643\n", - "\n", - "\n", - "\n", - "269766->269767\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269768\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269767->269768\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269772\n", - "\n", - " \n", - "sausage\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269767->269772\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269777\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269767->269777\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269776\n", - "\n", - " \n", - "milk\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269767->269776\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269773\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269767->269773\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269770\n", - "\n", - " \n", - "tomato sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269767->269770\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269775\n", - "\n", - " \n", - "basil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269767->269775\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269771\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269767->269771\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269769\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269768->269769\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269774\n", - "\n", - " \n", - "carrot\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269773->269774\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269765\n", - "\n", - " \n", - "cream cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269764->269765\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9726190476190477" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * carrot\n", - " * tomato sauce\n", + " * mushroom soup\n", " * milk\n", - " * basil\n", - " * salt\n", - " * cream cheese\n", - " * onion\n", - " * sausage\n", + " * broccoli\n", + " * noodle\n", + " * tomato sauce\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | dice onion, slice carrot and mix it with sausage, salt, milk, tomato sauce, basil and noodle. Then cook it. |\n", - "| 2 | beat cream cheese and mix it together with the results of step 1. |\n" + "| 1 | cut broccoli, chop onion and mix it with milk, tomato sauce, mushroom soup and noodle. Then cook it. |\n" ], "text/plain": [ "" @@ -4634,220 +2293,276 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "271608\n", - "\n", - " \n", - "mix\n", - "node score: 0.6923\n", + "1682\n", + "\n", + " \n", + "mix\n", + "node score: 0.2381\n", "\n", - "\n", + "\n", "\n", - "271609\n", - "\n", - " \n", - "cream\n", - "node score:1.0000\n", + "1680\n", + "\n", + " \n", + "cook\n", + "node score: 0.9000\n", "\n", - "\n", + "\n", "\n", - "271608->271609\n", - "\n", - "\n", + "1682->1680\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "1669\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1682->1669\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1679\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1682->1679\n", + "\n", + "\n", + "\n", + "\n", "\n", - "271621\n", - "\n", - " \n", - "melt\n", - "node score: 1.0000\n", + "1681\n", + "\n", + " \n", + "mix\n", + "node score: 0.4222\n", "\n", - "\n", + "\n", "\n", - "271608->271621\n", - "\n", - "\n", + "1680->1681\n", + "\n", + "\n", "\n", - "\n", - "\n", - "271610\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "271608->271610\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "271622\n", - "\n", - " \n", - "mozzarella cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "271621->271622\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "271611\n", - "\n", - " \n", - "mix\n", - "node score: 0.8667\n", - "\n", - "\n", - "\n", - "271610->271611\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "271619\n", + "1668\n", "\n", - " \n", - "blend\n", + " \n", + "wash\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "271611->271619\n", - "\n", - "\n", + "\n", + "\n", + "1681->1668\n", + "\n", + "\n", "\n", - "\n", - "\n", - "271612\n", + "\n", + "\n", + "1675\n", "\n", - " \n", - "cheese\n", + " \n", + "ground beef\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "271611->271612\n", - "\n", - "\n", + "\n", + "\n", + "1681->1675\n", + "\n", + "\n", "\n", - "\n", - "\n", - "271617\n", + "\n", + "\n", + "1672\n", "\n", - " \n", - "spaghetti sauce\n", + " \n", + "seasoning\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "271611->271617\n", - "\n", - "\n", + "\n", + "\n", + "1681->1672\n", + "\n", + "\n", "\n", - "\n", - "\n", - "271624\n", + "\n", + "\n", + "1666\n", "\n", - " \n", - "chop\n", + " \n", + "slice\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "271611->271624\n", - "\n", - "\n", + "\n", + "\n", + "1681->1666\n", + "\n", + "\n", "\n", - "\n", - "\n", - "271618\n", + "\n", + "\n", + "1671\n", "\n", - " \n", - "noodle\n", + " \n", + "basil\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "271611->271618\n", - "\n", - "\n", + "\n", + "\n", + "1681->1671\n", + "\n", + "\n", "\n", - "\n", - "\n", - "271613\n", + "\n", + "\n", + "1674\n", "\n", - " \n", - "cut\n", + " \n", + "chop\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "271611->271613\n", - "\n", - "\n", + "\n", + "\n", + "1681->1674\n", + "\n", + "\n", "\n", - "\n", - "\n", - "271620\n", + "\n", + "\n", + "1664\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1681->1664\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1670\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1681->1670\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1676\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1681->1676\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1677\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1681->1677\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1667\n", "\n", - " \n", - "water\n", + " \n", + "broccoli\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "271619->271620\n", + "\n", + "\n", + "1668->1667\n", "\n", "\n", "\n", - "\n", - "\n", - "271616\n", + "\n", + "\n", + "1665\n", "\n", - " \n", - "garlic clove\n", + " \n", + "green onion\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "271624->271616\n", + "\n", + "\n", + "1666->1665\n", "\n", "\n", "\n", - "\n", - "\n", - "271614\n", + "\n", + "\n", + "1673\n", "\n", - " \n", - "chicken\n", + " \n", + "mushroom\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "271613->271614\n", + "\n", + "\n", + "1674->1673\n", "\n", "\n", "\n", + "\n", + "\n", + "1678\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1679->1678\n", + "\n", + "\n", + "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -4856,7 +2571,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9705982905982906" + "**Recipe Score**: 0.9242272347535505" ], "text/plain": [ "" @@ -4869,825 +2584,26 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * spaghetti sauce\n", - " * noodle\n", - " * mozzarella cheese\n", - " * garlic clove\n", - " * chicken\n", - " * cream\n", - " * cheese\n", " * water\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | blend water, chop garlic clove, cut chicken and mix it with cheese, spaghetti sauce and noodle. Then heat it. |\n", - "| 2 | melt mozzarella cheese and mix it with cream and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "277707\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277708\n", - "\n", - " \n", - "bake\n", - "node score: 0.6000\n", - "\n", - "\n", - "\n", - "277707->277708\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277717\n", - "\n", - " \n", - "break\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277707->277717\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277719\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277707->277719\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277709\n", - "\n", - " \n", - "mix\n", - "node score: 0.9000\n", - "\n", - "\n", - "\n", - "277708->277709\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277712\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277709->277712\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277715\n", - "\n", - " \n", - "cut\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277709->277715\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277714\n", - "\n", - " \n", - "water\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277709->277714\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277722\n", - "\n", - " \n", - "boil\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277709->277722\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277710\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277709->277710\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277713\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277712->277713\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277716\n", - "\n", - " \n", - "shrimp\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277715->277716\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277711\n", - "\n", - " \n", - "oil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277722->277711\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277718\n", - "\n", - " \n", - "egg\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277717->277718\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277720\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277719->277720\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9666666666666667" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * egg\n", - " * tomato\n", - " * shrimp\n", - " * onion\n", - " * water\n", - " * oil\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | dice onion, cut shrimp, boil oil and mix it with water and noodle. Then bake it. |\n", - "| 2 | break egg, slice tomato and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "266228\n", - "\n", - " \n", - "mix\n", - "node score: 0.6923\n", - "\n", - "\n", - "\n", - "266229\n", - "\n", - " \n", - "cream\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266228->266229\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266231\n", - "\n", - " \n", - "heat\n", - "node score: 0.8333\n", - "\n", - "\n", - "\n", - "266228->266231\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266242\n", - "\n", - " \n", - "melt\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "266228->266242\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266232\n", - "\n", - " \n", - "mix\n", - "node score: 0.8667\n", - "\n", - "\n", - "\n", - "266231->266232\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266234\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266232->266234\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266238\n", - "\n", - " \n", - "cut\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "266232->266238\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266235\n", - "\n", - " \n", - "mash\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "266232->266235\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266233\n", - "\n", - " \n", - "spaghetti sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266232->266233\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266240\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266232->266240\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266243\n", - "\n", - " \n", - "blend\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "266232->266243\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266239\n", - "\n", - " \n", - "chicken\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266238->266239\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266236\n", - "\n", - " \n", - "garlic clove\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266235->266236\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266237\n", - "\n", - " \n", - "water\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266243->266237\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "266230\n", - "\n", - " \n", - "mozzarella cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "266242->266230\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9594871794871795" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * spaghetti sauce\n", - " * noodle\n", - " * mozzarella cheese\n", - " * garlic clove\n", - " * chicken\n", - " * cream\n", + " * seasoning\n", + " * basil\n", + " * green onion\n", + " * mushroom\n", + " * mushroom soup\n", " * cheese\n", - " * water\n", - "\n", - "\n", - "**Instructions**:\n", - "\n", - "| Step | Instruction |\n", - "| ----:|:----------- |\n", - "| 1 | cut chicken, mash garlic clove, blend water and mix it with cheese, spaghetti sauce and noodle. Then heat it. |\n", - "| 2 | melt mozzarella cheese and mix it with cream and mix it together with the results of step 1. |\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "%3\n", - "\n", - "\n", - "\n", - "277090\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277108\n", - "\n", - " \n", - "mix\n", - "node score: 0.8611\n", - "\n", - "\n", - "\n", - "277090->277108\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277096\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277108->277096\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277094\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277108->277094\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277092\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277108->277092\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277102\n", - "\n", - " \n", - "extra-virgin olive oil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277108->277102\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277100\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277108->277100\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277103\n", - "\n", - " \n", - "tomato\n", - "node score:0.5000\n", - "\n", - "\n", - "\n", - "277108->277103\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277098\n", - "\n", - " \n", - "place\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277108->277098\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277097\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277108->277097\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277104\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "277108->277104\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277095\n", - "\n", - " \n", - "chicken\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277094->277095\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277101\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277100->277101\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277099\n", - "\n", - " \n", - "sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277098->277099\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277105\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "277104->277105\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Recipe Score**: 0.9537815126050421" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "**Ingredients**:\n", - " * noodle\n", - " * spinach\n", - " * chicken\n", - " * zucchini\n", - " * cheese\n", - " * sauce\n", " * salt\n", " * tomato\n", - " * extra-virgin olive oil\n", + " * ground beef\n", + " * broccoli\n", + " * noodle\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | chop chicken, chop spinach, place sauce, slice zucchini and mix it with noodle, cheese, extra-virgin olive oil, tomato and salt. Then cook it. |\n" + "| 1 | wash broccoli, slice green onion, chop mushroom and mix it with ground beef, seasoning, basil, noodle, water, mushroom soup and salt. Then cook it. |\n", + "| 2 | slice tomato and mix it with cheese and mix it together with the results of step 1. |\n" ], "text/plain": [ "" @@ -5705,220 +2621,178 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "273415\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", + "1728\n", + "\n", + " \n", + "bake\n", + "node score: 0.8750\n", "\n", - "\n", + "\n", "\n", - "273416\n", - "\n", - " \n", - "mix\n", - "node score: 0.8611\n", + "1729\n", + "\n", + " \n", + "mix\n", + "node score: 0.2143\n", "\n", - "\n", + "\n", "\n", - "273415->273416\n", - "\n", - "\n", + "1728->1729\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "273426\n", + "1727\n", "\n", - " \n", - "chop\n", + " \n", + "cut\n", "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "273416->273426\n", - "\n", - "\n", + "1729->1727\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "273417\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", + "1719\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273416->273417\n", - "\n", - "\n", + "1729->1719\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "1725\n", + "\n", + " \n", + "mozzarella cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1729->1725\n", + "\n", + "\n", + "\n", + "\n", "\n", - "273425\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", + "1718\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273416->273425\n", - "\n", - "\n", + "1729->1718\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "273432\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", + "1722\n", + "\n", + " \n", + "sausage\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273416->273432\n", - "\n", - "\n", + "1729->1722\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "273422\n", - "\n", - " \n", - "place\n", - "node score: 1.0000\n", + "1720\n", + "\n", + " \n", + "milk\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273416->273422\n", - "\n", - "\n", + "1729->1720\n", + "\n", + "\n", "\n", - "\n", - "\n", - "273424\n", - "\n", - " \n", - "extra-virgin olive oil\n", - "node score:1.0000\n", + "\n", + "\n", + "1724\n", + "\n", + " \n", + "brush\n", + "node score: 1.0000\n", "\n", - "\n", - "\n", - "273416->273424\n", - "\n", - "\n", + "\n", + "\n", + "1729->1724\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "273419\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", + "1721\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273416->273419\n", - "\n", - "\n", + "1729->1721\n", + "\n", + "\n", "\n", - "\n", - "\n", - "273428\n", - "\n", - " \n", - "chop\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "273416->273428\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "273431\n", - "\n", - " \n", - "tomato\n", - "node score:0.5000\n", - "\n", - "\n", - "\n", - "273416->273431\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "273427\n", + "1726\n", "\n", " \n", "chicken\n", "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "273426->273427\n", + "1727->1726\n", "\n", "\n", "\n", - "\n", - "\n", - "273418\n", - "\n", - " \n", - "zucchini\n", - "node score:1.0000\n", + "\n", + "\n", + "1723\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "273417->273418\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "273423\n", - "\n", - " \n", - "sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "273422->273423\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "273429\n", - "\n", - " \n", - "spinach\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "273428->273429\n", - "\n", - "\n", + "\n", + "\n", + "1724->1723\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -5927,7 +2801,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9514880952380953" + "**Recipe Score**: 0.9241071428571429" ], "text/plain": [ "" @@ -5940,22 +2814,21 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * noodle\n", - " * spinach\n", - " * chicken\n", - " * zucchini\n", - " * sauce\n", + " * sausage\n", + " * milk\n", " * cheese\n", - " * salt\n", - " * tomato\n", - " * extra-virgin olive oil\n", + " * ground beef\n", + " * mushroom soup\n", + " * noodle\n", + " * chicken\n", + " * mozzarella cheese\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | chop chicken, slice zucchini, place sauce, chop spinach and mix it with noodle, salt, extra-virgin olive oil, cheese and tomato. Then cook it. |\n" + "| 1 | cut chicken, brush cheese and mix it with mushroom soup, mozzarella cheese, noodle, sausage, milk and ground beef. Then bake it. |\n" ], "text/plain": [ "" @@ -5973,220 +2846,136 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "269585\n", - "\n", - " \n", - "mix\n", - "node score: 0.9333\n", + "1636\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "269586\n", - "\n", - " \n", - "cream\n", - "node score:1.0000\n", + "1637\n", + "\n", + " \n", + "mix\n", + "node score: 0.2000\n", "\n", - "\n", + "\n", "\n", - "269585->269586\n", - "\n", - "\n", + "1636->1637\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "269587\n", - "\n", - " \n", - "heat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269585->269587\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269600\n", - "\n", - " \n", - "grill\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269585->269600\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269588\n", - "\n", - " \n", - "mix\n", - "node score: 0.8571\n", - "\n", - "\n", - "\n", - "269587->269588\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269594\n", + "1634\n", "\n", " \n", "chop\n", "node score: 1.0000\n", "\n", - "\n", + "\n", + "\n", + "1637->1634\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1635\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", + "\n", + "\n", "\n", - "269588->269594\n", - "\n", - "\n", + "1637->1635\n", + "\n", + "\n", "\n", - "\n", - "\n", - "269598\n", - "\n", - " \n", - "break\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "269588->269598\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269589\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269588->269589\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269590\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269588->269590\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269596\n", - "\n", - " \n", - "chicken\n", - "node score:0.5000\n", - "\n", - "\n", - "\n", - "269588->269596\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269597\n", - "\n", - " \n", - "sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269588->269597\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269593\n", - "\n", - " \n", - "garlic\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269588->269593\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "269595\n", + "1629\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1637->1629\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1632\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1637->1632\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1630\n", + "\n", + " \n", + "seasoning\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1637->1630\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1633\n", "\n", " \n", - "spinach\n", + "chicken\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "269594->269595\n", + "\n", + "\n", + "1634->1633\n", "\n", "\n", "\n", - "\n", + "\n", "\n", - "269599\n", - "\n", - " \n", - "tomato\n", - "node score:1.0000\n", + "1631\n", + "\n", + " \n", + "mushroom\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "269598->269599\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "269601\n", - "\n", - " \n", - "cheese\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "269600->269601\n", - "\n", - "\n", + "1632->1631\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -6195,7 +2984,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9506238859180035" + "**Recipe Score**: 0.911111111111111" ], "text/plain": [ "" @@ -6208,23 +2997,18 @@ "data": { "text/markdown": [ "**Ingredients**:\n", + " * water\n", + " * seasoning\n", + " * mushroom\n", " * noodle\n", - " * garlic\n", - " * spinach\n", " * chicken\n", - " * cream\n", - " * sauce\n", - " * cheese\n", - " * salt\n", - " * tomato\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | chop spinach, break tomato and mix it with salt, noodle, chicken, sauce and garlic. Then heat it. |\n", - "| 2 | grill cheese and mix it with cream and mix it together with the results of step 1. |\n" + "| 1 | chop chicken, chop mushroom and mix it with water, noodle and seasoning. Then cook it. |\n" ], "text/plain": [ "" @@ -6242,248 +3026,276 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "277864\n", - "\n", - " \n", - "mix\n", - "node score: 0.6250\n", + "27192\n", + "\n", + " \n", + "mix\n", + "node score: 0.0000\n", "\n", - "\n", + "\n", "\n", - "277865\n", - "\n", - " \n", - "beat\n", - "node score: 1.0000\n", + "27195\n", + "\n", + " \n", + "mozzarella cheese\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "277864->277865\n", - "\n", - "\n", + "27192->27195\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277867\n", - "\n", - " \n", - "cook\n", - "node score: 0.7500\n", - "\n", - "\n", - "\n", - "277864->277867\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "277866\n", - "\n", - " \n", - "cream cheese\n", - "node score:1.0000\n", + "27198\n", + "\n", + " \n", + "boil\n", + "node score: 0.8000\n", "\n", - "\n", + "\n", "\n", - "277865->277866\n", - "\n", - "\n", + "27192->27198\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "27196\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "27192->27196\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "27199\n", + "\n", + " \n", + "mix\n", + "node score: 0.3556\n", + "\n", + "\n", + "\n", + "27198->27199\n", + "\n", + "\n", + "\n", + "\n", "\n", - "277868\n", - "\n", - " \n", - "mix\n", - "node score: 0.6071\n", - "\n", - "\n", - "\n", - "277867->277868\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "277869\n", + "27207\n", "\n", - " \n", - "dice\n", + " \n", + "chop\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "277868->277869\n", - "\n", - "\n", + "\n", + "\n", + "27199->27207\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277872\n", + "\n", + "\n", + "27209\n", "\n", - " \n", - "noodle\n", + " \n", + "sausage\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "277868->277872\n", - "\n", - "\n", + "\n", + "\n", + "27199->27209\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277874\n", + "\n", + "\n", + "27205\n", "\n", - " \n", - "slice\n", + " \n", + "chop\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "277868->277874\n", - "\n", - "\n", + "\n", + "\n", + "27199->27205\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277873\n", + "\n", + "\n", + "27204\n", "\n", - " \n", - "sausage\n", + " \n", + "red pepper\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "277868->277873\n", - "\n", - "\n", + "\n", + "\n", + "27199->27204\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277878\n", + "\n", + "\n", + "27200\n", "\n", - " \n", - "salt\n", + " \n", + "soy sauce\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "277868->277878\n", - "\n", - "\n", + "\n", + "\n", + "27199->27200\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277871\n", + "\n", + "\n", + "27212\n", "\n", - " \n", - "tomato sauce\n", + " \n", + "red wine\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "277868->277871\n", - "\n", - "\n", + "\n", + "\n", + "27199->27212\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277881\n", + "\n", + "\n", + "27202\n", "\n", - " \n", - "knead\n", + " \n", + "grind\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "277868->277881\n", - "\n", - "\n", + "\n", + "\n", + "27199->27202\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "27210\n", + "\n", + " \n", + "butter\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "27199->27210\n", + "\n", + "\n", + "\n", + "\n", "\n", - "277880\n", - "\n", - " \n", - "refrigerate\n", - "node score: 1.0000\n", + "27211\n", + "\n", + " \n", + "clove garlic\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "277868->277880\n", - "\n", - "\n", + "27199->27211\n", + "\n", + "\n", "\n", - "\n", - "\n", - "277870\n", - "\n", - " \n", - "onion\n", + "\n", + "\n", + "27201\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "27199->27201\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "27208\n", + "\n", + " \n", + "ground black pepper\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "277869->277870\n", + "\n", + "\n", + "27207->27208\n", "\n", "\n", "\n", - "\n", - "\n", - "277875\n", + "\n", + "\n", + "27206\n", "\n", - " \n", - "carrot\n", + " \n", + "garlic\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "277874->277875\n", + "\n", + "\n", + "27205->27206\n", "\n", "\n", "\n", - "\n", - "\n", - "277877\n", + "\n", + "\n", + "27203\n", "\n", - " \n", - "milk\n", + " \n", + "garlic clove\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "277881->277877\n", + "\n", + "\n", + "27202->27203\n", "\n", "\n", "\n", - "\n", - "\n", - "277876\n", - "\n", - " \n", - "basil\n", - "node score:1.0000\n", + "\n", + "\n", + "27197\n", + "\n", + " \n", + "spaghetti sauce\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "277880->277876\n", - "\n", - "\n", + "\n", + "\n", + "27196->27197\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -6492,7 +3304,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9401260504201681" + "**Recipe Score**: 0.9029239766081871" ], "text/plain": [ "" @@ -6505,23 +3317,26 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * noodle\n", - " * carrot\n", - " * tomato sauce\n", - " * milk\n", - " * basil\n", - " * cream cheese\n", - " * salt\n", - " * onion\n", " * sausage\n", + " * garlic clove\n", + " * soy sauce\n", + " * red pepper\n", + " * butter\n", + " * spaghetti sauce\n", + " * garlic\n", + " * clove garlic\n", + " * ground black pepper\n", + " * red wine\n", + " * noodle\n", + " * mozzarella cheese\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | dice onion, slice carrot, knead milk, refrigerate basil and mix it with noodle, sausage, salt and tomato sauce. Then cook it. |\n", - "| 2 | beat cream cheese and mix it together with the results of step 1. |\n" + "| 1 | chop ground black pepper, chop garlic, grind garlic clove and mix it with sausage, red pepper, soy sauce, red wine, butter, clove garlic and noodle. Then boil it. |\n", + "| 2 | bake spaghetti sauce and mix it with mozzarella cheese and mix it together with the results of step 1. |\n" ], "text/plain": [ "" @@ -6539,234 +3354,2888 @@ "\n", "\n", - "\n", + "\n", "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "276821\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", + "1456\n", + "\n", + " \n", + "mix\n", + "node score: 0.0000\n", "\n", - "\n", + "\n", "\n", - "276837\n", - "\n", - " \n", - "boil\n", - "node score: 1.0000\n", + "1453\n", + "\n", + " \n", + "garlic\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "276821->276837\n", - "\n", - "\n", + "1456->1453\n", + "\n", + "\n", "\n", - "\n", - "\n", - "276823\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "276821->276823\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "276822\n", - "\n", - " \n", - "cream cheese\n", - "node score:0.0000\n", + "1454\n", + "\n", + " \n", + "bake\n", + "node score: 0.8333\n", "\n", - "\n", + "\n", "\n", - "276837->276822\n", - "\n", - "\n", + "1456->1454\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "1455\n", + "\n", + " \n", + "mix\n", + "node score: 0.2121\n", + "\n", + "\n", + "\n", + "1454->1455\n", + "\n", + "\n", + "\n", + "\n", "\n", - "276824\n", - "\n", - " \n", - "mix\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "276823->276824\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "276825\n", + "1440\n", "\n", - " \n", - "noodle\n", + " \n", + "basil\n", "node score:1.0000\n", "\n", - "\n", + "\n", + "\n", + "1455->1440\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1439\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", "\n", - "276824->276825\n", - "\n", - "\n", + "1455->1439\n", + "\n", + "\n", "\n", - "\n", - "\n", - "276830\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "276824->276830\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "276836\n", + "1448\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1455->1448\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1434\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1455->1434\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1451\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1455->1451\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1437\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1455->1437\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1446\n", + "\n", + " \n", + "rinse\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1455->1446\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1452\n", + "\n", + " \n", + "sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1455->1452\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1435\n", + "\n", + " \n", + "parsley\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1455->1435\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1442\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1455->1442\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1444\n", + "\n", + " \n", + "wash\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "1455->1444\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1449\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1455->1449\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1438\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1439->1438\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1447\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1448->1447\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1450\n", + "\n", + " \n", + "chicken\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1451->1450\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1436\n", + "\n", + " \n", + "garlic clove\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1437->1436\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1445\n", + "\n", + " \n", + "spinach\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1446->1445\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1441\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1442->1441\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "1443\n", + "\n", + " \n", + "shrimp\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "1444->1443\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8932806324110673" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * garlic clove\n", + " * shrimp\n", + " * basil\n", + " * mushroom soup\n", + " * garlic\n", + " * cheese\n", + " * tomato\n", + " * sauce\n", + " * broccoli\n", + " * noodle\n", + " * spinach\n", + " * chicken\n", + " * parsley\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | cut broccoli, cut cheese, cut chicken, chop garlic clove, rinse spinach, chop tomato, wash shrimp and mix it with basil, noodle, sauce, parsley and mushroom soup. Then bake it. |\n", + "| 2 | Mix garlic and mix it together with the results of step 1. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "28766\n", + "\n", + " \n", + "cook\n", + "node score: 0.8333\n", + "\n", + "\n", + "\n", + "28767\n", + "\n", + " \n", + "mix\n", + "node score: 0.1333\n", + "\n", + "\n", + "\n", + "28766->28767\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28775\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28767->28775\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28777\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28767->28777\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28771\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "28767->28771\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28770\n", + "\n", + " \n", + "tomato sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "28767->28770\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28772\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28767->28772\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28768\n", + "\n", + " \n", + "drain\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28767->28768\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28776\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "28775->28776\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28778\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28777->28778\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28779\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "28778->28779\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28773\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28772->28773\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28774\n", + "\n", + " \n", + "milk\n", + "node score:0.6667\n", + "\n", + "\n", + "\n", + "28773->28774\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28781\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28768->28781\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28769\n", + "\n", + " \n", + "noodle\n", + "node score:0.6667\n", + "\n", + "\n", + "\n", + "28781->28769\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8866666666666667" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * onion\n", + " * mushroom soup\n", + " * milk\n", + " * broccoli\n", + " * noodle\n", + " * tomato sauce\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | cut and bake broccoli |\n", + "| 2 | bake and bake milk |\n", + "| 3 | cook and drain noodle |\n", + "| 4 | chop onion and mix it with mushroom soup and tomato sauce and mix it together with the results of step 1, step 2 and step 3. Then cook it. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "24181\n", + "\n", + " \n", + "brown\n", + "node score: 0.1667\n", + "\n", + "\n", + "\n", + "24199\n", + "\n", + " \n", + "mix\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "24181->24199\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24194\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24199->24194\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24185\n", + "\n", + " \n", + "tomato sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "24199->24185\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24191\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24199->24191\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24183\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24199->24183\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24189\n", + "\n", + " \n", + "spread\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24199->24189\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24186\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24199->24186\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24195\n", + "\n", + " \n", + "place\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24194->24195\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24196\n", + "\n", + " \n", + "chicken breast\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "24195->24196\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24192\n", + "\n", + " \n", + "heat\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24191->24192\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24193\n", + "\n", + " \n", + "milk\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "24192->24193\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24184\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "24183->24184\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24190\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "24189->24190\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24187\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "24186->24187\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "24188\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "24187->24188\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8854166666666667" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * chicken breast\n", + " * broccoli\n", + " * milk\n", + " * mushroom soup\n", + " * noodle\n", + " * tomato sauce\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | place and cut chicken breast |\n", + "| 2 | heat and bake milk |\n", + "| 3 | cut and bake broccoli |\n", + "| 4 | cook mushroom soup, spread noodle and mix it with tomato sauce and mix it together with the results of step 1, step 2 and step 3. Then brown it. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "20301\n", + "\n", + " \n", + "mix\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "20318\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "20301->20318\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20303\n", + "\n", + " \n", + "boil\n", + "node score: 0.5000\n", + "\n", + "\n", + "\n", + "20301->20303\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20302\n", + "\n", + " \n", + "mozzarella cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20301->20302\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20319\n", + "\n", + " \n", + "spaghetti sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20318->20319\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20322\n", + "\n", + " \n", + "mix\n", + "node score: 0.0476\n", + "\n", + "\n", + "\n", + "20303->20322\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20307\n", + "\n", + " \n", + "grind\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "20322->20307\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20311\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20322->20311\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20306\n", + "\n", + " \n", + "sausage\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20322->20306\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20313\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "20322->20313\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20324\n", + "\n", + " \n", + "brown\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "20322->20324\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20321\n", + "\n", + " \n", + "drain\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "20322->20321\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20312\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20322->20312\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20309\n", + "\n", + " \n", + "soy sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20322->20309\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20308\n", + "\n", + " \n", + "garlic clove\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20307->20308\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20314\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20313->20314\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20315\n", + "\n", + " \n", + "seasoning\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20324->20315\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20323\n", + "\n", + " \n", + "mix\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "20321->20323\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20317\n", + "\n", + " \n", + "garlic\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20323->20317\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20310\n", + "\n", + " \n", + "red pepper\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20323->20310\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "20305\n", + "\n", + " \n", + "butter\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "20323->20305\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8832199546485261" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * garlic clove\n", + " * sausage\n", + " * soy sauce\n", + " * seasoning\n", + " * red pepper\n", + " * butter\n", + " * spaghetti sauce\n", + " * garlic\n", + " * ground beef\n", + " * broccoli\n", + " * noodle\n", + " * mozzarella cheese\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | Mix garlic, red pepper and butter. Then drain it. |\n", + "| 2 | grind garlic clove, chop broccoli, brown seasoning and mix it with noodle, sausage, ground beef and soy sauce and mix it together with the results of step 1. Then boil it. |\n", + "| 3 | bake spaghetti sauce and mix it with mozzarella cheese and mix it together with the results of step 2. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "26775\n", + "\n", + " \n", + "mix\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "26795\n", + "\n", + " \n", + "peel\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26775->26795\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26776\n", + "\n", + " \n", + "cook\n", + "node score: 0.8182\n", + "\n", + "\n", + "\n", + "26775->26776\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26796\n", + "\n", + " \n", + "zucchini\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26795->26796\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26777\n", + "\n", + " \n", + "mix\n", + "node score: 0.2000\n", + "\n", + "\n", + "\n", + "26776->26777\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26788\n", + "\n", + " \n", + "dice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26777->26788\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26798\n", + "\n", + " \n", + "place\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26777->26798\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26782\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26777->26782\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26785\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26777->26785\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26786\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26777->26786\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26793\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26777->26793\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26779\n", + "\n", + " \n", + "mozzarella cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26777->26779\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26791\n", + "\n", + " \n", + "grate\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26777->26791\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26784\n", + "\n", + " \n", + "tomato sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26777->26784\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26778\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26777->26778\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26790\n", + "\n", + " \n", + "tablespoon butter\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26777->26790\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26789\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26788->26789\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26780\n", + "\n", + " \n", + "peel\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26798->26780\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26781\n", + "\n", + " \n", + "shrimp\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26780->26781\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26783\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26782->26783\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26787\n", + "\n", + " \n", + "green onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26786->26787\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26794\n", + "\n", + " \n", + "chicken\n", + "node score:0.2500\n", + "\n", + "\n", + "\n", + "26793->26794\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26792\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26791->26792\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8812252964426877" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * shrimp\n", + " * onion\n", + " * green onion\n", + " * cheese\n", + " * mozzarella cheese\n", + " * tomato\n", + " * broccoli\n", + " * noodle\n", + " * tablespoon butter\n", + " * chicken\n", + " * tomato sauce\n", + " * zucchini\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | peel and place shrimp |\n", + "| 2 | dice onion, cut broccoli, chop green onion, cook chicken, grate tomato and mix it with cheese, mozzarella cheese, tomato sauce, noodle and tablespoon butter and mix it together with the results of step 1. Then cook it. |\n", + "| 3 | peel zucchini and mix it together with the results of step 2. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "30007\n", + "\n", + " \n", + "cook\n", + "node score: 0.6667\n", + "\n", + "\n", + "\n", + "30008\n", + "\n", + " \n", + "mix\n", + "node score: 0.1333\n", + "\n", + "\n", + "\n", + "30007->30008\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30014\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30008->30014\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30015\n", + "\n", + " \n", + "tomato sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30008->30015\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30011\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30008->30011\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30009\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30008->30009\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30019\n", + "\n", + " \n", + "heat\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30008->30019\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30016\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30008->30016\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30012\n", "\n", - " \n", - "bake\n", + " \n", + "cut\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "276824->276836\n", - "\n", - "\n", + "\n", + "\n", + "30011->30012\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "30013\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30012->30013\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30010\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30009->30010\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30020\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30019->30020\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30021\n", + "\n", + " \n", + "noodle\n", + "node score:0.6667\n", + "\n", + "\n", + "\n", + "30020->30021\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30017\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30016->30017\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30018\n", + "\n", + " \n", + "milk\n", + "node score:0.6667\n", + "\n", + "\n", + "\n", + "30017->30018\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8755555555555555" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * onion\n", + " * broccoli\n", + " * milk\n", + " * mushroom soup\n", + " * noodle\n", + " * tomato sauce\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | cut and bake broccoli |\n", + "| 2 | cook and heat noodle |\n", + "| 3 | bake and bake milk |\n", + "| 4 | chop onion and mix it with mushroom soup and tomato sauce and mix it together with the results of step 1, step 2 and step 3. Then cook it. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "15304\n", + "\n", + " \n", + "place\n", + "node score: 0.1667\n", + "\n", + "\n", + "\n", + "15289\n", + "\n", + " \n", + "cook\n", + "node score: 0.6667\n", + "\n", + "\n", + "\n", + "15304->15289\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15290\n", + "\n", + " \n", + "mix\n", + "node score: 0.1333\n", + "\n", + "\n", + "\n", + "15289->15290\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15298\n", + "\n", + " \n", + "drain\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "15290->15298\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15294\n", + "\n", + " \n", + "tomato sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "15290->15294\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15293\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "15290->15293\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15291\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "15290->15291\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15300\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "15290->15300\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15295\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "15290->15295\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15299\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "15298->15299\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15303\n", + "\n", + " \n", + "cool\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "15291->15303\n", + "\n", + "\n", + "\n", + "\n", "\n", - "276828\n", + "15292\n", + "\n", + " \n", + "milk\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "15303->15292\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15301\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "15300->15301\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15296\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "15295->15296\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "15297\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "15296->15297\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8644444444444445" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * onion\n", + " * broccoli\n", + " * milk\n", + " * mushroom soup\n", + " * noodle\n", + " * tomato sauce\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | cool and bake milk |\n", + "| 2 | cut and bake broccoli |\n", + "| 3 | drain noodle, chop onion and mix it with tomato sauce and mushroom soup and mix it together with the results of step 1 and step 2. Then cook it. |\n", + "| 4 | place the result of step 3 |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "26491\n", + "\n", + " \n", + "mix\n", + "node score: 0.1905\n", + "\n", + "\n", + "\n", + "26492\n", + "\n", + " \n", + "cook\n", + "node score: 0.7000\n", + "\n", + "\n", + "\n", + "26491->26492\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26507\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26491->26507\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26508\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26491->26508\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26515\n", + "\n", + " \n", + "mix\n", + "node score: 0.2857\n", + "\n", + "\n", + "\n", + "26492->26515\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26498\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26515->26498\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26506\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26515->26506\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26514\n", + "\n", + " \n", + "refrigerate\n", + "node score: 0.3333\n", + "\n", + "\n", + "\n", + "26515->26514\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26497\n", + "\n", + " \n", + "seasoning\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26515->26497\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26500\n", + "\n", + " \n", + "basil\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26515->26500\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26504\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26515->26504\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26503\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26515->26503\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26501\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26515->26501\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26499\n", + "\n", + " \n", + "green onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26498->26499\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26516\n", + "\n", + " \n", + "mix\n", + "node score: 0.3333\n", + "\n", + "\n", + "\n", + "26514->26516\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26494\n", + "\n", + " \n", + "wash\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "26516->26494\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26496\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26516->26496\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26505\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26516->26505\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26495\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26494->26495\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26502\n", + "\n", + " \n", + "mushroom\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26501->26502\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "26509\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "26508->26509\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8496598639455781" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * water\n", + " * seasoning\n", + " * basil\n", + " * mushroom soup\n", + " * green onion\n", + " * mushroom\n", + " * cheese\n", + " * salt\n", + " * tomato\n", + " * ground beef\n", + " * broccoli\n", + " * noodle\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | wash broccoli and mix it with ground beef and mushroom soup. Then refrigerate it. |\n", + "| 2 | slice green onion, chop mushroom and mix it with salt, seasoning, basil, water and noodle and mix it together with the results of step 1. Then cook it. |\n", + "| 3 | slice tomato and mix it with cheese and mix it together with the results of step 2. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "30717\n", + "\n", + " \n", + "mix\n", + "node score: 0.0952\n", + "\n", + "\n", + "\n", + "30733\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30717->30733\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30734\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30717->30734\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30718\n", + "\n", + " \n", + "cook\n", + "node score: 0.5000\n", + "\n", + "\n", + "\n", + "30717->30718\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30735\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30734->30735\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30738\n", + "\n", + " \n", + "mix\n", + "node score: 0.0857\n", + "\n", + "\n", + "\n", + "30718->30738\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30720\n", + "\n", + " \n", + "wash\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30738->30720\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30737\n", + "\n", + " \n", + "brown\n", + "node score: 0.6000\n", + "\n", + "\n", + "\n", + "30738->30737\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30726\n", + "\n", + " \n", + "basil\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30738->30726\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30727\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30738->30727\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30723\n", + "\n", + " \n", + "seasoning\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30738->30723\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30722\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30738->30722\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30721\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30720->30721\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30739\n", + "\n", + " \n", + "mix\n", + "node score: 0.3000\n", + "\n", + "\n", + "\n", + "30737->30739\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30731\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30739->30731\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30729\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30739->30729\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30740\n", + "\n", + " \n", + "melt\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30739->30740\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30724\n", "\n", " \n", "slice\n", "node score: 1.0000\n", "\n", - "\n", - "\n", - "276824->276828\n", - "\n", - "\n", + "\n", + "\n", + "30739->30724\n", + "\n", + "\n", "\n", - "\n", - "\n", - "276827\n", + "\n", + "\n", + "30732\n", "\n", - " \n", - "tomato sauce\n", + " \n", + "salt\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "276824->276827\n", - "\n", - "\n", + "\n", + "\n", + "30739->30732\n", + "\n", + "\n", "\n", - "\n", - "\n", - "276833\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "276824->276833\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "276832\n", - "\n", - " \n", - "basil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "276824->276832\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "276831\n", - "\n", - " \n", - "milk\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "276824->276831\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "276826\n", + "\n", + "\n", + "30730\n", "\n", - " \n", - "sugar\n", + " \n", + "syrup\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "276836->276826\n", + "\n", + "\n", + "30740->30730\n", "\n", "\n", "\n", - "\n", - "\n", - "276829\n", + "\n", + "\n", + "30725\n", "\n", - " \n", - "carrot\n", + " \n", + "green onion\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "276828->276829\n", + "\n", + "\n", + "30724->30725\n", "\n", "\n", "\n", - "\n", - "\n", - "276834\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", + "\n", + "\n", + "30728\n", + "\n", + " \n", + "mushroom\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "276833->276834\n", - "\n", - "\n", + "\n", + "\n", + "30727->30728\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -6775,7 +6244,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9375" + "**Recipe Score**: 0.8445887445887447" ], "text/plain": [ "" @@ -6788,23 +6257,27 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * noodle\n", - " * carrot\n", - " * tomato sauce\n", - " * milk\n", + " * syrup\n", " * basil\n", - " * sugar\n", + " * mushroom soup\n", + " * green onion\n", + " * mushroom\n", + " * seasoning\n", + " * cheese\n", " * salt\n", - " * cream cheese\n", - " * onion\n", + " * tomato\n", + " * ground beef\n", + " * broccoli\n", + " * noodle\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | bake sugar, slice carrot, dice onion and mix it with noodle, salt, tomato sauce, basil and milk. Then cook it. |\n", - "| 2 | boil cream cheese and mix it together with the results of step 1. |\n" + "| 1 | melt syrup, slice green onion and mix it with mushroom soup, noodle and salt. Then brown it. |\n", + "| 2 | wash broccoli, chop mushroom and mix it with basil, seasoning and ground beef and mix it together with the results of step 1. Then cook it. |\n", + "| 3 | slice tomato and mix it with cheese and mix it together with the results of step 2. |\n" ], "text/plain": [ "" @@ -6822,234 +6295,178 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "275914\n", - "\n", - " \n", - "mix\n", - "node score: 0.8750\n", + "28082\n", + "\n", + " \n", + "cook\n", + "node score: 0.6667\n", "\n", - "\n", + "\n", "\n", - "275916\n", - "\n", - " \n", - "cook\n", - "node score: 0.7500\n", + "28095\n", + "\n", + " \n", + "pour\n", + "node score: 0.8333\n", "\n", - "\n", + "\n", "\n", - "275914->275916\n", - "\n", - "\n", + "28082->28095\n", + "\n", + "\n", "\n", - "\n", - "\n", - "275915\n", - "\n", - " \n", - "cream cheese\n", - "node score:0.5000\n", - "\n", - "\n", - "\n", - "275914->275915\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "275917\n", - "\n", - " \n", - "mix\n", - "node score: 0.8571\n", + "28083\n", + "\n", + " \n", + "mix\n", + "node score: 0.1333\n", "\n", - "\n", + "\n", "\n", - "275916->275917\n", - "\n", - "\n", + "28095->28083\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "275918\n", - "\n", - " \n", - "noodle\n", - "node score:1.0000\n", + "28090\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "275917->275918\n", - "\n", - "\n", + "28083->28090\n", + "\n", + "\n", "\n", - "\n", - "\n", - "275925\n", - "\n", - " \n", - "basil\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275917->275925\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "275930\n", - "\n", - " \n", - "cool\n", - "node score: 1.0000\n", + "28089\n", + "\n", + " \n", + "tomato sauce\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "275917->275930\n", - "\n", - "\n", + "28083->28089\n", + "\n", + "\n", "\n", - "\n", - "\n", - "275924\n", - "\n", - " \n", - "milk\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275917->275924\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275923\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275917->275923\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275921\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "275917->275921\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275929\n", - "\n", - " \n", - "drain\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "275917->275929\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "275920\n", - "\n", - " \n", - "tomato sauce\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "275917->275920\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "275926\n", - "\n", - " \n", - "dice\n", - "node score: 1.0000\n", + "28084\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "275930->275926\n", - "\n", - "\n", + "28083->28084\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "275927\n", - "\n", - " \n", - "onion\n", - "node score:1.0000\n", + "28087\n", + "\n", + " \n", + "drain\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "275926->275927\n", - "\n", - "\n", + "28083->28087\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "28085\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "28083->28085\n", + "\n", + "\n", + "\n", + "\n", "\n", - "275922\n", - "\n", - " \n", - "carrot\n", - "node score:1.0000\n", + "28093\n", + "\n", + " \n", + "onion\n", + "node score:0.5000\n", "\n", - "\n", + "\n", "\n", - "275921->275922\n", - "\n", - "\n", + "28083->28093\n", + "\n", + "\n", "\n", - "\n", - "\n", - "275919\n", - "\n", - " \n", - "sugar\n", - "node score:1.0000\n", + "\n", + "\n", + "28091\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", "\n", - "\n", - "\n", - "275929->275919\n", - "\n", - "\n", + "\n", + "\n", + "28090->28091\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28088\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "28087->28088\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "28086\n", + "\n", + " \n", + "milk\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "28085->28086\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -7058,7 +6475,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9363839285714286" + "**Recipe Score**: 0.8444444444444444" ], "text/plain": [ "" @@ -7071,24 +6488,20 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * noodle\n", - " * carrot\n", - " * tomato sauce\n", - " * milk\n", - " * basil\n", - " * sugar\n", - " * salt\n", - " * cream cheese\n", " * onion\n", + " * mushroom soup\n", + " * milk\n", + " * broccoli\n", + " * noodle\n", + " * tomato sauce\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | dice and cool onion |\n", - "| 2 | slice carrot, drain sugar and mix it with noodle, basil, milk, salt and tomato sauce and mix it together with the results of step 1. Then cook it. |\n", - "| 3 | Mix cream cheese and mix it together with the results of step 2. |\n" + "| 1 | cut broccoli, drain noodle, bake milk and mix it with tomato sauce, mushroom soup and onion. Then pour it. |\n", + "| 2 | cook the result of step 1 |\n" ], "text/plain": [ "" @@ -7106,234 +6519,318 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "%3\n", - "\n", - "\n", + "\n", + "\n", "\n", - "274285\n", - "\n", - " \n", - "mix\n", - "node score: 0.6250\n", + "22832\n", + "\n", + " \n", + "mix\n", + "node score: 0.0952\n", "\n", - "\n", + "\n", "\n", - "274288\n", - "\n", - " \n", - "cook\n", - "node score: 1.0000\n", + "22849\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "274285->274288\n", - "\n", - "\n", + "22832->22849\n", + "\n", + "\n", "\n", - "\n", - "\n", - "274286\n", - "\n", - " \n", - "beat\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274285->274286\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274303\n", - "\n", - " \n", - "mix\n", - "node score: 0.7857\n", - "\n", - "\n", - "\n", - "274288->274303\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "274291\n", + "22833\n", + "\n", + " \n", + "cook\n", + "node score: 0.3000\n", + "\n", + "\n", + "\n", + "22832->22833\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22848\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22832->22848\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22850\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22849->22850\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22853\n", + "\n", + " \n", + "mix\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "22833->22853\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22837\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22853->22837\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22852\n", + "\n", + " \n", + "bake\n", + "node score: 0.7778\n", + "\n", + "\n", + "\n", + "22853->22852\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22854\n", + "\n", + " \n", + "mix\n", + "node score: 0.2778\n", + "\n", + "\n", + "\n", + "22852->22854\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22844\n", "\n", " \n", "noodle\n", "node score:1.0000\n", "\n", - "\n", - "\n", - "274303->274291\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274296\n", - "\n", - " \n", - "place\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274303->274296\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274292\n", - "\n", - " \n", - "slice\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274303->274292\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274300\n", - "\n", - " \n", - "salt\n", - "node score:1.0000\n", - "\n", - "\n", + "\n", "\n", - "274303->274300\n", - "\n", - "\n", + "22854->22844\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "274299\n", - "\n", - " \n", - "tomato sauce\n", - "node score:1.0000\n", + "22847\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "274303->274299\n", - "\n", - "\n", + "22854->22847\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "274298\n", - "\n", - " \n", - "lime juice\n", - "node score:1.0000\n", + "22846\n", + "\n", + " \n", + "green bean\n", + "node score:1.0000\n", "\n", - "\n", + "\n", "\n", - "274303->274298\n", - "\n", - "\n", + "22854->22846\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "274290\n", - "\n", - " \n", - "milk\n", - "node score:1.0000\n", + "22855\n", + "\n", + " \n", + "brown\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "274303->274290\n", - "\n", - "\n", + "22854->22855\n", + "\n", + "\n", "\n", - "\n", - "\n", - "274294\n", - "\n", - " \n", - "saute\n", - "node score: 1.0000\n", - "\n", - "\n", - "\n", - "274303->274294\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274297\n", - "\n", - " \n", - "sausage\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274296->274297\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "274293\n", - "\n", - " \n", - "carrot\n", - "node score:1.0000\n", - "\n", - "\n", - "\n", - "274292->274293\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "274295\n", - "\n", - " \n", - "onion\n", - "node score:0.5000\n", + "22835\n", + "\n", + " \n", + "wash\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "274294->274295\n", - "\n", - "\n", + "22854->22835\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "274287\n", - "\n", - " \n", - "cream cheese\n", - "node score:1.0000\n", + "22842\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", "\n", - "\n", + "\n", "\n", - "274286->274287\n", - "\n", - "\n", + "22854->22842\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22845\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22854->22845\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22841\n", + "\n", + " \n", + "basil\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22854->22841\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22839\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "22854->22839\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22838\n", + "\n", + " \n", + "seasoning\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22855->22838\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22836\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22835->22836\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22843\n", + "\n", + " \n", + "mushroom\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22842->22843\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "22840\n", + "\n", + " \n", + "green onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "22839->22840\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -7342,7 +6839,7 @@ { "data": { "text/markdown": [ - "**Recipe Score**: 0.9354575163398693" + "**Recipe Score**: 0.8386724386724386" ], "text/plain": [ "" @@ -7355,23 +6852,963 @@ "data": { "text/markdown": [ "**Ingredients**:\n", - " * noodle\n", - " * carrot\n", - " * tomato sauce\n", - " * milk\n", + " * water\n", + " * seasoning\n", + " * mushroom\n", + " * basil\n", + " * green onion\n", + " * cheese\n", + " * green bean\n", " * salt\n", - " * cream cheese\n", - " * onion\n", - " * sausage\n", - " * lime juice\n", + " * tomato\n", + " * ground beef\n", + " * broccoli\n", + " * noodle\n", "\n", "\n", "**Instructions**:\n", "\n", "| Step | Instruction |\n", "| ----:|:----------- |\n", - "| 1 | place sausage, slice carrot, saute onion and mix it with noodle, salt, tomato sauce, lime juice and milk. Then cook it. |\n", - "| 2 | beat cream cheese and mix it together with the results of step 1. |\n" + "| 1 | brown seasoning, wash broccoli, chop mushroom, slice green onion and mix it with noodle, salt, green bean, water and basil. Then bake it. |\n", + "| 2 | Mix ground beef and mix it together with the results of step 1. Then cook it. |\n", + "| 3 | slice tomato and mix it with cheese and mix it together with the results of step 2. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "30219\n", + "\n", + " \n", + "mix\n", + "node score: 0.1905\n", + "\n", + "\n", + "\n", + "30235\n", + "\n", + " \n", + "cheese\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30219->30235\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30236\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30219->30236\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30220\n", + "\n", + " \n", + "cook\n", + "node score: 0.5000\n", + "\n", + "\n", + "\n", + "30219->30220\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30237\n", + "\n", + " \n", + "tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30236->30237\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30240\n", + "\n", + " \n", + "mix\n", + "node score: 0.0857\n", + "\n", + "\n", + "\n", + "30220->30240\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30226\n", + "\n", + " \n", + "slice\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30240->30226\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30222\n", + "\n", + " \n", + "wash\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30240->30222\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30224\n", + "\n", + " \n", + "ground beef\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30240->30224\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30239\n", + "\n", + " \n", + "blend\n", + "node score: 0.6000\n", + "\n", + "\n", + "\n", + "30240->30239\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30232\n", + "\n", + " \n", + "water\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30240->30232\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30231\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30240->30231\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30227\n", + "\n", + " \n", + "green onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30226->30227\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30223\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30222->30223\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30241\n", + "\n", + " \n", + "mix\n", + "node score: 0.4000\n", + "\n", + "\n", + "\n", + "30239->30241\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30242\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30241->30242\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30225\n", + "\n", + " \n", + "seasoning\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30241->30225\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30234\n", + "\n", + " \n", + "salt\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30241->30234\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30229\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30241->30229\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30228\n", + "\n", + " \n", + "basil\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30241->30228\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30233\n", + "\n", + " \n", + "mushroom soup\n", + "node score:0.6667\n", + "\n", + "\n", + "\n", + "30242->30233\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30230\n", + "\n", + " \n", + "plum tomato\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30229->30230\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8383116883116883" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * water\n", + " * seasoning\n", + " * basil\n", + " * green onion\n", + " * mushroom soup\n", + " * cheese\n", + " * salt\n", + " * tomato\n", + " * ground beef\n", + " * broccoli\n", + " * plum tomato\n", + " * noodle\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | cook mushroom soup, chop plum tomato and mix it with seasoning, salt and basil. Then blend it. |\n", + "| 2 | slice green onion, wash broccoli and mix it with ground beef, water and noodle and mix it together with the results of step 1. Then cook it. |\n", + "| 3 | slice tomato and mix it with cheese and mix it together with the results of step 2. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "30583\n", + "\n", + " \n", + "cook\n", + "node score: 0.6667\n", + "\n", + "\n", + "\n", + "30584\n", + "\n", + " \n", + "mix\n", + "node score: 0.1333\n", + "\n", + "\n", + "\n", + "30583->30584\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30585\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30584->30585\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30587\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30584->30587\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30586\n", + "\n", + " \n", + "clove garlic\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30584->30586\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30590\n", + "\n", + " \n", + "chop\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30584->30590\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30592\n", + "\n", + " \n", + "heat\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "30584->30592\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30596\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30584->30596\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30588\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30587->30588\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30589\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30588->30589\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30591\n", + "\n", + " \n", + "onion\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30590->30591\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30599\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30592->30599\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30593\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30599->30593\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30594\n", + "\n", + " \n", + "noodle\n", + "node score:0.7500\n", + "\n", + "\n", + "\n", + "30593->30594\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30597\n", + "\n", + " \n", + "milk\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30596->30597\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8366666666666667" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * onion\n", + " * clove garlic\n", + " * broccoli\n", + " * milk\n", + " * mushroom soup\n", + " * noodle\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | cut and bake broccoli |\n", + "| 2 | cook and bake noodle |\n", + "| 3 | heat the result of step 2 |\n", + "| 4 | chop onion, bake milk and mix it with mushroom soup and clove garlic and mix it together with the results of step 1 and step 3. Then cook it. |\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "%3\n", + "\n", + "\n", + "\n", + "30304\n", + "\n", + " \n", + "brown\n", + "node score: 0.1667\n", + "\n", + "\n", + "\n", + "30305\n", + "\n", + " \n", + "mix\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "30304->30305\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30311\n", + "\n", + " \n", + "spread\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30305->30311\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30314\n", + "\n", + " \n", + "pour\n", + "node score: 0.0000\n", + "\n", + "\n", + "\n", + "30305->30314\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30318\n", + "\n", + " \n", + "spread\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30305->30318\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30306\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30305->30306\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30313\n", + "\n", + " \n", + "tomato sauce\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30305->30313\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30308\n", + "\n", + " \n", + "bake\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30305->30308\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30321\n", + "\n", + " \n", + "cook\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30311->30321\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30312\n", + "\n", + " \n", + "noodle\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30321->30312\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30315\n", + "\n", + " \n", + "cut\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30314->30315\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30316\n", + "\n", + " \n", + "place\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30315->30316\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30317\n", + "\n", + " \n", + "chicken breast\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30316->30317\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30319\n", + "\n", + " \n", + "mushroom soup\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30318->30319\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30307\n", + "\n", + " \n", + "broccoli\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30306->30307\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30309\n", + "\n", + " \n", + "soak\n", + "node score: 1.0000\n", + "\n", + "\n", + "\n", + "30308->30309\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "30310\n", + "\n", + " \n", + "milk\n", + "node score:1.0000\n", + "\n", + "\n", + "\n", + "30309->30310\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Recipe Score**: 0.8333333333333334" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "**Ingredients**:\n", + " * chicken breast\n", + " * broccoli\n", + " * milk\n", + " * mushroom soup\n", + " * noodle\n", + " * tomato sauce\n", + "\n", + "\n", + "**Instructions**:\n", + "\n", + "| Step | Instruction |\n", + "| ----:|:----------- |\n", + "| 1 | cook and spread noodle |\n", + "| 2 | place and cut chicken breast |\n", + "| 3 | pour the result of step 2 |\n", + "| 4 | soak and bake milk |\n", + "| 5 | spread mushroom soup, cut broccoli and mix it with tomato sauce and mix it together with the results of step 1, step 3 and step 4. Then brown it. |\n" ], "text/plain": [ "" diff --git a/EvolutionaryAlgorithm/EvolutionaryAlgorithm.py b/EvolutionaryAlgorithm/EvolutionaryAlgorithm.py index f4b8362..8d9f306 100644 --- a/EvolutionaryAlgorithm/EvolutionaryAlgorithm.py +++ b/EvolutionaryAlgorithm/EvolutionaryAlgorithm.py @@ -727,9 +727,21 @@ class MixNode(RecipeTreeNode): n = random.choice(range(1, len(childs)-1)) - between_node = ActionNode(random.choice(actions)) + ings = self.traverse_ingredients() + ing = random.choice(ings) - self.split(set(childs[:n]), set(childs[n:]), between_node) + base_ing = ing._base_ingredient + act = None + try: + a, w = m_base_act.get_backward_adjacent(base_ing) + act = ea_tools.wheel_of_fortune_selection(a,w) + except ValueError: + print("Warning: cannot mutate given node") + + if act is not None: + between_node = ActionNode(act) + + self.split(set(childs[:n]), set(childs[n:]), between_node) def node_score(self): @@ -760,13 +772,19 @@ class MixNode(RecipeTreeNode): #p2 = sym_p_a_given_b(ing_b.to_json(), ing_a.to_json(), m_mix, c_mix) #s += 0.5 * p1 + 0.5 * p2 - grouped_ing_a = to_grouped_ingredient(ing_a) - grouped_ing_b = to_grouped_ingredient(ing_b) + #grouped_ing_a = to_grouped_ingredient(ing_a) + #grouped_ing_b = to_grouped_ingredient(ing_b) - ia = m_grouped_mix._label_index[grouped_ing_a.to_json()] - ib = m_grouped_mix._label_index[grouped_ing_b.to_json()] + #ia = m_grouped_mix._label_index[grouped_ing_a.to_json()] + #ib = m_grouped_mix._label_index[grouped_ing_b.to_json()] - if c_grouped_mix[ia,ib] > 0 or c_grouped_mix[ib,ia] > 0: + #if c_grouped_mix[ia,ib] > 0 or c_grouped_mix[ib,ia] > 0: + # s += 1 + + ia = m_mix._label_index[grouped_ing_a.to_json()] + ib = m_mix._label_index[grouped_ing_b.to_json()] + + if c_mix[ia,ib] > 0 or c_mix[ib,ia] > 0: s += 1 @@ -1302,11 +1320,12 @@ class Tree(object): return Tree(nodes[s[0]['id']]) - def __init__(self, root): + def __init__(self, root, main_ingredients=None): # create a dummy entry node self._root = RecipeTreeNode("root", single_child=True) self._root.add_child(root) self._touched = True + self._main_ingredients = main_ingredients def root(self): return self._root.child() @@ -1321,7 +1340,7 @@ class Tree(object): n.mutate() # check for simplification after modification - # self.root().simplify() + self.root().simplify() def dot(self): return self.root().dot() @@ -1379,6 +1398,29 @@ class Tree(object): def ing_scores(self): return self._ing_scores + def main_ingredient_score(self): + if self._main_ingredients is None: + return 1 + + ings = self.root().traverse_ingredients() + + actions_for_ing = {} + score_for_ing = {} + + for ing in ings: + if ing._base_ingredient in self._main_ingredients: + actions_for_ing[ing._base_ingredient] = ing._action_set + score_for_ing[ing._base_ingredient] = 0 + + for ing in self._main_ingredients: + for act in actions_for_ing[ing]: + s = fw_p_a_given_b(act, ing, m_base_act, c_base_act) + if s > 0.5: + score_for_ing[ing] = 1 + + return sum([score_for_ing[ing] for ing in self._main_ingredients]) / len(self._main_ingredients) + + def score(self): if not self._touched: return self._score @@ -1408,6 +1450,7 @@ class Tree(object): else: self._score = (sum_mix + sum_act + sum_ing) / n self._score *= (len(s_ing) - self._n_duplicates) / len(s_ing) + #self._score = 0.95 * self._score + 0.05 * self.main_ingredient_score() return self._score @@ -1418,17 +1461,19 @@ class Tree(object): # ## Population class Population(object): - def __init__(self, start_ingredients, main_ingredients, n_population = 50, min_additional=0, max_additional=15): + def __init__(self, start_ingredients, main_ingredients, n_population = 50, min_additional=0, max_additional=15, mutations=3): self.population = [] for i in tqdm(range(n_population), desc="build initial population"): self.population.append(Tree.from_ingredients(start_ingredients, main_ingredients, min_additional=min_additional, max_additional=max_additional)) self._n = n_population + self._n_mutations = mutations def mutate(self): for tree in self.population.copy(): t_clone = tree.copy() - t_clone.mutate() - t_clone.mutate() + for i in range(self._n_mutations): + t_clone.mutate() + #t_clone.mutate() #t_clone.mutate() self.population.append(t_clone) @@ -1457,6 +1502,7 @@ class Population(object): self.population = np.array(self.population)[sorted_indices[:n]].tolist() def run(self, n=50): + avg_scores = [] for i in tqdm(range(n), desc="run evolutionary cycles"): self.mutate() #self.mutate() @@ -1465,7 +1511,9 @@ class Population(object): self.pairwise_competition() #self.collect_scores() #self.hold_best(self._n) - + scores = [t.score() for t in self.population] + avg_scores.append(scores) + return avg_scores def plot_population(self, n_best=10): @@ -1482,16 +1530,16 @@ class Population(object): # ## Run Evolutionary Algorithm -# p = Population(["noodle"],['noodle'], min_additional=4, max_additional=13, n_population = 50) +#p = Population(["noodle"],['noodle'], min_additional=4, max_additional=13, n_population = 50) #p_ingredient_unprepared(list(p.population[0].root().childs())[0]._name) < 0.2 -# p.run(50) +#p.run(50) -# p.plot_population(n_best=20) +#p.plot_population(n_best=20) diff --git a/RecipeAnalysis/ActionGroups.py b/RecipeAnalysis/ActionGroups.py new file mode 100644 index 0000000..6b0e0cf --- /dev/null +++ b/RecipeAnalysis/ActionGroups.py @@ -0,0 +1,77 @@ +groups = { + 'heat':'heat', + 'cook':'heat', + 'bake':'heat', + 'grill':'heat', + 'melt':'heat', + 'blend':None, + 'beat':'prepare', + 'spread':None, + 'cool':'cool', + 'brown':'heat', + 'cut':'prepare', + 'chill':'cool', + 'drain':None, + 'boil':'heat', + 'simmer':'heat', + 'pour':None, + 'freeze':'cool', + 'saute':'heat', + 'rinse':'prepare', + 'warm':'heat', + 'wash':'prepare', + 'knead':'prepare', + 'peel':'prepare', + 'parboil':'heat', + 'break':'prepare', + 'broil':'heat', + 'scorch':'heat', + 'skim':None, + 'fry':'heat', + 'refrigerate':'cool', + 'burn':'heat', + 'thicken':None, + 'grate':'prepare', + 'brush':'prepare', + 'open':'prepare', + 'crack':'prepare', + 'poach':'heat', + 'slice':'prepare', + 'whisk':None, + 'dice':'prepare', + 'marinate':None, + 'whip':None, + 'sour':None, + 'soak':None, + 'steam':'heat', + 'chop':'prepare', + 'mince':None, + 'mash':'prepare', + 'squeeze':'prepare', + 'wipe':'prepare', + 'thaw':'prepare', + 'curdle':'heat', + 'sweeten':None, + 'baste':None, + 'carve':None, + 'grind':'prepare', + 'debone':'prepare', + 'steep':None, + 'clarify':None, + 'macerate':'prepare', + 'crumple':'prepare', + 'braise':'heat', + 'gut':None, + 'bury':None, + 'spread':None, + 'place':None +} + +inverse_groups = {} +for g in set(groups.values()): + if g is not None: + inverse_groups[g] = [] + +for a,g in groups.items(): + if g is not None: + inverse_groups[g].append(a) \ No newline at end of file diff --git a/RecipeAnalysis/AdjacencyMatrixRefinement.ipynb b/RecipeAnalysis/AdjacencyMatrixRefinement.ipynb index 8085519..54b5cee 100644 --- a/RecipeAnalysis/AdjacencyMatrixRefinement.ipynb +++ b/RecipeAnalysis/AdjacencyMatrixRefinement.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -91,7 +91,7 @@ "outputs": [], "source": [ "groups = {\n", - " 'place':None,\n", + " #'place':None,\n", " 'heat':'heat',\n", " 'cook':'heat',\n", " 'bake':'heat',\n", @@ -99,7 +99,6 @@ " 'melt':'heat',\n", " 'blend':None,\n", " 'beat':'prepare',\n", - " 'spread':None,\n", " 'cool':'cool',\n", " 'brown':'heat',\n", " 'cut':'prepare',\n", @@ -152,6 +151,7 @@ " 'steep':None,\n", " 'clarify':None,\n", " 'macerate':'prepare',\n", + " #'spread':None,\n", " 'crumple':'prepare',\n", " 'braise':'heat',\n", " 'gut':None,\n", @@ -187,22 +187,26 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "6b079a15f1b94d9e9ebce8ad6eb82058", + "model_id": "77d9643f1116425eb40c8664edca0bf9", "version_major": 2, "version_minor": 0 }, "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=527544.0), HTML(value='')))" + "HBox(children=(FloatProgress(value=0.0, max=467050.0), HTML(value='')))" ] }, "metadata": {}, "output_type": "display_data" }, { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" + "ename": "KeyError", + "evalue": "'spread'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mKeyError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 9\u001b[0m \u001b[0mgrouped_ing\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mIngredient\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0ming\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_base_ingredient\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 10\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0ma\u001b[0m \u001b[0;32min\u001b[0m \u001b[0ming\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_action_set\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 11\u001b[0;31m \u001b[0mgrouped_ing\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mapply_action\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mgroups\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0ma\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 12\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 13\u001b[0m \u001b[0mgrouped_act\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgroups\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0mact\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;31mKeyError\u001b[0m: 'spread'" ] } ], @@ -227,31 +231,9 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "b5b6c8ff52d1407495ef7fcd3ff409a8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=2123892.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - } - ], + "outputs": [], "source": [ "c = m_mix.get_csr()\n", "\n", diff --git a/RecipeAnalysis/InputTrees.ipynb b/RecipeAnalysis/InputTrees.ipynb index c3f5433..ac1be38 100644 --- a/RecipeAnalysis/InputTrees.ipynb +++ b/RecipeAnalysis/InputTrees.ipynb @@ -4,7 +4,40 @@ "cell_type": "code", "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + " \n", + " " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "CPU times: user 8.17 s, sys: 795 ms, total: 8.97 s\n", + "Wall time: 8.97 s\n" + ] + } + ], "source": [ "import sys\n", "sys.path.append(\"../\")\n", @@ -28,14 +61,14 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ - "## Homemade Bacon Smoked with Barley Tea in a Pot\n", - "(ae01c70363)" + "## Nettle and lemon cake with lemon buttercream recipe\n", + "(7d1f97f3da)" ], "text/plain": [ "" @@ -59,18 +92,20 @@ { "data": { "text/markdown": [ - " * '500 grams Pork belly'\n", - " * '20 grams \\[ A \\] Salt'\n", - " * '10 grams \\[ A \\] Soft brown sugar'\n", - " * '1/2 tbsp \\[ A \\] Nutmeg'\n", - " * '1/2 tbsp \\[ A \\] Allspice'\n", - " * '1/2 tsp \\[ A \\] Chilli powder'\n", - " * '1/2 tsp \\[ A \\] Cinnamon'\n", - " * '1/2 tsp \\[ A \\] Paprika'\n", - " * '1 \\[ A \\] Black pepper'\n", - " * '1 several \\[ A \\] Bay leaves'\n", - " * '10 Barley tea bags'\n", - " * '1 dash Sugar'" + " * '100 g \\( 3.5oz \\) raw young nettle leaves'\n", + " * '200 g \\( 7.1oz \\) unsalted butter , softened'\n", + " * '150 g \\( 5.3oz \\) granulated sugar'\n", + " * '3 eggs'\n", + " * '2 tsp vanilla extract'\n", + " * '0.5 lemon , zest and juice'\n", + " * '250 g \\( 8.8oz \\) plain flour'\n", + " * '2 tsp baking powder'\n", + " * '0.5 tsp salt'\n", + " * '150 g \\( 5.3oz \\) unsalted butter , softened'\n", + " * '300 g \\( 10.6oz \\) powdered icing sugar'\n", + " * '0.5 lemon , zest and juice'\n", + " * '1 small handful blackberries'\n", + " * '1 scattering lemon zest'" ], "text/plain": [ "" @@ -94,44 +129,25 @@ { "data": { "text/markdown": [ - " * Rinse the pork belly with water .\n", - " * Remove any blood from the pork when cleaning .\n", - " * Pat dry well .\n", - " * Prick all over the surface with a fork to allow it to absorb the spice well .\n", - " * Combine \\[ A \\] ingredients .\n", - " * Make sure that the amount of salt and sugar is correct .\n", - " * You do n't have to measure the other spices precisely .\n", - " * Finely shred the bay leaves and sage .\n", - " * Rub the \\[ A \\] spice mix onto the surface of the pork belly .\n", - " * Put the pork into a resealable bag and massage the meat over the bag .\n", - " * Rest in the fridge for 5 days to one week .\n", - " * Massage the meat gently once a day .\n", - " * After 5 days to one week , soak the pork in water to remove the saltiness .\n", - " * It usually takes 1-2 hours .\n", - " * Slice off a small bit and fry to check the taste .\n", - " * When the taste is right , pat dry .\n", - " * Leave to rest in the fridge for one day to dry .\n", - " * After one day , prepare for smoking .\n", - " * Empty the barley tea from the bags .\n", - " * Combine the tea and sugar .\n", - " * You will use this mixture instead of smoking chips .\n", - " * Place empty tins in a pot .\n", - " * Cover the bottom of the pot with the smoking mixture .\n", - " * Place a metal rack over the tins .\n", - " * Cover with a lid and it is ready for smoking .\n", - " * If you do n't want to make the pot dirty , line the bottom of the pot with aluminum foil .\n", - " * I bought a cheap metal rack from a pound shop and cut into a suitable shape to fit in the pot .\n", - " * Place the pork on the rack and start smoking .\n", - " * Keep the heat high until the smoke starts .\n", - " * When the smoke starts , turn down the heat to low and cover with a lid .\n", - " * Turn over the pork halfway through and continue to smoke .\n", - " * It usually takes an hour but it depends on the size of the pork .\n", - " * After smoking , wrap the pork in cling film and leave to rest in the fridge for one day .\n", - " * You can eat it without doing this .\n", - " * After one day , it is ready .\n", - " * You can eat as it is but I like browning the slices in a frying pan without oil .\n", - " * \\[ Note : \\] Fat drippings stop the smoke .\n", - " * Make a small saucer to place on the smoking mixture to catch the drippings ." + " * Preheat oven to 170C/325F .\n", + " * Grease and line two 7 round cake tins .\n", + " * Using rubber gloves , carefully wash the stinging nettle leaves and remove any stems .\n", + " * Place in a pan of boiling water and boil for 3-4 minutes .\n", + " * The sting will be removed with the boiling .\n", + " * Refresh under cold water , drain and puree .\n", + " * Set aside .\n", + " * In a large bowl , cream together the butter and sugar until light and fluffy .\n", + " * Beat in the eggs , one at a time , then beat in the nettles , vanilla , zest and lemon juice .\n", + " * Sift in the flour , baking powder and salt and stir to gently combine .\n", + " * Spoon the mixture evenly into the prepared tins , push to the edges and level , then bake for 25 minutes or until an inserted skewer comes out clean .\n", + " * Cool for 10 minutes in the tins and then turn onto a wire rack to cool completely before icing .\n", + " * For the icing : In a large bowl , cream the butter until fluffy .\n", + " * Add in the icing sugar and beat .\n", + " * Beat in the zest and a little of the lemon juice .\n", + " * Add more lemon juice to make it a frosting consistency and beat again .\n", + " * Store in the fridge until ready to use .\n", + " * To assemble : Spread a little of the buttercream between the layers of the completely cooled cakes and sandwich together .\n", + " * Cover the cake in the remaining buttercream and decorate with blackberries and lemon zest ." ], "text/plain": [ "" @@ -149,3435 +165,202 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", - "\n", - "fry6\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "fry6->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fry0\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "cut4\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "fry0->cut4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut5\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "mix4->cut5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice4\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix14\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "slice4->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fry1\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "cut2\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "fry1->cut2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix3->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut3\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "place2\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "cut3->place2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cut2->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rinse0\n", - "\n", - "rinse\n", - "\n", - "\n", - "\n", - "soak0\n", - "\n", - "soak\n", - "\n", - "\n", - "\n", - "rinse0->soak0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chilli\n", - "\n", - "chilli\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "slice0->fry0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "smoke chip\n", - "\n", - "smoke chip\n", - "\n", - "\n", - "\n", - "smoke chip->cut3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice5\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "slice5->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice9\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "fry8\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "slice9->fry8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nutmeg\n", - "\n", - "nutmeg\n", - "\n", - "\n", - "\n", - "paprika\n", - "\n", - "paprika\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->rinse0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->fry6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meat\n", - "\n", - "meat\n", - "\n", - "\n", - "\n", - "meat->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->slice5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut12\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "fry8->cut12\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice1\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "slice1->fry1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix2->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soak1\n", - "\n", - "soak\n", - "\n", - "\n", - "\n", - "soak1->slice9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "barley tea\n", - "\n", - "barley tea\n", - "\n", - "\n", - "\n", - "barley tea->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cut5->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sage\n", - "\n", - "sage\n", - "\n", - "\n", - "\n", - "sage->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "any blood\n", - "\n", - "any blood\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "any blood->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "allspice\n", - "\n", - "allspice\n", - "\n", - "\n", - "\n", - "allspice->mix1\n", - "\n", - "\n", - "\n", + "\n", "\n", - "\n", + "\n", "leaf\n", - "\n", - "leaf\n", - "\n", - "\n", - "\n", - "leaf->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bag\n", - "\n", - "bag\n", - "\n", - "\n", - "\n", - "bag->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rub\n", - "\n", - "rub\n", - "\n", - "\n", - "\n", - "rub->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut12->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut4->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oil\n", - "\n", - "oil\n", - "\n", - "\n", - "\n", - "oil->slice4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rinse1\n", - "\n", - "rinse\n", - "\n", - "\n", - "\n", - "rinse1->soak1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place2->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soak0->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cinnamon\n", - "\n", - "cinnamon\n", - "\n", - "\n", - "\n", - "fat dripping\n", - "\n", - "fat dripping\n", - "\n", - "\n", - "\n", - "fat dripping->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tin\n", - "\n", - "tin\n", - "\n", - "\n", - "\n", - "tin->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->slice1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pork\n", - "\n", - "pork\n", - "\n", - "\n", - "\n", - "pork->rinse1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tzatziki Sauce (Garlic Lover's Only!!)\n", - "(730c9cfba2)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '12 cup plain yogurt'\n", - " * '3 tablespoons sour cream'\n", - " * '4 garlic cloves , crushed'\n", - " * '13 teaspoon salt'\n", - " * '14 teaspoon pepper'\n", - " * '1 tablespoon lemon juice'\n", - " * '1 teaspoon extra virgin olive oil'\n", - " * '18 teaspoon crushed red pepper flakes'\n", - " * '13 teaspoon crushed dried mint'\n", - " * '14 cup finely diced yellow onion'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Whisk all ingredients together and chill ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "dice0\n", - "\n", - "dice\n", - "\n", - "\n", - "\n", - "red pepper\n", - "\n", - "red pepper\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "sour0\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "cream->sour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->dice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "mint\n", - "\n", - "mint\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mini Challenge: Mulberry Street Burger\n", - "(288d5e4be8)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 \\( 8-ounce \\) portions ground beef'\n", - " * '4 slices fresh mozzarella cheese'\n", - " * '4 slices pancetta'\n", - " * '1 tablespoon olive oil , plus more for salad'\n", - " * '1/2 cup butter'\n", - " * '3 cloves garlic'\n", - " * '3 or 4 basil leaves'\n", - " * '2 teaspoons crushed red pepper flakes'\n", - " * '2 burger buns , your choice'\n", - " * 'Baby arugula'\n", - " * '4 slices tomato'\n", - " * 'Basil Ketchup , recipe follows'\n", - " * '1/2 bunch fresh basil leaves'\n", - " * '1 cup ketchup'\n", - " * '2 cloves garlic'\n", - " * '1/2 teaspoon crushed red pepper flakes'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat the oven to 350 degrees F. Heat a large skillet .\n", - " * Divide each beef portion into 2 equal amounts and shape them into patties \\( you should have 4 patties altogether \\) .\n", - " * Place 2 mozzarella slices on 1 patty , then top with another patty .\n", - " * Close the edges of the patties to enclose the cheese , basically stuffing the burger with the mozzarella .\n", - " * Wrap each burger with 2 slices of pancetta .\n", - " * Heat 1 tablespoon of olive oil in a medium oven-proof skillet over medium heat and brown each burger on both sides .\n", - " * Place the burgers in the oven to finish cooking .\n", - " * In a small saucepan , melt the butter and remove from heat .\n", - " * Meanwhile , chop the garlic and basil and add to butter with 1 teaspoon red pepper flakes .\n", - " * Brush this on the burger buns and toast under the broiler or in a toaster oven .\n", - " * In a bowl , toss together the arugula , olive oil , to taste , and the remaining 1 teaspoon crushed red pepper flakes .\n", - " * Place the burgers on the bun bottoms , top with tomato slices , arugula salad and Basil Ketchup .\n", - " * A viewer , who may not be a professional cook , provided this recipe .\n", - " * The Food Network Kitchens chefs have not tested this recipe and therefore , we can not make representation as to the results .\n", - " * In a small blender or processor , blend all the ingredients .\n", - " * Transfer to a small bowl and refrigerate until ready to use ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "blend6\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "mix3->blend6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "melt0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "brush0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red pepper\n", - "\n", - "red pepper\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "red pepper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "blend1\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "mix0->blend1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "slice0->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate9\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "slice1\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "slice1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "blend1->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice2\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix1->slice2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "olive oil->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice2->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "clove garlic->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "tomato->slice1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mozzarella cheese\n", - "\n", - "mozzarella cheese\n", - "\n", - "\n", - "\n", - "mozzarella cheese->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "brown0->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "stuff\n", - "\n", - "stuff\n", - "\n", - "\n", - "\n", - "stuff->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "basil ketchup\n", - "\n", - "basil ketchup\n", - "\n", - "\n", - "\n", - "representation\n", - "\n", - "representation\n", - "\n", - "\n", - "\n", - "representation->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "basil leaf\n", - "\n", - "basil leaf\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "basil leaf->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend6->refrigerate9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate0\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "place1->refrigerate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground beef\n", - "\n", - "ground beef\n", - "\n", - "\n", - "\n", - "ground beef->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "arugula\n", - "\n", - "arugula\n", - "\n", - "\n", - "\n", - "arugula->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pancetta\n", - "\n", - "pancetta\n", - "\n", - "\n", - "\n", - "burger bun\n", - "\n", - "burger bun\n", - "\n", - "\n", - "\n", - "burger bun->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ketchup\n", - "\n", - "ketchup\n", - "\n", - "\n", - "\n", - "viewer\n", - "\n", - "viewer\n", - "\n", - "\n", - "\n", - "viewer->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sopaipillas (Fritters)\n", - "(188dde1672)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '3 cups flour'\n", - " * '2 teaspoons baking powder'\n", - " * '12 teaspoon salt'\n", - " * '2 tablespoons shortening'\n", - " * '1 cup warm water'\n", - " * 'oil , 1 1/2 inches deep for frying'\n", - " * 'honey'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Stir together flour , baking powder , and salt ; cut in shortening with a pastry blender until coarse crumbs form .\n", - " * Gradually work in the water to form a pastry-like dough .\n", - " * Turn onto a light floured board .\n", - " * Place a damp cloth over and allow to rest for 1 hour .\n", - " * In large , heavy frying pan , heat oil to 425F Divide dough in half \\( you will find it easier to handle this way \\) .\n", - " * Roll each ball of dough as thin as possible .\n", - " * Cut into 3-inch squares and fry in hot oil , pushing squares down into the oil several times so that they will puff evenly .\n", - " * Turn once to brown and cook until golden on both sides .\n", - " * Place on paper towels to drain .\n", - " * Serve warm with honey ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "warm1\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "oil\n", - "\n", - "oil\n", - "\n", - "\n", - "\n", - "crumb\n", - "\n", - "crumb\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "crumb->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place7\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place7->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pastry\n", - "\n", - "pastry\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pastry->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "honey\n", - "\n", - "honey\n", - "\n", - "\n", - "\n", - "honey->warm1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "drain0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shorten\n", - "\n", - "shorten\n", - "\n", - "\n", - "\n", - "shorten->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place5\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "brown7\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "place5->brown7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "salt->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain6\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "mix3->drain6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "brown0->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "dough->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "place4\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "brown1->place4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "cut0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "warm0\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "water->warm0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "place4->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook1->place7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->place5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown7->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook7\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook7->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->cook7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm0->mix0\n", - "\n", - "\n", + "\n", + "leaf\n", "\n", "\n", - "\n", + "\n", "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "roll->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Baked Tuna 'Crab' Cakes\n", - "(4cab4587f4)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 \\( 12 ounce \\) cans chunk light tuna in water , drained and flaked'\n", - " * '1 cup bread crumbs'\n", - " * '1 zucchini , shredded'\n", - " * '1/2 green bell pepper , chopped'\n", - " * '1/2 onion , finely chopped'\n", - " * '1/2 cup green onions , chopped'\n", - " * '2 cloves garlic , pressed or minced'\n", - " * '1 teaspoon finely chopped jalapeno pepper'\n", - " * '1/2 cup nonfat cottage cheese'\n", - " * '1/4 cup fat free sour cream'\n", - " * '2 eggs'\n", - " * '1 lime , juiced'\n", - " * '1 tablespoon dried basil'\n", - " * '1 teaspoon ground black pepper'\n", - " * 'salt to taste'\n", - " * '2 eggs'\n", - " * '1 cup yellow cornmeal'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 350 degrees F \\( 175 degrees C \\) .\n", - " * Line a baking sheet with aluminum foil , and spray with cooking spray .\n", - " * In a large bowl , thoroughly mix the tuna , bread crumbs , zucchini , green pepper , onion , green onions , garlic , jalapeno pepper , cottage cheese , sour cream , 2 eggs , lime juice , dried basil , pepper , and salt .\n", - " * Beat 2 eggs in a shallow bowl , and place the cornmeal on a plate .\n", - " * Scoop up about 1/4 cup of the tuna mixture , and gently form it into a compact patty .\n", - " * Dip both sides of each cake into beaten egg and then press into cornmeal , and place the cakes onto the prepared baking sheet .\n", - " * Spray the tops of the cakes with cooking oil spray .\n", - " * Bake in the preheated oven until the tops of the cakes are beginning to brown , about 20 minutes .\n", - " * Flip each cake , spray with cooking spray , and bake until the cakes are cooked through and lightly browned , about 20 more minutes ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "green\n", - "\n", - "green\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "green->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mince0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "drain0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground black pepper\n", - "\n", - "ground black pepper\n", - "\n", - "\n", - "\n", - "chop3\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop3->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop2\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", - "\n", - "green onion->chop2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour1\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "beat0\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "sour1->beat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oil\n", - "\n", - "oil\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "oil->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour5\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "sour5->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->chop3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "basil\n", - "\n", - "basil\n", - "\n", - "\n", - "\n", - "basil->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "bake0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->sour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour0\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "cake\n", - "\n", - "cake\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "cake->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nonfat\n", - "\n", - "nonfat\n", - "\n", - "\n", - "\n", - "lime\n", - "\n", - "lime\n", - "\n", - "\n", - "\n", - "lime->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fat\n", - "\n", - "fat\n", - "\n", - "\n", - "\n", - "fat->sour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cottage cheese\n", - "\n", - "cottage cheese\n", - "\n", - "\n", - "\n", - "cottage cheese->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->sour5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "clove garlic->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bread crumb\n", - "\n", - "bread crumb\n", - "\n", - "\n", - "\n", - "bread crumb->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "zucchini\n", - "\n", - "zucchini\n", - "\n", - "\n", - "\n", - "zucchini->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cornmeal\n", - "\n", - "cornmeal\n", - "\n", - "\n", - "\n", - "sour2\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "cornmeal->sour2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tuna\n", - "\n", - "tuna\n", - "\n", - "\n", - "\n", - "tuna->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place1->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour2->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grilled Cornish Hens with Rice and Sicilian Butter\n", - "(f951ae3f61)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '8 tablespoons butter , at room temperature'\n", - " * '1/3 cup black olives , such as Kalamata , halved and pitted'\n", - " * '2 teaspoons anchovy paste'\n", - " * '1 tablespoon grated orange zest \\( from about 1 navel orange \\)'\n", - " * '2 teaspoons orange juice'\n", - " * '2 cloves garlic , minced'\n", - " * '1/4 teaspoon fresh-ground black pepper'\n", - " * '2 Cornish hens \\( about 1 1/4 pounds each \\) , halved'\n", - " * '2 tablespoons cooking oil'\n", - " * 'Boiled or steamed rice , for serving'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Light the grill .\n", - " * In a food processor , puree the butter and olives with the anchovy paste , orange zest , orange juice , garlic , and pepper .\n", - " * With a rubber spatula , scrape the butter into a small bowl and refrigerate .\n", - " * Rub the hens with oil and cook over moderate heat for 12 minutes .\n", - " * Turn and cook until just done , about 12 minutes longer .\n", - " * Remove the hens from the grill and serve with the rice .\n", - " * Top each serving with 2 tablespoons of the flavored butter , letting the butter melt over both the hen and the rice ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "hen\n", - "\n", - "hen\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "hen->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "orange juice\n", - "\n", - "orange juice\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "clove garlic->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oil\n", - "\n", - "oil\n", - "\n", - "\n", - "\n", - "rice\n", - "\n", - "rice\n", - "\n", - "\n", - "\n", - "steam0\n", - "\n", - "steam\n", - "\n", - "\n", - "\n", - "rice->steam0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black olive\n", - "\n", - "black olive\n", - "\n", - "\n", - "\n", - "black olive->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rub\n", - "\n", - "rub\n", - "\n", - "\n", - "\n", - "rub->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix7\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fresh-ground black pepper\n", - "\n", - "fresh-ground black pepper\n", - "\n", - "\n", - "\n", - "fresh-ground black pepper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "grill0->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "anchovy\n", - "\n", - "anchovy\n", - "\n", - "\n", - "\n", - "anchovy->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "grate0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "steam0->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "orange zest\n", - "\n", - "orange zest\n", - "\n", - "\n", - "\n", - "orange zest->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Easy Cherry Macaroon Parfaits\n", - "(28a303ef4b)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 \\( 5 1/8 ounce \\) box vanilla instant pudding mix'\n", - " * '3 cups cold milk'\n", - " * '1 \\( 21 ounce \\) cancomstock cherry pie filling'\n", - " * '14 teaspoon almond extract , if desired'\n", - " * '6 macaroons , crumbled'\n", - " * 'whipped topping , if desired'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Prepare pudding with milk as directed on package .\n", - " * Combine cherry filling and extract .\n", - " * Alternate layers of pudding , crumbled cookies , and filling in 6 parfait or dessert dishes .\n", - " * Garnish with topping .\n", - " * Makes 6 servings ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "vanilla\n", "\n", - "vanilla\n", + "flour\n", "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "vanilla->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crumble\n", - "\n", - "crumble\n", - "\n", - "\n", - "\n", - "crumble->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "milk->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "topping\n", - "\n", - "topping\n", - "\n", - "\n", + "\n", "\n", - "whip0\n", - "\n", - "whip\n", + "mix5\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "topping->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "almond extract\n", - "\n", - "almond extract\n", - "\n", - "\n", - "\n", - "almond extract->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pudding\n", - "\n", - "pudding\n", - "\n", - "\n", - "\n", - "pudding->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", + "\n", "\n", - "garnish->mix1\n", - "\n", - "\n", + "flour->mix5\n", + "\n", + "\n", "\n", - "\n", - "\n", - "whip0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cancomstock cherry pie filling\n", - "\n", - "cancomstock cherry pie filling\n", - "\n", - "\n", - "\n", - "cancomstock cherry pie filling->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Creamy Kulfi (Indian Ice Cream)\n", - "(57c7456c57)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 \\( 12 ounce \\) cans evaporated milk \\( whole fat is best \\)'\n", - " * '1 \\( 14 ounce \\) can sweetened condensed milk'\n", - " * '2 cups heavy whipping cream'\n", - " * '3 tablespoons confectioners ' sugar'\n", - " * '1 teaspoon ground cardamom'\n", - " * '1 teaspoon rose water'\n", - " * '3 tablespoons pistachios , finely chopped'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Line 13 x 9 inch glass baking dish with plastic wrap , leaving 2 inches overhang all around .\n", - " * Place evaporated milk , condensed milk , cream , sugar , cardamom and rosewater in blender .\n", - " * Puree on low speed until combined , about 30 seconds .\n", - " * Pour into prepared baking dish .\n", - " * Cover with plastic wrap .\n", - " * Freeze for 6 hours or overnight .\n", - " * Remove from freezer five minutes before cutting .\n", - " * Unwrap dish .\n", - " * Using plastic overhang , lift kulfi out of pan and transfer to cutting board .\n", - " * Remove plastic wrap .\n", - " * Cut into 48 squares , cutting 6 by 8 .\n", - " * Transfer to mini muffin papers , if desired .\n", - " * Garnish with chopped pistachios .\n", - " * Serve immediately or store in freezer .\n", - " * I think a mini muffin pan , popsicle molds or other small silicone molds would work just as well , with or without popsicle sticks ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "sweeten0\n", - "\n", - "sweeten\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sweeten0->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", + "\n", "\n", - "cut4\n", - "\n", - "cut\n", + "baking\n", + "\n", + "baking\n", "\n", - "\n", + "\n", "\n", - "muffin\n", - "\n", - "muffin\n", - "\n", - "\n", - "\n", - "muffin->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix2->cut4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "confectioner\n", - "\n", - "confectioner\n", - "\n", - "\n", - "\n", - "dish\n", - "\n", - "dish\n", - "\n", - "\n", - "\n", - "dish->mix2\n", - "\n", - "\n", + "lemon\n", + "\n", + "lemon\n", "\n", "\n", - "\n", + "\n", "mix0\n", - "\n", - "mix\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "freeze3\n", - "\n", - "freeze\n", - "\n", - "\n", + "\n", "\n", - "freeze3->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "other\n", - "\n", - "other\n", - "\n", - "\n", - "\n", - "other->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground cardamom\n", - "\n", - "ground cardamom\n", - "\n", - "\n", - "\n", - "ground cardamom->mix6\n", - "\n", - "\n", + "lemon->mix0\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "sugar\n", - "\n", - "sugar\n", + "\n", + "sugar\n", "\n", - "\n", - "\n", - "sugar->mix6\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "whip0\n", - "\n", - "whip\n", + "mix4\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "pour2\n", - "\n", - "pour\n", - "\n", - "\n", + "\n", "\n", - "place1->pour2\n", - "\n", - "\n", + "sugar->mix4\n", + "\n", + "\n", "\n", - "\n", - "\n", - "pistachio\n", - "\n", - "pistachio\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", "\n", - "\n", - "\n", - "pistachio->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour2->freeze3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "milk->sweeten0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heavy\n", - "\n", - "heavy\n", - "\n", - "\n", - "\n", - "heavy->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "garnish->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Collard Greens in Tomato Sauce\n", - "(b4c229acfd)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 slices bacon'\n", - " * '2 onions , finely chopped'\n", - " * '2 cloves garlic , minced'\n", - " * '1 teaspoon salt'\n", - " * '12 teaspoon pepper'\n", - " * '1 \\( 15 1/2 ounce \\) can diced tomatoes , undrained'\n", - " * '2 lbs collard greens , rinsed , tough ribs and stems removed , torn into thin strips'\n", - " * 'hot pepper sauce \\( I use Tabasco \\) \\( optional \\)'\n", - " * 'red wine vinegar \\( optional \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Cook bacon until crisp ; drain and crumble .\n", - " * In 1 tbsp of bacon drippings , cook onion until tender .\n", - " * Add garlic , salt , pepper , and diced tomatoes , stirring to mix .\n", - " * Place greens and tomato mixture in crockpot and mix well .\n", - " * Cover and cook on low for 6 hours or on high for 3 hours or until greens are tender .\n", - " * Serve greens with Tabasco or vinegar , if desired ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "crisp\n", - "\n", - "crisp\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "crisp->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bacon\n", - "\n", - "bacon\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", + "\n", "\n", - "bacon->slice0\n", - "\n", - "\n", + "bake0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla extract\n", + "\n", + "vanilla extract\n", + "\n", + "\n", + "\n", + "vanilla extract->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat1\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat1->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "salt\n", - "\n", - "salt\n", + "\n", + "salt\n", "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook3\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook3->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "clove garlic->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "drain0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red wine vinegar\n", - "\n", - "red wine vinegar\n", - "\n", - "\n", - "\n", - "red wine vinegar->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->mix1\n", + "\n", + "\n", + "salt->bake0\n", "\n", "\n", "\n", - "\n", - "\n", - "mince0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rinse0\n", - "\n", - "rinse\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "rinse0->place0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "onion\n", - "\n", - "onion\n", + "lemon zest\n", + "\n", + "lemon zest\n", "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", + "\n", + "\n", + "lemon zest->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "onion->chop0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "green tough rib\n", - "\n", - "green tough rib\n", + "ice sugar\n", + "\n", + "ice sugar\n", "\n", - "\n", - "\n", - "green tough rib->rinse0\n", - "\n", - "\n", + "\n", + "\n", + "ice sugar->cool0\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "cook0\n", - "\n", - "cook\n", + "blackberry\n", + "\n", + "blackberry\n", "\n", - "\n", - "\n", - "cook0->mix0\n", - "\n", - "\n", + "\n", + "\n", + "blackberry->mix4\n", + "\n", + "\n", "\n", - "\n", - "\n", - "hot pepper sauce\n", - "\n", - "hot pepper sauce\n", - "\n", - "\n", - "\n", - "chop0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crumble\n", - "\n", - "crumble\n", - "\n", - "\n", - "\n", - "crumble->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->cook3\n", - "\n", - "\n", + "\n", + "\n", + "mix0->beat1\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -3586,8 +369,8 @@ { "data": { "text/markdown": [ - "## Baked Flounder a La Creole\n", - "(e9cda2e592)" + "## Protein Chocolate Mousse\n", + "(e67e0d8000)" ], "text/plain": [ "" @@ -3611,19 +394,10 @@ { "data": { "text/markdown": [ - " * '3 lbs flounder , cleaned and washed'\n", - " * '14 teaspoon salt'\n", - " * 'pepper , to taste'\n", - " * '1 large onion , peeled and chopped'\n", - " * '1 bay leaf'\n", - " * '2 sprigs fresh parsley'\n", - " * '1 sprig fresh thyme'\n", - " * '1 cup white wine \\( Chardonnay , Pinot Grigio , or Sauvignon Blanc are all very good \\)'\n", - " * '3 tablespoons butter'\n", - " * '2 tablespoons flour'\n", - " * '12 cup mushroom , chopped'\n", - " * '6 tomatoes , peeled and minced \\( canned is fine \\)'\n", - " * '12 cup cracker , crushed'" + " * '1 cup heavy whipping cream \\( It fluffs & firms up the best \\)'\n", + " * '2 tablespoons cocoa powder'\n", + " * '2 teaspoons splenda sugar substitute'\n", + " * '3 tablespoons unflavored 100 % whey protein powder \\( 1-3 scoops any brand \\)'" ], "text/plain": [ "" @@ -3647,14 +421,10 @@ { "data": { "text/markdown": [ - " * Season fish with salt and pepper .\n", - " * Distribute onion , bay leaf , parsley and thyme over the bottom of a baking pan .\n", - " * Place fish over the herbs and pour wine over all .\n", - " * Bake at 350F for 20 minutes .\n", - " * While the fish is baking , melt the butter and add flour ; when browned , add mushrooms and tomatoes .\n", - " * Simmer for ten minutes .\n", - " * Pour over the fish , cover with cracker crumbs ; dot with remaining butter and bake for an additional ten minutes .\n", - " * Garnish with parsley ." + " * Stir dry ingredients together in mixing bowl .\n", + " * Add cream and mix well on low speed for about a minute .\n", + " * Switch to High Speed and mix for about 2 minutes until mixture begins to firm and turn into mousse .\n", + " * Spoon into bowl and refrigerate ." ], "text/plain": [ "" @@ -3672,14576 +442,412 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", + "\n", + "\n", "\n", - "thyme\n", - "\n", - "thyme\n", + "refrigerate0\n", + "\n", + "refrigerate\n", "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "thyme->mix1\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "peel0\n", - "\n", - "peel\n", + "cream\n", + "\n", + "cream\n", "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "peel0->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake2\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "simmer2\n", - "\n", - "simmer\n", - "\n", - "\n", + "\n", "\n", - "bake2->simmer2\n", - "\n", - "\n", + "cream->refrigerate0\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "whey\n", + "\n", + "whey\n", + "\n", + "\n", "\n", - "pour1\n", - "\n", - "pour\n", + "cocoa\n", + "\n", + "cocoa\n", "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", + "\n", + "\n", + "splenda sugar\n", + "\n", + "splenda sugar\n", "\n", - "\n", - "\n", - "pour1->mix9\n", - "\n", - "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Grilled-Vegetable Salad with Cuban Mojo\n", + "(30f15f6b94)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 large red bell peppers'\n", + " * '2 large green bell peppers'\n", + " * '6 small Italian eggplants \\( 1 3/4 pounds \\)'\n", + " * '1 large sweet onion , unpeeled and halved lengthwise'\n", + " * '2 medium zucchini , sliced lengthwise 1/2 inch thick'\n", + " * 'Cuban Mojo'\n", + " * '1 tablespoon red wine vinegar'\n", + " * '2 tablespoons extra-virgin olive oil'\n", + " * 'One 1-pound head romaine lettuce , leaves torn'\n", + " * '1 large bunch watercress , tough stems discarded'\n", + " * 'Salt and freshly ground pepper'\n", + " * 'Basil leaves , for garnish'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Light a grill or preheat the broiler .\n", + " * Grill or broil the bell peppers for about 5 minutes per side , or until the skins are blistered and charred .\n", + " * Transfer the peppers to a medium bowl , cover with plastic wrap and let steam for 20 minutes .\n", + " * Peel , core and seed the peppers and cut them into 1-inch-wide strips .\n", + " * Slice the eggplants lengthwise , keeping the slices attached at the stem .\n", + " * Fan them out by pressing down with your hands .\n", + " * Generously brush the eggplants , onion and zucchini with the mojo , reserving 1 tablespoon for the dressing .\n", + " * Grill or broil the vegetables for 20 minutes , or until the eggplant and zucchini are tender and the onion is charred and crisp-tender .\n", + " * Carefully peel the onion and cut it into 1-inch slices .\n", + " * In a large bowl , whisk the reserved 1 tablespoon of mojo with the red wine vinegar ; slowly whisk in the olive oil until emulsified .\n", + " * Add the romaine and watercress , season with salt and pepper and toss to combine .\n", + " * Transfer the greens to a serving platter and arrange the grilled vegetables on top .\n", + " * Garnish with basil leaves and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "brush0\n", + "\n", + "brush\n", + "\n", + "\n", + "\n", + "broil0\n", + "\n", + "broil\n", + "\n", + "\n", + "\n", + "brush0->broil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red bell pepper\n", + "\n", + "red bell pepper\n", + "\n", + "\n", + "\n", + "broil1\n", + "\n", + "broil\n", + "\n", + "\n", + "\n", + "red bell pepper->broil1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grill0\n", + "\n", + "grill\n", "\n", "\n", - "\n", + "\n", "peel1\n", - "\n", - "peel\n", + "\n", + "peel\n", "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "peel1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake9\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "bake9->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "chop1->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "melt0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "herb\n", - "\n", - "herb\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "herb->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wash0\n", - "\n", - "wash\n", - "\n", - "\n", - "\n", - "leaf\n", - "\n", - "leaf\n", - "\n", - "\n", - "\n", - "leaf->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "tomato->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer1\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "simmer1->pour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tablespoon butter\n", - "\n", - "tablespoon butter\n", - "\n", - "\n", - "\n", - "tablespoon butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer9\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "mix0->simmer9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer9->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "salt->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mushroom\n", - "\n", - "mushroom\n", - "\n", - "\n", - "\n", - "mushroom->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "bake1->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cracker\n", - "\n", - "cracker\n", - "\n", - "\n", + "\n", "\n", - "cracker->mix9\n", - "\n", - "\n", + "grill0->peel1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mix4->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flounder\n", - "\n", - "flounder\n", - "\n", - "\n", - "\n", - "flounder->wash0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->simmer1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->bake2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fish\n", - "\n", - "fish\n", - "\n", - "\n", - "\n", - "fish->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer2->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "pour0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "garnish->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->bake9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wine\n", - "\n", - "wine\n", - "\n", - "\n", - "\n", - "wine->pour0\n", - "\n", - "\n", + "\n", + "\n", + "leave torn\n", + "\n", + "leave torn\n", "\n", "\n", - "\n", + "\n", "onion\n", - "\n", - "onion\n", + "\n", + "onion\n", "\n", - "\n", - "\n", - "onion->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "parsley\n", - "\n", - "parsley\n", - "\n", - "\n", - "\n", - "parsley->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0->peel1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Garlicky Vaud Fondue\n", - "(0518569c37)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 head garlic , small head'\n", - " * '1 tablespoon olive oil'\n", - " * '1 12 cups dry white wine'\n", - " * '2 lemons , juice of'\n", - " * '1 lb gruyere cheese , shredded'\n", - " * '12 lb emmenthaler cheese , shredded'\n", - " * '12 teaspoon black pepper'\n", - " * '2 teaspoons cornstarch'\n", - " * '1 tablespoon brandy'\n", - " * '1 baguette , sliced into 1/2-inch slices'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Remove outer skin from garlic , but leave head intact .\n", - " * Rub with olive oil and wrap in heavy foil .\n", - " * Bake at 350 degrees for 1 hour .\n", - " * Allow to cool , then separate cloves and squeeze garlic into small bowl .\n", - " * Heat wine and lemon juice in a saucepan until hot , but not boiling .\n", - " * Add shredded cheeses to wine and lemon juice in saucepan in 4 batches , stirring in a figure-eight motion , until each addition is melted .\n", - " * Add roasted garlic to cheese and mix until well-blended .\n", - " * Season with black pepper and salt , to taste .\n", - " * Heat fondue until bubbly .\n", - " * Dissolve cornstarch into brandy and stir into fondue.Simmer for 2 minutes , then pour fondue into fondue pot and place over heating source .\n", - " * Serve with sliced baguette and/or sausages and your favorite fondue vegetables ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "heat9\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "squeeze0\n", - "\n", - "squeeze\n", - "\n", - "\n", - "\n", - "heat9->squeeze0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", + "\n", "\n", - "mix7\n", - "\n", - "mix\n", + "brush1\n", + "\n", + "brush\n", "\n", - "\n", - "\n", - "cheese->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "baguette\n", - "\n", - "baguette\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "baguette->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake4\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix5->bake4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix6->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sausage\n", - "\n", - "sausage\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sausage->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rub\n", - "\n", - "rub\n", - "\n", - "\n", - "\n", - "rub->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable\n", - "\n", - "vegetable\n", - "\n", - "\n", - "\n", - "vegetable->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "squeeze0->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "addition\n", - "\n", - "addition\n", - "\n", - "\n", - "\n", - "addition->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wine\n", - "\n", - "wine\n", - "\n", - "\n", - "\n", - "wine->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool0\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "cool0->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic\n", - "\n", - "garlic\n", - "\n", - "\n", + "\n", "\n", - "garlic->mix5\n", - "\n", - "\n", + "onion->brush1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mix7->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "olive oil->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brandy\n", - "\n", - "brandy\n", - "\n", - "\n", - "\n", - "intact\n", - "\n", - "intact\n", - "\n", - "\n", - "\n", - "intact->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove\n", - "\n", - "clove\n", - "\n", - "\n", - "\n", - "clove->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "outer\n", - "\n", - "outer\n", - "\n", - "\n", - "\n", - "outer->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hot\n", - "\n", - "hot\n", - "\n", - "\n", - "\n", - "hot->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon\n", - "\n", - "lemon\n", - "\n", - "\n", - "\n", - "lemon->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake4->heat9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Great Canadian Taco Soup\n", - "(38dcf56a12)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 teaspoons oil'\n", - " * '1 onion , chopped'\n", - " * '4 garlic cloves , pressed or finely chopped'\n", - " * '1 -1 12 lb ground chuck or 1 -1 12 lb ground beef'\n", - " * '1 teaspoon salt'\n", - " * '1 -2 teaspoon chili powder'\n", - " * '1 tablespoon taco seasoning'\n", - " * '6 tablespoons onion soup mix'\n", - " * '6 cups water'\n", - " * '28 ounces diced tomatoes'\n", - " * '1 teaspoon sugar'\n", - " * '1 tablespoon italian seasoning'\n", - " * '1 teaspoon dried thyme'\n", - " * '12 cup pearl barley'\n", - " * '3 -4 russet potatoes , scrubbed and grated'\n", - " * '3 celery ribs , chopped'\n", - " * '3 -4 carrots , scrubbed and grated'\n", - " * '3 \\( 10 1/2 ounce \\) cans tomato soup'\n", - " * '1 12 cups grated cheese'\n", - " * 'taco chips'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In a 6 quart heavy bottomed pot , fry onion and salt until soft , add garlic and fry 30 seconds .\n", - " * Add meat and sprinkle with salt chili powder and taco seasoning .\n", - " * Fry only til faintly pink .\n", - " * Add onion soup mix , water , tomatoes , sugar , italian seasoning thyme and barley .\n", - " * Add potatoes , celery , carrots .\n", - " * Simmer 40 minutes .\n", - " * Add tomato soup and cheese , stir to blend .\n", - " * Adjust seasonings with salt and pepper to taste .\n", - " * Serve with taco chips instead of crackers .\n", - " * My kids will crush them and add the chips to the soup .\n", - " * This could easily be made into a spicy version with hot pepper flakes or cayenne added to the frying meat mixture .\n", - " * Sometimes I also will add kernel corn at the end , either frozen or canned ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix14\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "fry1\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "mix14->fry1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chop0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer6\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "simmer6->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grate1\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "mix1->grate1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fry5\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "fry5->mix2\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "dice0\n", - "\n", - "dice\n", - "\n", - "\n", - "\n", - "dice0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop2\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop2->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "carrot\n", - "\n", - "carrot\n", - "\n", - "\n", - "\n", - "carrot->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thyme\n", - "\n", - "thyme\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "garlic clove->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer13\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "simmer13->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chip\n", - "\n", - "chip\n", - "\n", - "\n", - "\n", - "chip->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato soup\n", - "\n", - "tomato soup\n", - "\n", - "\n", - "\n", - "mix0->fry5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cracker\n", - "\n", - "cracker\n", - "\n", - "\n", - "\n", - "cracker->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground beef\n", - "\n", - "ground beef\n", - "\n", - "\n", - "\n", - "celery rib\n", - "\n", - "celery rib\n", - "\n", - "\n", - "\n", - "celery rib->chop2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cayenne\n", - "\n", - "cayenne\n", - "\n", - "\n", - "\n", - "cayenne->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "sprinkle->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seasoning\n", - "\n", - "seasoning\n", - "\n", - "\n", - "\n", - "seasoning->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chili\n", - "\n", - "chili\n", - "\n", - "\n", - "\n", - "russet potato\n", - "\n", - "russet potato\n", - "\n", - "\n", - "\n", - "russet potato->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "tomato->dice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "grate2\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "cheese->grate2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "teaspoon oil\n", - "\n", - "teaspoon oil\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "corn\n", - "\n", - "corn\n", - "\n", - "\n", - "\n", - "corn->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "season\n", - "\n", - "season\n", - "\n", - "\n", - "\n", - "season->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate2->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion soup\n", - "\n", - "onion soup\n", - "\n", - "\n", - "\n", - "onion soup->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fry1->simmer6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meat\n", - "\n", - "meat\n", - "\n", - "\n", - "\n", - "meat->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "barley\n", - "\n", - "barley\n", - "\n", - "\n", - "\n", - "barley->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->simmer13\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## (Almost) Sugar-Free Peanut Butter Cream Pie\n", - "(e9a92d6056)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '8 ounces fat free cream cheese , softened'\n", - " * '23 cup creamy peanut butter'\n", - " * '23 cup Splenda granular'\n", - " * '8 ounces sugar-free frozen whipped topping , thawed'\n", - " * '3 -4 sugar-free miniature peanut butter cups , for garnish \\( optional \\)'\n", - " * '1 graham cracker pie crust'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In mixing bowl , cream together the cream cheese and peanut butter with an electric mixer .\n", - " * Add Splenda and mix until completely combined .\n", - " * Fold in the whipped topping .\n", - " * Pour filling into crust .\n", - " * Chop the peanut butter cups , if using , and sprinkle over the top of the pie .\n", - " * Refrigerate at least 4 hours ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "thaw0\n", - "\n", - "thaw\n", - "\n", - "\n", - "\n", - "whip0->thaw0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "splenda\n", - "\n", - "splenda\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "splenda->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "refrigerate6\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "mix0->refrigerate6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix1->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cracker pie crust\n", - "\n", - "cracker pie crust\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cracker pie crust->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour1\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "pour1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate1\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "sprinkle->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "topping\n", - "\n", - "topping\n", - "\n", - "\n", - "\n", - "topping->refrigerate1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream cheese\n", - "\n", - "cream cheese\n", - "\n", - "\n", - "\n", - "cream cheese->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->pour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peanut butter\n", - "\n", - "peanut butter\n", - "\n", - "\n", - "\n", - "peanut butter->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fill\n", - "\n", - "fill\n", - "\n", - "\n", - "\n", - "fill->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "top\n", - "\n", - "top\n", - "\n", - "\n", - "\n", - "top->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Smothered Chicken\n", - "(81247438ac)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 tablespoons vinegar'\n", - " * '1 \\( 3 1/2 lb \\) broiler chickens \\( any whole chicken will do \\)'\n", - " * '4 stalks celery'\n", - " * '4 potatoes , peeled and quartered'\n", - " * '1 small onion , sliced'\n", - " * 'to taste carrot \\( optional \\)'\n", - " * 'salt and pepper'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Place the vinegar in the bottom of a deep ovenproof casserole dish or Dutch oven with a cover .\n", - " * Add chicken and surround with vegetables .\n", - " * Add seasonings to taste .\n", - " * Cover tightly and roast at 350\\* for 1 hour .\n", - " * The meat will be moist and juicy without having a strong vinegar taste .\n", - " * I learned to not go by the cooking time of this recipe .\n", - " * It is best to go by the estimated time on the chicken wrapper for the weight of the chicken .\n", - " * I could never find a 3 1/2-pound chicken , only larger ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broiler chicken\n", - "\n", - "broiler chicken\n", - "\n", - "\n", - "\n", - "broiler chicken->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "vinegar\n", - "\n", - "vinegar\n", - "\n", - "\n", - "\n", - "vinegar->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meat\n", - "\n", - "meat\n", - "\n", - "\n", - "\n", - "meat->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "potato\n", - "\n", - "potato\n", - "\n", - "\n", - "\n", - "potato->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roast\n", - "\n", - "roast\n", - "\n", - "\n", - "\n", - "carrot\n", - "\n", - "carrot\n", - "\n", - "\n", - "\n", - "vegetable\n", - "\n", - "vegetable\n", - "\n", - "\n", - "\n", - "vegetable->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "surround\n", - "\n", - "surround\n", - "\n", - "\n", - "\n", - "surround->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "celery\n", - "\n", - "celery\n", - "\n", - "\n", - "\n", - "seasoning\n", - "\n", - "seasoning\n", - "\n", - "\n", - "\n", - "seasoning->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mint Chocolate-Chip Meringues\n", - "(3ef60af903)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1/2 cup egg whites \\( from about 4 eggs \\)'\n", - " * '2/3 cup sugar'\n", - " * '1/2 teaspoon mint extract or mint flavoring \\( not mint oil \\)'\n", - " * '2 ounces unsweetened chocolate , finely chopped or grated'\n", - " * '2 ounces semisweet chocolate'\n", - " * 'Additional equipment : A pastry bag fitted with a large plain or star tip , 2 cookie sheets , well greased , or lined with parchment paper , or lined with nonstick baking mats , or 2 nonstick cookies sheets .'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat oven to 325 degrees F .\n", - " * Heat the egg whites and sugar in the top of a double boiler set over barely simmering water until warm to the touch \\( this will help you get more air into the whites when you whip them \\) .\n", - " * Transfer to a mixer fitted with a whisk attachment and whip until soft peaks form .\n", - " * Add the mint extract and continue whipping just until stiff and glossy .\n", - " * Fold in the chopped unsweetened chocolate .\n", - " * Scrape the mixture into a pastry bag .\n", - " * Pipe bite-size kisses onto the cookie sheets and bake until the meringues are the color of milky coffee , 25 to 30 minutes .\n", - " * To test , remove one meringue from the oven , let cool one minute , then taste .\n", - " * It should be dry and crisp all the way through .\n", - " * Let cool on the pans .\n", - " * Melt the semisweet chocolate .\n", - " * Dipping the tines of a fork into the chocolate , drizzle the meringues with melted chocolate .\n", - " * Let sit until chocolate is set , 30 minutes to an hour \\( or let set in the refrigerator for 15 minutes \\) .\n", - " * Store in an airtight container for up to 3 days ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "pan\n", - "\n", - "pan\n", - "\n", - "\n", - "\n", - "cool0\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "pan->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "pastry\n", - "\n", - "pastry\n", - "\n", - "\n", - "\n", - "pastry->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meringue\n", - "\n", - "meringue\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "meringue->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "coffee\n", - "\n", - "coffee\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "coffee->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sugar->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate\n", - "\n", - "chocolate\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "crisp\n", - "\n", - "crisp\n", - "\n", - "\n", - "\n", - "whisk2\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "mix2->whisk2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "whip0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mint flavoring mint oil\n", - "\n", - "mint flavoring mint oil\n", - "\n", - "\n", - "\n", - "mint flavoring mint oil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk2->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Peach A Lingo Chicken Recipe\n", - "(6f088c4b89)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '5 lbs . chicken \\( use legs , breasts or possibly whatever you like \\)'\n", - " * '1 jar peach preserves \\( 18 ounce . \\)'\n", - " * '8 ounce . Red Russian dressing'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Skin chicken , season to taste .\n", - " * Arrange chicken in pan .\n", - " * Mix together peach preserves and dressing .\n", - " * Pour over chicken .\n", - " * Bake 350 degrees for 1 hour and 10 min .\n", - " * Turn chicken halfway .\n", - " * Serves 8-10 ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "min\n", - "\n", - "min\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "min->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix1->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peach preserve\n", - "\n", - "peach preserve\n", - "\n", - "\n", - "\n", - "peach preserve->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dressing\n", - "\n", - "dressing\n", - "\n", - "\n", - "\n", - "dressing->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red\n", - "\n", - "red\n", - "\n", - "\n", - "\n", - "chicken\n", - "\n", - "chicken\n", - "\n", - "\n", - "\n", - "chicken->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Carrie's Beautiful Bread (ABM)\n", - "(75810b28f6)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 teaspoons salt'\n", - " * '14 cup sugar'\n", - " * '2 tablespoons dry milk'\n", - " * '3 14 cups all-purpose flour'\n", - " * '12 cup wheat flour'\n", - " * '1 13 cups warm water'\n", - " * '2 tablespoons extra virgin olive oil'\n", - " * '1 teaspoon lemon juice'\n", - " * '1 package active dry yeast \\( I use Red Star \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Measure ingredients into your ABM in the order your manufacturere recommends .\n", - " * Set on light or medium setting to your preference .\n", - " * You can also make just dough with your ABM and bake in your oven or freeze the dough after the first rise in any shape you like .\n", - " * Bake in a conventional oven at 350 degrees for 25-35 minutes ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix1->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "yeast\n", - "\n", - "yeast\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "freeze0\n", - "\n", - "freeze\n", - "\n", - "\n", - "\n", - "dough->freeze0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "any\n", - "\n", - "any\n", - "\n", - "\n", - "\n", - "any->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "wheat flour\n", - "\n", - "wheat flour\n", - "\n", - "\n", - "\n", - "freeze0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "warm0\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "water->warm0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Cheeseburger Pizza\n", - "(634ed9f719)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 pizza crust'\n", - " * '2 tablespoons sesame seeds'\n", - " * 'seasoning salt , to taste'\n", - " * '1 \\( 10 3/4 ounce \\) can condensed tomato soup'\n", - " * '2 cups shredded cheddar cheese , divided'\n", - " * '2 teaspoons dry mustard'\n", - " * '1 teaspoon Worcestershire sauce'\n", - " * '12 lb lean ground beef'\n", - " * '12 teaspoon seasoning salt'\n", - " * '1 cup diced raw tomato'\n", - " * '1 cup chopped raw onion , divided'\n", - " * '12 cup chopped dill pickle'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Prepare the crust .\n", - " * If using raw dough , spread crust on pan and bake at 400 degrees for 10 minutes , then take it out .\n", - " * Or use a pre-packaged crust .\n", - " * Cook hamburger with 1/2 cup onions and 1/2 tsp seasoned salt until crumbled and cooked through .\n", - " * Combine tomato soup , 1 cup shredded cheese , dry mustard , and worchestershire sauce in sauce pan .\n", - " * Cook on low heat until cheese is melted and mixture is smooth .\n", - " * Sprinkle entire crust , including edges with seasoned salt to taste .\n", - " * Sprinkle sesame seeds on edges of crust .\n", - " * Spread sauce evenly on crust .\n", - " * Top with crumbled hamburger , 1 cup sherdded cheese , pickles and onions .\n", - " * Bake at 400 degrees for 10 more minutes or until cooked to your liking .\n", - " * Add raw tomatoes to topping just before serving ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "cook1->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix2->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "cheese->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sesame seed\n", - "\n", - "sesame seed\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sesame seed->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook7\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix4->cook7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake7\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "bake7->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "top\n", - "\n", - "top\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "top->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix3->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crust\n", - "\n", - "crust\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "crust->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread1\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "heat0->spread1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "sauce->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mustard\n", - "\n", - "mustard\n", - "\n", - "\n", - "\n", - "mustard->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato soup\n", - "\n", - "tomato soup\n", - "\n", - "\n", - "\n", - "tomato soup->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->bake7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dill pickle\n", - "\n", - "dill pickle\n", - "\n", - "\n", - "\n", - "dill pickle->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "dice0\n", - "\n", - "dice\n", - "\n", - "\n", - "\n", - "tomato->dice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seasoning salt\n", - "\n", - "seasoning salt\n", - "\n", - "\n", - "\n", - "bake0->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground beef\n", - "\n", - "ground beef\n", - "\n", - "\n", - "\n", - "bake10\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "bake10->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook7->bake10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hamburger\n", - "\n", - "hamburger\n", - "\n", - "\n", - "\n", - "hamburger->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "season salt\n", - "\n", - "season salt\n", - "\n", - "\n", - "\n", - "season salt->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Everything Soup\n", - "(3c0fd08f9c)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 \\( 15 ounce \\) cans Swanson chicken broth'\n", - " * '1 \\( 15 ounce \\) canswanson beef broth'\n", - " * '2 \\( 15 ounce \\) cans kidney beans'\n", - " * '12 ounces stewed tomatoes , with juice'\n", - " * 'oregano'\n", - " * 'coriander'\n", - " * 'thyme'\n", - " * 'red pepper flakes'\n", - " * 'brown sugar'\n", - " * 'garlic pepper seasoning'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Using a large saucepan , add all ingeredients and bring to a boil ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "coriander\n", - "\n", - "coriander\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "beef broth\n", - "\n", - "beef broth\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "stew tomato\n", - "\n", - "stew tomato\n", - "\n", - "\n", - "\n", - "oregano\n", - "\n", - "oregano\n", - "\n", - "\n", - "\n", - "red pepper\n", - "\n", - "red pepper\n", - "\n", - "\n", - "\n", - "garlic pepper seasoning\n", - "\n", - "garlic pepper seasoning\n", - "\n", - "\n", - "\n", - "chicken broth\n", - "\n", - "chicken broth\n", - "\n", - "\n", - "\n", - "kidney bean\n", - "\n", - "kidney bean\n", - "\n", - "\n", - "\n", - "thyme\n", - "\n", - "thyme\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Zucchini Soup With Pumpernickel and Quark Toasts\n", - "(03ae3bfce9)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 ounces butter'\n", - " * '1 onion , chopped'\n", - " * '1 garlic clove , crushed'\n", - " * '3 large zucchini , trimmed and chopped'\n", - " * '1 cup fresh spinach leaves , roughly chopped \\( optional \\)'\n", - " * '5 cups chicken broth or 5 cups vegetable broth'\n", - " * '6 ounces Quark \\( available from specialty stores , substitute whipped cream cheese if necessary \\)'\n", - " * '3 slices pumpernickel bread'\n", - " * 'fresh lemon juice'\n", - " * '2 -3 tablespoons chopped mixed fresh herbs'\n", - " * 'sea salt & freshly ground black pepper'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Melt the butter in a large saucepan and saute the onion , garlic and zucchini gently for about 10 minutes , stirring once or twice .\n", - " * Do not let them brown .\n", - " * Add the spinach and cook until wilted then pour in the broth .\n", - " * Bring to the boil , season to taste then stir in and simmer , partially covered , for about 10 to 15 minutes .\n", - " * Strain the vegetables and reserve the liquid .\n", - " * Pass the vegetables through a food processor or blender , gradually adding back the liquid and adding 2 tablespoons of the quark .\n", - " * Return the soup to the pan and set aside .\n", - " * Either cut the pumpernickel into small rounds using a cookie cutter or leave whole .\n", - " * Toast under a hot grill for 1 to 2 minutes until just crisp .\n", - " * Remove , cut into quarters if not already cut into rounds , and allow to cool .\n", - " * Whisk the herbs and some seasoning into the rest of the quark .\n", - " * When ready to serve , spread the quark on the pumpernickel toasts .\n", - " * Bring the soup to the boil and check the seasoning , adding a little lemon juice if you think it needs it .\n", - " * Divide the soup between warmed bowls and top or serve with the pumpernickel toasts ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "boil5\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "simmer1\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "boil5->simmer1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "pour0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soup\n", - "\n", - "soup\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "soup->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil4\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "boil4->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spinach leave\n", - "\n", - "spinach leave\n", - "\n", - "\n", - "\n", - "chop2\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "spinach leave->chop2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "mix10\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grill0->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "garlic clove->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crisp\n", - "\n", - "crisp\n", - "\n", - "\n", - "\n", - "crisp->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix1->boil5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut1\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "cut1->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream cheese\n", - "\n", - "cream cheese\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "cream cheese->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pumpernickel bread\n", - "\n", - "pumpernickel bread\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "pumpernickel bread->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broth vegetable broth\n", - "\n", - "broth vegetable broth\n", - "\n", - "\n", - "\n", - "broth vegetable broth->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm0\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "warm0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "herb\n", - "\n", - "herb\n", - "\n", - "\n", - "\n", - "chop3\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "herb->chop3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk0\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "whisk0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "toast\n", - "\n", - "toast\n", - "\n", - "\n", - "\n", - "toast->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hot\n", - "\n", - "hot\n", - "\n", - "\n", - "\n", - "hot->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seasoning\n", - "\n", - "seasoning\n", - "\n", - "\n", - "\n", - "whisk1\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "seasoning->whisk1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "saute2\n", - "\n", - "saute\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "saute2->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "simmer1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "spread0->warm0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->saute2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop2->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "slice0->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop3->whisk0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk1->boil4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "round\n", - "\n", - "round\n", - "\n", - "\n", - "\n", - "round->cut1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix5->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "zucchini\n", - "\n", - "zucchini\n", - "\n", - "\n", - "\n", - "zucchini->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "liquid\n", - "\n", - "liquid\n", - "\n", - "\n", - "\n", - "liquid->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caesar Vinaigrette\n", - "(27b86a0c47)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 tablespoons finely grated Parmesan cheese'\n", - " * '1 tablespoon fresh lemon juice'\n", - " * '1/2 teaspoon anchovy paste'\n", - " * '1/4 teaspoon freshly ground black pepper'\n", - " * '1/4 teaspoon Worcestershire sauce'\n", - " * '1 large pasteurized egg yolk'\n", - " * '1 garlic clove , minced'\n", - " * '2 tablespoons extra-virgin olive oil'\n", - " * 'Romaine lettuce'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Combine Parmesan cheese , lemon juice , anchovy paste , pepper , Worcestershire sauce , egg yolk , and minced garlic in a mini food processor ; process 15 seconds .\n", - " * With the processor on , gradually add olive oil , processing until combined .\n", - " * Toss with romaine lettuce ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "lettuce\n", - "\n", - "lettuce\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sauce->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "anchovy\n", - "\n", - "anchovy\n", - "\n", - "\n", - "\n", - "anchovy->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "grate0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "cheese->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg yolk\n", - "\n", - "egg yolk\n", - "\n", - "\n", - "\n", - "egg yolk->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "processing\n", - "\n", - "processing\n", - "\n", - "\n", - "\n", - "processing->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix2\n", - "\n", - "\n", + "basil leaf\n", + "\n", + "basil leaf\n", "\n", "\n", - "\n", + "\n", "extra-virgin olive oil\n", - "\n", - "extra-virgin olive oil\n", + "\n", + "extra-virgin olive oil\n", "\n", - "\n", - "\n", - "extra-virgin olive oil->mix2\n", - "\n", - "\n", + "\n", + "\n", + "whisk0\n", + "\n", + "whisk\n", "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Cameron's \"No Messing About\" Salsa Recipe\n", - "(11506966f5)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 can Whole tomatoes \\( 3 '' dia , 5 '' tall - approx \\)'\n", - " * '1 x - \\( up to \\)'\n", - " * '6 x Cloves garlic'\n", - " * '1 x Lime'\n", - " * '1/2 lrg Onion \\( 3 '' to 4 '' dia . \\)'\n", - " * '1 bn cilantro \\( washed , and stems screwed off \\)'\n", - " * '1 tsp \\( heaped \\) good red paprika pwdr Chile to taste \\( see note below \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Drain juice from tomatoes into blender .\n", - " * Squeeze in the lime juice , add in garlic , chile .\n", - " * Blend on high until lumps have gone .\n", - " * Take pitcher off blender .\n", - " * Chop the onion roughly and drop it in with the tomatoes , cilantro , paprika and some salt if you 're not too paranoid .\n", - " * With a long bladed knife do a bit of stabbing and slashing to break up the components so which they circulate when you run the motor .\n", - " * Blend on LOW speed till it is mixed but still quite coarse .\n", - " * Flavor improves after a day or possibly two in the fridge .\n", - " * Note on chile : You can use anything for a bit of heat , but the best flavor is found in small green fresh chiles of the `` serrano '' type .\n", - " * \\( Try 2 or possibly 3 \\) .\n", - " * You might also experiment with the yellow/orange `` habaneros '' that have a good flavor but are extremely warm .\n", - " * If desperate powdered chile , chile oil , small can of jalapenos or possibly warm sauce will work - use plenty !\n", - " * !" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "wash0\n", - "\n", - "wash\n", - "\n", - "\n", - "\n", - "mix7\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "wash0->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "squeeze0\n", - "\n", - "squeeze\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "squeeze0->mix4\n", - "\n", - "\n", + "\n", + "\n", + "extra-virgin olive oil->whisk0\n", + "\n", + "\n", "\n", "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "break0\n", - "\n", - "break\n", - "\n", - "\n", - "\n", - "mix0->break0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix7->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "break1\n", - "\n", - "break\n", - "\n", - "\n", - "\n", - "chop0->break1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "mix6->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm0\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "warm0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "tomato->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lime\n", - "\n", - "lime\n", - "\n", - "\n", - "\n", - "lime->squeeze0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend8\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "break1->blend8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red paprika\n", - "\n", - "red paprika\n", - "\n", - "\n", - "\n", - "red paprika->mix7\n", - "\n", - "\n", - "\n", - "\n", "\n", - "onion\n", - "\n", - "onion\n", + "mix0\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "onion->mix7\n", - "\n", - "\n", + "\n", + "\n", + "whisk0->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "cloves garlic\n", - "\n", - "cloves garlic\n", + "\n", + "\n", + "zucchini\n", + "\n", + "zucchini\n", "\n", - "\n", - "\n", - "cloves garlic->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "break8\n", - "\n", - "break\n", - "\n", - "\n", - "\n", - "break8->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chile\n", - "\n", - "chile\n", - "\n", - "\n", - "\n", - "chile->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend5\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "mix4->blend5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend1\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "break0->blend1\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "cilantro\n", - "\n", - "cilantro\n", + "slice0\n", + "\n", + "slice\n", "\n", - "\n", - "\n", - "cilantro->wash0\n", - "\n", - "\n", + "\n", + "\n", + "zucchini->slice0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", + "\n", + "\n", + "red wine vinegar\n", + "\n", + "red wine vinegar\n", "\n", - "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", "\n", - "sauce->warm0\n", - "\n", - "\n", + "broil0->mix3\n", + "\n", + "\n", "\n", - "\n", - "\n", - "blend1->heat0\n", - "\n", - "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "peel0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peel1->mix0\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "green\n", - "\n", - "green\n", + "\n", + "green\n", "\n", - "\n", - "\n", - "green->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "serrano\n", - "\n", - "serrano\n", - "\n", - "\n", - "\n", - "serrano->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "juice\n", - "\n", - "juice\n", - "\n", - "\n", - "\n", - "juice->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "habaneros\n", - "\n", - "habaneros\n", - "\n", - "\n", - "\n", - "habaneros->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend8->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend5->break8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "yellow/orange\n", - "\n", - "yellow/orange\n", - "\n", - "\n", - "\n", - "yellow/orange->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lemon Cream Pie\n", - "(5441447a86)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '8 whole Egg Yolks'\n", - " * '2 cups Sugar'\n", - " * '1/2 cups Cornstarch'\n", - " * '1/2 teaspoons Salt'\n", - " * '2 cups Cold Water'\n", - " * '2 Tablespoons Lemon Zest'\n", - " * '23 cups Fresh Lemon Juice'\n", - " * '4 Tablespoons Butter'\n", - " * '2 teaspoons Vanilla'\n", - " * '1 whole Prebaked Pie Crust \\( store Bought Or Your Favorite Recipe \\)'\n", - " * '8 ounces , weight Cream Cheese'\n", - " * '1/4 cups Powdered Sugar'\n", - " * '2 cups Sweetened Whipped Cream Or Whipped Topping'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Separate the egg yolks and whites , doing so one at a time .\n", - " * Place the whites into a small bowl \\( to make sure you dont get any shell in the bowl \\) and put the egg yolks in a medium bowl .\n", - " * Lightly beat the yolks and set aside .\n", - " * Keep the egg whites for another use .\n", - " * In a saucepan over medium heat combine the sugar , cornstarch , and salt and whisk to combine .\n", - " * Gradually whisk in the cold water and bring to a boil , cook for one minute , then remove pan from heat .\n", - " * Add about one cup of the hot mixture to the egg yolks in order to temper them and whisk until combined .\n", - " * Add the tempered egg yolks back into the pan with the remaining hot mixture .\n", - " * Return to medium heat , bring to a low boil and boil for about 1 minute , whisking constantly until thickened .\n", - " * Add the lemon zest , juice , butter , and vanilla to the pan and whisk to combine .\n", - " * Cook for 1 to 2 minutes until the butter is melted and everything is combined and thickened .\n", - " * Remove from heat .\n", - " * Set aside about 3/4 cup of the lemon filling .\n", - " * I always use the liquid measuring cup that held the lemon juice .\n", - " * Pour the remaining lemon filling into the pre-baked pie crust and chill for about 30 minutes .\n", - " * In the bowl of an electric mixer , combine the cream cheese , reserved lemon filling , and powdered sugar .\n", - " * Beat on medium speed until combined .\n", - " * Spread the cream cheese mixture over the cooled lemon filling .\n", - " * Top the pie with the sweetened whipped cream or whipped topping .\n", - " * Chill for at least one hour before serving .\n", - " * Garnish with fresh lemon , if desired .\n", - " * Adapted from Southern Lady ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "whisk0\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "heat6\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "whisk0->heat6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk3\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "thicken2\n", - "\n", - "thicken\n", - "\n", - "\n", - "\n", - "whisk3->thicken2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat0\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "mix2->beat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat4\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat4->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "thicken1\n", - "\n", - "thicken\n", - "\n", - "\n", - "\n", - "mix4->thicken1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "whip0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil4\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "boil4->whisk3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chill6\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "chill6->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil3\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "heat6->boil3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat2\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "chill2\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "beat2->chill2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thicken2->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thicken1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sweeten0\n", - "\n", - "sweeten\n", - "\n", - "\n", - "\n", - "sweeten0->mix0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "whip1\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "spread0->whip1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix3->beat2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix7\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat10\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "heat10->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk1\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "whisk1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "cook0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat9\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "pour0->heat9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip1->sweeten0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->chill6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "melt0->heat4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "heat8\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "beat1->heat8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix7->heat10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat4\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "heat9->beat4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "top\n", - "\n", - "top\n", - "\n", - "\n", - "\n", - "top->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "everything\n", - "\n", - "everything\n", - "\n", - "\n", - "\n", - "everything->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill4\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "chill4->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hot\n", - "\n", - "hot\n", - "\n", - "\n", - "\n", - "hot->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream cheese\n", - "\n", - "cream cheese\n", - "\n", - "\n", - "\n", - "cream cheese->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil0->whisk1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg yolks\n", - "\n", - "egg yolks\n", - "\n", - "\n", - "\n", - "egg yolks->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "any shell\n", - "\n", - "any shell\n", - "\n", - "\n", - "\n", - "any shell->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill2->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat4->chill4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "garnish->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla\n", - "\n", - "vanilla\n", - "\n", - "\n", - "\n", - "vanilla->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pie crust\n", - "\n", - "pie crust\n", - "\n", - "\n", - "\n", - "pie crust->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "liquid\n", - "\n", - "liquid\n", - "\n", - "\n", - "\n", - "liquid->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon zest\n", - "\n", - "lemon zest\n", - "\n", - "\n", - "\n", - "lemon zest->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil3->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "heat8->boil4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->whisk0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grilled Chicken with Roasted Tomato and Oregano Salsa\n", - "(ef4c8232a4)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 tablespoons olive oil'\n", - " * '2 tablespoons chopped fresh basil'\n", - " * '2 cloves garlic , chopped'\n", - " * '1/2 teaspoon chopped fresh rosemary'\n", - " * '1/2 teaspoon chopped fresh oregano'\n", - " * '1/2 teaspoon salt'\n", - " * '1/4 teaspoon chopped fresh thyme'\n", - " * '1/4 teaspoon freshly ground black pepper'\n", - " * '4 boneless , skinless chicken breasts \\( about 6 ounces each \\)'\n", - " * '1 pound fresh tomatoes , diced'\n", - " * '1 tablespoon olive oil'\n", - " * '1/2 teaspoon salt'\n", - " * '1/4 teaspoon freshly ground black pepper'\n", - " * '1 medium shallot , diced'\n", - " * '1/2 cup diced onion'\n", - " * '1/2 small jalapeno , cored , seeded and minced'\n", - " * '1 teaspoon minced garlic'\n", - " * '1 tablespoon chopped fresh oregano'\n", - " * 'Vegetable oil cooking spray'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Combine first 8 ingredients in a plastic bag .\n", - " * Add chicken ; marinate at least 30 minutes .\n", - " * Heat oven to 400F .\n", - " * Cover a baking tray with foil .\n", - " * To make salsa , spread tomatoes on tray ; drizzle with oil .\n", - " * Add salt and pepper .\n", - " * Bake until lightly browned , 20 to 25 minutes .\n", - " * Combine tomatoes , shallots , onion , jalapeno , garlic and oregano in a bowl .\n", - " * Coat a large skillet with cooking spray .\n", - " * Heat over medium-high heat .\n", - " * Remove chicken from marinade ; cook 5 minutes .\n", - " * Reduce heat to medium-low , flip chicken and add leftover marinade to pan .\n", - " * Cook 5 minutes .\n", - " * Reduce heat to low .\n", - " * Cover chicken ; cook 10 minutes .\n", - " * Divide among 4 plates ; top each with 1/4 of the salsa .\n", - " * Serve immediately ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "brown0->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "olive oil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "bake4\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "spread0->bake4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable oil\n", - "\n", - "vegetable oil\n", - "\n", - "\n", - "\n", - "chop2\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "bake3\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "brown2\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "bake3->brown2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown3\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "brown3->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seed\n", - "\n", - "seed\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "seed->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook5\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "heat7\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "cook5->heat7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic\n", - "\n", - "garlic\n", - "\n", - "\n", - "\n", - "mince1\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "garlic->mince1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dice0\n", - "\n", - "dice\n", - "\n", - "\n", - "\n", - "dice0->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat7->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dice2\n", - "\n", - "dice\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "dice2->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix3->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "clove garlic->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook2\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix0->cook2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6->brown3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "marinade\n", - "\n", - "marinade\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "marinade->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "heat1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat5\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "cook1->heat5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop4\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix2->dice2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oregano\n", - "\n", - "oregano\n", - "\n", - "\n", - "\n", - "oregano->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown2->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix7\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat5->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thyme\n", - "\n", - "thyme\n", - "\n", - "\n", - "\n", - "thyme->chop4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat4\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat4->bake3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat9\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix5->heat9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rosemary\n", - "\n", - "rosemary\n", - "\n", - "\n", - "\n", - "rosemary->chop2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1->cook5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "basil\n", - "\n", - "basil\n", - "\n", - "\n", - "\n", - "basil->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat9->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook2->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken breast\n", - "\n", - "chicken breast\n", - "\n", - "\n", - "\n", - "chicken breast->heat4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shallot\n", - "\n", - "shallot\n", - "\n", - "\n", - "\n", - "shallot->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "tomato->dice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake4->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bacon Ranch Chicken Skewers\n", - "(f36bad261e)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1/3 cup ranch dressing'\n", - " * '1 teaspoon hot chile paste \\( such as sambal oelek \\)'\n", - " * '4 skinless , boneless chicken breast halves - cut into 1 inch pieces'\n", - " * '24 \\( 1-inch \\) pieces red onion'\n", - " * '12 slices thick cut bacon'\n", - " * 'salt and black pepper to taste'\n", - " * '12 \\( 6 inch \\) bamboo skewers , soaked in water for 2 hours'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Whisk together ranch dressing and hot chile paste in a large bowl .\n", - " * Mix in chicken pieces and toss to evenly coat .\n", - " * Cover the bowl with plastic wrap and marinate in the refrigerator for 1 to 3 hours .\n", - " * Preheat an outdoor grill for medium-high heat and lightly oil the grate .\n", - " * Remove chicken from the bag and transfer to a plate or baking sheet lined with paper towels .\n", - " * Pat chicken pieces dry with more paper towels .\n", - " * Thread a piece of onion about 1 1/2 inches down the skewer .\n", - " * Thread the end portion of one strip of bacon onto skewer so the rest of the strip is hanging down .\n", - " * Skewer on a piece of chicken ; thread on the next portion of the bacon .\n", - " * Turn the skewer so that the long end of the bacon is again hanging down .\n", - " * Repeat this process of skewering and turning until the entire strip of bacon is threaded , using 4 to 5 chicken pieces .\n", - " * Thread a second piece of onion onto the end of the skewer .\n", - " * Repeat steps 5 through 7 for all twelve skewers .\n", - " * Season chicken skewers with salt and pepper as desired .\n", - " * Cook the skewers on the preheated grill , turning every 3 to 4 minutes , until nicely browned on all sides and the meat is no longer pink in the center , 12 to 16 minutes total per skewer .\n", - " * Serve with ranch dressing as a dipping sauce ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "grill1\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "grill1->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meat\n", - "\n", - "meat\n", - "\n", - "\n", - "\n", - "meat->grill1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "brown0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red onion\n", - "\n", - "red onion\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "red onion->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sauce->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "skewer\n", - "\n", - "skewer\n", - "\n", - "\n", - "\n", - "soak0\n", - "\n", - "soak\n", - "\n", - "\n", - "\n", - "skewer->soak0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "whisk1\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "mix3->whisk1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "heat0->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "slice0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "whisk1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "center\n", - "\n", - "center\n", - "\n", - "\n", - "\n", - "center->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hot chile\n", - "\n", - "hot chile\n", - "\n", - "\n", - "\n", - "hot chile->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut1\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "cut1->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dress\n", - "\n", - "dress\n", - "\n", - "\n", - "\n", - "dress->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken breast\n", - "\n", - "chicken breast\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "chicken breast->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "marinate1\n", - "\n", - "marinate\n", - "\n", - "\n", - "\n", - "marinate1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oil\n", - "\n", - "oil\n", - "\n", - "\n", - "\n", - "oil->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bacon\n", - "\n", - "bacon\n", - "\n", - "\n", - "\n", - "bacon->cut1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->marinate1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soak0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dilly Sour Cream Salad Dressing\n", - "(1255330ef7)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '12 cup sour cream'\n", - " * '2 tablespoons lemon juice'\n", - " * '2 tablespoons milk'\n", - " * '2 teaspoons dill'\n", - " * '1 teaspoon sugar'\n", - " * '14 teaspoon salt'\n", - " * '14 teaspoon pepper'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Mix all ingredients together and refrigerate .\n", - " * Best if allowed to set for at least 4 hours for flavors to blend ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "sour0\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "cream->sour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "dill\n", - "\n", - "dill\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Minted Pea Pasta With Sour Cream\n", - "(d8d10e5af6)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '350 g penne'\n", - " * '1 onion , sliced'\n", - " * '4 garlic cloves , crushed'\n", - " * '2 cups minted frozen peas'\n", - " * '1 12 cups chicken stock or 1 12 cups vegetable stock'\n", - " * '1 lemon , juice and zest of'\n", - " * 'sea salt'\n", - " * 'cracked pepper'\n", - " * '14 cup extra- light sour cream'\n", - " * 'parmesan cheese \\( optional \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Bring a large pot of water to the boil .\n", - " * Cook pene for 10 mins til tender , drain .\n", - " * Meanwhile heat a non-stick frypan to high heat and spray with cooking oil .\n", - " * Add onion and garlic and cook for 3 mins till softerned .\n", - " * Add peas , stock and cook for 5-6 minutes Add zest and juice and season with salt and pepper .\n", - " * Add penne and stir to combine .\n", - " * Top with sour cream and Parmesan cheese if desired ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "stock vegetable stock\n", - "\n", - "stock vegetable stock\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "stock vegetable stock->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mint\n", - "\n", - "mint\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mint->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "sour0\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "cheese->sour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pea\n", - "\n", - "pea\n", - "\n", - "\n", - "\n", - "pea->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "onion->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "garlic clove->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cooking oil\n", - "\n", - "cooking oil\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "cooking oil->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "lemon\n", - "\n", - "lemon\n", - "\n", - "\n", - "\n", - "slice0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crack0\n", - "\n", - "crack\n", - "\n", - "\n", - "\n", - "crack0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->crack0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "zest\n", - "\n", - "zest\n", - "\n", - "\n", - "\n", - "zest->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "penne\n", - "\n", - "penne\n", - "\n", - "\n", - "\n", - "penne->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "juice\n", - "\n", - "juice\n", - "\n", - "\n", - "\n", - "juice->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mocha Punch\n", - "(024ddb0778)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 12 quarts water'\n", - " * '12 cup instant chocolate drink mix'\n", - " * '12 cup sugar'\n", - " * '14 cup instant coffee granules'\n", - " * '12 gallon vanilla ice cream'\n", - " * '12 gallon chocolate ice cream'\n", - " * '1 cup whipped cream , whipped'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In a large saucepan , bring the water to a boil ; then remove from the heat .\n", - " * Add the drink mix , sugar , and coffee ; stir until dissolved .\n", - " * Cover and refrigerate for 4 hours or overnight .\n", - " * About 30 minutes before serving , pour into a punch bowl .\n", - " * Add the ice cream by scoopfuls ; stir until partially melted .\n", - " * Garnish with dollops of whipped cream ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "chocolate ice cream\n", - "\n", - "chocolate ice cream\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "water->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate\n", - "\n", - "chocolate\n", - "\n", - "\n", - "\n", - "chocolate->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "garnish->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix1->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla ice cream\n", - "\n", - "vanilla ice cream\n", - "\n", - "\n", - "\n", - "vanilla ice cream->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate2\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "refrigerate2->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->refrigerate2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "cream->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "coffee\n", - "\n", - "coffee\n", - "\n", - "\n", - "\n", - "coffee->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Oyster Po' Boys\n", - "(b0fdad935e)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1/2 cup mayonnaise'\n", - " * '1 1/4 teaspoons minced canned chipotle chiles in adobo'\n", - " * '1/2 teaspoon fresh lemon juice'\n", - " * '6 cups vegetable oil'\n", - " * '1 large egg'\n", - " * '1/4 cup whole milk'\n", - " * '2 1/2 teaspoons salt'\n", - " * '1 1/2 cups cornmeal'\n", - " * '1/4 teaspoon black pepper'\n", - " * '2 cups shucked oysters , drained \\( about 36 \\)'\n", - " * '1 \\( 12- to 14-inch-long \\) loaf soft-crusted bread'\n", - " * '3 cups shredded iceberg lettuce'\n", - " * 'Accompaniment : lemon wedges'\n", - " * 'Special equipment : a deep-fat thermometer'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Whisk together mayonnaise , chipotle , and lemon juice and chill mixture , its surface covered with plastic wrap .\n", - " * Heat oil in a deep heavy pot \\( preferably a cast-iron Dutch oven \\) over high heat until it registers 375F on deep-fat thermometer , about 12 minutes .\n", - " * While oil is heating , whisk together egg , milk , and 1 teaspoon salt in a bowl .\n", - " * Shake cornmeal , remaining 1 1/2 teaspoons salt , and pepper in a plastic or paper bag until combined well .\n", - " * Working in batches , add oysters to egg mixture , then lift out , letting excess drip off , and transfer to cornmeal in bag , shaking to coat well .\n", - " * Carefully transfer to oil , knocking off excess coating , and fry , turning occasionally , until golden and just cooked through , 1 to 2 minutes .\n", - " * Transfer with a slotted spoon to paper towels to drain .\n", - " * Coat and fry remaining oysters in same manner , returning oil to 375F for each batch .\n", - " * Halve loaf crosswise and horizontally , cutting all the way through , and spread one cut side of each piece with mayonnaise .\n", - " * Sandwich oysters and lettuce between bread , pressing gently ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "iceberg lettuce\n", - "\n", - "iceberg lettuce\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "iceberg lettuce->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain6\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "oyster\n", - "\n", - "oyster\n", - "\n", - "\n", - "\n", - "vegetable oil\n", - "\n", - "vegetable oil\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "vegetable oil->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chipotle chile\n", - "\n", - "chipotle chile\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "chipotle chile->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "milk->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix1->drain6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix2->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk2\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "whisk2->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->whisk2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk1\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "whisk1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "batch\n", - "\n", - "batch\n", - "\n", - "\n", - "\n", - "batch->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->whisk1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "deep-fat thermometer\n", - "\n", - "deep-fat thermometer\n", - "\n", - "\n", - "\n", - "deep-fat thermometer->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bread\n", - "\n", - "bread\n", - "\n", - "\n", - "\n", - "bread->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "accompaniment\n", - "\n", - "accompaniment\n", - "\n", - "\n", - "\n", - "cornmeal\n", - "\n", - "cornmeal\n", - "\n", - "\n", - "\n", - "cornmeal->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "loaf\n", - "\n", - "loaf\n", - "\n", - "\n", - "\n", - "coating\n", - "\n", - "coating\n", - "\n", - "\n", - "\n", - "coating->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Moroccan Couscous Salad\n", - "(2befd0cd83)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '13 cup couscous'\n", - " * '12 cup chicken stock'\n", - " * '1 teaspoon olive oil'\n", - " * '1 tablespoon orange juice'\n", - " * '1 teaspoon Dijon mustard'\n", - " * '1 teaspoon chopped fresh thyme'\n", - " * '2 green onions , thinly sliced'\n", - " * '14 cup parsley'\n", - " * '12 orange , peeled and cut into chunks'\n", - " * '1 tablespoon fresh lemon juice'\n", - " * 'salt and freshly ground black pepper , to taste'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Bring chicken stock to a boil and stir in the couscous .\n", - " * Cover and remove from heat ; allow to stand for 5 minutes .\n", - " * In a separate bowl , mix together the orange juice , lemon juice , Dijon mustard , thyme , onions , parsley and oranges .\n", - " * Fluff couscous with a fork and mix well with the other ingredients .\n", - " * Season with salt and pepper , if necessary ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "salt->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "orange juice\n", - "\n", - "orange juice\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "orange juice->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thyme\n", - "\n", - "thyme\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "thyme->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "couscous\n", - "\n", - "couscous\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "couscous->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "boil0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dijon mustard\n", - "\n", - "dijon mustard\n", - "\n", - "\n", - "\n", - "dijon mustard->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix1->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken stock\n", - "\n", - "chicken stock\n", - "\n", - "\n", - "\n", - "chicken stock->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "orange\n", - "\n", - "orange\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "orange->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "parsley\n", - "\n", - "parsley\n", - "\n", - "\n", - "\n", - "parsley->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "other\n", - "\n", - "other\n", - "\n", - "\n", - "\n", - "other->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "slice0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "cut0->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "heat1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", - "\n", - "green onion->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Taco Wontons\n", - "(689f74800f)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2- 1/2 ounces , weight Cooked Taco Ground Beef'\n", - " * '15 whole Wonton Wraps 3x3 Size'\n", - " * '13 cups Salsa , Your Favorite'\n", - " * '1 ounce , weight Light Mexican Cheese , Shredded'\n", - " * 'Spray Butter'\n", - " * 'Greek Yogurt And Salsa , To Serve'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 350 degrees F. Line a baking sheet with parchment paper .\n", - " * In a tiny bowl , add some water .\n", - " * This is for sealing the edges of your wontons .\n", - " * Place 1 teaspoon of ground beef into a wrapper and top with 1 teaspoon salsa and a pinch of cheese .\n", - " * Take your finger , dip in water , and run your wet finger along the edges of the wrapper \\( this will be the glue to seal the wrappers together \\) .\n", - " * Fold wrapper over into a triangle and place on the baking sheet .\n", - " * Do the same for the rest of the wrappers .\n", - " * Spray each wonton with about 2 sprays of butter .\n", - " * Bake for 15 minutes , until lightly browned .\n", - " * Serve with Greek yogurt and salsa .\n", - " * Makes 15 taco wontons .\n", - " * Calories per taco wonton : 36 , Fat : .07 , Cholesterol : 4 , Sodium : 58 , Potassium : 7 , Carbs : 5.3 , Fiber : .01 , Sugar : .04 , Protein : 2.3" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake4\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "bake4->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix2->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground beef\n", - "\n", - "ground beef\n", - "\n", - "\n", - "\n", - "ground beef->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "finger\n", - "\n", - "finger\n", - "\n", - "\n", - "\n", - "finger->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fat\n", - "\n", - "fat\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "fat->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "bake0->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->bake4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salsa\n", - "\n", - "salsa\n", - "\n", - "\n", - "\n", - "salsa->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wonton\n", - "\n", - "wonton\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "cheese->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Elk Carpaccio with Grilled Corn Tortillas and Arugula with Lemon Vinaigrette\n", - "(b88c469b28)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 pound fresh domestic elk rib-eye'\n", - " * '1 minced fresh jalapeno pepper'\n", - " * '1 dozen fresh corn tortillas'\n", - " * '1 tablespoon good olive oil , plus more for drizzling'\n", - " * '1/2 teaspoon fresh lemon juice'\n", - " * 'Kosher salt and fresh ground pepper'\n", - " * '1/4 cup freshly grated dry Mexican cheese'\n", - " * '2 tablespoons good olive oil'\n", - " * '1/2 fresh lemon , juiced'\n", - " * '2 dashes green hot sauce \\( recommended : Tabasco \\)'\n", - " * '1/2 teaspoon finely chopped jalapeno'\n", - " * 'Kosher salt and fresh ground pepper'\n", - " * '1 1/4 pounds baby arugula'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Chill the rib-eye in the freezer for 10 minutes to make it easier to slice .\n", - " * Mince 1 fresh jalapeno pepper after removing the seeds and ribs \\( flavor not heat is important because the domestic elk has such a delicate flavor \\) .\n", - " * Brush the corn tortillas with a little olive oil and place them directly on a hot grill , turn often .\n", - " * You want them crisp and with grill marks .\n", - " * Mix your vinaigrette using a whisk in a small metal bowl .\n", - " * Slice the raw elk as thinly as possible , arrange on a large chilled platter after tossing the baby arugula in the dressing and placing in the middle of the platter .\n", - " * Sprinkle the minced jalapeno on the meat and drizzle with the good olive oil and the lemon juice .\n", - " * Season with salt and pepper and garnish with the cheese .\n", - " * Break up the grilled tortillas by hand and use the pieces to enjoy the elk ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sprinkle->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground pepper\n", - "\n", - "ground pepper\n", - "\n", - "\n", - "\n", - "green hot sauce\n", - "\n", - "green hot sauce\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "green hot sauce->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon\n", - "\n", - "lemon\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "heat0->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grate0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hand\n", - "\n", - "hand\n", - "\n", - "\n", - "\n", - "grill1\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "hand->grill1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meat\n", - "\n", - "meat\n", - "\n", - "\n", - "\n", - "meat->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "garnish->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seed\n", - "\n", - "seed\n", - "\n", - "\n", - "\n", - "seed->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "cheese->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "mince0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "elk\n", - "\n", - "elk\n", - "\n", - "\n", - "\n", - "elk->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "break0\n", - "\n", - "break\n", - "\n", - "\n", - "\n", - "grill0->break0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dressing\n", - "\n", - "dressing\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "dressing->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "olive oil->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rib\n", - "\n", - "rib\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "rib->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "brush0->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill0\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "mix2->chill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "platter\n", - "\n", - "platter\n", - "\n", - "\n", - "\n", - "platter->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "corn tortilla\n", - "\n", - "corn tortilla\n", - "\n", - "\n", - "\n", - "corn tortilla->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vinaigrette\n", - "\n", - "vinaigrette\n", - "\n", - "\n", - "\n", - "vinaigrette->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "arugula\n", - "\n", - "arugula\n", - "\n", - "\n", - "\n", - "arugula->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "break0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "placing\n", - "\n", - "placing\n", - "\n", - "\n", - "\n", - "placing->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crisp\n", - "\n", - "crisp\n", - "\n", - "\n", - "\n", - "crisp->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chewy Almond Cookies\n", - "(a795b3a586)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 cup Almonds , Toasted'\n", - " * '1- 1/2 cup All-purpose Flour'\n", - " * '1/2 teaspoons Baking Soda'\n", - " * '1/2 teaspoons Baking Powder'\n", - " * '1 teaspoon Cornstarch'\n", - " * '1/2 teaspoons Salt'\n", - " * '8 Tablespoons Unsalted Butter , melted'\n", - " * '23 cups Plus 2 Tablespoons Light Brown Sugar , Packed'\n", - " * '13 cups White Sugar'\n", - " * '1 whole Egg , Room Temperature'\n", - " * '1 whole Egg Yolk , Room Temperature'\n", - " * '1- 1/2 teaspoon Almond Extract'\n", - " * '1 teaspoon Vanilla Extract'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Place almonds in a food processor and pulse until finely ground .\n", - " * In a medium bowl , combine flour , ground almonds , baking soda , baking powder , cornstarch , and salt together and set aside .\n", - " * In a large bowl , whisk melted butter , light brown and white sugars together until well combined and mixture is smooth .\n", - " * Add in egg , egg yolk , almond extract , and vanilla extract and mix well .\n", - " * Stir in flour mixture until just combined .\n", - " * Cover dough with plastic wrap and chill in fridge overnight .\n", - " * Preheat oven to 350 degrees F. Scoop 2-teaspoon portions of dough onto baking sheets lined with parchment paper .\n", - " * Bake for about 812 minutes , until edges start browning slightly .\n", - " * Remove and allow to cool .\n", - " * Makes about 40 cookies ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "cool1\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "bake1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->cool1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg yolk\n", - "\n", - "egg yolk\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "white sugar\n", - "\n", - "white sugar\n", - "\n", - "\n", - "\n", - "vanilla extract\n", - "\n", - "vanilla extract\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "brown\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "brown->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "baking soda\n", - "\n", - "baking soda\n", - "\n", - "\n", - "\n", - "baking soda->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "almonds\n", - "\n", - "almonds\n", - "\n", - "\n", - "\n", - "almonds->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "almond extract\n", - "\n", - "almond extract\n", - "\n", - "\n", - "\n", - "almond extract->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "baking\n", - "\n", - "baking\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cooky\n", - "\n", - "cooky\n", - "\n", - "\n", - "\n", - "mix0->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Easy Spiced Salmon\n", - "(5c6c6cc654)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 teaspoon brown sugar'\n", - " * '2 teaspoons curry powder'\n", - " * '14 teaspoon salt'\n", - " * '4 salmon fillets \\( 1/4 pound each \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Sprinkle salmon fillets with curry powder , salt and sugar .\n", - " * Spray a skillet with Pam and set over medium high heat .\n", - " * Add fish to pan and cook until done , about 5-10 minutes per side , depending on the thickness of the fish ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "salmon fillet\n", - "\n", - "salmon fillet\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "salmon fillet->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "curry\n", - "\n", - "curry\n", - "\n", - "\n", - "\n", - "curry->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fish\n", - "\n", - "fish\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "fish->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat1->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "sugar->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Cinnamon Deep Fried Ice Cream\n", - "(fad1fc2091)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '12 cup vanilla ice cream'\n", - " * '2 tablespoons cinnamon'\n", - " * '12 cup sugar'\n", - " * '34 cup corn flakes \\( Crushed \\)'\n", - " * '3 tablespoons whipped cream \\( optional \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Mix the cinnamon and sugar together in a small bowl , and roll the ice cream in it .\n", - " * Then roll the ice cream into the crushed corn flakes .\n", - " * Place the ice cream ball back in the freezer to harden .\n", - " * To deep fry , heat the fryer to 375 degrees and drop the ice cream ball in for about 10 seconds .\n", - " * Remove and drain the ice cream ball and place on a dessert plate .\n", - " * Serve with whipped cream if desired ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "fry0\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "heat0->fry0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "roll->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cinnamon\n", - "\n", - "cinnamon\n", - "\n", - "\n", - "\n", - "cinnamon->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fryer\n", - "\n", - "fryer\n", - "\n", - "\n", - "\n", - "fryer->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "cream->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla ice cream\n", - "\n", - "vanilla ice cream\n", - "\n", - "\n", - "\n", - "vanilla ice cream->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "drain0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix1->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "corn\n", - "\n", - "corn\n", - "\n", - "\n", - "\n", - "corn->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fry0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Carla's Rum Cake\n", - "(4f5de239fd)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 \\( 18 ounce \\) Duncan Hines yellow cake mix \\( not butter \\)'\n", - " * '1 \\( 3 1/2 ounce \\) package French vanilla instant pudding'\n", - " * '4 eggs'\n", - " * '12 cup spiced rum \\( I use Captain Morgan 's Spiced Rum \\)'\n", - " * '12 cup water'\n", - " * '12 cup oil'\n", - " * '1 cup pecans , chopped'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * 1 .\n", - " * Grease and flour a bunbt pan .\n", - " * 2 .\n", - " * Put chopped pecans in bottom of pan , of if you choose , you can add pecans to the batter .\n", - " * 3 .\n", - " * Put all ingredients in a bowl and mix with a spoon .\n", - " * 4 .\n", - " * Pour cake batter into bunbt pan .\n", - " * 5 .\n", - " * Bake at 325 degrees oven for one hour .\n", - " * 6 .\n", - " * While cake is baking , bring to boil and remove from fire : .\n", - " * 1 stick of unsalted butter , 1/4 cup spiced rum , 1/4 cup water , and 1 cup of sugar .\n", - " * 7 .\n", - " * When cake come out of oven , pour 1/3 glaze on cake while it is still in the pan , let soak inches Repeat .\n", - " * 8 .\n", - " * Remove cake from pan , turn over onto serving platter , and pour rest of glaze on top of cake .\n", - " * 9 .\n", - " * Freezes great !" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "butter->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oil\n", - "\n", - "oil\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "pour1\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "inch\n", - "\n", - "inch\n", - "\n", - "\n", - "\n", - "soak0\n", - "\n", - "soak\n", - "\n", - "\n", - "\n", - "inch->soak0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla instant pudding\n", - "\n", - "vanilla instant pudding\n", - "\n", - "\n", - "\n", - "spice rum\n", - "\n", - "spice rum\n", - "\n", - "\n", - "\n", - "spice rum->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix1->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "pour0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cake\n", - "\n", - "cake\n", - "\n", - "\n", - "\n", - "cake->pour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pecan\n", - "\n", - "pecan\n", - "\n", - "\n", - "\n", - "glaze\n", - "\n", - "glaze\n", - "\n", - "\n", - "\n", - "glaze->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soak0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Apricot Smoothie\n", - "(bc752503e6)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '16 fresh apricots , pitted'\n", - " * '32 oz . low-fat \\( 1 % \\) yogurt , favorite flavor'\n", - " * '1/2 cup PLANTERS Dry Roasted Peanuts'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Place apricots in blender with yogurt ; add ice if you wish and blend .\n", - " * Divide into 4 equal servings .\n", - " * Serve 2 Tbsp .\n", - " * peanuts per person on the side ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peanuts\n", - "\n", - "peanuts\n", - "\n", - "\n", - "\n", - "ice\n", - "\n", - "ice\n", - "\n", - "\n", - "\n", - "ice->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "apricot\n", - "\n", - "apricot\n", - "\n", - "\n", - "\n", - "apricot->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "low-fat\n", - "\n", - "low-fat\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Monaka-style Adzuki Bean Cracker Sandwiches With the Aroma of Pickled Plums and Shiso Leaves\n", - "(ee066f5cda)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '12 Crackers \\( I used Ritz crackers \\)'\n", - " * '1 small can Canned boiled adzuki beans'\n", - " * '1 large Umeboshi \\( I recommend honey umeboshi \\)'\n", - " * '3 to 4 Shiso leaves'\n", - " * '1 tbsp A : Sugar'\n", - " * '1 grams Powdered kanten'\n", - " * '1 Butter \\( optional \\)'\n", - " * '1 Cheese \\( optional \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Take the pit out of the umeboshi and mince the flesh .\n", - " * Finely chop the shiso leaves .\n", - " * Put the boiled adzuki beans , umeboshi and A ingredients \\( sugar , powdered kanten \\) in a saucepan and mix together .\n", - " * Cook over low heat , stirring constantly .\n", - " * It will become thick after 3-5 minutes .\n", - " * Remove from heat before it becomes too thick and stir in the finely chopped shiso leaves .\n", - " * Let cool , and the `` Plum Shiso Bean Paste '' is done .\n", - " * Put in as many shiso leaves as you like .\n", - " * Sandwich the filling between crackers and that 's it Garnish with more shiso leaves ...\n", - " * Variation 1 : Spread with butter for an anko butter sandwich .\n", - " * Variation 2 : Spread with cream cheese for an anko cheese sandwich .\n", - " * These are the crackers I used this time ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "spread1\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "cheese->spread1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "filling\n", - "\n", - "filling\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "filling->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "honey umeboshi\n", - "\n", - "honey umeboshi\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "honey umeboshi->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "cool0\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "heat0->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "garnish->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook3\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook3->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shiso leaf\n", - "\n", - "shiso leaf\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "shiso leaf->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix2->heat2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->cook3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crackers\n", - "\n", - "crackers\n", - "\n", - "\n", - "\n", - "crackers->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bean\n", - "\n", - "bean\n", - "\n", - "\n", - "\n", - "bean->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sandwich\n", - "\n", - "sandwich\n", - "\n", - "\n", - "\n", - "sandwich->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Orange-BBQ Baked Chicken\n", - "(49d8f4d06e)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 cup KRAFT Spicy Honey Barbecue Sauce'\n", - " * '1 Tbsp . zest and 1/4 cup juice from 1 orange'\n", - " * '1 tsp . ground ginger'\n", - " * '1 tsp . garlic powder'\n", - " * '1/2 tsp . ground coriander'\n", - " * '1 broiler-fryer chicken \\( 4 lb . \\) , cut up'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat oven to 375F .\n", - " * Mix all ingredients except chicken until blended .\n", - " * Pour half into saucepan ; reserve for later use .\n", - " * Place chicken in roasting pan sprayed with cooking spray ; brush with remaining barbecue sauce mixture .\n", - " * Bake 45 to 50 min .\n", - " * or until chicken is done \\( 165F \\) .\n", - " * About 5 min .\n", - " * before chicken is done , cook reserved barbecue sauce mixture on low heat until heated through .\n", - " * Serve chicken with reserved barbecue sauce mixture ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "garlic\n", - "\n", - "garlic\n", - "\n", - "\n", - "\n", - "min\n", - "\n", - "min\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "min->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "zest\n", - "\n", - "zest\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roast\n", - "\n", - "roast\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "roast->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix0->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground coriander\n", - "\n", - "ground coriander\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "sauce->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ginger\n", - "\n", - "ginger\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "cut0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broiler-fryer chicken\n", - "\n", - "broiler-fryer chicken\n", - "\n", - "\n", - "\n", - "broiler-fryer chicken->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "honey\n", - "\n", - "honey\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nutella Cookies\n", - "(716bd92412)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '120 grams Butter'\n", - " * '100 grams Sugar'\n", - " * '200 grams Nutella'\n", - " * '1 whole Egg'\n", - " * '300 grams Flour'\n", - " * '2 teaspoons Baking Powder'\n", - " * '100 grams Milk Chocolate , Chopped In Small Pieces \\( or Use Chocolate Chips \\)'\n", - " * '50 grams Roasted Hazelnuts , Coarsely Chopped Or Crushed'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat your oven to 180 C and line 2 baking sheets with parchment paper .\n", - " * Set aside .\n", - " * Melt the butter \\( in a saucepan over low heat or in the microwave for 30-60 seconds .\n", - " * Put the melted butter into a mixing bowl , add the sugar and beat with an electric mixer until the batter is thickened and the butter has cooled .\n", - " * Then add Nutella and the egg and combine well .\n", - " * Into a medium sized bowl sift the flour with the baking powder .\n", - " * Then fold it into the Nutella mixture .\n", - " * In the end , add the milk chocolate , chopped or chocolate morsels and the roughly crushed roasted hazelnuts .\n", - " * Using a tablespoon , scoop out the batter and roll the scoops between your hands to form cookies \\( you will get about 30 cookies \\) .\n", - " * Arrange them on the cookie sheet , spaced about 2 inches apart and bake at 180 C for about 10-12 minutes ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "beat0\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "thicken0\n", - "\n", - "thicken\n", - "\n", - "\n", - "\n", - "melt0->thicken0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake3\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "thicken0->beat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate chocolate chips\n", - "\n", - "chocolate chocolate chips\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chocolate chocolate chips->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nutella\n", - "\n", - "nutella\n", - "\n", - "\n", - "\n", - "nutella->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hazelnuts\n", - "\n", - "hazelnuts\n", - "\n", - "\n", - "\n", - "hazelnuts->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake9\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "roll->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hand\n", - "\n", - "hand\n", - "\n", - "\n", - "\n", - "hand->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->bake3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "gram butter\n", - "\n", - "gram butter\n", - "\n", - "\n", - "\n", - "gram butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "baking\n", - "\n", - "baking\n", - "\n", - "\n", - "\n", - "chop0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->bake9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cooky\n", - "\n", - "cooky\n", - "\n", - "\n", - "\n", - "cooky->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bagel Breakfast Casserole\n", - "(722a2a0660)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '3 plain bagels , ripped into small pieces'\n", - " * '2 cups egg whites'\n", - " * '1 cup crumbled turkey sausage'\n", - " * '12 cup diced turkey bacon'\n", - " * '14 cup white onion , chopped'\n", - " * '34 cup low-fat cheddar cheese or 34 cup fat-free cheddar cheese'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Spray your slow cooker with no-stick cooking or baking spray .\n", - " * Put in bagel pieces .\n", - " * In a mixing bowl mix egg whites , turkey sausage , turkey bacon and onion .\n", - " * Pour over bagels .\n", - " * Top with cheddar cheese .\n", - " * Cover the top of the slow cooker with a paper towel before you put the lid on .\n", - " * Cook on high 3 hours or low for 6-7 , or until eggs are set and bacon is cooked ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "onion->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bagel\n", - "\n", - "bagel\n", - "\n", - "\n", - "\n", - "bagel->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "low-fat\n", - "\n", - "low-fat\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "cook0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dice0\n", - "\n", - "dice\n", - "\n", - "\n", - "\n", - "dice0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crumble turkey sausage\n", - "\n", - "crumble turkey sausage\n", - "\n", - "\n", - "\n", - "crumble turkey sausage->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "turkey bacon\n", - "\n", - "turkey bacon\n", - "\n", - "\n", - "\n", - "turkey bacon->dice0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mary Kays Magically Delicious Cheesecake\n", - "(29fae1e027)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 pounds Philadelphia Cream Cheese'\n", - " * '3/4 cups Sugar , Granulated'\n", - " * '2 whole Eggs'\n", - " * '1 teaspoon Vanilla'\n", - " * '1 Tablespoon Cornstarch'\n", - " * '1 cup Daisy Sour Cream'\n", - " * '1 package Mini Chocolate Chips , Semi-Sweet \\( Optional \\)'\n", - " * '2 packages Prepared Graham Cracker \\( or Cookie \\) Crusts'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 400 degrees .\n", - " * Beat the cream cheese and sugar until smooth .\n", - " * Beat in eggs , vanilla , and cornstarch just until mixed .\n", - " * Stir in the sour cream \\( vanilla yogurt works well , too \\) until mixture is well blended .\n", - " * Add the chocolate chips if youve opted for them and just make sure theyre pretty evenly distributed .\n", - " * Pour mixture into prepared crusts and bake , side-by-side , for 45 minutes .\n", - " * Allow to cool in the oven for 3 hours , with the oven door open .\n", - " * \\( That said , I have never , ever done that .\n", - " * I just take them out and let them cool on the countertop .\n", - " * I also often pop them in the freezer to make them cool faster because were all impatient over here . \\)\n", - " * Chill before serving .\n", - " * If you make this without the chocolate chips , its really good with just some yummy strawberry preserves dolloped on top , but plain is most excellent , too .\n", - " * The cheesecakes will puff up a bit while baking , but settle again while cooling .\n", - " * Theyll brown nicely on top and we like to eat it straight out of the pan .\n", - " * Like I said , were impatient ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "open3\n", - "\n", - "open\n", - "\n", - "\n", - "\n", - "chill1\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "open3->chill1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cracker\n", - "\n", - "cracker\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sugar->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "strawberry preserve\n", - "\n", - "strawberry preserve\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "strawberry preserve->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla\n", - "\n", - "vanilla\n", - "\n", - "\n", - "\n", - "mix7\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "vanilla->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "beat1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crust\n", - "\n", - "crust\n", - "\n", - "\n", - "\n", - "crust->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "eggs\n", - "\n", - "eggs\n", - "\n", - "\n", - "\n", - "eggs->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate chips\n", - "\n", - "chocolate chips\n", - "\n", - "\n", - "\n", - "chocolate chips->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat3\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "sour1\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "beat3->sour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "sour0\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "cream->sour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool1\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "cool1->open3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix7->beat3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->cool1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "cream cheese\n", - "\n", - "cream cheese\n", - "\n", - "\n", - "\n", - "cream cheese->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Seafood Won Ton Soup\n", - "(8545844ec1)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 large scallops'\n", - " * '1 large egg yolk'\n", - " * '4 ounces shrimp , peeled , deveined and coarsely chopped'\n", - " * '3 tablespoons light soy sauce , divided'\n", - " * '1 teaspoon shaoxing rice wine \\( yellow rice wine \\)'\n", - " * '2 tablespoons shaoxing rice wine , divided \\( yellow rice wine \\)'\n", - " * '34 teaspoon toasted sesame oil , divided'\n", - " * '1 tablespoon oyster sauce'\n", - " * '1 small garlic clove , finely chopped'\n", - " * '2 teaspoons fresh ginger , minced & divided'\n", - " * '1 pinch red pepper flakes \\( optional \\)'\n", - " * 'cornstarch , for dusting'\n", - " * '24 wonton wrappers'\n", - " * '6 cups fish stock or 6 cups chicken stock'\n", - " * '4 baby bok choy , cut lengthwise into thin strips'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * TO MAKE THE WONTONS : .\n", - " * Place the scallops in a food processor .\n", - " * Blend the scallops into a coarse puree .\n", - " * Blend in half of the egg yolk \\( discard the remaining yolk \\) .\n", - " * Transfer the scallop puree to a medium bowl .\n", - " * Stir the shrimp , cabbage , 1 tablespoon of soy sauce , 1 teaspoon rice wine , 1/4 teaspoon sesame oil , oyster sauce , 1 teaspoon ginger , red pepper flakes , \\( if using \\) and garlic into the scallop puree .\n", - " * Lightly dust a baking sheet with cornstarch .\n", - " * Place one wonton wrapper on a flat surface and place a generous teaspoon of the shrimp mixture in the center of the wonton wrapper .\n", - " * Lightly brush the edges of the wonton wrapper with a little water .\n", - " * Fold the wrappers in half , pressing the edges to seal and forming a rectangular-shaped dumpling .\n", - " * Moisten 2 folded corners with water then bring the corners together and press firmly to adhere .\n", - " * Place the wonton on the prepared baking sheet .\n", - " * Repeat with the remaining wrappers and shrimp mixture .\n", - " * TO MAKE THE SOUP : .\n", - " * Place the stock in a medium pot and bring to a boil over high heat .\n", - " * Add the remaining 2 tablespoons soy sauce , 2 tablespoons rice wine , 1 teaspoon ginger , red pepper flakes \\( if using \\) and 1/2 teaspoon sesame oil to the stock .\n", - " * Reduce the heat to a rolling simmer and add the seafood won tons .\n", - " * Allow to cook for approximately 4 minutes or until the filling is cooked through .\n", - " * Add the bok choy to the soup then ladle the soup into 4 serving bowls , dividing the bok choy and won tons evenly , and serve .\n", - " * Enjoy !" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "scallop\n", - "\n", - "scallop\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "scallop->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mince0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix15\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "water->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red pepper\n", - "\n", - "red pepper\n", - "\n", - "\n", - "\n", - "red pepper->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend1\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "place1->blend1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend0\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "blend0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ginger\n", - "\n", - "ginger\n", - "\n", - "\n", - "\n", - "ginger->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "peel0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soy sauce\n", - "\n", - "soy sauce\n", - "\n", - "\n", - "\n", - "soy sauce->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dust\n", - "\n", - "dust\n", - "\n", - "\n", - "\n", - "dust->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "brush0->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soup\n", - "\n", - "soup\n", - "\n", - "\n", - "\n", - "soup->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "toast sesame oil\n", - "\n", - "toast sesame oil\n", - "\n", - "\n", - "\n", - "toast sesame oil->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shrimp\n", - "\n", - "shrimp\n", - "\n", - "\n", - "\n", - "shrimp->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "garlic clove->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place4\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix4->place4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer0\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "simmer0->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oyster sauce\n", - "\n", - "oyster sauce\n", - "\n", - "\n", - "\n", - "rice wine rice wine\n", - "\n", - "rice wine rice wine\n", - "\n", - "\n", - "\n", - "rice wine rice wine->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cabbage\n", - "\n", - "cabbage\n", - "\n", - "\n", - "\n", - "cabbage->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix2->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix0->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "corner\n", - "\n", - "corner\n", - "\n", - "\n", - "\n", - "corner->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "stock chicken stock\n", - "\n", - "stock chicken stock\n", - "\n", - "\n", - "\n", - "stock chicken stock->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg yolk\n", - "\n", - "egg yolk\n", - "\n", - "\n", - "\n", - "egg yolk->blend0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place4->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend1->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "roll->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seafood\n", - "\n", - "seafood\n", - "\n", - "\n", - "\n", - "seafood->simmer0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "filling\n", - "\n", - "filling\n", - "\n", - "\n", - "\n", - "filling->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dumpling\n", - "\n", - "dumpling\n", - "\n", - "\n", - "\n", - "dumpling->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ton\n", - "\n", - "ton\n", - "\n", - "\n", - "\n", - "ton->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chinese Restaurant Almond Cookies\n", - "(455322e5b6)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 3/4 cups sifted all-purpose flour'\n", - " * '1 cup white sugar'\n", - " * '1/2 teaspoon baking soda'\n", - " * '1/2 teaspoon salt'\n", - " * '1 cup lard'\n", - " * '1 egg'\n", - " * '1 teaspoon almond extract'\n", - " * '48 almonds'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 325 degrees F \\( 165 degrees C \\) .\n", - " * Sift flour , sugar , baking soda and salt together into a bowl .\n", - " * Cut in the lard until mixture resembles cornmeal .\n", - " * Add egg and almond extract .\n", - " * Mix well .\n", - " * Roll dough into 1-inch balls .\n", - " * Set them 2 inches apart on an ungreased cookie sheet .\n", - " * Place an almond on top of each cookie and press down to flatten slightly .\n", - " * Bake in the preheated oven until the edges of the cookies are golden brown , 15 to 18 minutes ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "almond\n", - "\n", - "almond\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix0->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cornmeal\n", - "\n", - "cornmeal\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cornmeal->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll dough\n", - "\n", - "roll dough\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "baking soda\n", - "\n", - "baking soda\n", - "\n", - "\n", - "\n", - "baking soda->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "almond extract\n", - "\n", - "almond extract\n", - "\n", - "\n", - "\n", - "almond extract->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cooky\n", - "\n", - "cooky\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "cooky->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lard\n", - "\n", - "lard\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "lard->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Healthy Low-Fat Strawberry Banana Breakfast Shake\n", - "(9957745313)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 large banana'\n", - " * '1 cup low-fat strawberry yogurt'\n", - " * '34 cup skim milk'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Add all ingredients together in a blender \\( i use the `` whip/liquifier '' button on the blender '' .\n", - " * Make sure it 's all blended nice and smooth and WaH-LA !" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "skim0\n", - "\n", - "skim\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "milk->skim0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nice\n", - "\n", - "nice\n", - "\n", - "\n", - "\n", - "banana\n", - "\n", - "banana\n", - "\n", - "\n", - "\n", - "low-fat strawberry\n", - "\n", - "low-fat strawberry\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dutch Apple Pie\n", - "(afa81cf3d0)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1- 1/2 cup All-purpose Flour'\n", - " * '1 Tablespoon Sugar'\n", - " * '2 teaspoons White Vinegar'\n", - " * '1/2 teaspoons Salt'\n", - " * '10 Tablespoons Cold Unsalted Butter , Cut Into Tablespoons'\n", - " * '4 Tablespoons Ice Water , As Needed'\n", - " * '4 Red Apples'\n", - " * '1 Green Apple'\n", - " * '1/2 whole Fresh Lemon , Juiced'\n", - " * '3/4 cups Sugar'\n", - " * '1 teaspoon Ground Cinnamon'\n", - " * '2 Tablespoons All-purpose Flour'\n", - " * '1/2 cups Light Brown Sugar , Packed'\n", - " * '1/2 cups All-purpose Flour'\n", - " * '4 Tablespoons Unsalted Butter , melted'\n", - " * '1 pinch Salt'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * For the dough : Pulse the flour , granulated sugar , vinegar , salt and 3 tablespoons of the butter in a food processor until the butter is incorporated .\n", - " * Add the remaining butter and pulse until it is in pea-size pieces .\n", - " * Add 2 tablespoons of ice water and pulse until the dough just comes together .\n", - " * Pinch a small piece of dough .\n", - " * If it doesnt hold together , add up to 2 more tablespoons ice water , pulsing to combine and adding only 1 tablespoon at a time .\n", - " * Turn the dough out onto a large piece of plastic wrap and press into a ball .\n", - " * Refrigerate until firm , at least 1 hour .\n", - " * Roll the dough into a 12-inch round on a lightly floured surface .\n", - " * Add a little more ice water here , if needed .\n", - " * Press the dough into a 9 inch pie pan and fold the overhang under itself and crimp the edges .\n", - " * Refrigerate 30 minutes .\n", - " * Meanwhile , preheat the oven to 350 F .\n", - " * Lightly pierce the bottom and sides of the crust with a fork , then top the pie with a piece of parchment paper and bake for 20 minutes .\n", - " * Then remove the parchment and continue baking about 10 more minutes or until lightly golden .\n", - " * Transfer to a rack and let cool completely .\n", - " * Meanwhile , make the crumb : Mix all of the crumb ingredients together in a medium-sized bowl and crumble it over a wax paper lined baking sheet .\n", - " * Freeze for at least 30 minutes or until ready to use .\n", - " * Then , make the filling : Peel , core , and dice the apples .\n", - " * Place them in a large bowl and stir in the lemon juice .\n", - " * Stir in the sugar , cinnamon and flour until combined .\n", - " * Let the mixture sit 5 minutes then pour it into the prepared pie crust .\n", - " * Sprinkle the crumb topping over the filling and bake for 35-40 minutes or until the top is browned .\n", - " * Let it cool then slice and serve .\n", - " * Enjoy !" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sprinkle->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "freeze0\n", - "\n", - "freeze\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "freeze0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "refrigerate4\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "mix1->refrigerate4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ice water\n", - "\n", - "ice water\n", - "\n", - "\n", - "\n", - "ice water->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake3\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "cool4\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "bake3->cool4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "sugar->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "filling\n", - "\n", - "filling\n", - "\n", - "\n", - "\n", - "filling->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dice0\n", - "\n", - "dice\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "dice0->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crimp\n", - "\n", - "crimp\n", - "\n", - "\n", - "\n", - "refrigerate3\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "crimp->refrigerate3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "freeze1\n", - "\n", - "freeze\n", - "\n", - "\n", - "\n", - "cool4->freeze1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "white vinegar\n", - "\n", - "white vinegar\n", - "\n", - "\n", - "\n", - "white vinegar->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "freeze1->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground cinnamon\n", - "\n", - "ground cinnamon\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "ground cinnamon->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red apples\n", - "\n", - "red apples\n", - "\n", - "\n", - "\n", - "green apple\n", - "\n", - "green apple\n", - "\n", - "\n", - "\n", - "green apple->dice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crust\n", - "\n", - "crust\n", - "\n", - "\n", - "\n", - "crust->bake3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "roll->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice9\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crumb\n", - "\n", - "crumb\n", - "\n", - "\n", - "\n", - "crumb->freeze0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "all-purpose flour\n", - "\n", - "all-purpose flour\n", - "\n", - "\n", - "\n", - "freeze2\n", - "\n", - "freeze\n", - "\n", - "\n", - "\n", - "bake7\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "freeze2->bake7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon\n", - "\n", - "lemon\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "lemon->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "freeze10\n", - "\n", - "freeze\n", - "\n", - "\n", - "\n", - "mix5->freeze10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice4\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "bake7->slice4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool6\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "mix4->cool6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool6->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate6\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "bake6\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "refrigerate6->bake6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool12\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "cool12->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool0\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "mix0->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate4->freeze2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3->slice9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->refrigerate6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peel0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool9\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "slice4->cool9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool10\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "bake6->cool10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool9->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "freeze4\n", - "\n", - "freeze\n", - "\n", - "\n", - "\n", - "cool10->freeze4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "freeze4->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "cool0->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6->cool12\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake2\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "refrigerate3->bake2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake2->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "freeze10->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Creamy Barbecue Sauce\n", - "(edea49a845)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 qt . KRAFT Extra Heavy Mayonnaise'\n", - " * '2-1/2 cups sour cream'\n", - " * '1-1/4 cups A.1 . Original Sauce'\n", - " * '2/3 cup KRAFT Original Barbecue Sauce'\n", - " * '1-1/4 cups Green onions , minced'\n", - " * 'to taste Coarse grind black pepper'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Beat mayonnaise , sour cream , steak sauce and barbecue sauce with wire whisk until well blended .\n", - " * Add onions and pepper ; mix well .\n", - " * Cover .\n", - " * Refrigerate at least 2 hours for flavors to blend ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "sour0\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "sauce->sour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "refrigerate2\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "mix3->refrigerate2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grind0\n", - "\n", - "grind\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grind0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate0\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "blend0\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "refrigerate0->blend0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "extra\n", - "\n", - "extra\n", - "\n", - "\n", - "\n", - "blend1\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "sour0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->refrigerate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate2->blend1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->grind0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "green onion->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Roasted Vegetables With Wilted Arugula and Garlic Dressing\n", - "(fd1567fdfd)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 small cauliflower , cut into florets or 6 cups cauliflower florets'\n", - " * '3 bell peppers , cut lengthwise \\( red , yellow , orange \\)'\n", - " * '1 bunch asparagus , trimmed and cut in half or 1 lb asparagus'\n", - " * '2 tablespoons extra virgin olive oil'\n", - " * '14 teaspoon salt'\n", - " * '14 teaspoon pepper'\n", - " * '6 cups arugula'\n", - " * '3 garlic cloves \\( grated or minced \\)'\n", - " * '1 teaspoon finely grated lemon rind'\n", - " * '2 tablespoons lemon juice'\n", - " * '1 tablespoon light mayonnaise'\n", - " * '1 teaspoon Dijon mustard'\n", - " * '12 teaspoon Worcestershire sauce'\n", - " * '1 teaspoon anchovy paste'\n", - " * '3 tablespoons extra virgin olive oil'\n", - " * '1 pinch salt'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 425 degrees .\n", - " * Line a large baking sheet with parchment paper or foil \\( optional \\) .\n", - " * Spread cauliflower , red , yellow and orange peppers and asparagus onto prepared baking sheet .\n", - " * Drizzle with olive oil , sprinkle with salt and pepper and toss to coat .\n", - " * Roast in centre of preheated oven for 30-45 minutes or until lightly browned and softened .\n", - " * Garlic Dressing : In a bowl , stir together garlic , lemon rind and juice .\n", - " * Whisk in mayo , mustard , Worcestershire sauce , and anchovy paste until smooth .\n", - " * Gradually add olive oil , whisking until mixture is emulsified .\n", - " * Stir in salt .\n", - " * Spread arugula onto platter and toss with 1 TBS of the dressing .\n", - " * Toss 3 TBS of dressing with roasted vegetables and spread over arugula .\n", - " * Serve salad warm or at room temperature , adding remaining salad dressing just before serving as needed ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "spread3\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "mix2->spread3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roast\n", - "\n", - "roast\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "roast->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grate1\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "mix4->grate1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "garlic clove->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk1\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "whisk1->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "mix3->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread3->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "arugula\n", - "\n", - "arugula\n", - "\n", - "\n", - "\n", - "arugula->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cauliflower floret\n", - "\n", - "cauliflower floret\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cauliflower floret->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable\n", - "\n", - "vegetable\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "vegetable->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dijon mustard\n", - "\n", - "dijon mustard\n", - "\n", - "\n", - "\n", - "dijon mustard->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "cut0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dressing\n", - "\n", - "dressing\n", - "\n", - "\n", - "\n", - "dressing->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon\n", - "\n", - "lemon\n", - "\n", - "\n", - "\n", - "lemon->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm0\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "warm0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "mince0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "platter\n", - "\n", - "platter\n", - "\n", - "\n", - "\n", - "platter->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "asparagus\n", - "\n", - "asparagus\n", - "\n", - "\n", - "\n", - "asparagus->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "sprinkle->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->warm0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "olive oil->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sauce->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->whisk1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red\n", - "\n", - "red\n", - "\n", - "\n", - "\n", - "red->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "anchovy\n", - "\n", - "anchovy\n", - "\n", - "\n", - "\n", - "anchovy->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sandwich Press Recipe - Broccoli and Cheese\n", - "(e9495814a7)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 slices white bread , buttered on one side'\n", - " * '1 slice American cheese'\n", - " * '1 tablespoon shredded cheddar cheese'\n", - " * 'garlic'\n", - " * 'olive oil'\n", - " * '1 tablespoon chopped broccoli , flavored with garlic and olive oil'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat sandwich press .\n", - " * Chop broccoli into small pieces .\n", - " * Place one slice of buttered bread , butter side down .\n", - " * Place cheese slice , topped with chopped broccoli , topped with shredded cheddar on bread slice .\n", - " * Top with second piece of bread butter side up .\n", - " * Close press and let cook 5 minutes or until golden brown and crispy ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "brown2\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "bread\n", - "\n", - "bread\n", - "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", + "eggplant\n", + "\n", + "eggplant\n", "\n", "\n", - "\n", - "slice1\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "cook2\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "slice1->cook2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "olive oil->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "heat0->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "butter->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic\n", - "\n", - "garlic\n", - "\n", - "\n", - "\n", - "cook1->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop1->slice1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sandwich\n", - "\n", - "sandwich\n", - "\n", - "\n", - "\n", - "sandwich->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broccoli\n", - "\n", - "broccoli\n", - "\n", - "\n", - "\n", - "broccoli->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook2->brown2\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Blueberry Pancakes\n", - "(3ff4d8cd4c)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 cup flour'\n", - " * '1 tbsp baking powder'\n", - " * '1 tsp cinnamon'\n", - " * '1/4 cup agave nectar'\n", - " * '1 cup milk'\n", - " * '1 egg ,'\n", - " * '3/4 cup fresh or frozen blueberries'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Mix flour , cinnamon , and baking powder in large bowl\n", - " * Add egg , oil , milk , and agave\n", - " * Blend until moist .\n", - " * Batter will be slightly lumpy .\n", - " * Add blueberries , mix slightly\n", - " * Heat griddle until a splatter of water dances on it .\n", - " * Pour batter , 2 tablespoon per pancake\n", - " * Heat until most of the bubbles around the edge have popped , about 2 or three minutes\n", - " * Flip and cook 2 minutes more\n", - " * Serve warm with butter and syrup ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "warm1\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "mix2->warm1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "warm1->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "heat1->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook5\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix4->cook5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook5->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pancake\n", - "\n", - "pancake\n", - "\n", - "\n", - "\n", - "pancake->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "moist\n", - "\n", - "moist\n", - "\n", - "\n", - "\n", - "blend0\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "moist->blend0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "milk->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oil\n", - "\n", - "oil\n", - "\n", - "\n", - "\n", - "oil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blueberry\n", - "\n", - "blueberry\n", - "\n", - "\n", - "\n", - "blueberry->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cinnamon\n", - "\n", - "cinnamon\n", - "\n", - "\n", - "\n", - "cinnamon->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bubble\n", - "\n", - "bubble\n", - "\n", - "\n", - "\n", - "bubble->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "syrup\n", - "\n", - "syrup\n", - "\n", - "\n", - "\n", - "syrup->mix2\n", - "\n", - "\n", - "\n", - "\n", "\n", - "flour\n", - "\n", - "flour\n", + "slice1\n", + "\n", + "slice\n", "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "batter\n", - "\n", - "batter\n", - "\n", - "\n", - "\n", - "batter->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Broccoli, Cheese, Rice Casserole Recipe\n", - "(e1724378a3)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '10 ounce . pkg . frzn broccoli , thawed'\n", - " * '1 can cream of mushroom soup'\n", - " * '1 can cream of celery soup'\n", - " * '18 ounce . Merkts cheese'\n", - " * '1 can \\( soup can \\) Minute Rice'\n", - " * '1 soup can water'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat the soups ; add in cheese .\n", - " * Add in remaining ingredients .\n", - " * Put in a 2 qt casserole dish .\n", - " * Bake at 350 degrees for 45-55 min ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "min\n", - "\n", - "min\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "min->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mushroom soup\n", - "\n", - "mushroom soup\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mushroom soup->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cheese->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thaw0\n", - "\n", - "thaw\n", - "\n", - "\n", - "\n", - "broccoli\n", - "\n", - "broccoli\n", - "\n", - "\n", - "\n", - "broccoli->thaw0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "celery soup\n", - "\n", - "celery soup\n", - "\n", - "\n", + "\n", "\n", - "heat0->mix0\n", - "\n", - "\n", + "eggplant->slice1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "soup\n", - "\n", - "soup\n", + "\n", + "\n", + "brush1->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "watercress\n", + "\n", + "watercress\n", + "\n", + "\n", + "\n", + "watercress->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brush2\n", + "\n", + "brush\n", + "\n", + "\n", + "\n", + "slice1->brush2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brush2->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0->brush0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "broil1->grill0\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -18250,8 +856,8 @@ { "data": { "text/markdown": [ - "## Russian Chicken Breasts\n", - "(57aef75d51)" + "## Pudding in a Bag\n", + "(d8bf8b5c06)" ], "text/plain": [ "" @@ -18275,11 +881,9 @@ { "data": { "text/markdown": [ - " * '2 teaspoons vegetable oil'\n", - " * '4 boneless skinless chicken breast halves'\n", - " * '12 cup Russian salad dressing'\n", - " * '12 cup apricot jam'\n", - " * '3 tablespoons dry onion soup mix'" + " * '1 package Instant Pudding \\( your Choice Of Flavour \\)'\n", + " * '2 cups Milk'\n", + " * '4 bags With A Very Good Ziplock'" ], "text/plain": [ "" @@ -18303,13 +907,25 @@ { "data": { "text/markdown": [ - " * Preheat oven to 350 .\n", - " * Heat oil in large skillet over a medium-high heat .\n", - " * Add chicken ; cook 4 minutes on each side or until browned .\n", - " * Remove chicken and place in a 3-L baking dish .\n", - " * Miz dressing , jam and soup mix in a small bowl .\n", - " * Pour over chicken .\n", - " * Bake 45 minutes or until chicken is cooked through ." + " * Oh yes , pudding in a bag !\n", + " * You , your friends , and children will without a doubt LOVE this !\n", + " * So , the best plan of action is to equally separate the pudding powder into 4 bags .\n", + " * Then add 1/2 cup of milk to each bag .\n", + " * Zip up the bag , leaving a bit of air inside .\n", + " * Hand a bag to each of the pudding-eating participants and SHAKE !\n", + " * Shake a lot .\n", + " * You will see the pudding change colour and consistency .\n", + " * After about 5 minutes of shaking , take a quick peek inside your bag to see if its ready .\n", + " * When the pudding is of typical pudding-eating consistency , open the bag , and let out a bit of the air .\n", + " * Zip it back up , and cut off a bit of the corner , and then squeeze out the pudding !\n", + " * No need for spoons or anything else !\n", + " * Its a complete blast !\n", + " * I made this most recently on trip to Portugal .\n", + " * My niece and her friend thought that I was a bit crazy when we started shaking it .\n", + " * They had never experienced anything like it before .\n", + " * But , when it came time to eating , they thought it was the best idea ever !\n", + " * Its a very easy way to make dessert .\n", + " * Hopefully , you try it out and let me know how much fun you had !" ], "text/plain": [ "" @@ -18327,8757 +943,831 @@ "\n", "\n", - "\n", + "\n", "\n", "recipe graph\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "apricot jam\n", - "\n", - "apricot jam\n", - "\n", - "\n", - "\n", - "apricot jam->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken breast half\n", - "\n", - "chicken breast half\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "chicken breast half->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable oil\n", - "\n", - "vegetable oil\n", - "\n", - "\n", - "\n", - "vegetable oil->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salad dress\n", - "\n", - "salad dress\n", - "\n", - "\n", - "\n", - "salad dress->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion soup\n", - "\n", - "onion soup\n", - "\n", - "\n", - "\n", - "onion soup->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chesapeake Bay Crab Cakes\n", - "(928979291c)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '14 cup minced onion'\n", - " * '2 tablespoons minced green bell peppers'\n", - " * '14 cup butter or 14 cup margarine , melted'\n", - " * '1 lb fresh crabmeat , drained and flaked'\n", - " * '34 cup fine dry breadcrumb'\n", - " * '1 egg , beaten'\n", - " * '1 tablespoon mayonnaise'\n", - " * '1 tablespoon dried parsley flakes'\n", - " * '1 tablespoon lemon juice'\n", - " * '1 teaspoon Worcestershire sauce'\n", - " * '1 teaspoon Old Bay Seasoning'\n", - " * '1 teaspoon dry mustard'\n", - " * '1 dash cayenne pepper'\n", - " * '14-12 cup fine dry breadcrumb'\n", - " * 'vegetable oil'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Saute onion and green pepper in butter until tender .\n", - " * Remove from heat ; stir in crabmeat and next 9 ingredients .\n", - " * Mix well , and shape into 8 patties .\n", - " * Coat with additional breadcrumbs .\n", - " * Pour oil to a depth of 1/4-inch into a heavy skillet .\n", - " * Fry cakes in hot oil \\( 375 degrees \\) for 4-5 minutes on each side ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "green\n", - "\n", - "green\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "green->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cayenne pepper\n", - "\n", - "cayenne pepper\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "mustard\n", - "\n", - "mustard\n", - "\n", - "\n", - "\n", - "crabmeat\n", - "\n", - "crabmeat\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "crabmeat->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", + "\n", "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat0\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "mince1\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "mix4->mince1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "parsley\n", - "\n", - "parsley\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->beat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "melt0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fry0\n", - "\n", - "fry\n", - "\n", - "\n", - "\n", - "mix0->fry0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cake\n", - "\n", - "cake\n", - "\n", - "\n", - "\n", - "cake->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "saute2\n", - "\n", - "saute\n", - "\n", - "\n", - "\n", - "saute2->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "breadcrumb\n", - "\n", - "breadcrumb\n", - "\n", - "\n", - "\n", - "vegetable oil\n", - "\n", - "vegetable oil\n", - "\n", - "\n", - "\n", - "vegetable oil->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->saute2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seasoning\n", - "\n", - "seasoning\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Beer Brined Baby Back Ribs With Honey Bbq Sauce\n", - "(14929f5999)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '4 lbs pork baby back ribs'\n", - " * '36 ounces beer'\n", - " * '3 tablespoons kosher salt'\n", - " * '3 tablespoons packed brown sugar'\n", - " * '1 tablespoon celery seed'\n", - " * '1 tablespoon cayenne pepper'\n", - " * '1 12 teaspoons black pepper'\n", - " * '1 teaspoon liquid smoke \\( optional \\)'\n", - " * '23 cup finely chopped onion'\n", - " * '2 -3 cloves garlic , minced'\n", - " * '2 tablespoons oil'\n", - " * '1 12 cups Heinz Chili Sauce'\n", - " * '1 cup beer'\n", - " * '12 cup honey'\n", - " * '14 cup Worcestershire sauce'\n", - " * '2 tablespoons prepared yellow mustard'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Prepare your ribs by rinsing them off and removing the membrane on the back \\( slide a sharp knife under there to loosen it , then grab it with something dry like a paper towel and pull it off \\) .\n", - " * You may cut your ribs into sections before brining , if desired .\n", - " * Mix together beer , salt , brown sugar , celery seed , cayenne pepper , black pepper and liquid smoke in a saucepan .\n", - " * Heat over low heat , stirring gently until all the salt dissolves ; allow to cool .\n", - " * Place rib sections in a large ziplock or resealable bag and pour the cooled brine over ; squeeze out as much air as possible and seal the bag .\n", - " * Allow the ribs to brine in this mixture , for 6 hours or overnight , rotating bag occasionally .\n", - " * Prior to cooking , remove ribs from brine and pat dry ; discard used brine .\n", - " * Using a drip pan , prepare a grill for indirect cooking .\n", - " * Place the ribs over the drip pan and grill using indirect medium heat \\( test by placing your hand over the heat- you should be able to keep it there for about 3 seconds \\) .\n", - " * Cover grill and cook for 1 1/2- 1 3/4 hours or until the ribs are tender , and the meat has pulled back from the edges of the bone slightly .\n", - " * Add additional coals during cooking if needed .\n", - " * Baste with honey bbq sauce during the last minutes of cooking , allowing the sauce to set .\n", - " * To make the sauce , cook onion and garlic in oil in a small saucepan until the onions become tender .\n", - " * Add the chili sauce , beer , honey , Worcestershire sauce and mustard to the pan , stirring to mix well .\n", - " * Bring sauce to a boil , then lower heat and simmer for about 20 minutes , stirring occasionally , or until it is as thick as you like it .\n", - " * Use sauce on ribs as a baste ; sauce can be prepared ahead ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", "\n", - "celery seed\n", - "\n", - "celery seed\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "celery seed->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "membrane\n", - "\n", - "membrane\n", - "\n", - "\n", - "\n", - "rinse0\n", - "\n", - "rinse\n", - "\n", - "\n", - "\n", - "membrane->rinse0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "clove garlic->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hand\n", - "\n", - "hand\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "hand->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mustard\n", - "\n", - "mustard\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mustard->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "kosher salt\n", - "\n", - "kosher salt\n", - "\n", - "\n", - "\n", "mix0\n", - "\n", - "mix\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "kosher salt->mix0\n", - "\n", - "\n", + "\n", + "\n", + "squeeze0\n", + "\n", + "squeeze\n", + "\n", + "\n", + "\n", + "mix0->squeeze0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pudding\n", + "\n", + "pudding\n", + "\n", + "\n", + "\n", + "pudding->mix0\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "cut0\n", - "\n", - "cut\n", + "\n", + "cut\n", "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", "\n", - "\n", + "\n", "\n", - "cut0->place1\n", - "\n", - "\n", + "milk->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", + "\n", + "\n", + "squeeze0->cut0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "baste0\n", - "\n", - "baste\n", "\n", - "\n", - "\n", - "mix2->baste0\n", - "\n", - "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Quick Pizza Dough\n", + "(f8cac3b343)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 package active dry yeast'\n", + " * '1 cup warm water \\( about 110F \\)'\n", + " * '1 1/2 teaspoons granulated sugar'\n", + " * '1 teaspoon salt'\n", + " * '2 tablespoons olive oil'\n", + " * '2 1/2 cups unbleached all-purpose flour'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat oven to 425F .\n", + " * Combine the yeast and warm water with a wire whisk , and set aside .\n", + " * In the bowl of a stand mixer fitted with the dough hook attachment , combine the sugar , salt , olive oil , and flour with the yeast mixture for about 1 minute , or until combined .\n", + " * Set aside to rest for 5 minutes .\n", + " * Turn the dough onto a floured board , and knead about 15 times .\n", + " * Cut into desired portions .\n", + " * Place the dough on a nonstick baking pan .\n", + " * Top as desired and bake for about 20 minutes , or until the crust is golden and the topping is warmed through ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "flour\n", + "\n", + "flour\n", "\n", - "\n", - "\n", - "beer\n", - "\n", - "beer\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", "\n", - "\n", + "\n", + "\n", + "flour->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", "\n", - "beer->mix0\n", - "\n", - "\n", + "sugar->mix3\n", + "\n", + "\n", "\n", - "\n", - "\n", - "meat\n", - "\n", - "meat\n", + "\n", + "\n", + "cut4\n", + "\n", + "cut\n", "\n", - "\n", - "\n", - "meat->mix1\n", - "\n", - "\n", + "\n", + "\n", + "mix3->cut4\n", + "\n", + "\n", "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", "\n", - "\n", - "\n", - "heat0->mix3\n", - "\n", - "\n", + "\n", + "\n", + "salt->mix3\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mince0->mix1\n", - "\n", - "\n", + "\n", + "\n", + "yeast\n", + "\n", + "yeast\n", "\n", - "\n", - "\n", - "baste0->mix9\n", - "\n", - "\n", + "\n", + "\n", + "yeast->mix3\n", + "\n", + "\n", "\n", - "\n", - "\n", - "liquid smoke\n", - "\n", - "liquid smoke\n", "\n", - "\n", - "\n", - "liquid smoke->mix4\n", - "\n", - "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Pie Chips with Fruit Salsa\n", + "(684af3d238)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 teaspoons Ground Cinnamon'\n", + " * '3 Tablespoons Sugar'\n", + " * '1 package \\( 15 Oz . Size \\) Refrigerated Pie Crust \\( With 2 Ready-made Pie Doughs \\)'\n", + " * '3 Tablespoons Unsalted Butter , melted'\n", + " * '1 cup Diced Strawberries'\n", + " * '1 cup Diced Pineapple'\n", + " * '1 cup Diced Kiwi \\( about 3 Kiwi , Peeled \\)'\n", + " * '1 cup Diced Peaches \\( about 1 Large Peach \\)'\n", + " * '3 Tablespoons Honey'\n", + " * '1 Tablespoon Lime Juice'\n", + " * 'Mint For Garnish \\( optional \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat oven according to pie crust package directions ; line two baking sheets with parchment paper .\n", + " * Stir together sugar and cinnamon in a small bowl ; set aside\n", + " * Unroll pie dough and brush with melted butter .\n", + " * Cut 1 crust into 8 wedges , then cut each wedge into triangles like chips .\n", + " * Repeat with second crust .\n", + " * Transfer chips to prepared baking sheets .\n", + " * Sprinkle chips with the cinnamon-sugar mixture and bake until golden , about 8 minutes \\( at the temperature specified on your package \\) .\n", + " * Set aside to cool .\n", + " * While chips are cooking , prepare your salsa .\n", + " * Dice all fruit and place in a medium serving bowl .\n", + " * Combine honey and lime juice in a small bowl and then pour over the fruit .\n", + " * Garnish with a sprig of mint if you are feeling fancy .\n", + " * Serve with the chips ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", "\n", - "\n", - "\n", - "cook1->heat0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "chili sauce\n", - "\n", - "chili sauce\n", + "melt0\n", + "\n", + "melt\n", "\n", - "\n", - "\n", - "chili sauce->mix2\n", - "\n", - "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "strawberries\n", + "\n", + "strawberries\n", + "\n", + "\n", + "\n", + "lime juice\n", + "\n", + "lime juice\n", + "\n", + "\n", + "\n", + "lime juice->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "kiwi\n", + "\n", + "kiwi\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cool1->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "crust ready-made pie doughs\n", + "\n", + "crust ready-made pie doughs\n", + "\n", + "\n", + "\n", + "crust ready-made pie doughs->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mint\n", + "\n", + "mint\n", + "\n", + "\n", + "\n", + "ground cinnamon\n", + "\n", + "ground cinnamon\n", + "\n", + "\n", + "\n", + "ground cinnamon->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brush0\n", + "\n", + "brush\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "brush0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut0->mix1\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "honey\n", - "\n", - "honey\n", + "\n", + "honey\n", "\n", "\n", "\n", "honey->mix2\n", - "\n", - "\n", + "\n", + "\n", "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "pork\n", - "\n", - "pork\n", - "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown1->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "grill0->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill3\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "place0->grill3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tablespoon oil\n", - "\n", - "tablespoon oil\n", - "\n", - "\n", - "\n", - "tablespoon oil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill5\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "mix3->grill5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cooking\n", - "\n", - "cooking\n", - "\n", - "\n", - "\n", - "cooking->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "mix0->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rib\n", - "\n", - "rib\n", - "\n", - "\n", - "\n", - "rib->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill5->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill3->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cayenne pepper\n", - "\n", - "cayenne pepper\n", - "\n", - "\n", - "\n", - "cayenne pepper->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rinse0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## South Beach Gazpacho\n", - "(06e0fade8e)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 cup tomato juice or 1 cup vegetable juice'\n", - " * '12 cup fresh tomato , peeled , seeded , finely chopped'\n", - " * '3 14 tablespoons celery , finely chopped'\n", - " * '3 14 tablespoons cucumbers , finely chopped'\n", - " * '3 14 tablespoons green bell peppers , finely chopped'\n", - " * '3 14 tablespoons green onions , finely chopped'\n", - " * '1 14 tablespoons white wine vinegar'\n", - " * '34 tablespoon extra virgin olive oil'\n", - " * '13 large garlic clove , minced'\n", - " * '34 teaspoon fresh flat-leaf parsley , finely chopped'\n", - " * '14 teaspoon salt'\n", - " * '14 teaspoon Worcestershire sauce \\( use a vegetarian version if making this vegetarian or vegan \\)'\n", - " * '14 teaspoon black pepper , freshly ground'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Combine all ingredients in a glass or stainless steel bowl .\n", - " * Cover and refrigerate overnight ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "garlic clove->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cucumber\n", - "\n", - "cucumber\n", - "\n", - "\n", - "\n", - "chop2\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "cucumber->chop2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "tomato\n", - "\n", - "tomato\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "tomato->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "chop0->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flat-leaf parsley\n", - "\n", - "flat-leaf parsley\n", - "\n", - "\n", - "\n", - "chop5\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "flat-leaf parsley->chop5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", - "\n", - "chop4\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "green onion->chop4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "juice vegetable juice\n", - "\n", - "juice vegetable juice\n", - "\n", - "\n", - "\n", - "celery\n", - "\n", - "celery\n", - "\n", - "\n", + "\n", "\n", - "chop1\n", - "\n", - "chop\n", + "pineapple\n", + "\n", + "pineapple\n", "\n", - "\n", - "\n", - "celery->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green\n", - "\n", - "green\n", - "\n", - "\n", + "\n", "\n", - "chop3\n", - "\n", - "chop\n", + "peaches\n", + "\n", + "peaches\n", "\n", - "\n", - "\n", - "green->chop3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "white wine vinegar\n", - "\n", - "white wine vinegar\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grilled Crazy Chicken\n", - "(d502942c9a)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 cups water'\n", - " * '4 teaspoons salt'\n", - " * '2 teaspoons pepper'\n", - " * '1 clove garlic'\n", - " * '1 teaspoon yellow food coloring'\n", - " * '2 tablespoons pineapple juice'\n", - " * '1 teaspoon lime juice'\n", - " * '1 chicken , halved or quartered'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In a blender , combine the water , salt , pepper , garlic and food coloring .\n", - " * Blend on high speed for about 15 seconds .\n", - " * Add the pineapple juice and the lime juice to the marinade and blend for another 5 seconds .\n", - " * Pour the marinade into a bowl and let the chicken marinate for 45 minutes .\n", - " * Turn the chicken over and let it soak for another 30 minutes .\n", - " * Fire up the barbie \\( that means heat up the grill , not aim a flame-thrower at your daughter 's prized doll \\) .\n", - " * Broil the chicken on the open grill for about 45 minutes to 1 hour , until the skin is a nice golden brown and crispy .\n", - " * Make sure the flames do n't scorch the chicken , or you are going to get black skin and raw chicken .\n", - " * If using a gas grill , lower the heat if necessary and be patient , that chicken need slow cooking .\n", - " * If you are using a charcoal grill , you can spray a little water on the charcoal to keep the flames at bay .\n", - " * Turn the chicken often as it cooks .\n", - " * Cut the chicken into 8 pieces .\n", - " * Make sure to cut the breast in half and the thighs from the legs ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pepper->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken\n", - "\n", - "chicken\n", - "\n", - "\n", - "\n", - "broil0\n", - "\n", - "broil\n", - "\n", - "\n", - "\n", - "chicken->broil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "scorch0\n", - "\n", - "scorch\n", - "\n", - "\n", - "\n", - "broil0->scorch0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "marinade\n", - "\n", - "marinade\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "marinade->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "breast\n", - "\n", - "breast\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "breast->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "lime juice\n", - "\n", - "lime juice\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "grill1\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "heat0->grill1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "skin\n", - "\n", - "skin\n", - "\n", - "\n", - "\n", - "open0\n", - "\n", - "open\n", - "\n", - "\n", - "\n", - "skin->open0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "clove garlic->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pineapple juice\n", - "\n", - "pineapple juice\n", - "\n", - "\n", - "\n", - "pineapple juice->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill3\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "grill3->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", + "\n", "\n", - "salt->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "doll\n", - "\n", - "doll\n", - "\n", - "\n", - "\n", - "doll->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut1\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "heat1->cut1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix1->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "scorch0->grill3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "grill0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix0->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "open0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend1\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "mix2->blend1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Whole Wheat Sables Recipe\n", - "(e340efafd1)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 cup all-purpose flour'\n", - " * '3/4 cup whole wheat flour'\n", - " * '2 sticks \\( 8 ounces \\) unsalted butter , softened'\n", - " * '1/2 cup granulated sugar'\n", - " * '1 teaspoon vanilla extract'\n", - " * '1/4 teaspoon kosher salt'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Whisk flours together until evenly mixed ; set aside .\n", - " * In a medium bowl , with the back of a large spoon or with an electric mixer , beat butter with sugar , vanilla , and salt for about 1 minute , until smooth and creamy but not fluffy .\n", - " * Add flour and mix just until incorporated .\n", - " * Turn off the mixer , scrape down the bowl , form dough into a ball , and , if necessary , knead it with your hands a few times until smooth .\n", - " * Form into a 12-by-2-inch log .\n", - " * Wrap and refrigerate for at least 2 hours or overnight .\n", - " * Heat the oven to 350 degrees F and arrange the racks in the lower and upper third .\n", - " * Use a sharp knife to cut the cold dough log into 1/4-inch-thick slices .\n", - " * Place cookies at least 1 1/2 inches apart on ungreased baking sheets .\n", - " * Bake cookies until light golden brown at the edges , about 12 to 14 minutes , rotating the baking sheets from top to bottom and front to back halfway through baking .\n", - " * Remove from the oven and let cookies firm up on the pans for about 1 minute , then transfer them to a rack and let cool completely ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "mix3->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "knead0\n", - "\n", - "knead\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "knead0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate0\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "refrigerate0->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate5\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "mix2->refrigerate5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk0\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "whisk0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake0->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hand\n", - "\n", - "hand\n", - "\n", - "\n", - "\n", - "hand->knead0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place0->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pan\n", - "\n", - "pan\n", - "\n", - "\n", - "\n", - "pan->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "cut0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->whisk0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wheat flour\n", - "\n", - "wheat flour\n", - "\n", - "\n", - "\n", - "refrigerate5->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->refrigerate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "kosher salt\n", - "\n", - "kosher salt\n", - "\n", - "\n", - "\n", - "kosher salt->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla extract\n", - "\n", - "vanilla extract\n", - "\n", - "\n", - "\n", - "vanilla extract->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cooky\n", - "\n", - "cooky\n", - "\n", - "\n", - "\n", - "cooky->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Spanakopita\n", - "(bc10b7dccb)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '3 cups chopped yellow onions \\( 2 onions \\)'\n", - " * '2 teaspoons kosher salt'\n", - " * '1 12 teaspoons fresh ground black pepper'\n", - " * '3 \\( 10 ounce \\) packages frozen chopped spinach , defrosted'\n", - " * '6 extra-large eggs , beaten'\n", - " * '2 teaspoons grated nutmeg'\n", - " * '12 cup freshly grated parmesan cheese'\n", - " * '3 tablespoons dry plain breadcrumbs'\n", - " * '12 lb feta cheese , cut into 1/2-inch cubes'\n", - " * '12 cup pine nuts \\( pignoli \\)'\n", - " * '14 lb salted butter , melted'\n", - " * '6 sheets phyllo dough , defrosted'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat the over to 375 degrees .\n", - " * In a medium saute pan on medium heat , saute the onions with the olive oil until translucent and slightly browned , 10 to 15 minutes .\n", - " * Add the salt and pepper and allow to cool slightly .\n", - " * Squeeze out and discard as much of the liquid from the spinach as possible .\n", - " * Put the spinach into a bowl and then gently mix in the onions , egg , nutmeg , Parmesan cheese , bread crumbs , feta and pignoli .\n", - " * Butter an ovenproof , non-stick , 8-inch saute pan and line it with 6 stacked sheets of phyllo dough , brushing each with melted butter and letting the edges hang over the pan .\n", - " * Pour the spinach mixture into the middle of the phyllo and neatly fold the edges up and over the top to seal in the filling .\n", - " * Brush the top well with melted butter .\n", - " * Bake for 1 hour , until the top is golden brown and the filling is set .\n", - " * Remove from the oven and allow to cool completely .\n", - " * Serve at room temperature ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat0\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "beat0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", + "peaches->mix4\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "cool3\n", - "\n", - "cool\n", + "\n", + "cool\n", "\n", - "\n", - "\n", - "brown0->cool3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "brush0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "squeeze0\n", - "\n", - "squeeze\n", - "\n", - "\n", - "\n", - "squeeze0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "saute0\n", - "\n", - "saute\n", - "\n", - "\n", - "\n", - "chop0->saute0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool2\n", - "\n", - "cool\n", - "\n", - "\n", + "\n", "\n", - "mix1->cool2\n", - "\n", - "\n", + "mix1->cool3\n", + "\n", + "\n", "\n", - "\n", - "\n", - "spinach\n", - "\n", - "spinach\n", + "\n", + "\n", + "mix4->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0->brush0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Pasta with Roasted Broccoli, Sun-Dried Tomatoes and Mozzarella\n", + "(1fff0aab28)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 bunch broccoli \\( about 1 pound \\) , tough stems discarded'\n", + " * '2 tablespoons olive oil'\n", + " * 'Kosher salt and freshly ground black pepper'\n", + " * '8 ounces mezzi-rigatoni'\n", + " * '1/2 cup sun-dried tomatoes in oil , drained and sliced , plus 1 tablespoon reserved oil from the jar'\n", + " * '6 ounces diced fresh mozzarella \\( 1 cup \\)'\n", + " * '2 tablespoons chopped fresh parsley'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat the oven to 425 degrees F .\n", + " * Coarsely chop the broccoli florets and tender stems and toss with 1 tablespoon of the olive oil , 1/2 teaspoon salt and 1/4 teaspoon pepper .\n", + " * Spread in a single layer on a rimmed baking sheet and roast until tender with the edges crispy , 20 minutes .\n", + " * Meanwhile , bring a large pot of water to a boil .\n", + " * Add a generous pinch of salt and the pasta .\n", + " * Cook according to the package directions .\n", + " * Reserve 1/2 cup pasta water and drain the pasta .\n", + " * Toss the hot pasta with the roasted broccoli , sun-dried tomatoes , 1/4 cup pasta water , the remaining 1 tablespoon olive oil and the reserved sun-dried tomato oil .\n", + " * Stir in the mozzarella , parsley and as much remaining pasta water as needed to make a light sauce .\n", + " * Season to taste with salt and pepper .\n", + " * Yield 4 servings" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "broccoli\n", + "\n", + "broccoli\n", "\n", "\n", - "\n", + "\n", "chop1\n", - "\n", - "chop\n", + "\n", + "chop\n", "\n", - "\n", - "\n", - "spinach->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bread crumb\n", - "\n", - "bread crumb\n", - "\n", - "\n", - "\n", - "bread crumb->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "saute0->heat0\n", - "\n", - "\n", + "\n", + "\n", + "broccoli->chop1\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "olive oil\n", - "\n", - "olive oil\n", + "\n", + "olive oil\n", "\n", "\n", - "\n", + "\n", "mix0\n", - "\n", - "mix\n", + "\n", + "mix\n", "\n", "\n", - "\n", - "olive oil->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "saute2\n", - "\n", - "saute\n", - "\n", - "\n", - "\n", - "saute2->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "filling\n", - "\n", - "filling\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "filling->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->saute2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "kosher salt\n", - "\n", - "kosher salt\n", - "\n", - "\n", - "\n", - "kosher salt->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "cheese->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->beat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "edge\n", - "\n", - "edge\n", - "\n", - "\n", - "\n", - "edge->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "phyllo dough\n", - "\n", - "phyllo dough\n", - "\n", - "\n", - "\n", - "phyllo dough->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", "\n", - "onion->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "bake0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nutmeg\n", - "\n", - "nutmeg\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "nutmeg->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "liquid\n", - "\n", - "liquid\n", - "\n", - "\n", - "\n", - "liquid->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nut\n", - "\n", - "nut\n", - "\n", - "\n", - "\n", - "cool3->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "well\n", - "\n", - "well\n", - "\n", - "\n", - "\n", - "well->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt butter\n", - "\n", - "salt butter\n", - "\n", - "\n", - "\n", - "pignoli\n", - "\n", - "pignoli\n", - "\n", - "\n", - "\n", - "pignoli->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground black pepper\n", - "\n", - "ground black pepper\n", - "\n", - "\n", - "\n", - "ground black pepper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1->squeeze0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sweet Potato-Pecan Burgers with Caramelized Onions\n", - "(b243eacd36)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * 'Onions :'\n", - " * '1 teaspoon canola oil'\n", - " * '3 cups sliced onion'\n", - " * '2 tablespoons balsamic vinegar'\n", - " * '1 teaspoon sugar'\n", - " * '1/8 teaspoon salt'\n", - " * 'Burgers :'\n", - " * '2 1/2 cups \\( 1/2-inch \\) cubed peeled sweet potato'\n", - " * 'Cooking spray'\n", - " * '2 1/2 cups chopped onion'\n", - " * '3 garlic cloves'\n", - " * '1 cup regular oats'\n", - " * '1 1/2 teaspoons ground cumin'\n", - " * '3/4 teaspoon salt'\n", - " * '1/4 teaspoon pepper'\n", - " * '1/2 cup chopped pecans , toasted'\n", - " * '1 tablespoon canola oil , divided'\n", - " * '6 Boston lettuce leaves'\n", - " * '6 \\( 1 1/2-ounce \\) 100 % whole wheat or whole-grain buns'\n", - " * '6 chili sauce'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * 1 .\n", - " * To prepare onions , heat 1 teaspoon oil in a large nonstick skillet over medium-high heat .\n", - " * Add sliced onion to pan ; saute 12 minutes or until browned , stirring occasionally .\n", - " * Stir in vinegar , sugar , and 1/8 teaspoon salt ; cook 30 seconds or until vinegar is absorbed .\n", - " * Remove onion mixture from pan ; keep warm .\n", - " * Wipe pan dry with a paper towel.2 .\n", - " * To prepare burgers , place potato in a large saucepan ; cover with water .\n", - " * Bring to a boil .\n", - " * Reduce heat , and simmer 15 minutes or until tender ; drain.3 .\n", - " * Heat large nonstick skillet over medium-high heat .\n", - " * Coat pan with cooking spray .\n", - " * Add chopped onion and garlic to pan ; saute 5 minutes or until tender.4 .\n", - " * Place potato , chopped onion mixture , oats , cumin , 3/4 teaspoon salt , and pepper in a food processor ; process until smooth .\n", - " * Place potato mixture in a large bowl ; stir in nuts .\n", - " * Divide potato mixture into 6 equal portions , shaping each into a 1/2-inch-thick patty.5 .\n", - " * Wipe pan dry with a paper towel .\n", - " * Heat 1 1/2 teaspoons oil in pan over medium-high heat .\n", - " * Add 3 patties to pan ; cook 4 minutes or until browned .\n", - " * Carefully turn patties over ; cook 3 minutes or until browned .\n", - " * Remove from pan ; keep warm .\n", - " * Repeat procedure with remaining 1 1/2 teaspoons oil and 3 patties .\n", - " * Place lettuce leaves and patties on bottom halves of buns ; top each patty with 1 tablespoon chili sauce , about 3 tablespoons onion , and top halves of buns ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "heat4\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "simmer3\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "heat4->simmer3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer0\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "wipe9\n", - "\n", - "wipe\n", - "\n", - "\n", - "\n", - "simmer0->wipe9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wipe8\n", - "\n", - "wipe\n", - "\n", - "\n", - "\n", - "boil6\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "wipe8->boil6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm5\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "warm5->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat5\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "simmer2\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "heat5->simmer2\n", - "\n", - "\n", + "olive oil->mix0\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "cook1\n", - "\n", - "cook\n", + "\n", + "cook\n", "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook1->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook7\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "brown5\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "cook7->brown5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook6\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "simmer2->cook6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil5\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "heat6\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "boil5->heat6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown6\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "cook6->brown6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "simmer3->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wipe4\n", - "\n", - "wipe\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "wipe4->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix3->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown7\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown7->warm5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer5\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "boil6->simmer5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil4\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "boil4->heat5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wipe9->cook7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer5->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix6->wipe4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm7\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "brown5->warm7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm6\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "brown6->warm6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer6\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "heat6->simmer6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm6->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->brown7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop4\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop4->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix7\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix7->chop4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer6->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm7->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "wipe2\n", - "\n", - "wipe\n", - "\n", - "\n", - "\n", - "mix2->wipe2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "mix1->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm0\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "warm0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "boil0->heat2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "boil2\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "place1->boil2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "wipe7\n", - "\n", - "wipe\n", - "\n", - "\n", - "\n", - "cook0->wipe7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "burgers\n", - "\n", - "burgers\n", - "\n", - "\n", - "\n", - "burgers->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat1->wipe8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "canola oil\n", - "\n", - "canola oil\n", - "\n", - "\n", - "\n", - "canola oil->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "garlic clove->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pecan\n", - "\n", - "pecan\n", - "\n", - "\n", - "\n", - "pecan->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "bun\n", - "\n", - "bun\n", - "\n", - "\n", - "\n", - "bun->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "patty\n", - "\n", - "patty\n", - "\n", - "\n", - "\n", - "patty->warm0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chili sauce\n", - "\n", - "chili sauce\n", - "\n", - "\n", + "\n", "\n", - "chili sauce->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vinegar\n", - "\n", - "vinegar\n", - "\n", - "\n", - "\n", - "vinegar->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "potato\n", - "\n", - "potato\n", - "\n", - "\n", - "\n", - "potato->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground cumin\n", - "\n", - "ground cumin\n", - "\n", - "\n", - "\n", - "ground cumin->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil2->heat4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wipe2->boil4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oat\n", - "\n", - "oat\n", - "\n", - "\n", - "\n", - "oat->mix7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wheat\n", - "\n", - "wheat\n", - "\n", - "\n", - "\n", - "nut\n", - "\n", - "nut\n", - "\n", - "\n", - "\n", - "nut->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onions\n", - "\n", - "onions\n", - "\n", - "\n", - "\n", - "lettuce leaf\n", - "\n", - "lettuce leaf\n", - "\n", - "\n", - "\n", - "lettuce leaf->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2->simmer0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wipe7->boil5\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Power Packed Breakfast\n", - "(4391b6a54c)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 slices whole wheat bread'\n", - " * '1 apple , favorite variety'\n", - " * '1 pear , favorite variety'\n", - " * '2 tablespoons almond butter'\n", - " * 'chopped almonds , roasted \\( optional \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Toast bread .\n", - " * Meanwhile , core and slice pear and apple 1/4-inch thick .\n", - " * Spread toast with almond butter , top with apple and pear slices , and garnish with .\n", - " * chopped almonds if desired .\n", - " * Eat and go !\n", - " * Note .\n", - " * To roast chopped almonds , preheat oven to 350F Roast 4-6 minutes , until light brown ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "almond\n", - "\n", - "almond\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "toast\n", - "\n", - "toast\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "toast->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "apple\n", - "\n", - "apple\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "apple->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wheat bread\n", - "\n", - "wheat bread\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "wheat bread->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pear\n", - "\n", - "pear\n", - "\n", - "\n", - "\n", - "slice3\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "pear->slice3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread1\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "spread1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "almond butter\n", - "\n", - "almond butter\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "almond butter->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice1\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix2->slice1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->spread1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "garnish->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice3->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Easy Chocolate Chip Cookies\n", - "(b6fb911671)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 12 cups margarine , softened'\n", - " * '1 14 granulated sugar'\n", - " * '1 14 brown sugar'\n", - " * '1 tablespoon vanilla'\n", - " * '2 eggs'\n", - " * '4 cups unbleached all-purpose flour'\n", - " * '2 teaspoons baking soda'\n", - " * '12 teaspoon salt'\n", - " * '2 cups semi-sweet chocolate chips'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat oven to 350F .\n", - " * Beat butter , sugars , vanilla , and eggs on medium speed or with a spoon until light and fluffy in a large bowl .\n", - " * Stir in flour , baking soda and salt \\( dough will be stiff \\) .\n", - " * Stir in chocolate chips .\n", - " * On ungreesed cookie sheet , drop dough by tablespoonfuls 2 inches apart .\n", - " * \\( Flatten slightly \\) .\n", - " * Bake 11 to 13 minutes or until light brown \\( centers will be soft \\) .\n", - " * Cool for 1 to 2 minutes ; remove from cookie sheet to cooling rack or plate .\n", - " * Serving : 6 dozen -- So cook some then refrigerate the rest for another day !" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "bake4\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "brown7\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "bake4->brown7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "brown7->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate chip\n", - "\n", - "chocolate chip\n", - "\n", - "\n", - "\n", - "chocolate chip->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "plate\n", - "\n", - "plate\n", - "\n", - "\n", - "\n", - "cool0\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "plate->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla\n", - "\n", - "vanilla\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "vanilla->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate8\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "cook0->refrigerate8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook6\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "refrigerate7\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "cook6->refrigerate7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "margarine\n", - "\n", - "margarine\n", - "\n", - "\n", - "\n", - "soda\n", - "\n", - "soda\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool0->cook6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->bake4\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grilled Trout with Herbs and Citrus-Nut Oil Dressing\n", - "(2b331955cd)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '4 boneless trout , each about 8 to 9 ounces , cleaned'\n", - " * 'Kosher or sea salt and freshly ground black pepper'\n", - " * '2 tablespoons unsalted butter , thinly sliced'\n", - " * '1 shallot , minced'\n", - " * '2 tablespoons chopped fresh tarragon leaves'\n", - " * 'Extra-virgin olive oil'\n", - " * '2 tablespoons white wine vinegar'\n", - " * '2 teaspoons finely grated orange zest \\( from 1 small orange \\)'\n", - " * '1/2 teaspoon kosher salt'\n", - " * 'Freshly ground black pepper to taste'\n", - " * '1/4 cup hazelnut oil'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat an outdoor grill or preheat a grill pan to high .\n", - " * Pat the fish very dry with with paper or kitchen towels .\n", - " * Season the inside of each trout with salt and pepper , to taste .\n", - " * Stuff each fish with a quarter of the butter , shallots and tarragon .\n", - " * Tie the fish closed with kitchen twine , dental floss , or thread the fish closed with a skewer .\n", - " * Brush the fish lightly with oil .\n", - " * Season the outside of the fish with generously with salt and the pepper , to taste .\n", - " * Grill the trout until an instant-read thermometer inserted into the thickest part of the fish registers 125 degrees F , turning once , about 5 minutes per side .\n", - " * Set aside for 5 minutes before serving .\n", - " * Meanwhile make the dressing : Put the vinegar , orange zest , salt and pepper in a medium bowl .\n", - " * Gradually whisk in the oil to make a dressing .\n", - " * Snip off the string or remove the skewer and serve each fish drizzled with some of the dressing ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grate0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "trout\n", - "\n", - "trout\n", - "\n", - "\n", - "\n", - "trout->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "orange zest\n", - "\n", - "orange zest\n", - "\n", - "\n", - "\n", - "orange zest->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "kosher salt\n", - "\n", - "kosher salt\n", - "\n", - "\n", - "\n", - "kosher salt->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "brush0->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dressing\n", - "\n", - "dressing\n", - "\n", - "\n", - "\n", - "dressing->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix11\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grill0->mix11\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tarragon leaf\n", - "\n", - "tarragon leaf\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "tarragon leaf->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "slice0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "white wine vinegar\n", - "\n", - "white wine vinegar\n", - "\n", - "\n", - "\n", - "white wine vinegar->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "skewer\n", - "\n", - "skewer\n", - "\n", - "\n", - "\n", - "skewer->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shallot\n", - "\n", - "shallot\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "shallot->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fish\n", - "\n", - "fish\n", - "\n", - "\n", - "\n", - "fish->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush1\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "whisk0\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "brush1->whisk0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix9->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hazelnut oil\n", - "\n", - "hazelnut oil\n", - "\n", - "\n", - "\n", - "string\n", - "\n", - "string\n", - "\n", - "\n", - "\n", - "string->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "olive oil->brush1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk0->mix11\n", - "\n", - "\n", + "mix0->cook1\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "black pepper\n", - "\n", - "black pepper\n", + "\n", + "black pepper\n", "\n", - "\n", - "\n", - "black pepper->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## South American Pizza With Chorizo and Chili Peppers\n", - "(832fcf6a36)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '16 ounces pizza dough , ball \\( 1 pound \\)'\n", - " * '12 cup pizza sauce'\n", - " * '4 fresh garlic cloves , peeled and finely chopped'\n", - " * '1 12 cups queso fresco , crumbled'\n", - " * '12 cup chorizo sausage , cooked and crumbled'\n", - " * '4 green onions , chopped'\n", - " * '1 large red chili , thinly sliced'\n", - " * '14 cup fresh cilantro , chopped'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 500 degrees .\n", - " * Roll the pizza dough on a floured surface and place on a cookie sheet .\n", - " * Spread the pizza sauce over top .\n", - " * Cover with a sprinkling of garlic , then a 1/2 cup of queso fresco .\n", - " * Top with chorizo and green onion , then cover with the remaining cheese and chili slices .\n", - " * Cook until the crust is golden brown \\( 10 to 12 minutes \\) .\n", - " * Garnish with cilantro .\n", - " * Note : I prefer my crust prebaked for a crispier crumb .\n", - " * May need to reduce final cook time ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "slice0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop2\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chop2->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "roll->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook2\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook2->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crumble\n", - "\n", - "crumble\n", - "\n", - "\n", - "\n", - "crumble->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "green onion->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "time\n", - "\n", - "time\n", - "\n", - "\n", - "\n", - "time->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "chop0->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "cheese->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chorizo sausage\n", - "\n", - "chorizo sausage\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "chorizo sausage->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "garlic clove->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peel0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red chili\n", - "\n", - "red chili\n", - "\n", - "\n", - "\n", - "red chili->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crust\n", - "\n", - "crust\n", - "\n", - "\n", + "\n", "\n", - "crust->cook2\n", - "\n", - "\n", + "black pepper->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "cook0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cilantro\n", - "\n", - "cilantro\n", - "\n", - "\n", - "\n", - "cilantro->chop2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "sauce->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Fillet of Catfish Bayou Lafourche\n", - "(58079c3a16)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '4 each catfish fillets'\n", - " * '1 cup flour , all-purpose'\n", - " * '1 x cayenne pepper'\n", - " * '1/2 cup white wine ry'\n", - " * '2 each lemon juice'\n", - " * '2 tablespoons tarragon leaves chopped fresh'\n", - " * '2 tablespoons scallions , spring or green onions chopped'\n", - " * '2 tablespoons chives chopped'\n", - " * '1/2 cup butter clarified'\n", - " * '1 x salt to taste'\n", - " * '1/2 cup champagne'\n", - " * '12 each oysters fresh shucked'\n", - " * '2 tablespoons shallots chopped'\n", - " * '1/2 teaspoon tarragon leaves ried'\n", - " * '1/2 cup butter unsalted'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Thaw frozen fish according to package directions .\n", - " * Season catfish with salt and cayenne ; dust with flour , shaking off excess .\n", - " * Heat clarified butter in large heavy skillet .\n", - " * Place fillets in skillet , flat side up ; saute over medium heat until brown .\n", - " * Turn fillets and continue to saute until brown , then remove to heated plates .\n", - " * Deglaze skillet with champagne or wine ; add oysters , oyster liquor , lemon juice , shallots , fresh or dried tarragon , and green onions .\n", - " * Cook until oysters begin to curl , then remove and place 3 on each fillet .\n", - " * Reduce liquid in skillet until a glaze forms , then add cold butter , a few chips at a time , swirling pan constantly \\( do not stir , as spots will develop and butter solids and liquids will separate \\) .\n", - " * Continue adding butter ; butter will emulsify , creating a smooth creamy sauce .\n", - " * Add chives , adjust seasoning with salt and cayenne , and pour over oysters ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "tarragon leaf\n", - "\n", - "tarragon leaf\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "tarragon leaf->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "salt->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", + "\n", "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "cook0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wine\n", - "\n", - "wine\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "wine->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dust\n", - "\n", - "dust\n", - "\n", - "\n", - "\n", - "dust->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thaw0\n", - "\n", - "thaw\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "thaw0->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "glaze\n", - "\n", - "glaze\n", - "\n", - "\n", - "\n", - "glaze->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", - "\n", - "green onion->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tarragon leave\n", - "\n", - "tarragon leave\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", - "\n", - "\n", - "sauce->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "chive\n", - "\n", - "chive\n", - "\n", - "\n", - "\n", - "chop2\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chive->chop2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shallot\n", - "\n", - "shallot\n", - "\n", - "\n", - "\n", - "shallot->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop2->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "liquid\n", - "\n", - "liquid\n", - "\n", - "\n", - "\n", - "liquid->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "season\n", - "\n", - "season\n", - "\n", - "\n", - "\n", - "season->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix0->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "champagne\n", - "\n", - "champagne\n", - "\n", - "\n", - "\n", - "champagne->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "catfish fillet\n", - "\n", - "catfish fillet\n", - "\n", - "\n", - "\n", - "catfish fillet->thaw0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oyster\n", - "\n", - "oyster\n", - "\n", - "\n", - "\n", - "oyster->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cayenne pepper\n", - "\n", - "cayenne pepper\n", - "\n", - "\n", - "\n", - "cayenne pepper->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## PHILADELPHIA Caramel-Pecan Cheesecake\n", - "(c6bebda3c2)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1-1/2 cups Honey Maid Graham Crumbs'\n", - " * '1 cup chopped pecans , divided'\n", - " * '1/4 cup non-hydrogenated margarine , melted'\n", - " * '4 pkg . \\( 250 g each \\) Philadelphia Brick Cream Cheese , softened'\n", - " * '1 cup sugar'\n", - " * '1 cup sour cream'\n", - " * '3 Tbsp . flour'\n", - " * '1 Tbsp . vanilla'\n", - " * '4 eggs'\n", - " * '1/4 cup caramel ice cream topping'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat oven to 325F .\n", - " * Line 13x9-inch pan with foil , with ends of foil extending over sides .\n", - " * Mix graham crumbs , 1/2 cup nuts and margarine ; press onto bottom of pan .\n", - " * Refrigerate until ready to use .\n", - " * Beat cream cheese and sugar in large bowl with mixer until blended .\n", - " * Add sour cream , flour and vanilla ; mix well .\n", - " * Add eggs , 1 at a time , mixing on low speed after each just until blended .\n", - " * Pour over crust .\n", - " * Bake 45 min .\n", - " * or until centre is almost set .\n", - " * Cool completely .\n", - " * Refrigerate 4 hours .\n", - " * Use foil handles to lift cheesecake from pan .\n", - " * Drizzle with caramel topping ; sprinkle with remaining nuts .\n", - " * Let stand until topping is firm ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "refrigerate1\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "cool2\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "refrigerate1->cool2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour0\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sprinkle->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool0\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "refrigerate9\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "cool0->refrigerate9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "flour->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour1\n", - "\n", - "sour\n", - "\n", - "\n", - "\n", - "mix3->sour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "margarine\n", - "\n", - "margarine\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "margarine->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "foil\n", - "\n", - "foil\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "foil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "beat0\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "sugar->beat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "min\n", - "\n", - "min\n", - "\n", - "\n", - "\n", - "min->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream cheese\n", - "\n", - "cream cheese\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "cream cheese->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "cream->sour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate9->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->refrigerate1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "top\n", - "\n", - "top\n", - "\n", - "\n", - "\n", - "beat1->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "graham crumbs\n", - "\n", - "graham crumbs\n", - "\n", - "\n", - "\n", - "graham crumbs->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla\n", - "\n", - "vanilla\n", - "\n", - "\n", - "\n", - "vanilla->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nut\n", - "\n", - "nut\n", - "\n", - "\n", - "\n", - "nut->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sour1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "pour0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool2->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "caramel ice cream topping\n", - "\n", - "caramel ice cream topping\n", - "\n", - "\n", - "\n", - "caramel ice cream topping->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pecan\n", - "\n", - "pecan\n", - "\n", - "\n", - "\n", - "pecan->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rye and Molasses Bread With Beer\n", - "(2cd6829516)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 1/2 packages dry yeast'\n", - " * '13 cup warm milk'\n", - " * '1/2 cup molasses'\n", - " * '1 tablespoon grated orange peel'\n", - " * '1 tablespoon salt'\n", - " * '1 1/2 teaspoons ground fennel seeds'\n", - " * '2 cups dark beer'\n", - " * '1/2 cup rolled oats'\n", - " * '1/2 cup bran'\n", - " * '1 1/2 cups medium or dark rye flour'\n", - " * '1 1/2 cups whole wheat flour'\n", - " * '1 cup all-purpose flour \\( approximately \\)'\n", - " * '2 teaspoons whole fennel seeds'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Dissolve yeast in milk .\n", - " * Set aside in a warm place to proof , about five minutes .\n", - " * Mix all but one tablespoon of the molasses with orange rind , salt and ground fennel seeds in a saucepan .\n", - " * Bring to a boil , then mix with beer in a large bowl .\n", - " * Mix the remaining tablespoon of molasses with a tablespoon of warm water and set aside to use as a glaze .\n", - " * Stir in the yeast mixture .\n", - " * Then stir in the oats , bran and rye flour .\n", - " * Add the whole wheat flour , a half-cup at a time , to make a soft , somewhat sticky dough .\n", - " * Turn the dough out onto a board liberally spread with the all-purpose flour .\n", - " * Knead until the dough is soft , smooth and fairly elastic , adding more all-purpose flour as necessary .\n", - " * Most of the stickiness should be gone from the dough .\n", - " * Place dough in an oiled bowl , cover and set aside to rise until doubled , one-and-a-half to two hours .\n", - " * Punch dough down , knead briefly and divide in half .\n", - " * Shape each portion of dough into a narrow , plump oval and press the fennel seeds into the top of each loaf .\n", - " * Place loaves on an oiled baking sheet and set aside to rise until doubled , about one hour .\n", - " * Preheat oven to 375 degrees .\n", - " * Brush each loaf with some of the glaze prepared in Step 2 .\n", - " * Place breads in the middle of the oven and bake until they sound hollow when tapped , about 40 minutes .\n", - " * Brush more glaze on the loaves during baking .\n", - " * Cover breads loosely with foil and cool on racks ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "yeast\n", - "\n", - "yeast\n", - "\n", - "\n", - "\n", - "warm0\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "yeast->warm0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "mix10\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "boil0->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm1\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "warm1->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "molasses\n", - "\n", - "molasses\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "molasses->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll oat\n", - "\n", - "roll oat\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "roll oat->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "brush0->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "glaze\n", - "\n", - "glaze\n", - "\n", - "\n", - "\n", - "glaze->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "knead0\n", - "\n", - "knead\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "knead0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "loaves\n", - "\n", - "loaves\n", - "\n", - "\n", - "\n", - "loaves->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wheat flour\n", - "\n", - "wheat flour\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "peel0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "grate0->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "spread0->knead0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "place2\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix0->place2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rye flour\n", - "\n", - "rye flour\n", - "\n", - "\n", - "\n", - "rye flour->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "foil\n", - "\n", - "foil\n", - "\n", - "\n", - "\n", - "mix11\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "foil->mix11\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place1->mix11\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "orange\n", - "\n", - "orange\n", - "\n", - "\n", - "\n", - "orange->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->warm1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "loaf\n", - "\n", - "loaf\n", - "\n", - "\n", - "\n", - "loaf->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fennel seed\n", - "\n", - "fennel seed\n", - "\n", - "\n", - "\n", - "ground fennel seed\n", - "\n", - "ground fennel seed\n", - "\n", - "\n", - "\n", - "ground fennel seed->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beer\n", - "\n", - "beer\n", - "\n", - "\n", - "\n", - "beer->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place2->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bread\n", - "\n", - "bread\n", - "\n", - "\n", - "\n", - "bread->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chocolate Mousse Tart\n", - "(6987bd21a3)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '8 ounces bittersweet or semisweet chocolate , chopped'\n", - " * '4 tablespoons unsalted butter'\n", - " * '3 large eggs , \\* separated'\n", - " * '1/4 cup superfine sugar'\n", - " * '1 1/4 cups cold heavy cream'\n", - " * '1/4 cup orange liqueur \\( recommended : Grand Marnier \\)'\n", - " * 'Tart shell , recipe follows'\n", - " * 'Small chocolate shavings or chocolate nibs , for garnish'\n", - " * '1 1/2 cups plus 2 tablespoons all-purpose flour'\n", - " * '1 tablespoon sugar'\n", - " * '1/2 teaspoon salt'\n", - " * '4 ounces \\( 1 stick \\) cold butter , cut into 1/4-inch pieces'\n", - " * '2 tablespoons solid vegetable shortening'\n", - " * '3 tablespoons ice water'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In the top of a double boiler or in a bowl set over a pot of hot water , melt the chocolate and butter , stirring .\n", - " * Remove from the heat and beat with a heavy wooden spoon until smooth .\n", - " * Return to the heat and add the yolks , 1 at a time , beating well after the addition of each .\n", - " * Remove from the heat and transfer to a large bowl .\n", - " * In a clean bowl , beat the egg whites until soft peaks start to form .\n", - " * Add 2 tablespoons of the sugar and beat until stiff .\n", - " * In a third bowl , beat the cream until it becomes frothy .\n", - " * Add the remaining 2 tablespoons sugar and the orange liqueur and continue beating until it holds soft peaks .\n", - " * Fold the egg whites into the chocolate mixture until no white specks appear .\n", - " * Gradually fold in the whipped cream , reserving about 1/2 cup for garnish .\n", - " * Spoon the mousse into the pre-baked pie shell and smooth the top with a rubber spatula .\n", - " * Refrigerate until well chilled .\n", - " * To serve , spoon the reserved whipped cream on top and garnish with chocolate shavings .\n", - " * Cut into wedges and serve .\n", - " * Sift the flour , sugar , and salt into a large mixing bowl .\n", - " * Using a pastry blender or your fingers , work in the butter pieces and shortening until the dough begins to come together and form small pea shapes .\n", - " * Work in the ice water with your fingers until it just comes together , being careful not to over mix .\n", - " * Form the crust into a disk shape , wrap tightly in plastic wrap , and place in the refrigerator to rest for at least 30 minutes before rolling out to fit into a pie pan .\n", - " * Preheat the oven to 400 degrees F .\n", - " * On a lightly floured surface , roll out the dough to an 11-inch circle .\n", - " * Transfer to a 10-inch tart pan with a removable bottom and trim any excess from the edges .\n", - " * Place in the refrigerator for 20 to 30 minutes to rest .\n", - " * Cover with parchment paper and weight with pie weights .\n", - " * Bake for 12 to 15 minutes .\n", - " * Remove the paper and weights and cook until just golden brown , about 15 minutes .\n", - " * Remove from the oven and cool .\n", - " * Yield : 1 \\( 10-inch \\) tart shell" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "bake11\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix6\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake11->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut6\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "mix6->cut6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate4\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "chill9\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "refrigerate4->chill9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "cool4\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "bake1->cool4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "refrigerate10\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "beat1->refrigerate10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate5\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "refrigerate5->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place10\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "cut0->place10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix15\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix15->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "melt1\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "chop0->melt1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill8\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "chill8->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chill1\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "mix2->chill1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake17\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake17->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "refrigerate0\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "mix5->refrigerate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill9->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix10\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat0->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate10->chill8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "yolk\n", - "\n", - "yolk\n", - "\n", - "\n", - "\n", - "yolk->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place10->bake11\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip0->mix6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "mix14\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "melt0->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "orange liqueur\n", - "\n", - "orange liqueur\n", - "\n", - "\n", - "\n", - "orange liqueur->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "melt1->heat2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pea\n", - "\n", - "pea\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pea->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "mix12\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "egg->mix12\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat1->mix12\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "any\n", - "\n", - "any\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "any->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat4\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "beat4->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "cream->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill0\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "refrigerate0->chill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool18\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "ice water\n", - "\n", - "ice water\n", - "\n", - "\n", - "\n", - "ice water->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut6->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "paper\n", - "\n", - "paper\n", - "\n", - "\n", - "\n", - "paper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pastry\n", - "\n", - "pastry\n", - "\n", - "\n", - "\n", - "pastry->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2->mix15\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place4\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place4->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate nib\n", - "\n", - "chocolate nib\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix12->beat4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "chill0->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mousse\n", - "\n", - "mousse\n", - "\n", - "\n", - "\n", - "mousse->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->place4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tart shell\n", - "\n", - "tart shell\n", - "\n", - "\n", - "\n", - "tart shell->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate\n", - "\n", - "chocolate\n", - "\n", - "\n", - "\n", - "chocolate->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crust\n", - "\n", - "crust\n", - "\n", - "\n", - "\n", - "crust->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "all-purpose flour\n", - "\n", - "all-purpose flour\n", - "\n", - "\n", - "\n", - "all-purpose flour->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place21\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix4->place21\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "finger\n", - "\n", - "finger\n", - "\n", - "\n", - "\n", - "finger->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "superfine sugar\n", - "\n", - "superfine sugar\n", - "\n", - "\n", - "\n", - "superfine sugar->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill1->refrigerate5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable shortening\n", - "\n", - "vegetable shortening\n", - "\n", - "\n", - "\n", - "vegetable shortening->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix3->bake17\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "roll->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->cool18\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "speck\n", - "\n", - "speck\n", - "\n", - "\n", - "\n", - "speck->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place21->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garnish\n", - "\n", - "garnish\n", - "\n", - "\n", - "\n", - "garnish->mix10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool4->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix14->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix10->refrigerate4\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Atomic Tuna Salad\n", - "(1932c76498)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 \\( 6 ounce \\) cans tuna , drained'\n", - " * '1/2 head broccoli , finely chopped'\n", - " * '1/2 head cauliflower , finely chopped'\n", - " * '1/2 red onion , finely chopped'\n", - " * '2 stalks celery , finely chopped'\n", - " * '1 cup fat-free mayonnaise , or to taste'\n", - " * '4 pita bread rounds'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In a large bowl , toss together the tuna , broccoli , cauliflower , onion and celery .\n", - " * Stir in mayonnaise until the salad reaches your desired consistency .\n", - " * Serve on pita bread ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "broccoli\n", - "\n", - "broccoli\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "broccoli->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pita bread round\n", - "\n", - "pita bread round\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chop0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tuna\n", - "\n", - "tuna\n", + "tomato\n", + "\n", + "tomato\n", "\n", "\n", - "\n", + "\n", "drain0\n", - "\n", - "drain\n", + "\n", + "drain\n", "\n", - "\n", - "\n", - "tuna->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cauliflower\n", - "\n", - "cauliflower\n", - "\n", - "\n", - "\n", - "cauliflower->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "celery\n", - "\n", - "celery\n", - "\n", - "\n", - "\n", - "celery->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salad\n", - "\n", - "salad\n", - "\n", - "\n", - "\n", - "salad->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red onion\n", - "\n", - "red onion\n", - "\n", - "\n", - "\n", - "red onion->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Morning Glory Breakfast Cookies\n", - "(74f93c8999)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 34 cups unbleached all-purpose flour'\n", - " * '1 teaspoon baking powder'\n", - " * '14 teaspoon salt'\n", - " * '1 teaspoon ground cinnamon'\n", - " * '34 cup unsalted butter , room temperature'\n", - " * '1 teaspoon grated orange zest'\n", - " * '2 large eggs'\n", - " * '2 teaspoons vanilla extract'\n", - " * '1 cup carrot , finely grated \\( 3-4 carrots \\)'\n", - " * '34 cup grated peeled apple \\( 1 apple \\)'\n", - " * '1 cup raisins'\n", - " * '12 cup shredded sweetened coconut'\n", - " * '1 cup walnuts , chopped coarsely'\n", - " * 'powdered sugar , for dusting'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Position a rack in the middle of the oven .\n", - " * preheat oven to 350\\* .\n", - " * line two baking sheets with parchment paper .\n", - " * sift flour , baking power , salt and cinnamon in a medium bowl and set aside .\n", - " * In a large bowl , using an electric mixer on medium speed , beat the butter , sugar and orange zest until smoothly blended -- about 1 minute .\n", - " * Stop the mixer and scrape the sides of the bowl as needed during mixing .\n", - " * Add the eggs and vanilla and mix until blended , about 1 minute .\n", - " * Mix in the carrots , apple , raisins , coconut and walnuts .\n", - " * The batter will become quite liquid from the moist carrots and apples .\n", - " * on low speed , add the flour mixture , mixing just until incorporated .\n", - " * the dough will be soft and sticky .\n", - " * using an ice cream scoop , preferably , or measuring cup with 1/4 cup capacity , scoop mounds of the dough onto the prepared baking sheets , spacing the cookies at least 2 1/2 '' apart .\n", - " * bake the cookies one sheet at a time until the bottoms are browned and the tops are pale but firm , and a toothpick inserted near the center of a cookie comes out dry , about 20 minutes .\n", - " * cool the cookies on the baking sheet for 5 minutes. , then using a wide metal spatula , transfer to wire rack to cool completely .\n", - " * dust the cooled cookies with powdered sugar -- if desired.The cookies can be stored in a tightly covered container at room temperature for up to 4 days ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "coconut\n", - "\n", - "coconut\n", - "\n", - "\n", - "\n", - "sweeten0\n", - "\n", - "sweeten\n", - "\n", - "\n", - "\n", - "coconut->sweeten0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate1\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "grate1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "orange zest\n", - "\n", - "orange zest\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "orange zest->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "beat1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "raisin\n", - "\n", - "raisin\n", - "\n", - "\n", - "\n", - "raisin->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cooky\n", - "\n", - "cooky\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cooky->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ice cream\n", - "\n", - "ice cream\n", - "\n", - "\n", - "\n", - "ice cream->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "apple\n", - "\n", - "apple\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", + "\n", "\n", - "apple->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "chop0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sweeten0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix3->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix2->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->grate1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dust\n", - "\n", - "dust\n", - "\n", - "\n", - "\n", - "dust->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "baking\n", - "\n", - "baking\n", - "\n", - "\n", - "\n", - "bake1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "cool0\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "bake0->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix9->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "liquid\n", - "\n", - "liquid\n", - "\n", - "\n", - "\n", - "liquid->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "carrot\n", - "\n", - "carrot\n", - "\n", - "\n", - "\n", - "carrot->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bottom\n", - "\n", - "bottom\n", - "\n", - "\n", - "\n", - "bottom->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla extract\n", - "\n", - "vanilla extract\n", - "\n", - "\n", - "\n", - "vanilla extract->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground cinnamon\n", - "\n", - "ground cinnamon\n", - "\n", - "\n", - "\n", - "ground cinnamon->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "top\n", - "\n", - "top\n", - "\n", - "\n", - "\n", - "top->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "walnut\n", - "\n", - "walnut\n", - "\n", - "\n", - "\n", - "walnut->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Cookie Dough\n", - "(b7d6e288a6)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 cup soy yogurt'\n", - " * '1 cup applesauce unsweetened'\n", - " * '3 cups turbinado sugar'\n", - " * '2 teaspoons vanilla extract'\n", - " * '1 cup rolled oats whole'\n", - " * '2 cups rolled oats process in food processor until coarse flour'\n", - " * '1 cup flour , unbleached all-purpose'\n", - " * '1 1/2 tablespoons baking powder'\n", - " * '1 1/2 tablespoons baking soda'\n", - " * '1 teaspoon salt'\n", - " * '2 tablespoons liquid egg substitute'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Combine mixtures .\n", - " * The baking soda should react somewhat , making the mass fluffy and easy to stir .\n", - " * Add more flour until a cookie dough texture is reached .\n", - " * Add chips or fruit or whatever .\n", - " * Shape into balls and bake at 375 until browned ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "liquid egg\n", - "\n", - "liquid egg\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chip\n", - "\n", - "chip\n", - "\n", - "\n", - "\n", - "chip->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "applesauce\n", - "\n", - "applesauce\n", - "\n", - "\n", - "\n", - "bake2\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "bake2->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->bake2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "soda\n", - "\n", - "soda\n", - "\n", - "\n", - "\n", - "fruit\n", - "\n", - "fruit\n", - "\n", - "\n", - "\n", - "fruit->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roll oat\n", - "\n", - "roll oat\n", - "\n", - "\n", - "\n", - "turbinado sugar\n", - "\n", - "turbinado sugar\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "vanilla extract\n", - "\n", - "vanilla extract\n", - "\n", - "\n", - "\n", - "soy\n", - "\n", - "soy\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Teeny Weeny Woo-Woo\n", - "(7344b6d987)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 \\( 1.5 fluid ounce \\) jigger peach schnapps'\n", - " * '1 \\( 1.5 fluid ounce \\) jigger vodka'\n", - " * '1 fluid ounce cranberry juice'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In a small glass , stir together the peach schnapps and vodka .\n", - " * Top with a splash of cranberry juice .\n", - " * Serve with or without ice ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "cranberry juice\n", - "\n", - "cranberry juice\n", - "\n", - "\n", - "\n", - "fluid\n", - "\n", - "fluid\n", - "\n", - "\n", - "\n", - "peach schnapps\n", - "\n", - "peach schnapps\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "peach schnapps->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vodka\n", - "\n", - "vodka\n", - "\n", - "\n", - "\n", - "vodka->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grilled Chicken Breasts in Raspberry Vinegar Marinade\n", - "(014b655a6f)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '4 chicken breast halves'\n", - " * '1 cup raspberry vinegar or 12 cup wine vinegar'\n", - " * '12 cup chicken stock'\n", - " * '2 tablespoons olive oil'\n", - " * '1 tablespoon lemon juice'\n", - " * '1 teaspoon fresh lemon rind , grated'\n", - " * '2 shallots , finely chopped'\n", - " * '12 teaspoon dried tarragon leaves'\n", - " * 'black pepper'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Remove excess fat from chicken breasts ; place them in sealable plastic bag or non-aluminum bowl .\n", - " * Combine remaining ingredients ; pour evenly over chicken breasts .\n", - " * Seal bag or cover bowl ; marinate in refrigerator 4 hours or overnight .\n", - " * Turn occasionally .\n", - " * Remove chicken from marinade , reserving marinade .\n", - " * Arrange in one layer in greased 9x13-inch pan .\n", - " * Pierce skin in several places with sharp knife .\n", - " * Cover with foil .\n", - " * Bake at 350F for 30-35 minutes , or until mostly cooked through ; in the mean time , bring reserved marinade to a simmer in a small saucepan , simmering 15 minutes .\n", - " * After main cooking time , uncover chicken and baste with marinade every 5 minutes until chicken is cooked through , approx 15-20 minutes .\n", - " * For OAMC or freezing ahead , freeze this chicken , raw , in marinade -OR- freeze after cooking , making sure to include a portion of the cooking juices with each breast \\( keeps chicken moist while thawing \\) .\n", - " * Serving suggestions : bed of rice or baby spinach ; side of green salad with raspberry vinaigrette ; mashed potatoes ; steamed carrots or broccoli ; sliced thin over a bed of peppered angel hair pasta ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "fat\n", - "\n", - "fat\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "fat->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "marinate1\n", - "\n", - "marinate\n", - "\n", - "\n", - "\n", - "pour0->marinate1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broccoli\n", - "\n", - "broccoli\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "broccoli->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken breast half\n", - "\n", - "chicken breast half\n", - "\n", - "\n", - "\n", - "chicken breast half->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken stock\n", - "\n", - "chicken stock\n", - "\n", - "\n", - "\n", - "mash0\n", - "\n", - "mash\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mash0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "marinade\n", - "\n", - "marinade\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "marinade->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "baste0\n", - "\n", - "baste\n", - "\n", - "\n", - "\n", - "baste0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green salad\n", - "\n", - "green salad\n", - "\n", - "\n", - "\n", - "green salad->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "carrot\n", - "\n", - "carrot\n", - "\n", - "\n", - "\n", - "carrot->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "freeze0\n", - "\n", - "freeze\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "freeze0->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook1->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spinach\n", - "\n", - "spinach\n", - "\n", - "\n", - "\n", - "spinach->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tarragon leaf\n", - "\n", - "tarragon leaf\n", - "\n", - "\n", - "\n", - "vinegar wine vinegar\n", - "\n", - "vinegar wine vinegar\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "lemon\n", - "\n", - "lemon\n", - "\n", - "\n", - "\n", - "lemon->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "potato\n", - "\n", - "potato\n", - "\n", - "\n", - "\n", - "potato->mash0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "raspberry vinaigrette\n", - "\n", - "raspberry vinaigrette\n", - "\n", - "\n", - "\n", - "raspberry vinaigrette->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shallot\n", - "\n", - "shallot\n", - "\n", - "\n", - "\n", - "shallot->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pasta\n", - "\n", - "pasta\n", + "tomato->drain0\n", + "\n", + "\n", "\n", "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "pasta->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "bake0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "skin\n", - "\n", - "skin\n", - "\n", - "\n", - "\n", - "steam0\n", - "\n", - "steam\n", - "\n", - "\n", - "\n", - "mix0->steam0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->baste0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "marinate1->freeze0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "steam0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Oven Beef Stew\n", - "(4656f810f9)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 pounds Beef Stew Meat \\( chunks \\)'\n", - " * '2 cups Celery , Chopped'\n", - " * '2 cups Carrots , Chopped'\n", - " * '1 Onion , Peeled And Chopped'\n", - " * '4 Potatoes , Scrubbed , Peeled And Chopped'\n", - " * '2 cups Tomato Juice'\n", - " * 'Salt And Pepper , to taste'\n", - " * '2 Tablespoons Minute Tapioca'\n", - " * '1 Tablespoon Brown Sugar'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 250 F. Put all the ingredients in a Dutch oven with tight lid .\n", - " * Bake at 250 F for 5-51/2 hours without disturbing ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "celery\n", - "\n", - "celery\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "carrots\n", - "\n", - "carrots\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "potatoes\n", - "\n", - "potatoes\n", - "\n", - "\n", - "\n", - "tapioca\n", - "\n", - "tapioca\n", - "\n", - "\n", - "\n", - "pound beef stew meat\n", - "\n", - "pound beef stew meat\n", - "\n", - "\n", - "\n", - "tomato juice\n", - "\n", - "tomato juice\n", - "\n", - "\n", "\n", - "salt\n", - "\n", - "salt\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "drain0->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "parsley\n", + "\n", + "parsley\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "parsley->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mezzi-rigatoni\n", + "\n", + "mezzi-rigatoni\n", + "\n", + "\n", + "\n", + "slice0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mozzarella\n", + "\n", + "mozzarella\n", + "\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", + "\n", + "\n", + "\n", + "mozzarella->dice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dice0->mix3\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -27086,8 +1776,8 @@ { "data": { "text/markdown": [ - "## Caramelized Sweet Potatoes\n", - "(4aae2dc020)" + "## Canned Orange Date Nut Bread\n", + "(708f629967)" ], "text/plain": [ "" @@ -27111,9 +1801,18 @@ { "data": { "text/markdown": [ - " * '4 medium sweet potatoes , scrubbed'\n", - " * '1 tablespoon brown sugar'\n", - " * '1 tablespoon unsalted butter'" + " * '8 ounces pitted dates , cut into small pieces'\n", + " * '1/2 cup chopped pecans'\n", + " * '1 orange , zested'\n", + " * '2 tablespoons plus 2 cups cake flour \\( not self-rising \\)'\n", + " * '1 teaspoon baking powder'\n", + " * '1 teaspoon baking soda'\n", + " * '1 teaspoon salt'\n", + " * '1/4 cup butter \\( 1/2 stick \\) , softened'\n", + " * '1 cup sugar'\n", + " * '1 egg'\n", + " * '1 cup orange juice'\n", + " * 'Equipment : 3 empty \\( 14-ounce \\) cans \\( like leftover bean cans \\) , open on one end , and greased and floured'" ], "text/plain": [ "" @@ -27138,13 +1837,16 @@ "data": { "text/markdown": [ " * Preheat the oven to 350 degrees F .\n", - " * Place the potatoes on a foil-lined baking sheet and bake until tender , 45 minutes to 1 hour , depending upon their size .\n", - " * Remove from the oven and let sit until cool enough to handle .\n", - " * Peel the potatoes while still warm and cut each into several pieces .\n", - " * Butter a small baking dish and arrange the potatoes in a single layer .\n", - " * Sprinkle with sugar and dot with butter .\n", - " * Return to oven and bake until the sugar melts and the potatoes are glazed , about 15 minutes .\n", - " * Keep warm until ready to serve ." + " * In a small bowl mix together the dates , pecans , and orange zest ; then toss with 2 tablespoons of flour to coat .\n", + " * In another bowl , whisk together the remaining 2 cups flour , baking powder , baking soda , and salt .\n", + " * In a standing mixer fitted with a whisk attachment , cream the butter until light and fluffy .\n", + " * Add the sugar and continue to mix ; then add the egg and mix until incorporated .\n", + " * Working in 3 batches , alternately add the flour mixture and orange juice , mixing well after each\n", + " * addition .\n", + " * Stir in the flour-coated nut mixture .\n", + " * Spoon the batter into the cans , filling them 3/4 full .\n", + " * Transfer the cans to a sheet pan and bake until puffed , golden brown , and firm , about 50 minutes .\n", + " * Let the bread cool in the cans for 5 minutes before unmolding , or let them cool completely in the cans and wrap as a gift ." ], "text/plain": [ "" @@ -27162,4359 +1864,250 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "butter->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix1->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm1\n", - "\n", - "warm\n", - "\n", + "\n", "\n", - "\n", + "\n", "sugar\n", - "\n", - "sugar\n", + "\n", + "sugar\n", "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "sugar->brown0\n", - "\n", - "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "date\n", + "\n", + "date\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "date->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "orange\n", + "\n", + "orange\n", + "\n", + "\n", + "\n", + "orange->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop0->mix0\n", + "\n", + "\n", + "\n", + "\n", "\n", - "sprinkle\n", - "\n", - "sprinkle\n", + "cake flour\n", + "\n", + "cake flour\n", "\n", - "\n", - "\n", - "sprinkle->mix1\n", - "\n", - "\n", + "\n", + "\n", + "cake flour->mix0\n", + "\n", + "\n", "\n", "\n", "\n", "cool0\n", - "\n", - "cool\n", + "\n", + "cool\n", "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "cool0->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix0->warm1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "peel0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "potato\n", - "\n", - "potato\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "potato->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt1\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "mix3->melt1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "glaze\n", - "\n", - "glaze\n", - "\n", - "\n", - "\n", - "glaze->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Golden Vanilla Syrup\n", - "(6aa061fe3b)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 vanilla bean , split lengthwise'\n", - " * '2 cups granulated sugar'\n", - " * '1 1/2 cups water'\n", - " * '1/3 cup fresh lemon juice , strained'\n", - " * '1 tablespoon light brown sugar'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Scrape seeds from vanilla bean ; place seeds and bean in a small bowl.Combine granulated sugar and remaining ingredients in a medium saucepan .\n", - " * Bring to a boil over medium-high heat , stirring until sugar dissolves .\n", - " * Reduce heat ; simmer 5 minutes .\n", - " * Remove from heat .\n", - " * Add vanilla bean and seeds , stirring gently .\n", - " * Cool syrup to room temperature.Pour syrup and vanilla bean into a glass container .\n", - " * Cover and chill.Note : Store in the refrigerator for up to 1 month ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "boil0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown0->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seed\n", - "\n", - "seed\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "seed->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "simmer0\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "heat1->simmer0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "syrup\n", - "\n", - "syrup\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "syrup->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "simmer1\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "heat2->simmer1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool1\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cool1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla bean\n", - "\n", - "vanilla bean\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "vanilla bean->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->heat2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->cool1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "place1->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Pasta With Peas\n", - "(6b41602136)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 \\( 16 ounce \\) bagfrozen petite peas and pearl onions'\n", - " * '13 cup vegetable oil'\n", - " * '23 cup water'\n", - " * '14 teaspoon salt'\n", - " * '12 teaspoon pepper'\n", - " * '1 \\( 16 ounce \\) box medium pasta shells'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Put the first 5 ingredients in a microwave safe bowl .\n", - " * Microwave for 5 minutes ; then stir .\n", - " * Microwave for another 5 minutes .\n", - " * Boil medium shells according to directions on package .\n", - " * Pour pea mixture over pasta and serve ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pour1\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "vegetable oil\n", - "\n", - "vegetable oil\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "boil0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pasta shell\n", - "\n", - "pasta shell\n", - "\n", - "\n", - "\n", - "pasta shell->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pea\n", - "\n", - "pea\n", - "\n", - "\n", - "\n", - "pea->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->pour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Baked Fish & Chips\n", - "(fc9c7f24b8)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 large baking potatoes \\( 1-1/2 lb./675 g \\) , each cut into 8 wedges'\n", - " * '1/4 cup Kraft Calorie-Wise Zesty Italian Dressing'\n", - " * '1 pouch Shake ' N Bake Extra Crispy Original Coating Mix , divided'\n", - " * '4 haddock fillets \\( 1 lb./450 g \\)'\n", - " * '1/4 cup Miracle Whip Calorie-Wise Spread'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat oven to 400F .\n", - " * Toss potatoes with Italian dressing , then 1/4 cup coating mix .\n", - " * Spread onto large baking sheet sprayed with cooking spray .\n", - " * Bake 20 min .\n", - " * Meanwhile , spread remaining coating mix onto large plate .\n", - " * Spread fish with 2 Tbsp .\n", - " * Miracle Whip ; press , dressing sides down , into coating mix .\n", - " * Repeat to coat other sides of fish .\n", - " * Place on rack of broiler pan sprayed with cooking spray .\n", - " * Add fish to oven with potatoes .\n", - " * Bake 15 min .\n", - " * or until fish flakes easily with fork and potatoes are tender ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "bake1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "extra\n", - "\n", - "extra\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "extra->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fish\n", - "\n", - "fish\n", - "\n", - "\n", - "\n", - "fish->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cut0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "min\n", - "\n", - "min\n", - "\n", - "\n", - "\n", - "min->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "place0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "spread0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "haddock fillet\n", - "\n", - "haddock fillet\n", - "\n", - "\n", - "\n", - "bake2\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "bake2->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "other\n", - "\n", - "other\n", - "\n", - "\n", - "\n", - "other->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "potato\n", - "\n", - "potato\n", - "\n", - "\n", - "\n", - "potato->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dressing\n", - "\n", - "dressing\n", - "\n", - "\n", - "\n", - "dressing->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broiler\n", - "\n", - "broiler\n", - "\n", - "\n", - "\n", - "broiler->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread1\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "spread1->bake2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->spread1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Easy Creamy Vanilla Custard\n", - "(987be87d6c)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '4 Egg Yolks'\n", - " * '2 cups Milk'\n", - " * '1/4 cups Sugar'\n", - " * '1/4 cups Cornstarch'\n", - " * '1/2 teaspoons Salt'\n", - " * '2 Tablespoons Butter'\n", - " * '1 teaspoon Good Quality Vanilla Extract'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * 1 .\n", - " * In a medium bowl , whisk the egg yolks with 1/2 cup milk , sugar , cornstarch and salt .\n", - " * 2 .\n", - " * In the top of a double boiler with simmering water in the bottom pot , heat the remaining 1 1/2 cups of milk until steaming .\n", - " * 3 .\n", - " * In a slow and steady stream , whisk the hot milk into the egg yolk mixture .\n", - " * 4 .\n", - " * Return the mixture to the double boiler and stir continuously over medium heat .\n", - " * The custard will slowly warm up , then thicken all of a sudden .\n", - " * Remove from the heat .\n", - " * 5 .\n", - " * Stir in the butter and vanilla extract .\n", - " * 6 .\n", - " * Remove from heat and let it cool .\n", - " * Note : I used all of my vanilla beans to make vanilla extract , but if youve got a bean hanging around , you can scrape the seeds into the milk to infuse as it heats .\n", - " * If not , you can use any good quality vanilla extract ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "vanilla extract\n", - "\n", - "vanilla extract\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "vanilla extract->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seed\n", - "\n", - "seed\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "seed->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix1->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "milk->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "stream\n", - "\n", - "stream\n", - "\n", - "\n", - "\n", - "stream->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "any\n", - "\n", - "any\n", - "\n", - "\n", - "\n", - "any->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bean\n", - "\n", - "bean\n", - "\n", - "\n", - "\n", - "bean->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix2->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cool1\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "mix0->cool1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk0\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "whisk0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sugar->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "custard\n", - "\n", - "custard\n", - "\n", - "\n", - "\n", - "custard->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg yolks\n", - "\n", - "egg yolks\n", - "\n", - "\n", - "\n", - "egg yolks->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool1->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1->whisk0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk2\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "mix3->whisk2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whisk2->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Whole Wheat Chocolate Chip Cookies\n", - "(8fb7c8e050)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '12 cup whole wheat flour'\n", - " * '12 cup wheat germ'\n", - " * '2 tablespoons nonfat dry milk powder'\n", - " * '12 teaspoon baking soda'\n", - " * '12 cup butter'\n", - " * '12 cup brown sugar'\n", - " * '1 egg'\n", - " * '12 teaspoon vanilla'\n", - " * '6 ounces semi-sweet chocolate chips'\n", - " * '12 cup dry roasted sunflower seeds'\n", - " * '12 cup peanuts'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Stir together whole-wheat flour , wheat germ , dry milk , and baking soda .\n", - " * Set aside .\n", - " * cream together butter and brown sugar in bowl until light and fluffy , using electric mixer at medium speed .\n", - " * Add egg and vanilla ; beat well .\n", - " * Stir dry ingredients into creamed mixture , mixing well .\n", - " * Stir in chocolate pieces , sunflower seeds and peanuts .\n", - " * Drop mixture by rounded teaspoonfuls , about 2 inches apart , on greased baking sheets .\n", - " * Bake in 350 degree oven for 10-12 minutes ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "chocolate chip\n", - "\n", - "chocolate chip\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chocolate chip->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla\n", - "\n", - "vanilla\n", - "\n", - "\n", - "\n", - "vanilla->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peanut\n", - "\n", - "peanut\n", - "\n", - "\n", - "\n", - "peanut->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "milk->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "wheat\n", - "\n", - "wheat\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roast\n", - "\n", - "roast\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "wheat flour\n", - "\n", - "wheat flour\n", - "\n", - "\n", - "\n", - "wheat flour->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nonfat\n", - "\n", - "nonfat\n", - "\n", - "\n", - "\n", - "baking soda\n", - "\n", - "baking soda\n", - "\n", - "\n", - "\n", - "baking soda->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seed\n", - "\n", - "seed\n", - "\n", - "\n", - "\n", - "seed->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake7\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "cream->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->bake7\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Easy Roast Turkey Breast\n", - "(55840a9c7b)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '10 lb tukey breast'\n", - " * '1 packet dried onion soup mix'\n", - " * '2 tbsp Italian seasoning'\n", - " * '1 tbsp garlic powder'\n", - " * '1 tbsp dried minced onions'\n", - " * '2 tsp ground celery seed'\n", - " * '1 large pinch kosher salt and black pepper'\n", - " * '1 olive oil ; as needed'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 300\n", - " * Cover breast with olive oil .\n", - " * Season .\n", - " * Drizzle olive oil atop breast again being careful not to knock off seasoning .\n", - " * Roast uncovered for approximately 2 hours or until thermometer reaches 160 .\n", - " * Remove from oven and cover with foil so breast will carry over cook to 165\n", - " * Variations ; Brine , marinate , braise , white pepper , peppercorn melange , bed of mirepoix , shallots , herbes de provence , rosemary , thyme , basil , oregano , marjoram , parsley , sage , coriander , panko" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "sage\n", - "\n", - "sage\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "sage->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion soup\n", - "\n", - "onion soup\n", - "\n", - "\n", - "\n", - "parsley\n", - "\n", - "parsley\n", - "\n", - "\n", - "\n", - "parsley->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "panko\n", - "\n", - "panko\n", - "\n", - "\n", - "\n", - "panko->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground celery seed\n", - "\n", - "ground celery seed\n", - "\n", - "\n", - "\n", - "braise1\n", - "\n", - "braise\n", - "\n", - "\n", - "\n", - "marinate0\n", - "\n", - "marinate\n", - "\n", - "\n", - "\n", - "braise1->marinate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "braise4\n", - "\n", - "braise\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "braise4->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "marinate0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->braise4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "olive oil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "coriander\n", - "\n", - "coriander\n", - "\n", - "\n", - "\n", - "coriander->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "thyme\n", - "\n", - "thyme\n", - "\n", - "\n", - "\n", - "thyme->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "basil\n", - "\n", - "basil\n", - "\n", - "\n", - "\n", - "basil->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->braise1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic\n", - "\n", - "garlic\n", - "\n", - "\n", - "\n", - "marjoram\n", - "\n", - "marjoram\n", - "\n", - "\n", - "\n", - "marjoram->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brine\n", - "\n", - "brine\n", - "\n", - "\n", - "\n", - "brine->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "oregano\n", - "\n", - "oregano\n", - "\n", - "\n", - "\n", - "oregano->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rosemary\n", - "\n", - "rosemary\n", - "\n", - "\n", - "\n", - "rosemary->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seasoning\n", - "\n", - "seasoning\n", - "\n", - "\n", - "\n", - "seasoning->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shallot\n", - "\n", - "shallot\n", - "\n", - "\n", - "\n", - "shallot->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tukey breast\n", - "\n", - "tukey breast\n", - "\n", - "\n", - "\n", - "tukey breast->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Moroccan Stuffed Cabbage Rolls\n", - "(b1b479e6d8)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1/2 cups Brown Jasmine Rice'\n", - " * '1 head Savoy Or Regular Green Cabbage'\n", - " * '1 Tablespoon Extra Virgin Olive Oil'\n", - " * '1/2 whole Medium Yellow Onion , Finely Diced'\n", - " * '3 cloves Garlic , Minced'\n", - " * '1 pound Ground Turkey Breast'\n", - " * '1 Tablespoon Cinnamon'\n", - " * '1 teaspoon Freshly Grated Nutmeg'\n", - " * '1 Tablespoon Smoked Paprika'\n", - " * '13 cups Freshly Chopped Parsley'\n", - " * '13 cups Dried Cranberries'\n", - " * '1/4 cups Water'\n", - " * '1/2 cups Cherry Tomatoes'\n", - " * '1/4 cups Milk'\n", - " * '1 pinch Coarse Salt And Freshly Ground Pepper'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 400 F .\n", - " * Cook your rice in a rice cooker or in a pot , according to package instructions .\n", - " * Whatever makes you happy in life .\n", - " * Separate nine leaves from the outside of the head of cabbage , and using a rolling pin , roll out the stem so that it becomes pliable and easy to roll .\n", - " * Heat the oil in a medium skillet over medium high .\n", - " * Add the onions and saute until soft , 4 minutes .\n", - " * Add the garlic and saute another minute .\n", - " * Add the turkey and cook , breaking up with a wooden spoon , until cooked through , 6 minutes .\n", - " * Add the cinnamon , nutmeg and paprika .\n", - " * Toss to combine .\n", - " * Add the parsley and dried cranberries , along with the cooked brown rice .\n", - " * Toss to combine and cook another couple of minutes .\n", - " * Season generously with salt and pepper , to taste .\n", - " * Spoon the turkey filling into each cabbage cup , and roll it up .\n", - " * Place the rolls in a baking dish , seam side down .\n", - " * Repeat 8 more times with the remaining cabbage leaves .\n", - " * Pour yourself a glass of wine because that was pretty exhausting .\n", - " * Pour 1/4 cup water over the rolls , cover the dish with foil and bake for 30 minutes .\n", - " * In the meantime , pulse the tomatoes in a food processor until you have a puree .\n", - " * Pour into a small saucepan and simmer on low while the cabbage rolls cook .\n", - " * Add the milk at the end , if ya want , along with a pinch of salt and pepper .\n", - " * Serve stuffed cabbage rolls with a drizzle of the tomato sauce !" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "wine\n", - "\n", - "wine\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "wine->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nutmeg\n", - "\n", - "nutmeg\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "nutmeg->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seam\n", - "\n", - "seam\n", - "\n", - "\n", - "\n", - "mix14\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "seam->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meantime\n", - "\n", - "meantime\n", - "\n", - "\n", - "\n", - "meantime->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cranberries\n", - "\n", - "cranberries\n", - "\n", - "\n", - "\n", - "cranberries->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "pour1\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "water->pour1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer0\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "simmer0->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "leaf\n", - "\n", - "leaf\n", - "\n", - "\n", - "\n", - "leaf->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "milk->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour3\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "pour3->simmer0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "paprika\n", - "\n", - "paprika\n", - "\n", - "\n", - "\n", - "paprika->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "parsley\n", - "\n", - "parsley\n", - "\n", - "\n", - "\n", - "parsley->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rolling\n", - "\n", - "rolling\n", - "\n", - "\n", - "\n", - "rolling->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook10\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook10->pour3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix9->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook9\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook9->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "olive oil->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cinnamon\n", - "\n", - "cinnamon\n", - "\n", - "\n", - "\n", - "cinnamon->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0->cook10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "jasmine rice\n", - "\n", - "jasmine rice\n", - "\n", - "\n", - "\n", - "turkey breast\n", - "\n", - "turkey breast\n", - "\n", - "\n", - "\n", - "turkey breast->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green cabbage\n", - "\n", - "green cabbage\n", - "\n", - "\n", - "\n", - "green cabbage->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour1->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->cook9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cherry tomatoes\n", - "\n", - "cherry tomatoes\n", - "\n", - "\n", - "\n", - "cherry tomatoes->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "clove garlic->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix14\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Applicious Cream Cheese Pie\n", - "(75077a2827)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 \\( 8 ounce \\) package cream cheese'\n", - " * '14 cup powdered sugar'\n", - " * '1 egg'\n", - " * '2 teaspoons lemon juice'\n", - " * '12 cup pure maple syrup'\n", - " * '12 cup pecans , chopped'\n", - " * '1 cup brown sugar , packed'\n", - " * '3 tablespoons flour'\n", - " * '2 tablespoons fresh lemon juice'\n", - " * '2 tablespoons fresh lemon zest'\n", - " * '3 teaspoons cinnamon'\n", - " * '12 teaspoon nutmeg'\n", - " * '7 cups granny smith apples , peeled and sliced'\n", - " * '2 cups all-purpose flour'\n", - " * '1 tablespoon sugar'\n", - " * '1 teaspoon salt'\n", - " * '14 cup cold unsalted butter , cut in 1/2 inch cubes'\n", - " * '12 cup cold vegetable shortening , cut in 1/2 inch cubes'\n", - " * '1 cup sharp cheddar cheese , grated'\n", - " * '2 teaspoons fresh lemon juice'\n", - " * '5 tablespoons cold water'\n", - " * '1 egg white'\n", - " * 'cinnamon sugar , to taste'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Combine flour , sugar and salt in mixing bowl .\n", - " * \\( To make it easier the crust can be made in the food processor \\) .\n", - " * \\*\\*Cut in the butter with pastry blender until mixture resembles coarse meal ; cut in the shortening until it is the size of small peas .\n", - " * Stir in the grated cheese .\n", - " * Add the water , 1 Tablespoon at a time , mixing lightly with a fork .\n", - " * Use just enough water to make a dough which clings together .\n", - " * \\*\\*Can be made in processor to this point .\n", - " * \\*\\* .\n", - " * Shape dough into two equal size firm balls with hands .\n", - " * Wrap in plastic wrap and refrigerate until well chilled , at least one hour .\n", - " * Roll out half of dough on a lightly floured surface .\n", - " * Fit into 9-inch pie plate .\n", - " * Trim pastry at edges of plate with a little overhang .\n", - " * Mix together softened cream cheese , powdered sugar , egg and 2 teaspoons lemon juice .\n", - " * Spread in the bottom of pastry-lined pie plate .\n", - " * In a large bowl combine remaining ingredients except apples ; mix well .\n", - " * Add apples , tossing lightly to coat with sugar mixture .\n", - " * Fill pastry-lined pie plate with fruit mixture .\n", - " * Dot with butter .\n", - " * Roll out remaining dough and place over top of filling .\n", - " * Seal and flute edges ; cut vents .\n", - " * Decorate top with leftover pastry scraps , if desired .\n", - " * Brush top with egg white .\n", - " * Sprinkle with cinnamon sugar .\n", - " * Bake on bottom oven rack at 450F for 10 minutes ; reduce heat to 350F and continue baking for 40-50 minutes or until pastry is golden and fruit is tender ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", "\n", - "\n", - "mix8\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cut5\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "mix8->cut5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate10\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "chill2\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "refrigerate10->chill2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chop0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate2\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "refrigerate2->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "peel0->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "spread0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill1\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "cut9\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "chill1->cut9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "refrigerate4\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "refrigerate4->chill1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "slice0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix5->refrigerate4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->refrigerate10\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cinnamon sugar\n", - "\n", - "cinnamon sugar\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix5\n", - "\n", - "\n", - "\n", - "\n", "\n", - "pie\n", - "\n", - "pie\n", + "mix8\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "pie->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "dough\n", - "\n", - "dough\n", - "\n", - "\n", - "\n", - "dough->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hand\n", - "\n", - "hand\n", - "\n", - "\n", - "\n", - "hand->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "crust\n", - "\n", - "crust\n", - "\n", - "\n", + "\n", "\n", - "crust->refrigerate2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon juice\n", - "\n", - "lemon juice\n", - "\n", - "\n", - "\n", - "lemon juice->mix8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0\n", - "\n", - "brush\n", - "\n", - "\n", - "\n", - "cut5->brush0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fruit\n", - "\n", - "fruit\n", - "\n", - "\n", - "\n", - "fruit->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "nutmeg\n", - "\n", - "nutmeg\n", - "\n", - "\n", - "\n", - "cut12\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "chill2->cut12\n", - "\n", - "\n", + "cool0->mix8\n", + "\n", + "\n", "\n", "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream cheese\n", - "\n", - "cream cheese\n", - "\n", - "\n", - "\n", - "cream cheese->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "syrup\n", - "\n", - "syrup\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "cheese->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill9\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "chill9->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "filling\n", - "\n", - "filling\n", - "\n", - "\n", - "\n", - "filling->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemon zest\n", - "\n", - "lemon zest\n", - "\n", - "\n", - "\n", - "vegetable shortening\n", - "\n", - "vegetable shortening\n", - "\n", - "\n", - "\n", - "roll\n", - "\n", - "roll\n", - "\n", - "\n", - "\n", - "roll->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut9->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->chill9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut11\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "mix0->cut11\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "sprinkle->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brush0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "cut12->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "bake0->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut11->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pecan\n", - "\n", - "pecan\n", - "\n", - "\n", - "\n", - "pecan->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pastry\n", - "\n", - "pastry\n", - "\n", - "\n", - "\n", - "pastry->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix8\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meal\n", - "\n", - "meal\n", - "\n", - "\n", - "\n", - "meal->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cinnamon\n", - "\n", - "cinnamon\n", - "\n", - "\n", - "\n", - "apple\n", - "\n", - "apple\n", - "\n", - "\n", - "\n", - "apple->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Best Kabobs Ever Pakistani Style\n", - "(7acbf18a4c)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 lbs ground beef'\n", - " * '12 bunch green onion'\n", - " * '2 serrano peppers , seeded and finely chopped'\n", - " * '12 bunch cilantro , chopped'\n", - " * 'salt and pepper'\n", - " * '12 teaspoon paprika'\n", - " * '12 teaspoon garam masala'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In large bowl crumble ground beef and all ingredients .\n", - " * Mix it all up and shape into kabobs .\n", - " * Grill or pan cook ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "paprika\n", - "\n", - "paprika\n", - "\n", - "\n", - "\n", - "garam masala\n", - "\n", - "garam masala\n", - "\n", - "\n", - "\n", - "cilantro\n", - "\n", - "cilantro\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "cilantro->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "ground beef\n", - "\n", - "ground beef\n", - "\n", - "\n", - "\n", - "grill0\n", - "\n", - "grill\n", - "\n", - "\n", - "\n", - "ground beef->grill0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "serrano pepper\n", - "\n", - "serrano pepper\n", - "\n", - "\n", - "\n", - "serrano pepper->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grill0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## No Fuss Chicken\n", - "(1fedfc7d49)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '23 cups Flour'\n", - " * '1 teaspoon Rubbed Sage'\n", - " * '1 teaspoon Dried Basil'\n", - " * '1 teaspoon Seasoned Salt'\n", - " * '1/2 cups Butter Or Margarine'\n", - " * '4 pieces Boneless , Skinless Chicken Breasts'\n", - " * '2 cups Chicken Broth'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In a bowl , combine the flour , sage , basil and seasoned salt .\n", - " * Coat each breast in the flour mixture and reserve remaining flour .\n", - " * In a large skillet , melt butter ; brown the chicken on all sides .\n", - " * Transfer to a slow cooker .\n", - " * Add 1/4 cup reserved flour mixture to the skillet and stir into butter until smooth .\n", - " * When the mixture begins to bubble , stir in the chicken broth and bring to a boil .\n", - " * Boil for 1 minute .\n", - " * Pour over the chicken .\n", - " * Cover and cook on high for 2-2 1/2 hours or on low for 4 hours .\n", - " * Serve over rice ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "mix1->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil3\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "cook3\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "boil3->cook3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sage\n", - "\n", - "sage\n", - "\n", - "\n", - "\n", - "sage->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken breasts\n", - "\n", - "chicken breasts\n", - "\n", - "\n", - "\n", - "chicken breasts->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", "salt\n", - "\n", - "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", "\n", "\n", - "\n", - "salt->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "basil\n", - "\n", - "basil\n", - "\n", - "\n", - "\n", - "basil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook5\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix0->cook5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook3->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown0->boil3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil4\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "boil4->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "butter->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rice\n", - "\n", - "rice\n", - "\n", - "\n", - "\n", - "melt0->boil4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken broth\n", - "\n", - "chicken broth\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Vietnamese Lemongrass Shrimp Salad with Vermicelli - Bun Tom Xao\n", - "(c0503567d5)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '6 ounces shrimp , cleaned and deveined'\n", - " * '2 stalks lemongrass'\n", - " * '2 tablespoons peanut oil'\n", - " * '4 cloves garlic , minced'\n", - " * '18 teaspoon red pepper flakes \\( optional \\)'\n", - " * '2 cups onions , cut into slivers'\n", - " * '2 teaspoons fish sauce'\n", - " * '1 teaspoon sugar'\n", - " * '2 cups shredded iceberg lettuce'\n", - " * '1 12 cups bean sprouts'\n", - " * '12 cup cilantro , sprigs'\n", - " * '12 cup basil sprig'\n", - " * '4 tablespoons chopped peanuts'\n", - " * '8 ounces rice vermicelli'\n", - " * '1 -1 12 cup nuoc nam \\( Nuoc Cham \\( Vietnamese Spicy Fish Sauce \\) \\)'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Bring water to a boil in a large pot ; stir in vermicelli .\n", - " * Cook until just tender and drain in colander .\n", - " * Flatten lemongrass with cleaver and mince white part ; discard rest .\n", - " * Heat oil in wok ; add garlic , lemongrass , and red pepper flakes .\n", - " * Cook until lemongrass is slightly wilted .\n", - " * Add onions and stir-fry until onions are tender .\n", - " * Mix fish sauce with sugar and add to wok with shrimp ; stir-fry 3-4 minutes more or until shrimp is cooked .\n", - " * For each salad place 1 cup of lettuce in bottom of bowl .\n", - " * Top with 3/4 cup of bean sprouts .\n", - " * Place half the cooked noodles over vegetables in bowl .\n", - " * Top noodles with lemongrass shrimp and onions .\n", - " * Garnish with peanuts .\n", - " * Serve with a plate of cilantro sprigs and basil sprigs .\n", - " * Also serve a bowl of Nuoc Mam , recipe # 25375 , about 1/2-3/4 cup per salad .\n", - " * Place '' Tuong Ot Sriracha '' \\( Viet hot sauce \\) or sambal oeleck on the table as condiments ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "cilantro\n", - "\n", - "cilantro\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cilantro->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "condiment\n", - "\n", - "condiment\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "condiment->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix13\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mince0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salad\n", - "\n", - "salad\n", - "\n", - "\n", - "\n", - "salad->mix13\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place3\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place3->mix13\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tuong\n", - "\n", - "tuong\n", - "\n", - "\n", - "\n", - "tuong->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red pepper\n", - "\n", - "red pepper\n", - "\n", - "\n", - "\n", - "red pepper->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "place1\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "place1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peanut\n", - "\n", - "peanut\n", - "\n", - "\n", - "\n", - "peanut->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lemongrass\n", - "\n", - "lemongrass\n", - "\n", - "\n", - "\n", - "lemongrass->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook1->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "water->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "clove garlic\n", - "\n", - "clove garlic\n", - "\n", - "\n", - "\n", - "clove garlic->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->place1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peanut oil\n", - "\n", - "peanut oil\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "peanut oil->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "rice vermicelli\n", - "\n", - "rice vermicelli\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "rice vermicelli->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fish sauce\n", - "\n", - "fish sauce\n", - "\n", - "\n", - "\n", - "fish sauce->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil0->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "iceberg lettuce\n", - "\n", - "iceberg lettuce\n", - "\n", - "\n", - "\n", - "iceberg lettuce->place3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bean sprout\n", - "\n", - "bean sprout\n", - "\n", - "\n", - "\n", - "vegetable\n", - "\n", - "vegetable\n", - "\n", - "\n", "\n", - "vegetable->mix1\n", - "\n", - "\n", + "salt->mix1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "noodle\n", - "\n", - "noodle\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", "\n", - "\n", - "\n", - "noodle->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "cut0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "shrimp\n", - "\n", - "shrimp\n", - "\n", - "\n", - "\n", - "shrimp->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "basil\n", - "\n", - "basil\n", - "\n", - "\n", - "\n", - "basil->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Skillet Chicken N' Broccoli\n", - "(63841318b2)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 teaspoon butter'\n", - " * '2 chicken breasts \\( or more if desired \\)'\n", - " * 'broccoli cheese soup'\n", - " * '13 cup water'\n", - " * '2 cups chopped broccoli'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat butter in a skillet .\n", - " * Once melted , add chicken and cook until chicken is slightly brown .\n", - " * Add soup , water and broccoli and heat until it boils .\n", - " * Cut stove down to low and cover .\n", - " * Cook about 10 more minutes , until chicken is done .\n", - " * When serving , ladle some of the soup on top along with broccoli .\n", - " * Add salt and pepper to taste ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", + "\n", "\n", - "melt0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broccoli cheese soup\n", - "\n", - "broccoli cheese soup\n", - "\n", - "\n", - "\n", - "broccoli cheese soup->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "pepper->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken breast\n", - "\n", - "chicken breast\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "chicken breast->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut2\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "mix1->cut2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broccoli\n", - "\n", - "broccoli\n", - "\n", - "\n", - "\n", - "broccoli->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0->melt0\n", - "\n", - "\n", + "mix1->bake1\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "butter\n", - "\n", - "butter\n", + "\n", + "butter\n", "\n", - "\n", + "\n", + "\n", + "butter->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baking soda\n", + "\n", + "baking soda\n", + "\n", + "\n", + "\n", + "baking soda->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "open0\n", + "\n", + "open\n", + "\n", + "\n", + "\n", + "open0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pecan\n", + "\n", + "pecan\n", + "\n", + "\n", "\n", - "butter->heat0\n", - "\n", - "\n", + "pecan->chop0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "cut2->mix4\n", - "\n", - "\n", + "\n", + "\n", + "can\n", + "\n", + "can\n", + "\n", + "\n", + "\n", + "can->open0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "orange juice\n", + "\n", + "orange juice\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk1\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "mix0->whisk1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk1->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baking\n", + "\n", + "baking\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -31523,8 +2116,8 @@ { "data": { "text/markdown": [ - "## Happy Happy Choy Choy\n", - "(31f04e3e48)" + "## Pollo Loco\n", + "(b27759a4e4)" ], "text/plain": [ "" @@ -31548,15 +2141,20 @@ { "data": { "text/markdown": [ - " * '2 cups finely shredded green cabbage'\n", - " * '2 cups finely shredded raw bok choy , dark green leaves only'\n", - " * '1 green onion , white part only , finely minced'\n", - " * '6 tablespoons white wine vinegar'\n", - " * '2 tablespoons vegetable oil'\n", - " * '1 12 tablespoons sugar'\n", - " * '12 tablespoon celery seed'\n", - " * '12 tablespoon dry mustard'\n", - " * '1 teaspoon sweet paprika'\n", + " * '6 chicken breasts \\( cook as per instructions and cut into 1/2 inch portions \\)'\n", + " * '12 chicken bouillon cube'\n", + " * '12 cup water'\n", + " * '1 teaspoon seasoning \\( Use complete season or what you like \\)'\n", + " * '3 tablespoons corn oil'\n", + " * '14 cup raisins'\n", + " * '12 cup mayonnaise'\n", + " * '1 small onion \\( chopped \\)'\n", + " * '1 tablespoon tomato paste'\n", + " * '12 cup red wine'\n", + " * '1 bay leaf'\n", + " * '2 teaspoons fresh lime juice'\n", + " * '14 teaspoon cumin'\n", + " * '14 teaspoon oregano'\n", " * 'salt and pepper'" ], "text/plain": [ @@ -31581,10 +2179,25 @@ { "data": { "text/markdown": [ - " * Thoroughly combine shredded cabbage , shredded bok choy and green onion .\n", - " * Whisk together vinaigrette ingredients .\n", - " * Pour onto cabbage mixture and toss thoroughly to coat .\n", - " * Refrigerate for at least one hour to allow bok choy to '' wilt '' a little ." + " * Prepare a hot frying pan for frying the chicken breast .\n", + " * Place 2 Tablespoons of corn oil In the frying pan over a medium to high flame .\n", + " * Coat or Dress the chicken breast with powdered seasoning \\( not bread-crumbs \\) .\n", + " * You can use Maggi complete seasoning , Adobo or similar powdered all season .\n", + " * Fry the chicken breasts for about 3 minutes each side .\n", + " * Add 1/2 cup of water and the 1/2 chicken broth cube by breaking it into a powder with your fingers over the pan .\n", + " * Place a lid over you pan and cook on a low to medium flame for an additional 8 minutes .\n", + " * Turn off and remove chicken breasts \\( save the broth or liquid contents that is in the pan for later use \\) .\n", + " * You may want to place the chicken on a paper towel covered plate to drain off the oil .\n", + " * Cut the breasts into portions or 1/2 inch cubes / strips .\n", + " * In a new frying pan add the other Tablespoon of Corn oil and place over a low flame .\n", + " * Fry the chopped onions for 2 to 3 minutes .\n", + " * Now add the cumin , oregano and the liquid you have reserved from when you fried the chicken breasts .\n", + " * Also add red wine and 1 teaspoon of fresh lime-juice .\n", + " * Cook or simmer on a low flame for a few minutes , sufficient to blend and integrate everything in the pan and evaporate some of the water .\n", + " * Turn off and allow to cool down .\n", + " * In a mixing bowl , add the 1/2 cup of mayonnaise , 1 teaspoon of lime juice , raisins , 1 tablespoon of tomato paste and salt & pepper to taste .\n", + " * Add this mayonnaise mixture in your bowl to the pan and mix well .\n", + " * Your crazy Dominican chicken is ready ." ], "text/plain": [ "" @@ -31602,142 +2215,292 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", + "\n", + "\n", "\n", - "green leave\n", - "\n", - "green leave\n", + "corn oil\n", + "\n", + "corn oil\n", "\n", - "\n", - "\n", - "mustard\n", - "\n", - "mustard\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "green onion->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "celery seed\n", - "\n", - "celery seed\n", - "\n", - "\n", - "\n", - "whisk0\n", - "\n", - "whisk\n", - "\n", - "\n", - "\n", - "refrigerate0\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "whisk0->refrigerate0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "paprika\n", - "\n", - "paprika\n", + "place0\n", + "\n", + "place\n", "\n", - "\n", - "\n", - "refrigerate1\n", - "\n", - "refrigerate\n", - "\n", - "\n", - "\n", - "vinaigrette\n", - "\n", - "vinaigrette\n", - "\n", - "\n", + "\n", "\n", - "vinaigrette->whisk0\n", - "\n", - "\n", + "corn oil->place0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "vegetable oil\n", - "\n", - "vegetable oil\n", + "\n", + "\n", + "raisin\n", + "\n", + "raisin\n", "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "pour0->refrigerate1\n", - "\n", - "\n", + "\n", + "\n", + "raisin->mix7\n", + "\n", + "\n", "\n", - "\n", - "\n", - "white wine vinegar\n", - "\n", - "white wine vinegar\n", + "\n", + "\n", + "fry0\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "fry0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "water->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red wine\n", + "\n", + "red wine\n", + "\n", + "\n", + "\n", + "red wine->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken bouillon\n", + "\n", + "chicken bouillon\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "place0->cook1\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "salt\n", - "\n", - "salt\n", + "\n", + "salt\n", "\n", - "\n", - "\n", - "green cabbage\n", - "\n", - "green cabbage\n", + "\n", + "\n", + "salt->mix7\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "oregano\n", + "\n", + "oregano\n", + "\n", + "\n", + "\n", + "oregano->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime juice\n", + "\n", + "lime juice\n", + "\n", + "\n", + "\n", + "lime juice->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "onion->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook2\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "cook2->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool3\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cool3->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cumin\n", + "\n", + "cumin\n", + "\n", + "\n", + "\n", + "cumin->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->cool3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place1\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "place1->cook2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "drain0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->place1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "seasoning\n", + "\n", + "seasoning\n", + "\n", + "\n", + "\n", + "seasoning->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "leaf\n", + "\n", + "leaf\n", + "\n", + "\n", "\n", - "green cabbage->pour0\n", - "\n", - "\n", + "chop0->fry0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken breast\n", + "\n", + "chicken breast\n", + "\n", + "\n", + "\n", + "tomato\n", + "\n", + "tomato\n", + "\n", + "\n", + "\n", + "tomato->mix7\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -31746,8 +2509,8 @@ { "data": { "text/markdown": [ - "## Green Olive Pesto\n", - "(ed0221d288)" + "## Szechuan Noodles With Spicy Veggie Sauce\n", + "(c5e6062a5f)" ], "text/plain": [ "" @@ -31771,12 +2534,25 @@ { "data": { "text/markdown": [ - " * '1 cup firmly packed drained pimiento-stuffed green olives , rinsed well and patted dry'\n", - " * '1/3 cup pine nuts'\n", - " * '1 garlic clove , minced and mashed to a paste with 1/4 teaspoon salt'\n", - " * '1 cup finely chopped fresh parsley leaves'\n", - " * '1/4 cup extra-virgin olive oil'\n", - " * '2 tablespoons freshly grated Parmesan'" + " * '6 ounces veggie crumbles \\( I use Morning Star Meal Starters-1/2 of a 12 oz . pkg . \\)'\n", + " * '1 tablespoon olive oil'\n", + " * '1 \\( 12 -16 ounce \\) packagefrozen stir fry vegetables \\( I use Oriental \\)'\n", + " * '12 cup sliced mushrooms'\n", + " * '14 cup sliced red bell pepper'\n", + " * '12 cup sliced napa cabbage'\n", + " * '1 carrot , thinly sliced'\n", + " * '14 cup sliced water chestnuts'\n", + " * '34 cup chopped onion'\n", + " * '2 teaspoons minced garlic'\n", + " * '1 12 teaspoons minced fresh ginger'\n", + " * '12-1 12 teaspoon dry crushed red pepper \\( you control the heat ! \\)'\n", + " * '2 tablespoons sesame oil'\n", + " * '2 tablespoons cornstarch'\n", + " * '34 cup vegetable broth'\n", + " * '14-13 cup hoisin sauce \\( this is a sweet sauce , so start out with the lower amount and add as desired \\)'\n", + " * '2 tablespoons soy sauce'\n", + " * '8 ounces whole wheat spaghetti , cooked'\n", + " * '12 cup sliced green onion'" ], "text/plain": [ "" @@ -31800,9 +2576,19 @@ { "data": { "text/markdown": [ - " * In a food processor puree the olives with the pine nuts , the garlic paste , and the parsley , with the motor running add the oil in a stream and the Parmesan , and blend the mixture well .\n", - " * Serve the pesto with 1 pound pasta , cooked and drained , reserving 3/4 cup of the pasta liquid to thin the pesto .\n", - " * Or serve the pesto as a spread with crackers ." + " * Brown veggie crumbles in oil in a large skillet , about 3 minutes ; set aside and keep warm .\n", + " * Cook stir fry vegetables as directed on package .\n", + " * Set aside .\n", + " * If not using the frozen stir fry vegetables , saute cut vegetables for about 5-10 minutes , or until desired doneness .\n", + " * Set aside and keep warm .\n", + " * Pour sesame oil in pan and heat till hot .\n", + " * Saute onion , garlic , ginger and red pepper in hot sesame oil until tender .\n", + " * Combine cornstarch and vegetable broth , whisking until smooth .\n", + " * Stir broth mixture , hoisin sauce , and soy sauce into onion mixture .\n", + " * Bring to a boil , stirring constantly ; boil , stirring constantly , 1 minute .\n", + " * Stir in veggie crumbles and cooked vegetables .\n", + " * Toss with hot cooked pasta , and sprinkle with sliced green onions .\n", + " * This is also good with brown rice ." ], "text/plain": [ "" @@ -31820,220 +2606,12266 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", + "\n", + "\n", + "\n", + "wheat spaghetti\n", + "\n", + "wheat spaghetti\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "wheat spaghetti->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute1\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "saute1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "soy sauce\n", + "\n", + "soy sauce\n", + "\n", + "\n", + "\n", + "slice2\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "slice4\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "warm0\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "brown0->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil3\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "boil3->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice1\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown1\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "warm1\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "brown1->warm1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ginger\n", + "\n", + "ginger\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "ginger->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vegetable\n", + "\n", + "vegetable\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "saute0\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "chop0->saute0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red pepper\n", + "\n", + "red pepper\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "red pepper->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "onion->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mushroom\n", + "\n", + "mushroom\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mushroom->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "cook1->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "boil0->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "hoisin sauce\n", + "\n", + "hoisin sauce\n", + "\n", + "\n", + "\n", + "hoisin sauce->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red bell pepper\n", + "\n", + "red bell pepper\n", + "\n", + "\n", + "\n", + "red bell pepper->slice1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cabbage\n", + "\n", + "cabbage\n", + "\n", + "\n", + "\n", + "cabbage->slice2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "warm0->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince1\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mix2->mince1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green onion\n", + "\n", + "green onion\n", + "\n", + "\n", + "\n", + "slice5\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "green onion->slice5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vegetable broth\n", + "\n", + "vegetable broth\n", + "\n", + "\n", + "\n", + "vegetable broth->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water chestnut\n", + "\n", + "water chestnut\n", + "\n", + "\n", + "\n", + "water chestnut->slice4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->saute1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice3\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mince1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute0->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic\n", + "\n", + "garlic\n", + "\n", + "\n", + "\n", + "garlic->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "carrot\n", + "\n", + "carrot\n", + "\n", + "\n", + "\n", + "carrot->slice3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "veggie crumbles\n", + "\n", + "veggie crumbles\n", + "\n", + "\n", + "\n", + "veggie crumbles->brown1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->boil3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sesame oil\n", + "\n", + "sesame oil\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Raspberry-Banana Smoothie\n", + "(9ad68f0d7a)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 1/2 cups frozen raspberries or strawberries , or a combination'\n", + " * '1 banana , broken into pieces'\n", + " * '3 tbsp plain low-fat yogurt'\n", + " * '2 1/2 cups pineapple or apple juice'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Combine the raspberries , banana , and yogurt in a blender .\n", + " * Add the juice , cover , and process until the mixture is smooth .\n", + " * Pour into 4 tall glasses and serve chilled .\n", + " * Variation\n", + " * Thicker Smoothie\n", + " * Add another banana .\n", + " * If you prefer to use fresh fruits , add your own choice of raspberries , blackberries , strawberries , or blueberries plus 2 or 3 ice cubes ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "raspberry\n", + "\n", + "raspberry\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "raspberry->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "banana\n", + "\n", + "banana\n", + "\n", + "\n", + "\n", + "break0\n", + "\n", + "break\n", + "\n", + "\n", + "\n", + "banana->break0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill2\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "pour2\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "pour2->chill2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple juice\n", + "\n", + "apple juice\n", + "\n", + "\n", + "\n", + "apple juice->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "break0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->pour2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## The Best Pina Colada\n", + "(61f4641cea)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cream of coconut , fruit bar'\n", + " * '12 cup coconut milk'\n", + " * '18 cup creme de coconut'\n", + " * '1 cup crushed pineapple , drained and frozen'\n", + " * '34 cup white rum'\n", + " * 'ice'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Add Cream of Coconut Bar , Coconut Milk , Creme of Coconut , Pineapple and Run into Blender .\n", + " * Then add Ice to fill the blender .\n", + " * Mix and Serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cream->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "coconut\n", + "\n", + "coconut\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "drain0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pineapple\n", + "\n", + "pineapple\n", + "\n", + "\n", + "\n", + "pineapple->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rum\n", + "\n", + "rum\n", + "\n", + "\n", + "\n", + "coconut milk\n", + "\n", + "coconut milk\n", + "\n", + "\n", + "\n", + "coconut milk->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ice\n", + "\n", + "ice\n", + "\n", + "\n", + "\n", + "ice->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Stovetop Smoker Memphis-Style Baby Back Barbecue Ribs\n", + "(cacbc5f78b)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '4 to 5 pounds baby back ribs \\( 2 full slabs \\)'\n", + " * '2 tablespoons kosher salt'\n", + " * '1 tablespoon dark brown sugar'\n", + " * '1 tablespoon paprika'\n", + " * '3/4 teaspoon granulated garlic powder'\n", + " * '1 1/2 teaspoons granulated onion powder'\n", + " * '1/2 teaspoon cumin powder'\n", + " * '1 teaspoon ground black pepper'\n", + " * '1/2 teaspoon cayenne pepper'\n", + " * 'Barbeque Sauce , recipe follows'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Place the ribs on a large baking sheet .\n", + " * In a small mixing bowl , combine the kosher salt , brown sugar , paprika , garlic powder , onion powder , cumin , black pepper , and cayenne .\n", + " * Stir well to combine .\n", + " * Divide the mixture evenly between the racks and rub well onto all sides .\n", + " * Wrap the ribs in 2 layers of plastic wrap .\n", + " * Allow to sit undisturbed for at least 20 minutes , and up to 8 hours before proceeding .\n", + " * \\( Refrigerate if ribs sit longer than 20 minutes . \\)\n", + " * Remove the ribs from the refrigerator and allow to come to room temperature for 1 hour .\n", + " * Prepare a stovetop smoker according to the manufacturer 's instructions .\n", + " * Remove the plastic wrap and place the ribs on the rack in the stovetop smoker .\n", + " * Close the lid and smoke for 1 hour over low heat .\n", + " * Preheat the oven to 275 degrees F .\n", + " * Remove the ribs from the smoker and place on a foil-lined baking sheet .\n", + " * Generously brush the ribs on both sides with the sauce and cover with aluminum foil .\n", + " * Bake for 2 hours .\n", + " * Remove from the oven and allow to rest , covered , for 20 minutes .\n", + " * Using a sharp knife , slice between the ribs and serve , with additional sauce on the side .\n", + " * 1/2 cup red wine vinegar\n", + " * 1 cup chopped yellow onion\n", + " * 1 tablespoon minced garlic\n", + " * 1/4 cup light brown sugar\n", + " * 2 teaspoons hot pepper sauce\n", + " * 1 cup ketchup\n", + " * 1 teaspoon lemon zest\n", + " * 1/4 cup fresh lemon juice\n", + " * Combine all of the ingredients in a blender and blend until smooth .\n", + " * Transfer to a nonreactive saucepan and simmer for 20 minutes to allow the flavors to marry .\n", + " * Use immediately , or refrigerate in a nonreactive , airtight container for up to 2 weeks .\n", + " * Yield : 1 3/4 cups" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "bake7\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "bake7->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "brown4\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "onion->brown4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "place1\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "brown0->place1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate7\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "refrigerate7->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "blend6\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "slice0->blend6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "kosher salt\n", + "\n", + "kosher salt\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "kosher salt->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake3\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "bake3->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "blend6->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cayenne pepper\n", + "\n", + "cayenne pepper\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cayenne pepper->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chop0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rib\n", + "\n", + "rib\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "rib->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake8\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix2->bake8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cumin\n", + "\n", + "cumin\n", + "\n", + "\n", + "\n", + "cumin->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown4->bake7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "blend8\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "blend8->refrigerate7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate0\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "brush0\n", + "\n", + "brush\n", + "\n", + "\n", + "\n", + "refrigerate0->brush0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic\n", + "\n", + "garlic\n", + "\n", + "\n", + "\n", + "brown3\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "garlic->brown3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake8->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake6\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "brush0->bake6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown5\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "mix3->brown5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->blend8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0->refrigerate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "paprika\n", + "\n", + "paprika\n", + "\n", + "\n", + "\n", + "paprika->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "brown5->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown3->bake3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground black pepper\n", + "\n", + "ground black pepper\n", + "\n", + "\n", + "\n", + "ground black pepper->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake6->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sauce\n", + "\n", + "sauce\n", + "\n", + "\n", + "\n", + "sauce->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Apples Baked with Pecans and Raisins\n", + "(a99c8c1274)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '6 sweet-tart apples such as Jonathan or Granny Smith'\n", + " * '13 cup brown sugar'\n", + " * '1/2 cup raisins'\n", + " * '1/4 cup chopped pecans'\n", + " * '1/4 cup chopped dried apricots'\n", + " * '1/2 tsp . ground cinnamon'\n", + " * '1/4 tsp . ground nutmeg'\n", + " * '3 Tbs . unsalted butter , cut in small pieces'\n", + " * '1 1/2 cups apple cider or juice'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat oven to 350F .\n", + " * Core apples , taking care not to pierce through bottoms , and pare strip from around each top .\n", + " * Mix brown sugar , raisins , pecans , dried apricots , cinnamon and nutmeg in mixing bowl .\n", + " * Stuff each apple with 1/6 of mixture .\n", + " * Dot tops with butter .\n", + " * Place apples in baking dish large enough to hold them comfortably .\n", + " * Pour cider or juice around them .\n", + " * Bake 30 to 40 minutes , basting every 10 minutes or so , or until tender .\n", + " * Serve warm or at room temperature ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "nutmeg\n", + "\n", + "nutmeg\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "nutmeg->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "mix3->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apricot\n", + "\n", + "apricot\n", + "\n", + "\n", + "\n", + "mix5\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "apricot->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cut0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm6\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "bake3\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "baste7\n", + "\n", + "baste\n", + "\n", + "\n", + "\n", + "bake3->baste7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple\n", + "\n", + "apple\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "apple->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "raisin\n", + "\n", + "raisin\n", + "\n", + "\n", + "\n", + "raisin->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pecan\n", + "\n", + "pecan\n", + "\n", + "\n", + "\n", + "pecan->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "pour0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baste7->warm6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple cider\n", + "\n", + "apple cider\n", + "\n", + "\n", + "\n", + "apple cider->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cinnamon\n", + "\n", + "cinnamon\n", + "\n", + "\n", + "\n", + "cinnamon->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop1->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix5->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->bake3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Mexican Soft Tortillas Appetizer Recipe\n", + "(b38ecfba9f)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 pkg . lg . size flour tortillas \\( Recipe makes sufficient to cover 6 shells \\)'\n", + " * '8 ounce . cream cheese'\n", + " * '1/3 c. mild chunky salsa'\n", + " * '1/4 c. minced green onion'\n", + " * '1/2 teaspoon garlic salt or possibly pwdr equivalent'\n", + " * '1/2 teaspoon chili pwdr'\n", + " * '1/4 c. finely minced black olives \\( optional \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Remove tortillas from refrigerator .\n", + " * Combine cream cheese , salsa , green onion , garlic salt and chili pwdr .\n", + " * \\( Add in black olives if you like . \\)\n", + " * Spread thin layer of mix on tortilla .\n", + " * Tightly roll up tortilla .\n", + " * Wrap individually in plastic wrap .\n", + " * Chill .\n", + " * To serve , cut into 1 inch slices and set out with extra salsa for dipping ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mince1\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mix0->mince1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "black olive\n", + "\n", + "black olive\n", + "\n", + "\n", + "\n", + "black olive->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cream cheese->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green onion\n", + "\n", + "green onion\n", + "\n", + "\n", + "\n", + "green onion->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "chill5\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "cut0->chill5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "flour tortilla\n", + "\n", + "flour tortilla\n", + "\n", + "\n", + "\n", + "flour tortilla->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill5->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chunky salsa\n", + "\n", + "chunky salsa\n", + "\n", + "\n", + "\n", + "chunky salsa->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chili\n", + "\n", + "chili\n", + "\n", + "\n", + "\n", + "chili->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic salt\n", + "\n", + "garlic salt\n", + "\n", + "\n", + "\n", + "garlic salt->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "spread0->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince1->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Coconut Lime Blossoms\n", + "(cd09e61618)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '18 rhodes white dinner rolls , thawed'\n", + " * '13 cup butter , melted'\n", + " * '13 cup sugar'\n", + " * '13 cup shredded coconut'\n", + " * '2 limes'\n", + " * '1 cup powdered sugar'\n", + " * '4 ounces cream cheese'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Cut each roll in half .\n", + " * In a small bowl combine sugar , coconut and zest from the limes .\n", + " * Dip each roll half into the melted butter and then in the coconut mixture .\n", + " * Place 3 coated roll halves in each cup of a sprayed muffin tin .\n", + " * Cover lightly with plastic wrap and let rise until rolls are one and a half times their original size .\n", + " * Remove plastic wrap and bake at 350F 15-20 minutes .\n", + " * Remove from oven and cool completely .\n", + " * Mix the powdered sugar with the juice from one lime .\n", + " * Place the cream cheese in a microwave-safe bowl and microwave for 10-15 seconds , or until the cream cheese is warm \\( not hot \\) , soft and can be stirred smooth .\n", + " * Add the cream cheese to the lime glaze and beat until smooth and shiny .\n", + " * If needed add a few drops of water or a few teaspoons of powdered sugar to achieve a consistency like honey .\n", + " * Spread icing liberally over cooled blossoms ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "coconut\n", + "\n", + "coconut\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "coconut->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "place1\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "cut0->place1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix0->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "place0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thaw0\n", + "\n", + "thaw\n", + "\n", + "\n", + "\n", + "thaw0->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cool0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "cool3\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "bake1->cool3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "roll\n", + "\n", + "roll\n", + "\n", + "\n", + "\n", + "roll->thaw0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime\n", + "\n", + "lime\n", + "\n", + "\n", + "\n", + "lime->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n", + "cream cheese->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool3->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Clams Casino\n", + "(110d5b639c)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 tablespoons olive oil'\n", + " * '2 ounces sliced pancetta or bacon , finely chopped'\n", + " * '1 cup finely diced red bell pepper'\n", + " * '1/3 cup chopped shallots'\n", + " * '2 large garlic cloves , minced'\n", + " * '1/4 teaspoon dried oregano'\n", + " * '1/3 cup dry white wine'\n", + " * '4 tablespoons freshly grated Parmesan'\n", + " * 'Salt and freshly ground black pepper'\n", + " * '18 medium \\( 2 1/2-inch \\) littleneck clams , shucked , bottom shells reserved'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Heat the oil in a heavy large skillet over medium heat .\n", + " * Add the pancetta and saute until crisp and golden , about 3 minutes .\n", + " * Using a slotted spoon , transfer the pancetta to a plate .\n", + " * Add the bell pepper , shallots , garlic , and oregano to the same skillet and saute until the shallots are tender and translucent , about 5 minutes .\n", + " * Add the wine and simmer until it is almost evaporated , about 2 minutes .\n", + " * Remove the skillet from the heat and cool completely .\n", + " * Stir the reserved pancetta and 2 tablespoons of Parmesan cheese into the vegetable mixture .\n", + " * Season the mixture , to taste , with salt and pepper .\n", + " * Preheat the oven to 500 degrees F .\n", + " * Line a heavy large baking sheet with foil .\n", + " * Arrange the clams in the reserved shells on the baking sheet .\n", + " * Spoon the vegetable mixture atop the clams , dividing equally and mounding slightly .\n", + " * Sprinkle with the remaining 2 tablespoons of Parmesan .\n", + " * Bake until the clams are just cooked through and the topping is golden , about 10 minutes .\n", + " * Arrange the clams on the platter and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "saute0\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "saute0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "dice0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "bake1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red bell pepper\n", + "\n", + "red bell pepper\n", + "\n", + "\n", + "\n", + "red bell pepper->dice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool3\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix1->cool3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "garlic clove->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oregano\n", + "\n", + "oregano\n", + "\n", + "\n", + "\n", + "oregano->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake7\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "clam\n", + "\n", + "clam\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "clam->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "chop0->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool3->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop1->saute0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wine\n", + "\n", + "wine\n", + "\n", + "\n", + "\n", + "wine->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->bake7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat3\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "heat3->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3->heat3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pancetta\n", + "\n", + "pancetta\n", + "\n", + "\n", + "\n", + "pancetta->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "shallot\n", + "\n", + "shallot\n", + "\n", + "\n", + "\n", + "shallot->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Mango dressing for green salads\n", + "(53ffe748a0)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 alphonso mangoes , washed and diced'\n", + " * '2 small dried red chilies , crushed'\n", + " * '1 teaspoon honey'\n", + " * '12 cup lime juice'\n", + " * '1 teaspoon dried lime , powder'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Blend everything in a blender till smooth .\n", + " * Pour over your green salad and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "red chilies\n", + "\n", + "red chilies\n", + "\n", + "\n", + "\n", + "mango\n", + "\n", + "mango\n", + "\n", + "\n", + "\n", + "wash0\n", + "\n", + "wash\n", + "\n", + "\n", + "\n", + "mango->wash0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "honey\n", + "\n", + "honey\n", + "\n", + "\n", + "\n", + "lime\n", + "\n", + "lime\n", + "\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", + "\n", + "\n", + "\n", + "wash0->dice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime juice\n", + "\n", + "lime juice\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Cocoa Steamed Bread with Pancake Mix in a Frying Pan\n", + "(0798675c71)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 bag Pancake mix'\n", + " * '60 grams Hot chocolate powder \\( or sweetened cocoa powder \\)'\n", + " * '1 Egg'\n", + " * '1 tbsp Vegetable oil'\n", + " * '100 ml Milk'\n", + " * '3 tbsp Sugar'\n", + " * '50 chips Chocolate chips'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Mix the egg , vegetable oil , milk , and sugar together well .\n", + " * Adjust the amount of sugar to the sweetness of your brand of cocoa powder .\n", + " * Add pancake mix and powdered cocoa .\n", + " * Mix with a rubber spatula and avoid kneading the batter .\n", + " * Pour the batter into molds and put into a large and flat frying pan .\n", + " * Top with chocolate chips if you 'd like .\n", + " * Pour in approximately 1 cm of hot water and cover the pan .\n", + " * Steam for 12-14 minutes .\n", + " * Once they become full and fluffy , they 're ready .\n", + " * Note : They seem to turn out less full than my other variations of steamed bread , and they take longer to steam .\n", + " * Adjust the time accordingly .\n", + " * Note : You can use aluminum liners , silicone cups , and ramekins for the mold .\n", + " * Note : Use a steamer if you own one .\n", + " * Note : If your pancake mix is 150 g per bag , then use 75 ml of milk instead .\n", + " * For plain and variations of steamed bread , see" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "pancake\n", + "\n", + "pancake\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "pancake->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chip chocolate chip\n", + "\n", + "chip chocolate chip\n", + "\n", + "\n", + "\n", + "steam4\n", + "\n", + "steam\n", + "\n", + "\n", + "\n", + "vegetable oil\n", + "\n", + "vegetable oil\n", + "\n", + "\n", + "\n", + "vegetable oil->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sweeten0\n", + "\n", + "sweeten\n", + "\n", + "\n", + "\n", + "sweeten0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "milk->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "hot chocolate\n", + "\n", + "hot chocolate\n", + "\n", + "\n", + "\n", + "hot chocolate->sweeten0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "pour0->steam4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Pesto Tortellini\n", + "(ada94edc51)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 pound Tortellini'\n", + " * '1- 1/2 cup Pesto \\( homemade Or Store Bought \\)'\n", + " * '2 cups Asparagus , Cut Into One-inch Pieces'\n", + " * '1 whole Small Zucchini , Quartered And Sliced'\n", + " * '1 whole Large Stalk Broccoli , Cut Into Small Pieces , Florets And Stalk'\n", + " * '1/2 cups Water'\n", + " * '1 pint Grape Tomatoes , Halved'\n", + " * 'Parmesan Cheese For Serving'\n", + " * 'Bacon Bits , For Serving'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a large pot of boiling water , boil the tortellini according to the package directions , until tender .\n", + " * Drain , return pasta to the pot , and toss with the pesto sauce .\n", + " * Set aside .\n", + " * In a large non-stick skillet over medium heat , stir fry the asparagus , zucchini and broccoli until crisp tender , about 4-5 minutes .\n", + " * Add the tortellini with pesto sauce and the water and stir to combine everything .\n", + " * Allow to heat through , then stir in the grape tomatoes and serve .\n", + " * Sprinkle with Parmesan cheese and bacon and serve hot .\n", + " * Enjoy !" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "grape tomatoes\n", + "\n", + "grape tomatoes\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "grape tomatoes->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut1\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cut1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix3->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "asparagus\n", + "\n", + "asparagus\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "asparagus->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "boil0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "broccoli\n", + "\n", + "broccoli\n", + "\n", + "\n", + "\n", + "broccoli->cut1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "water->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "fry0\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "fry0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "zucchini\n", + "\n", + "zucchini\n", + "\n", + "\n", + "\n", + "zucchini->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pesto\n", + "\n", + "pesto\n", + "\n", + "\n", + "\n", + "pesto->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry2\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "fry2->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "cheese->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->fry2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0->fry0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pound tortellini\n", + "\n", + "pound tortellini\n", + "\n", + "\n", + "\n", + "pound tortellini->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bacon\n", + "\n", + "bacon\n", + "\n", + "\n", + "\n", + "bacon->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Wild Pecan Rice Dressing\n", + "(30219d8eb7)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 tablespoon butter'\n", + " * '1/4 cup chopped onions'\n", + " * '1/4 cup chopped celery'\n", + " * 'Salt'\n", + " * 'Cayenne'\n", + " * '1/2 cup pecan pieces'\n", + " * '1 unpeeled Granny Smith apple , cored and chopped , \\( about 1 1/2 cups \\)'\n", + " * '7 ounces wild rice'\n", + " * '3 cups water'\n", + " * '1/2 pound bacon , chopped crispy-fried and drained'\n", + " * '2 tablespoons finely chopped fresh parsley leaves'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a saucepan , over medium heat , melt the butter .\n", + " * Add the onions and celery .\n", + " * Season with salt and pepper .\n", + " * Saute for 3 minutes or until wilted .\n", + " * Add the pecans and continue to cook for 2 minutes .\n", + " * Stir in the apples and rice .\n", + " * Season with salt and pepper .\n", + " * Continue to cook for 1 minute .\n", + " * Add the water and bring to a boil .\n", + " * Reduce the heat to medium-low , cover and simmer for 20 minutes .\n", + " * Remove from the heat and reseason .\n", + " * Stir in the bacon and parsley .\n", + " * Let sit for 3 minutes before serving .\n", + " * Serve with the Grilled Quail and Andouille Sausage Ragu \\( separate recipe from this show \\) ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cook6\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook6->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "parsley leaf\n", + "\n", + "parsley leaf\n", + "\n", + "\n", + "\n", + "chop4\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "parsley leaf->chop4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook3\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "simmer1\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "cook3->simmer1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "mix8\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "drain0->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat1->cook3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "onion->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook4\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook4->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cayenne\n", + "\n", + "cayenne\n", + "\n", + "\n", + "\n", + "chop4->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix6\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "saute1\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "mix6->saute1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "mix2->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple\n", + "\n", + "apple\n", + "\n", + "\n", + "\n", + "chop2\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "apple->chop2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rice\n", + "\n", + "rice\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "rice->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop3\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop3->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "simmer0\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "mix3->simmer0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "water->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute3\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "saute3->cook6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "celery\n", + "\n", + "celery\n", + "\n", + "\n", + "\n", + "celery->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bacon\n", + "\n", + "bacon\n", + "\n", + "\n", + "\n", + "bacon->chop3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "heat6\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "melt0->heat6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "simmer0->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat6->saute3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat5\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat5->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4->heat5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop2->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute1->cook4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "simmer1->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pecan\n", + "\n", + "pecan\n", + "\n", + "\n", + "\n", + "pecan->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Easy Gluten Free Red White & Blue Velvet Cake With Homemade\n", + "(edf1e75785)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * 'cake , 00'\n", + " * 'betty crocker gluten free yellow cake mix \\( 1 box \\)'\n", + " * '3 tablespoons unsweetened cocoa powder'\n", + " * 'jello vanilla instant pudding mix \\( 1 lg box \\)'\n", + " * '12 cup butter , melted & cooled'\n", + " * '1 cup buttermilk'\n", + " * '3 eggs , beaten'\n", + " * '2 teaspoons vanilla \\( gluten free \\)'\n", + " * 'food coloring , red \\( 1 bottle \\)'\n", + " * 'cream cheese frosting , 00'\n", + " * '12 cup butter \\( sofened \\)'\n", + " * '16 ounces cream cheese \\( sofened \\)'\n", + " * '4 cups powdered sugar'\n", + " * '2 teaspoons vanilla \\( gluten free \\)'\n", + " * '3 tablespoons heavy cream'\n", + " * 'food coloring , blue \\( 1 bottle \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Cake : .\n", + " * - Pre heat oven to 350 deg \\( lower to 325 for dark/non stick pans \\) .\n", + " * - Spray two 8 inch round pans with baking spray or grease with butter .\n", + " * - Combine dry ingredients \\( cake mix , cocoa powder and pudding mix \\) in a medium bowl until well blended .\n", + " * - In a seperate bowl combine wet ingredients \\( butter , buttermilk , beaten eggs , vanilla , food coloring \\) and mix unitl well blended .\n", + " * - Now slowly add your wet ingredients to you dry ingredients , mixing and scraping the side of the bowl as you go .\n", + " * Continue until all are well blended and beat for additional 2 minutes .\n", + " * Note : Batter will be thick , if you think it is too thick for your mixer to handle you can add more buttermilk to thin it down , but do n't add too much .\n", + " * - Pour batter evenly split between the two baking pans .\n", + " * - Bake according to package directions or until toothpick comes out center clean .\n", + " * Approx 30 minute .\n", + " * - Cool .\n", + " * Optional Homemade Frosting - Make while the cake is cooking : .\n", + " * - Cream butter and cream cheese together until they are light and fluffy .\n", + " * - Gradually add the powdered sugar and continue beating until well blended .\n", + " * - Add vanilla and heavy cream and beat until fluffy and spreadable .\n", + " * Optional : For a thicker frosting you can add more powdered sugar until you get the consistency you are looking for .\n", + " * - Split the frosting 2/3 into one bowl and 1/3 into another .\n", + " * - Add blue food coloring into the 1/3 mixture until you get the color you like .\n", + " * - Place both bowls of frosting into the refrigerator until you are ready to use .\n", + " * Assembly : .\n", + " * - Make sure cakes have cooled .\n", + " * - Stir the frosting until it is spreadable again .\n", + " * - Place first layer of cake on plate .\n", + " * - Spread all of the blue frosting over this layer .\n", + " * - Place the second layer \\( upside down \\) on top .\n", + " * - Spread all of the white frosting over the entire cake .\n", + " * - Decorate with with a toothpick flag .\n", + " * - Refrigerate until you are ready to serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "mix1->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red\n", + "\n", + "red\n", + "\n", + "\n", + "\n", + "gluten\n", + "\n", + "gluten\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "gluten->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "spread0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place4\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "place4->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cocoa\n", + "\n", + "cocoa\n", + "\n", + "\n", + "\n", + "cocoa->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "jello vanilla instant pudding\n", + "\n", + "jello vanilla instant pudding\n", + "\n", + "\n", + "\n", + "jello vanilla instant pudding->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat1\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "beat1->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "blend2\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "mix0->blend2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heavy cream\n", + "\n", + "heavy cream\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cool0->place4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "buttermilk\n", + "\n", + "buttermilk\n", + "\n", + "\n", + "\n", + "buttermilk->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cake\n", + "\n", + "cake\n", + "\n", + "\n", + "\n", + "cake->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "sugar->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "place1\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "place1->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "vanilla\n", + "\n", + "vanilla\n", + "\n", + "\n", + "\n", + "mix2->place1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "blend2->beat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese frosting\n", + "\n", + "cream cheese frosting\n", + "\n", + "\n", + "\n", + "cream cheese frosting->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Chocolate Chip Cookie Bars\n", + "(d172c00ace)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 cups all-purpose flour'\n", + " * '12 teaspoon baking soda'\n", + " * '1 cup dark brown sugar , firmly packed'\n", + " * '1 cup salted butter , softened'\n", + " * '1 large egg'\n", + " * '2 teaspoons pure vanilla extract'\n", + " * '1 12 cups semi-sweet chocolate chips'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat oven to 300 degrees F. Grease an 8-by-8 inch baking pan .\n", + " * Combine flour and soda in a medium bowl .\n", + " * Mix well with a wire wisk .\n", + " * Set aside .\n", + " * In a large bowl use an electric mixer to blend the sugar and butter .\n", + " * Add egg and vanilla , and beat at medium speed until light and smooth .\n", + " * Scrape down the side of the bowl , then add the flour mixture and chocolate chips .\n", + " * Blend at low speed until just combined .\n", + " * Do not overmix .\n", + " * Transfer batter into the prepared pan , and level top with a rubber spatula .\n", + " * Bake in center of oven for 35-45 minutes or until toothpick comes out clean but center is still soft .\n", + " * Cool on rack to room temperature .\n", + " * Cut with sharp knife in 12 bars ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "vanilla extract\n", + "\n", + "vanilla extract\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "vanilla extract->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut1\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cut1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "flour\n", + "\n", + "flour\n", + "\n", + "\n", + "\n", + "flour->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chocolate chip\n", + "\n", + "chocolate chip\n", + "\n", + "\n", + "\n", + "chocolate chip->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut4\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "blend4\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "blend4->cut1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "blend5\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "mix2->blend5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cool1->cut4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baking soda\n", + "\n", + "baking soda\n", + "\n", + "\n", + "\n", + "baking soda->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "brown0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix3->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt butter\n", + "\n", + "salt butter\n", + "\n", + "\n", + "\n", + "salt butter->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0->blend4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "blend5->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Classic Pasta Carbonara\n", + "(c2f4cc08dd)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 lb . spaghetti , uncooked'\n", + " * '10 slices OSCAR MAYER Bacon , cut into 1/2-inch pieces'\n", + " * '4 cloves garlic , minced'\n", + " * '4 eggs'\n", + " * '1/2 tsp . freshly ground black pepper'\n", + " * '1/2 cup whipping cream'\n", + " * '1-1/4 cups KRAFT Shredded Parmesan Cheese , divided'\n", + " * '2 Tbsp . chopped fresh parsley'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Cook spaghetti as directed on package , omitting salt .\n", + " * Meanwhile , cook and stir bacon in large skillet on medium heat until crisp .\n", + " * Remove bacon from skillet with slotted spoon ; drain on paper towels .\n", + " * Discard all but 3 Tbsp .\n", + " * drippings from skillet .\n", + " * Add garlic to drippings ; cook 1 min .\n", + " * or until fragrant .\n", + " * Whisk eggs in large bowl until blended .\n", + " * Drain spaghetti , reserving 3/4 cup cooking water .\n", + " * Gradually add reserved water to eggs , whisking constantly .\n", + " * Stir in pepper .\n", + " * Add spaghetti and cream to bacon mixture in skillet ; mix lightly .\n", + " * Add eggs ; cook and stir on low heat 1 min .\n", + " * or until heated through .\n", + " * Add 1 cup cheese ; mix lightly .\n", + " * Spoon into serving bowl ; top with remaining cheese and parsley ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "black pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "slice0->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "clove garlic\n", + "\n", + "clove garlic\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "clove garlic->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "drain0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut0->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spaghetti\n", + "\n", + "spaghetti\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "spaghetti->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "whisk0\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "egg->whisk0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "cream->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bacon\n", + "\n", + "bacon\n", + "\n", + "\n", + "\n", + "bacon->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "cheese->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "parsley\n", + "\n", + "parsley\n", + "\n", + "\n", + "\n", + "parsley->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Sweet Spareribs\n", + "(233e13e7b7)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '3 lbs spareribs'\n", + " * '34 cup brown sugar'\n", + " * '12 cup ketchup'\n", + " * '12 cup white vinegar'\n", + " * '2 tablespoons Worcestershire sauce'\n", + " * '1 teaspoon chili powder'\n", + " * '34 cup water'\n", + " * '1 onion , chopped'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * - Mix all ingrediants together and pour into large pot with lid .\n", + " * - Boil strips for 5-7 mins separately until they turn white .\n", + " * - Pour all mixture to pot .\n", + " * - Add spare ribs to mixture in pot .\n", + " * - Place in fridge for 2 hrs to marinate\n", + " * - Pour mix repedly over the ribs while marinating\n", + " * - Take out of fridge and bake @ 350 for 2 hrs +/- .\n", + " * - for last 1/2 hr turn down to 300 for more tenderness .\n", + " * Add white rice to compliment ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "onion->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chili\n", + "\n", + "chili\n", + "\n", + "\n", + "\n", + "vinegar\n", + "\n", + "vinegar\n", + "\n", + "\n", + "\n", + "sauce\n", + "\n", + "sauce\n", + "\n", + "\n", + "\n", + "ketchup\n", + "\n", + "ketchup\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "sparerib\n", + "\n", + "sparerib\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Spaghetti and Meatball Pie\n", + "(2952922070)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 Eggs , Beaten'\n", + " * '1/2 pounds Leftover Cooked Spaghetti Noodles'\n", + " * '1- 1/2 cup Leftover Pasta Sauce \\( might Need An Additional 1/2 Cup \\)'\n", + " * '1- 1/2 cup Shredded Mozzarella Cheese'\n", + " * '1/2 cups Grated Parmesan Cheese'\n", + " * '20 Leftover Cooked Meatballs , Medium Size , Chopped'\n", + " * '1 cup Shredded Mozzarella Cheese'\n", + " * '6 Leftover Cooked Meatballs , Cut In Half'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat oven to 350 F. Spray a 9-inch springform pan with non-stick cooking spray ; set aside .\n", + " * In a large bowl , beat eggs together .\n", + " * Add spaghetti noodles , sauce , and both cheeses ; stir to combine .\n", + " * Pour half of the spaghetti mixture into the prepared springform pan .\n", + " * Add chopped meatballs , then add the remaining spaghetti mixture , and finish by topping off the layers with 1 cup mozzarella cheese .\n", + " * Press everything down to make it compact .\n", + " * Dot the top with the halved meatballs .\n", + " * Cover springform pan with foil and place on a rimmed sheet pan .\n", + " * Bake for 55 minutes then remove foil and bake an additional 10 minutes , or until the cheese browns nicely on top .\n", + " * Remove from oven and allow it to rest for at least 20 minutes \\( 30 is even better \\) .\n", + " * Serve warm or at room temperature .\n", + " * Note : I prefer to serve extra sauce on the side and not add too much to the casserole itself .\n", + " * If the pie is too wet , it wont slice nicely .\n", + " * You can make this without meatballs , or substitute Italian sausage instead of the meatballs .\n", + " * Sauteed mushrooms and chopped basil would be great additions as well .\n", + " * Recipe makes one 9-inch springform pan that will serve 8-12 .\n", + " * Recipe adapted from the blog Gourmet Rooster ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "beat0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "eggs\n", + "\n", + "eggs\n", + "\n", + "\n", + "\n", + "eggs->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "warm0\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "mix0->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "cut0->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm1\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "mix1->warm1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pasta sauce\n", + "\n", + "pasta sauce\n", + "\n", + "\n", + "\n", + "pasta sauce->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spaghetti noodles\n", + "\n", + "spaghetti noodles\n", + "\n", + "\n", + "\n", + "spaghetti noodles->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "pour0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "cheese->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "meatballs\n", + "\n", + "meatballs\n", + "\n", + "\n", + "\n", + "meatballs->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm0->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Pizza with Pepperoni and Veggies\n", + "(0040c511dd)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cup sliced fresh mushrooms'\n", + " * '1 cup cherry tomatoes , halved'\n", + " * '1/2 cup slivered red onions'\n", + " * '3 Tbsp . Kraft Extra Virgin Olive Oil Tuscan Italian Dressing , divided'\n", + " * '1 ready-to-use baked pizza crust \\( 12 inch \\)'\n", + " * '1-1/2 cups Cracker Barrel Shredded Mozzarella Cheese'\n", + " * '14 slices pepperoni'\n", + " * '1/4 cup sliced black olives'\n", + " * '1 tsp . chopped fresh thyme'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Heat oven to 450 degrees F .\n", + " * Cook and stir vegetables in 1 Tbsp .\n", + " * dressing in skillet on medium heat 3 min .\n", + " * Place pizza crust on baking sheet sprayed with cooking spray ; brush with remaining dressing .\n", + " * Top with cheese , pepperoni , vegetables and olives .\n", + " * Bake 10 to 12 min .\n", + " * or until cheese is melted and edge of crust is golden brown .\n", + " * Sprinkle with thyme ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "red onion\n", + "\n", + "red onion\n", + "\n", + "\n", + "\n", + "cherry tomato\n", + "\n", + "cherry tomato\n", + "\n", + "\n", + "\n", + "mozzarella cheese\n", + "\n", + "mozzarella cheese\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mozzarella cheese->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mushroom\n", + "\n", + "mushroom\n", + "\n", + "\n", + "\n", + "mushroom->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "bake0->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "place0->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "crust\n", + "\n", + "crust\n", + "\n", + "\n", + "\n", + "crust->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thyme\n", + "\n", + "thyme\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "thyme->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice1\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "slice1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice2\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "pepperoni\n", + "\n", + "pepperoni\n", + "\n", + "\n", + "\n", + "pepperoni->slice1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black olive\n", + "\n", + "black olive\n", + "\n", + "\n", + "\n", + "black olive->slice2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Burmese Beef Curry\n", + "(90a92a6f7f)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 large onions , roughly chopped'\n", + " * '5 garlic cloves'\n", + " * '2 inches gingerroot , peeled'\n", + " * '1 teaspoon chili powder'\n", + " * '1 teaspoon turmeric'\n", + " * '1 teaspoon paprika'\n", + " * '3 tablespoons oil'\n", + " * '750 g beef steaks , cut into largish pieces , i used rump'\n", + " * '1 12 teaspoons salt'\n", + " * '12 teaspoon cumin'\n", + " * '12 teaspoon coriander powder'\n", + " * '375 g potatoes , peeled quartered or 3 large potatoes'\n", + " * '2 cups water'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Place the onions , ginger and garlic in a food processor and process until smooth .\n", + " * Add the chili powder , and turmeric and paprika until combined .\n", + " * Heat the oil until smoking point is reached , then add the contents of the processor or blender .\n", + " * Be very careful as this mix will splutter as it hits the very hot oil .\n", + " * Stir into the oil , reduce the heat of your burner to low , cover , and cook for about 30 minutes .\n", + " * You will need to stir fairly regularly , and be patient .\n", + " * The mix will begin to evaporate , start to smell sweeter and eventually turn a redish brown , with the oil seperating to the edges .\n", + " * It may take more than 30 minutes , like I said , be patient !\n", + " * Mix the cumin , coriander and salt together and massage through the steak pieces .\n", + " * Add the steak and potatoes to the onion mix , fry for a couple of minutes , then add the water .\n", + " * Bring to the boil , stirring , then reduce the heat and cover .\n", + " * Cook for about 30 minutes or until the potatoes are tender .\n", + " * Remove the lid , increase the heat and cook for a further 15 minutes or until the sauce is thickened and reduced .\n", + " * Serve over plain rice ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "beef steak\n", + "\n", + "beef steak\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "beef steak->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil5\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "fry0\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "boil5->fry0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil11\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "boil11->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chop0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat4\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "heat4->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat9\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix1->heat9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "potato\n", + "\n", + "potato\n", + "\n", + "\n", + "\n", + "peel1\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "potato->peel1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat9->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat5\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat5->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry0->heat5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "water->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cut0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil8\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "boil8->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil6\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "heat3\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "boil6->heat3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peel1->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "cook0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "coriander\n", + "\n", + "coriander\n", + "\n", + "\n", + "\n", + "coriander->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3->boil6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "paprika\n", + "\n", + "paprika\n", + "\n", + "\n", + "\n", + "paprika->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "peel0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat3->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->boil5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "garlic clove->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0->boil11\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place2\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "place2->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "gingerroot\n", + "\n", + "gingerroot\n", + "\n", + "\n", + "\n", + "gingerroot->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tablespoon oil\n", + "\n", + "tablespoon oil\n", + "\n", + "\n", + "\n", + "tablespoon oil->heat4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->boil8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "onion->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4->place2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chili\n", + "\n", + "chili\n", + "\n", + "\n", + "\n", + "chili->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cumin\n", + "\n", + "cumin\n", + "\n", + "\n", + "\n", + "cumin->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Ham and Cheese Sandwich with Pears\n", + "(cf42b7a433)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 slice Bread of your choice'\n", + " * '1/3 Pear'\n", + " * '1 to 2 Thinly-sliced ham'\n", + " * '1 to 2 Swiss cheese \\( sliced or shredded \\)'\n", + " * '1 Dijon mustard'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Heat the frying pan over low heat .\n", + " * Spread mustard onto two pieces of bread .\n", + " * Chop the pear into half lengthwise and remove the core .\n", + " * Slice into 7 to 8 mm- slices .\n", + " * Layer the pear , ham , and cheese and sandwich .\n", + " * Place the sandwich into the heated frying pan and press lightly with your hands for 10 seconds .\n", + " * Turn the heat up to medium heat and grill until golden brown .\n", + " * Flip it over and repeat ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "grill3\n", + "\n", + "grill\n", + "\n", + "\n", + "\n", + "mix3->grill3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dijon mustard\n", + "\n", + "dijon mustard\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "dijon mustard->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grill0\n", + "\n", + "grill\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "grill0->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat3\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat3->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown2\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "grill3->brown2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->grill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ham\n", + "\n", + "ham\n", + "\n", + "\n", + "\n", + "ham->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice2\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "slice2->heat3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bread\n", + "\n", + "bread\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "mix5\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chop0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pear\n", + "\n", + "pear\n", + "\n", + "\n", + "\n", + "pear->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix5->slice2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "swiss cheese\n", + "\n", + "swiss cheese\n", + "\n", + "\n", + "\n", + "swiss cheese->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Corn Pudding\n", + "(c0841205a6)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '550 ml milk'\n", + " * '4 Tbsp . granulated sugar'\n", + " * '1 can whole kernel corn'\n", + " * '4 tbsp cornstarch'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Pour the 400 ml milk into the pan then simmer in low heat .\n", + " * In a small cup dissolve the cornstarch in remaining 150ml of milk and set aside .Then strain the whole kernel corn and set aside also .\n", + " * When the milk is about to boil add the sugar into the pan and stir with spatula to dissolve the sugar .\n", + " * Continously stir it for about 2 minutes .\n", + " * Add the strained whole kernel corn .\n", + " * Then stir it again for about 2 minutes .\n", + " * Then gradually add 4 tbsp of cornstarch dissolved in 50 ml milk while stirring it .\n", + " * Continously stir it for about 7-8 minutes or until the mixture is thickened .\n", + " * Make sure that the cornstarch is distrubuted properly and dissolved .\n", + " * When the mixture is already thickened turn off the heat then continously stir it on the pan for about 1 minute and prepare the container for your corn pudding .\n", + " * Pour it to the container and let it cool then chill it on the fridge .\n", + " * Serve it chilled and sprinkle some grated cheddar cheese on top for garnish ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "thicken1\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "pour0->thicken1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "milk->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix2->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "sugar->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken2\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "boil0->thicken2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "corn\n", + "\n", + "corn\n", + "\n", + "\n", + "\n", + "thicken0\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "corn->thicken0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken2->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill0\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "cool1->chill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour2\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "mix3->pour2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour2->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Vampire's Beware Coleslaw!\n", + "(c1c9f2c406)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 teaspoon garlic salt'\n", + " * '23 cup white sugar \\( or less if you wish \\)'\n", + " * '13 cup garlic-flavored red wine vinegar'\n", + " * '1 cup heavy whipping cream \\( about 1/2 pint \\)'\n", + " * '2 tablespoons Miracle Whip'\n", + " * '5 fresh garlic cloves , finely minced'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Whisk all ingredients together in a small bowl .\n", + " * Pour over 8 cups of finely shredded cabbage .\n", + " * This is about a 1 pound bag of prepared cabbage mix .\n", + " * Place in refrigerator and chill overnight for best flavor .\n", + " * If it gets too watery after the chilling period , you can pour off the juice and use for other things .\n", + " * Like a garlic dressing , or discard .\n", + " * This makes a lot so you can successfully half this recipe if you want .\n", + " * \\( `` Please do n't try this '' -Dracula \\) ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "red wine vinegar\n", + "\n", + "red wine vinegar\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "garlic salt\n", + "\n", + "garlic salt\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "garlic clove->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## MacHo Nachos\n", + "(7caa704c21)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 x cayenne pepper sauce'\n", + " * '1 can bean dip'\n", + " * '1 x tortilla chips'\n", + " * '1 x cheddar cheese shredded'\n", + " * '1 x guacamole'\n", + " * '1 x sour cream'\n", + " * '1 x jalapeno pepper sliced'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Stir 1 tablespoon of cayenne pepper sauce into the bean dip and spread on chips .\n", + " * Sprinkle with cheese and microwave until softened .\n", + " * Top with guacamole dip and sour cream ; garnish liberally with sliced Jalapeno peppers ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "guacamole\n", + "\n", + "guacamole\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "guacamole->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "spread0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bean\n", + "\n", + "bean\n", + "\n", + "\n", + "\n", + "bean->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", + "\n", + "\n", + "\n", + "pepper->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cayenne pepper sauce\n", + "\n", + "cayenne pepper sauce\n", + "\n", + "\n", + "\n", + "cayenne pepper sauce->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "tortilla chip\n", + "\n", + "tortilla chip\n", + "\n", + "\n", + "\n", + "tortilla chip->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Marinated Chicken With Cumin, Garlic & Lime\n", + "(919f1cf5f0)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '3 lbs boneless skinless chicken breast halves'\n", + " * '1 medium onion , diced \\( about 1 cup \\)'\n", + " * '3 -4 teaspoons garlic cloves , minced'\n", + " * '2 limes , juice of'\n", + " * '1 tablespoon molasses'\n", + " * '2 teaspoons Worcestershire sauce'\n", + " * '1 12 teaspoons ground cumin'\n", + " * '1 teaspoon dried oregano'\n", + " * '12 teaspoon salt'\n", + " * '12 teaspoon ground black pepper'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a large ziptop baggie , combine chicken , onion , garlic , lime juice , molasses , Worcestershire sauce , cumin , oregano , salt , and black pepper ; seal bag and let marinate in the fridge for several hours or overnight .\n", + " * Preheat oven to 400F .\n", + " * Coat a large roasting pan with cooking spray .\n", + " * Transfer chicken to prepared pan and pour over any remaining marinade on top .\n", + " * Roast 30 to 35 minutes , until chicken is cooked through \\( mine was ready at 30 , so check early \\) ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "ground black pepper\n", + "\n", + "ground black pepper\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "ground black pepper->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", + "\n", + "\n", + "\n", + "onion->dice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dice0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "garlic clove->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "molasses\n", + "\n", + "molasses\n", + "\n", + "\n", + "\n", + "molasses->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground cumin\n", + "\n", + "ground cumin\n", + "\n", + "\n", + "\n", + "ground cumin->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sauce\n", + "\n", + "sauce\n", + "\n", + "\n", + "\n", + "sauce->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oregano\n", + "\n", + "oregano\n", + "\n", + "\n", + "\n", + "oregano->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken breast half\n", + "\n", + "chicken breast half\n", + "\n", + "\n", + "\n", + "chicken breast half->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime\n", + "\n", + "lime\n", + "\n", + "\n", + "\n", + "lime->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## French Fig Compote With Honey Creme Fraiche\n", + "(5c97434eaf)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 lb black mission fig , stemmed and cut in half lengthwise'\n", + " * '34 cup dry red wine'\n", + " * '14 cup orange juice'\n", + " * '14 cup sugar'\n", + " * '14 vanilla bean , split lengthwise'\n", + " * '1 cup creme fraiche'\n", + " * '3 tablespoons honey'\n", + " * '14 teaspoon vanilla extract'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Place the figs in a heat-proof bowl .\n", + " * In a small saucepan combine the wine , orange juice , sugar and the seeds from the vanilla bean .\n", + " * Over med heat , bring to a boil , stirring to dissolve the sugar .\n", + " * Boil until slightly thickened and reduced to 3/4 c , about 5 minute .\n", + " * Pour over the figs and let stand at room temperature until cool .\n", + " * In a separate bowl , beat the creme fraiche , honey & vanilla extract on high speed until thick .\n", + " * Spoon the fig compote into dessert glasses and top with a dollop of the creme fraiche mixture .\n", + " * Serve at once ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "thicken0\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "thicken0->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla extract\n", + "\n", + "vanilla extract\n", + "\n", + "\n", + "\n", + "black\n", + "\n", + "black\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "black->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "beat0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil1\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "heat0->boil1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla bean\n", + "\n", + "vanilla bean\n", + "\n", + "\n", + "\n", + "vanilla bean->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red wine\n", + "\n", + "red wine\n", + "\n", + "\n", + "\n", + "red wine->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "honey\n", + "\n", + "honey\n", + "\n", + "\n", + "\n", + "honey->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil1->thicken0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "orange juice\n", + "\n", + "orange juice\n", + "\n", + "\n", + "\n", + "orange juice->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## White Pizza N E Penna. Style\n", + "(3dca7f5e6d)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 12-3 cups bread flour'\n", + " * '1 teaspoon salt'\n", + " * '1 teaspoon sugar'\n", + " * '1 \\( 3/4 ounce \\) package dry yeast'\n", + " * '8 ounces water'\n", + " * '14 teaspoon oregano'\n", + " * '12 slices American cheese'\n", + " * '12 slices mozzarella cheese'\n", + " * '12 slices muenster cheese'\n", + " * '1 tablespoon rosemary , seed not ground'\n", + " * '12 teaspoon black pepper'\n", + " * '1 tablespoon olive oil'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Please keep in mind that the cheeses do not have to be sliced thickly - that 's a matter of taste .\n", + " * Also , the dough may be prepared by hand .\n", + " * However , I use a food processor which is much quicker and produces a light pizza crust .\n", + " * Place the package of dry yeast along with the sugar in one \\( 1 \\) cup of warm \\( not hot \\) water .\n", + " * Let stand about 5 minutes .\n", + " * Add 2 1/2 cups of the bread flour to the processor bowl along with the salt and oregano .\n", + " * While the processor is on , slowly pour the yeast mixture down the feeding tube and process for about 1 to 2 minutes until the dough comes away from the sides .\n", + " * It will be quite sticky .\n", + " * Remove the top and check to see if the dough is heavy .\n", + " * If it is heavy replace the top and add a couple tablespoons of water .\n", + " * Lightly oil a large bowl .\n", + " * Turn the dough over so that the top of the dough is slightly oiled .\n", + " * Cover with a clean cloth and plastic .\n", + " * Let raise for approximately 1 1/2 to 2 hours .\n", + " * Meanwhile , using about 1/8 of a cup of `` peanut oil '' , grease a cookie sheet with sides \\( 12 '' x17 '' \\) .\n", + " * Place the dough onto the cookie sheet and using your fingers , stretch the dough in place evenly .\n", + " * If it springs back , stretch for a while then let it rest and go back to finish .\n", + " * Cover dough again with cloth and let raise til more than doubled .\n", + " * This is what makes the crust light and crispy .\n", + " * Par-bake the crust on 350 degrees for 10 minutes .\n", + " * Remove the crust from the oven and let cool .\n", + " * Ready to Bake : .\n", + " * Place the pizza stone on the bottom of the range if gas ; if electric , on the bottom grate of the stove .\n", + " * Preheat oven to 350 .\n", + " * Brush the top of the pizza shell with a little olive oil .\n", + " * Layer the cheeses .\n", + " * Sprinkle with the Rosemary and black pepper .\n", + " * Drizzle some olive oil .\n", + " * Using a pizza peel , shuffle the pizza onto the stone and let bake about 8 to 10 minutes until cheeses are melted and bottom is golden brown and crispy .\n", + " * Remove with a pizza peel to a large wire rack .\n", + " * Let cool a minute or two .\n", + " * Cut into desired pieces ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "olive oil->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "pour0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix3->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake4\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "cool2\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "bake4->cool2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "yeast\n", + "\n", + "yeast\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "yeast->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oregano\n", + "\n", + "oregano\n", + "\n", + "\n", + "\n", + "oregano->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "muenster cheese\n", + "\n", + "muenster cheese\n", + "\n", + "\n", + "\n", + "slice1\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "muenster cheese->slice1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake6\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix4->bake6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "warm0\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "water->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peel6\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "peel6->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bread flour\n", + "\n", + "bread flour\n", + "\n", + "\n", + "\n", + "bread flour->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rosemary\n", + "\n", + "rosemary\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "rosemary->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut3\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut3->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->peel6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut4\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "peel2\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "mix0->peel2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "black pepper->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "cheese->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool2->cut3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peel2->bake4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1->cut4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake6->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Honey Custard Filled Phyllo Triangles With Strawberries\n", + "(51f0afb37f)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 cups strawberries , sliced and hulled'\n", + " * '2 tablespoons semi-sweet wine \\( i.e . Johannesburg Riesling \\)'\n", + " * '3 tablespoons sugar'\n", + " * '8 ounces cream cheese , room temperature'\n", + " * '5 tablespoons honey'\n", + " * '14 cup heavy cream'\n", + " * '1 large egg \\( at room temperature \\)'\n", + " * '1 teaspoon vanilla extract'\n", + " * '8 sheets phyllo pastry , fresh or frozen , thawed'\n", + " * '12 cup unsalted butter'\n", + " * '8 tablespoons almonds , finely chopped'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Mix the strawberries , wine and 2 tablespoons of the sugar in a small bowl -- set aside .\n", + " * Preheat oven to 350F .\n", + " * Using an electric mixer , beat the cream cheese , 3 tablespoons of the honey and the remaining 1 tablespoon sugar in medium bowl until smooth .\n", + " * Mix in the cream , egg , and vanilla .\n", + " * Spoon mixture into 9 '' glass pie dish .\n", + " * Bake until custard is set ; about 20 minutes .\n", + " * Transfer to a rack and cool completely .\n", + " * Combine the butter and remaining 2 tablespoons of honey in a small saucepan .\n", + " * Stir over low heat until butter melts and honey dissolves .\n", + " * Remove from heat .\n", + " * Arrange 1 phyllo sheet on work surface with long side parallel to the edge of the surface \\( cover remainder with plastic wrap and damp kitchen towel \\) .\n", + " * Brush lower half of phyllo lengthwise with butter mixture .\n", + " * Fold phyllo in half lengthwise .\n", + " * Brush with butter mixture .\n", + " * Spoon 1/8 of custard mixture near 1 short edge of phyllo .\n", + " * Sprinkle with 1 tablespoon of almonds .\n", + " * Fold 1 corner of phyllo over custard ; continue folding like you would a flag , forming a triangle and enclosing filling completely .\n", + " * Repeat with remaining phyllo , butter , custard and almonds .\n", + " * Transfer pastries to a buttered baking sheet .\n", + " * Brush pastries with remaining butter mixture .\n", + " * Bake until golden brown , about 18 minutes .\n", + " * Serve warm or at room temperature with sliced strawberries and juices .\n", + " * Enjoy !" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "almond\n", + "\n", + "almond\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "almond->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chop0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat2\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "brown1\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "heat2->brown1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thaw0\n", + "\n", + "thaw\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "thaw0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brush0\n", + "\n", + "brush\n", + "\n", + "\n", + "\n", + "brush0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "honey\n", + "\n", + "honey\n", + "\n", + "\n", + "\n", + "honey->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake4\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "bake4->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "melt0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat7\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat7->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "cool6\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "beat0->cool6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "slice0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool5\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "brown1->cool5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake6\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix2->bake6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wine\n", + "\n", + "wine\n", + "\n", + "\n", + "\n", + "wine->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla extract\n", + "\n", + "vanilla extract\n", + "\n", + "\n", + "\n", + "vanilla extract->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "phyllo pastry\n", + "\n", + "phyllo pastry\n", + "\n", + "\n", + "\n", + "phyllo pastry->thaw0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->heat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool6->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "heat3\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "butter->heat3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "strawberry\n", + "\n", + "strawberry\n", + "\n", + "\n", + "\n", + "strawberry->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake6->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4->heat7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat3->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n", + "cream cheese->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool5->bake4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3->brush0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Farmers' Market Salad with Spiced Goat Cheese Rounds\n", + "(ce52073c40)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 tablespoons sesame seeds'\n", + " * '2 teaspoons ground cumin'\n", + " * '1 1/2 teaspoons paprika'\n", + " * '1 teaspoon finely chopped fresh thyme'\n", + " * '1/4 teaspoon coarse kosher salt'\n", + " * '1/8 teaspoon ground black pepper'\n", + " * '16 \\( 1/3-inch-thick \\) rounds chilled soft fresh goat cheese \\( from one 11-ounce log \\)'\n", + " * '2 tablespoons red wine vinegar'\n", + " * '1 shallot , minced'\n", + " * '1 teaspoon chopped fresh thyme'\n", + " * '1 teaspoon Dijon mustard'\n", + " * '5 tablespoons extra-virgin olive oil'\n", + " * 'Coarse kosher salt'\n", + " * '1 pound baby new potatoes \\( such as Dutch yellow baby potatoes \\) , halved'\n", + " * '1 pound green beans \\( or mix of green and yellow \\) , trimmed'\n", + " * '8 cups \\( loosely packed \\) mixed salad greens'\n", + " * '1/3 cup \\( packed \\) small fresh basil leaves'\n", + " * '12 ounces assorted small tomatoes \\( such as cherry , grape , and teardrop ; preferably mix of red and yellow \\)'\n", + " * '1/2 cup black olives \\( such as Nicoise \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Line baking sheet with waxed paper or parchment paper .\n", + " * Mix first 6 ingredients in shallow bowl .\n", + " * Dip cut sides of goat cheese rounds into spice mixture to coat .\n", + " * Place on prepared baking sheet .\n", + " * Chill until ready to serve .\n", + " * DO AHEAD Can be made 1 day ahead .\n", + " * Cover and chill .\n", + " * Bring to room temperature before serving .\n", + " * Whisk first 4 ingredients in small bowl .\n", + " * Gradually whisk in olive oil .\n", + " * Season with coarse salt and pepper .\n", + " * DO AHEAD Can be made 1 day ahead .\n", + " * Cover and refrigerate .\n", + " * Rewhisk before using .\n", + " * Steam potatoes until just tender , about 10 minutes .\n", + " * Transfer to plate ; cool .\n", + " * Steam green beans until crisp-tender , about 5 minutes .\n", + " * Rinse under cold water ; drain .\n", + " * Pat dry with paper towels .\n", + " * DO AHEAD Potatoes and green beans can be made 6 hours ahead .\n", + " * Wrap separately in paper towels .\n", + " * Place in resealable plastic bag ; chill .\n", + " * Combine greens and basil in large bowl .\n", + " * Add enough vinaigrette to coat lightly ; toss .\n", + " * Arrange on large platter .\n", + " * Add potatoes and green beans to same large bowl ; add remaining dressing and toss .\n", + " * Arrange potatoes and beans atop greens .\n", + " * Scatter tomatoes and olives over .\n", + " * Surround with goat cheese rounds ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "kosher salt\n", + "\n", + "kosher salt\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "kosher salt->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place1\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "chill1\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "place1->chill1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place3\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "chill3\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "place3->chill3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "basil leaf\n", + "\n", + "basil leaf\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "basil leaf->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill2\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "chill2->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dijon mustard\n", + "\n", + "dijon mustard\n", + "\n", + "\n", + "\n", + "potato\n", + "\n", + "potato\n", + "\n", + "\n", + "\n", + "steam1\n", + "\n", + "steam\n", + "\n", + "\n", + "\n", + "potato->steam1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate3\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "cool4\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "refrigerate3->cool4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "refrigerate1->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "paprika\n", + "\n", + "paprika\n", + "\n", + "\n", + "\n", + "ground black pepper\n", + "\n", + "ground black pepper\n", + "\n", + "\n", + "\n", + "ground black pepper->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "ground cumin\n", + "\n", + "ground cumin\n", + "\n", + "\n", + "\n", + "mix1->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut0->place3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tomato\n", + "\n", + "tomato\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "tomato->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sesame seed\n", + "\n", + "sesame seed\n", + "\n", + "\n", + "\n", + "cool1->place1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk0\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "refrigerate2\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "whisk0->refrigerate2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix5\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "steam1->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill1->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate2->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thyme\n", + "\n", + "thyme\n", + "\n", + "\n", + "\n", + "thyme->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "place5\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "mix3->place5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salad green\n", + "\n", + "salad green\n", + "\n", + "\n", + "\n", + "extra-virgin olive oil\n", + "\n", + "extra-virgin olive oil\n", + "\n", + "\n", + "\n", + "extra-virgin olive oil->whisk0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk1\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "whisk1->refrigerate3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black olive\n", + "\n", + "black olive\n", + "\n", + "\n", + "\n", + "goat cheese\n", + "\n", + "goat cheese\n", + "\n", + "\n", + "\n", + "goat cheese->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill3->whisk1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool3\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cool3->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place5->chill2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red wine vinegar\n", + "\n", + "red wine vinegar\n", + "\n", + "\n", + "\n", + "cool4->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green bean\n", + "\n", + "green bean\n", + "\n", + "\n", + "\n", + "green bean->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "steam0\n", + "\n", + "steam\n", + "\n", + "\n", + "\n", + "mix0->steam0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "steam0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "shallot\n", + "\n", + "shallot\n", + "\n", + "\n", + "\n", + "shallot->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix5->cool3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Low Fat Low Calorie Creamy Peach Silk Pie\n", + "(cc85452156)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 \\( 3 ounce \\) packagesugar-free peach Jell-O'\n", + " * '14 cup boiling water'\n", + " * '2 \\( 8 ounce \\) containers low-fat peach yogurt'\n", + " * '1 \\( 8 ounce \\) container Cool Whip Free , thawed \\( or lite \\)'\n", + " * '1 reduced fat graham cracker crust \\( I use keeblers \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Using a mixing bowl , dissolve jello in boiling water .\n", + " * Whisk in yogurt .\n", + " * Fold in Cool Whip .\n", + " * Pour into crust and refrigerate several hours or overnight .\n", + " * Fabulous !\n", + " * and just 3 Weight Watchers points ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "whip0\n", + "\n", + "whip\n", + "\n", + "\n", + "\n", + "cracker crust\n", + "\n", + "cracker crust\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "cracker crust->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "whisk0\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "boil0->whisk0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "water->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peach\n", + "\n", + "peach\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cool0->whip0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Creamy Garden Spaghetti\n", + "(5ef0264cd9)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '12 lb fresh broccoli , cut into florets'\n", + " * '1 12 cups sliced zucchini'\n", + " * '1 12 cups sliced fresh mushrooms'\n", + " * '1 large carrot , sliced'\n", + " * '1 -2 tablespoon olive oil'\n", + " * '8 ounces uncooked spaghetti'\n", + " * '14 cup chopped onion'\n", + " * '3 cloves garlic , minced'\n", + " * '2 tablespoons butter or 2 tablespoons margarine'\n", + " * '2 tablespoons all-purpose flour'\n", + " * '2 teaspoons chicken bouillon granules'\n", + " * '1 teaspoon dried thyme'\n", + " * '12 teaspoon dried basil'\n", + " * '2 cups milk'\n", + " * '12 cup shredded swiss cheese'\n", + " * '12 cup shredded mozzarella cheese'\n", + " * '2 tablespoons parmesan cheese'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a large skillet , saute the broccoli , zucchini , mushrooms and carrots in oil until crisp-tender .\n", + " * Remove from heat and set aside .\n", + " * Cook spaghetti according to package directions .\n", + " * In another saucepan , saute onion and garlic in butter until tender .\n", + " * Stir in flour , bouillon , thyme , and basil until blended .\n", + " * Gradually add milk .\n", + " * Bring to a boil ; cook and stir for 2 minutes or until thickened .\n", + " * Reduce heat to low ; stir in cheeses until melted .\n", + " * Add the vegetables ; heat through .\n", + " * Drain spaghetti ; toss with vegetable mixture .\n", + " * Sprinkle with Parmesan cheese .\n", + " * Serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "basil\n", + "\n", + "basil\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "basil->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken3\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "thicken3->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil8\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "boil8->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken4\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "thicken4->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mix6\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice0->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute0\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "saute0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix4->saute0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook13\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "mix1->cook13\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "drain0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute1\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "mix6->saute1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->boil8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken9\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "thicken9->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat2\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat2->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute1->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix8\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix8->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "swiss cheese\n", + "\n", + "swiss cheese\n", + "\n", + "\n", + "\n", + "swiss cheese->heat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook13->thicken9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook5\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "cook5->thicken4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut0->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "onion->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mince0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "carrot\n", + "\n", + "carrot\n", + "\n", + "\n", + "\n", + "carrot->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "all-purpose flour\n", + "\n", + "all-purpose flour\n", + "\n", + "\n", + "\n", + "all-purpose flour->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "broccoli\n", + "\n", + "broccoli\n", + "\n", + "\n", + "\n", + "broccoli->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil3\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "mix3->boil3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil3->cook5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mushroom\n", + "\n", + "mushroom\n", + "\n", + "\n", + "\n", + "mushroom->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "zucchini\n", + "\n", + "zucchini\n", + "\n", + "\n", + "\n", + "zucchini->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "clove garlic\n", + "\n", + "clove garlic\n", + "\n", + "\n", + "\n", + "clove garlic->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "boil4\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "cook0->boil4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thyme\n", + "\n", + "thyme\n", + "\n", + "\n", + "\n", + "thyme->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "milk->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mozzarella cheese\n", + "\n", + "mozzarella cheese\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spaghetti\n", + "\n", + "spaghetti\n", + "\n", + "\n", + "\n", + "spaghetti->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken bouillon granule\n", + "\n", + "chicken bouillon granule\n", + "\n", + "\n", + "\n", + "chicken bouillon granule->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil4->thicken3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Beef Noodle Bowl\n", + "(2e33420580)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '12 lb linguine , uncooked'\n", + " * '3 cups broccoli florets'\n", + " * '3 carrots , peeled , sliced'\n", + " * '2 teaspoons oil'\n", + " * '1 lb beef sirloin steak , cut into strips'\n", + " * '14 cup kraft asian toasted sesame dressing'\n", + " * '1 tablespoon teriyaki sauce'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Cook pasta in large saucepan as directed on package , adding vegetables to the boiling water for the last 2 minutes .\n", + " * Meanwhile , heat oil in large nonstick skillet .\n", + " * Add meat ; cook until browned on all sides , stirring occasionally .\n", + " * Stir in dressing and teriyaki sauce ; cook 2 minutes or until sauce is thickened , stirring occasionally .\n", + " * Drain pasta mixture ; place in large serving bowl .\n", + " * Add meat mixture ; toss to coat ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "sauce\n", + "\n", + "sauce\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "sauce->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "linguine\n", + "\n", + "linguine\n", + "\n", + "\n", + "\n", + "broccoli floret\n", + "\n", + "broccoli floret\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "slice0->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "asian toast sesame dressing\n", + "\n", + "asian toast sesame dressing\n", + "\n", + "\n", + "\n", + "asian toast sesame dressing->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "beef sirloin steak\n", + "\n", + "beef sirloin steak\n", + "\n", + "\n", + "\n", + "beef sirloin steak->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "carrot\n", + "\n", + "carrot\n", + "\n", + "\n", + "\n", + "carrot->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "teaspoon oil\n", + "\n", + "teaspoon oil\n", + "\n", + "\n", + "\n", + "teaspoon oil->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Grilled Holiday Honey Ham\n", + "(1171285a15)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 \\( 12 to 14-pound \\) fully-cooked , bone-in ham , preferably shank-end'\n", + " * '2 tablespoons light brown sugar'\n", + " * '1 tablespoon kosher salt'\n", + " * '1 tablespoon freshly ground black pepper'\n", + " * '2 teaspoons ground cumin'\n", + " * '2 teaspoons ground ginger'\n", + " * '1 teaspoon mustard powder'\n", + " * '1 teaspoon ground cinnamon'\n", + " * '1 stick \\( 1/2 cup \\) butter'\n", + " * '3 tablespoons chopped fresh thyme leaves'\n", + " * '3/4 cup honey'\n", + " * '1/4 cup apple cider vinegar'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Trim the ham of any excess fat , but leaving 1/4-inch of fat on the ham .\n", + " * With a sharp knife , score the fat on the top of the ham .\n", + " * Place the ham on a large rimmed baking sheet .\n", + " * Whisk together the brown sugar , salt , black pepper , cumin , ginger , mustard powder , and cinnamon in a small bowl .\n", + " * Reserve 1 tablespoon of the dry rub mixture for the glaze .\n", + " * Season the ham with the remaining dry rub .\n", + " * Place plastic wrap over the ham and put it in the refrigerator for 8 to 12 hours .\n", + " * Allowing the seasoning to penetrate the ham overnight will give it a fuller flavor .\n", + " * Preheat your charcoal grill to 300 degrees F for indirect heat .\n", + " * Place the baking sheet with the ham on the grill grates , with the ham flat side down .\n", + " * Cover the grill and let the ham cook for 2 hours .\n", + " * Heat the butter , thyme , honey , vinegar , and reserved dry rub together in a medium saucepan until the butter melts .\n", + " * Stir together until smooth .\n", + " * Brush the ham with the glaze , cover with grill lid , and grill for 30 minutes more , basting the ham every 10 minutes with the glaze .\n", + " * Remove to a platter , let rest for 30 minutes , then carve and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "heat7\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "heat7->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thyme leaf\n", + "\n", + "thyme leaf\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "thyme leaf->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "brown0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "carve0\n", + "\n", + "carve\n", + "\n", + "\n", + "\n", + "ground cumin\n", + "\n", + "ground cumin\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "ground cumin->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grate0\n", + "\n", + "grate\n", + "\n", + "\n", + "\n", + "bake0->grate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mustard\n", + "\n", + "mustard\n", + "\n", + "\n", + "\n", + "mustard->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "grill4\n", + "\n", + "grill\n", + "\n", + "\n", + "\n", + "place0->grill4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ham\n", + "\n", + "ham\n", + "\n", + "\n", + "\n", + "ham->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat9\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix1->heat9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "black pepper->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brush0\n", + "\n", + "brush\n", + "\n", + "\n", + "\n", + "grate0->brush0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "honey\n", + "\n", + "honey\n", + "\n", + "\n", + "\n", + "honey->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grill0\n", + "\n", + "grill\n", + "\n", + "\n", + "\n", + "mix2->grill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baste0\n", + "\n", + "baste\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "baste0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground ginger\n", + "\n", + "ground ginger\n", + "\n", + "\n", + "\n", + "ground ginger->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grill0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "kosher salt\n", + "\n", + "kosher salt\n", + "\n", + "\n", + "\n", + "kosher salt->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->carve0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple cider vinegar\n", + "\n", + "apple cider vinegar\n", + "\n", + "\n", + "\n", + "apple cider vinegar->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat9->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grill4->heat7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brush0->baste0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "chop0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground cinnamon\n", + "\n", + "ground cinnamon\n", + "\n", + "\n", + "\n", + "ground cinnamon->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Bring on the Breakfast Pizza (Hungry Girl) 2 Ww Points!\n", + "(e8cac55cf6)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '12 cup fat free egg substitute'\n", + " * '14 cup fat free mozzarella cheese'\n", + " * '14 cup canned tomato sauce'\n", + " * '2 tablespoons chopped green bell peppers'\n", + " * '2 tablespoons chopped mushrooms'\n", + " * 'salt \\( optional \\) or pepper \\( optional \\) or oregano \\( optional \\) or garlic powder \\( optional \\) or onion powder \\( optional \\) or red pepper flakes , etc \\( optional \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Season tomato sauce to taste with optional ingredients , if desired , and set sauce aside .\n", + " * Bring a small pan sprayed with non-stick cooking spray to low heat .\n", + " * Pour in egg substitute .\n", + " * Cover and then cook for 3 minutes , or until egg `` crust '' starts to form .\n", + " * Carefully flip your egg .\n", + " * Cover and cook for another minute .\n", + " * Microwave chopped veggies for 30 seconds .\n", + " * Next , top your egg crust with tomato sauce , cheese , then veggies .\n", + " * Cover again and cook over low heat for 2 minutes , or until cheese is melted .\n", + " * If you like , top with optional spices ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "red pepper\n", + "\n", + "red pepper\n", + "\n", + "\n", + "\n", + "fat\n", + "\n", + "fat\n", + "\n", + "\n", + "\n", + "green bell pepper\n", + "\n", + "green bell pepper\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "green bell pepper->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tomato sauce\n", + "\n", + "tomato sauce\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "tomato sauce->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mushroom\n", + "\n", + "mushroom\n", + "\n", + "\n", + "\n", + "mushroom->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "heat0->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Pot Roast Loin of Pork\n", + "(3b90a097be)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 1/2 pounds loin of pork , preferably free-range or organic , boned , skinned , rolled and tied'\n", + " * 'Sea salt and freshly ground black pepper'\n", + " * 'A small bunch of fresh thyme , leaves picked'\n", + " * '2 medium red onions , peeled , halved and sliced'\n", + " * '2 garlic cloves , peeled and sliced'\n", + " * 'Olive oil , for frying'\n", + " * '2 knobs of butter'\n", + " * '6 figs , quartered'\n", + " * '2 wineglasses Marsala'\n", + " * '1 generous cup chicken stock , preferably organic'\n", + " * '3 heaped tablespoons creme fraiche'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat your oven to 400F .\n", + " * Roll the pork in the seasoning and thyme .\n", + " * Take an appropriately sized casserole-type pan and fry off the onions and garlic in a couple of lugs of olive oil .\n", + " * Cook on a medium heat for roughly 4 minutes until softened and tender .\n", + " * Push the onions to one side , add 1 knob of butter and fry off the pork until lightly golden .\n", + " * Add the quartered figs and 1 glass of Marsala , mix with the onions , add the rest of the butter , and cover with an appropriately sized piece of wet wax paper \\( because it is wet it sits snugly , allowing it to bake and steam as well as making a beautiful sauce \\) .\n", + " * Cook in the preheated oven for 45 minutes to 1 hour .\n", + " * After 20 minutes , turn the pork in the juices and add the other glass of Marsala .\n", + " * When the pork is cooked , remove to a plate and allow to rest for 15 minutes before slicing .\n", + " * While waiting , finish the sauce by adding the chicken stock and simmering for 10 minutes .\n", + " * Check the seasoning and add the creme fraiche .\n", + " * Slice the pork as thinly as you want and serve with the delicious sauce ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "peel0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix6\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mix6->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "cook1->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry2\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "mix4->fry2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "loin\n", + "\n", + "loin\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix2->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red onion\n", + "\n", + "red onion\n", + "\n", + "\n", + "\n", + "red onion->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook2\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "mix0->cook2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tablespoon creme\n", + "\n", + "tablespoon creme\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat1->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "fry2->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook2->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken stock\n", + "\n", + "chicken stock\n", + "\n", + "\n", + "\n", + "thyme\n", + "\n", + "thyme\n", + "\n", + "\n", + "\n", + "thyme->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fig\n", + "\n", + "fig\n", + "\n", + "\n", + "\n", + "fig->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "garlic clove->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Foie Gras Terrine with Preserved Shallots\n", + "(c5847008d3)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 duck foie gras'\n", + " * 'Coarse salt and freshly ground pepper'\n", + " * '3 tablespoons Shallots Preserved in Red Wine'\n", + " * 'Thin slices of toast for serving'\n", + " * '5-cup nonreactive loaf pan or ceramic terrine'\n", + " * 'A larger pan to use as a water bath'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Carefully separate and devein the liver \\( see Notes \\) and salt and pepper it generously on both sides .\n", + " * Before reforming each lobe , spread 1 tablespoon of preserved shallots over the inner surface and close the meat around it .\n", + " * Line the terrine with plastic wrap , letting 10 inches hang over the sides .\n", + " * Spread the remaining shallots over the bottom of the terrine .\n", + " * Lay the large lobe of the liver on top of the shallots , smooth side down , then set the smaller lobe on top of it , smooth side up , and press the liver firmly into the terrine .\n", + " * Wrap it well in the plastic wrap , being sure all the surfaces are covered .\n", + " * Preheat the oven to 200F .\n", + " * Line a roasting pan with a double layer of paper towels and place the terrine in the pan .\n", + " * Add boiling water to come halfway up the sides of the terrine and put the roasting pan in the oven .\n", + " * Using an instant-read thermometer , check the temperature of the liver after 45 minutes , and continue to bake until the internal temperature reaches 175F , 10 or 15 minutes more .\n", + " * Remove the terrine from the water bath , let it cool , and refrigerate for at least 3 days before serving .\n", + " * The foie gras will keep up to 2 weeks .\n", + " * Remove the foie gras from the terrine and scrape off any membranes and all the fat .\n", + " * Using a thin slicing knife dipped in hot water and dried , slice the foie gras 1/4 inch thick .\n", + " * Place two slices on each plate and serve with toast ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "duck\n", + "\n", + "duck\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "toast\n", + "\n", + "toast\n", + "\n", + "\n", + "\n", + "toast->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "large\n", + "\n", + "large\n", + "\n", + "\n", + "\n", + "red wine\n", + "\n", + "red wine\n", + "\n", + "\n", + "\n", + "loaf\n", + "\n", + "loaf\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Cherry Sparkler\n", + "(94607d3ae8)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1/2 gallon distilled water'\n", + " * '1 \\( 2 liter \\) bottle cherry flavored , lemon lime soft drink , chilled \\( I use Cherry 7 Up \\)'\n", + " * '4 \\( ounce jars \\) maraschino cherries , drained \\( I use 2 bottles of red cherries and 2 bottles of green cherries \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Place 1 cherry in each compartment of 4 ice cube trays .\n", + " * Fill trays with distilled water .\n", + " * Freeze 8 hours .\n", + " * Serve soft drink over ice cubes .\n", + " * \\*This makes approximately 8 1/2 cups .\n", + " * \\*\n", + " * \\*\\*I usually use green and red cherries , but you can use green for Christmas and red for Valentine 's Day , Fourth of July , and Memorial Day if you wish .\n", + " * \\*\\*" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "freeze1\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "water->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->freeze1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lemon lime\n", + "\n", + "lemon lime\n", + "\n", + "\n", + "\n", + "chill0\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "lemon lime->chill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "drain0->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red cherry green cherry\n", + "\n", + "red cherry green cherry\n", + "\n", + "\n", + "\n", + "red cherry green cherry->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Peppery Beef Kebabs with Braised Pearl Onions\n", + "(f0e9e5e70e)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '60 small white pearl onions \\( 1 pound \\)'\n", + " * '1 tablespoon unsalted butter'\n", + " * '1 tablespoon coarsely ground black pepper'\n", + " * '1 teaspoon finely chopped fresh rosemary'\n", + " * '1 tablespoon minced garlic'\n", + " * '2 teaspoons kosher salt'\n", + " * '1 pound \\( 1/2-inch-thick \\) boneless sirloin steaks , trimmed of excess fat'\n", + " * '20 \\( 4-inch-long \\) rosemary branches , stripped of all but 1 1/2 inches of top leaves and bottoms cut diagonally to a point'\n", + " * '40 \\( 6-inch \\) bamboo skewers , soaked in water 1 hour'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Blanch onions in a large pot of boiling water 1 minute and drain , then cool under cold running water .\n", + " * Trim root ends and peel .\n", + " * Cook onions in butter in a 10-inch heavy skillet over moderate heat , stirring , 3 minutes \\( onions will not brown \\) .\n", + " * Add salt and regular-grind pepper to taste and enough water to just cover onions and boil , partially covered , stirring occasionally , until onions are tender but not falling apart , about 15 minutes .\n", + " * Transfer onions to a bowl with a slotted spoon and if necessary boil juices until reduced to about 1/4 cup .\n", + " * Toss onions with juices .\n", + " * Combine coarsely ground pepper , chopped rosemary , garlic , and salt , then rub into both sides of steak .\n", + " * Cut meat into 3/4-inch cubes .\n", + " * Put 1 onion , then 1 steak cube \\( thread through unpeppered sides \\) on each rosemary branch or skewer to make 60 kebabs .\n", + " * Preheat broiler .\n", + " * Arrange some of kebabs in a row , a peppered side facing up , along 1 long side of oiled rack of a broiler pan so that leaf ends of rosemary branches and blunt ends of skewers point toward middle of pan .\n", + " * Cover exposed skewer or branch ends with a sheet of foil \\( dont cover beef or onions \\) .\n", + " * Arrange another row of kebabs over foil , covering exposed ends in same manner .\n", + " * Continue adding rows of kebabs and layers of foil until pan is full , making sure exposed ends of last row of branches or skewers are covered with foil .\n", + " * \\( To broil kebabs in batches , keep remaining kebabs on a tray , covered with plastic wrap and chilled . \\)\n", + " * Broil kebabs 2 inches from heat until beef is seared on 1 side but still medium-rare , 2 to 3 minutes .\n", + " * Serve immediately ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "skewer\n", + "\n", + "skewer\n", + "\n", + "\n", + "\n", + "soak0\n", + "\n", + "soak\n", + "\n", + "\n", + "\n", + "skewer->soak0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "heat0->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mince0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "broil0\n", + "\n", + "broil\n", + "\n", + "\n", + "\n", + "kosher salt\n", + "\n", + "kosher salt\n", + "\n", + "\n", + "\n", + "kosher salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rosemary\n", + "\n", + "rosemary\n", + "\n", + "\n", + "\n", + "garlic\n", + "\n", + "garlic\n", + "\n", + "\n", + "\n", + "garlic->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix1->broil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop1->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "cook1->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sirloin steak\n", + "\n", + "sirloin steak\n", + "\n", + "\n", + "\n", + "sirloin steak->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "soak0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "black pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rosemary branch\n", + "\n", + "rosemary branch\n", + "\n", + "\n", + "\n", + "rosemary branch->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "onion->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Chicken With Spinach, Garlic and Tomato Sauce\n", + "(23f82cb6e6)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '4 boneless skinless chicken breast halves \\( about 2 pounds total \\)'\n", + " * '8 -12 garlic cloves , minced'\n", + " * '2 tablespoons olive oil or 2 tablespoons vegetable oil'\n", + " * '6 cups washed loosely packed spinach \\( about 1 1/2 pounds \\)'\n", + " * '1 cup tomato sauce or 1 cup diced plum tomato'\n", + " * '2 teaspoons tamari or 2 teaspoons soy sauce'\n", + " * '14 cup white wine'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Grill chicken breasts for 5 minutes on each side , until cooked through but not dry .\n", + " * Meanwhile , lightly brown the garlic in the oil in a nonstick skillet over medium-high heat .\n", + " * Add the spinach and cook , tossing gently , just until leaves are wilted .\n", + " * Add the tomato sauce , tamari and wine .\n", + " * Toss well until coated and thoroughly heated .\n", + " * Place spinach mixture on top of cooked chicken breasts .\n", + " * Makes 4 servings ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "oil vegetable oil\n", + "\n", + "oil vegetable oil\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "oil vegetable oil->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat5\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix1->heat5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wine\n", + "\n", + "wine\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "wine->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mince0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sauce plum tomato\n", + "\n", + "sauce plum tomato\n", + "\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", + "\n", + "\n", + "\n", + "sauce plum tomato->dice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spinach\n", + "\n", + "spinach\n", + "\n", + "\n", + "\n", + "wash0\n", + "\n", + "wash\n", + "\n", + "\n", + "\n", + "spinach->wash0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "garlic clove->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken breast half\n", + "\n", + "chicken breast half\n", + "\n", + "\n", + "\n", + "grill0\n", + "\n", + "grill\n", + "\n", + "\n", + "\n", + "chicken breast half->grill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "heat0->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dice0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "soy sauce\n", + "\n", + "soy sauce\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "brown0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grill0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wash0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Vanilla Marshmallow Fluff Mousse\n", + "(15a368b1b3)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 \\( 7 1/2 ounce \\) jar marshmallow cream'\n", + " * '1 cup heavy whipping cream'\n", + " * '1 teaspoon vanilla extract'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a mixing bowl , combine the fluff with 1/4 cup of whipping cream and the vanilla .\n", + " * In another bowl , with a mixer on high speed , beat the remaining 3/4 cup of cream until thick but not stiff .\n", + " * Fold into the fluff mixture .\n", + " * Freeze until firm , without stirring and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "vanilla extract\n", + "\n", + "vanilla extract\n", + "\n", + "\n", + "\n", + "whip0\n", + "\n", + "whip\n", + "\n", + "\n", + "\n", + "vanilla extract->whip0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whip1\n", + "\n", + "whip\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "whip1->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "marshmallow cream\n", + "\n", + "marshmallow cream\n", + "\n", + "\n", + "\n", + "marshmallow cream->whip1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "beat0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "freeze1\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "mix1->freeze1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whip0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Raspberry White Chocolate Dreamsicle\n", + "(66decae6ed)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 \\( 3 ounce \\) package sugar-free raspberry gelatin'\n", + " * '1 \\( 3 1/2 ounce \\) package sugar-free white chocolate pudding mix'\n", + " * '1 container fat-free cool whip'\n", + " * '1 cup boiling water'\n", + " * '1 cup cold water'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a large bowl dissolve Gelatin in 1 cup boiling water , then add 1 cup cold water .\n", + " * Let stand for 5 minutes .\n", + " * Add pudding mix to gelatin mixture , using a mixer beat until well mixed .\n", + " * Fold in Cool Whip .\n", + " * Refrigerate .\n", + " * 1 cup equal to 1 weight watcher point ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "refrigerate2\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "water->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "whip0\n", + "\n", + "whip\n", + "\n", + "\n", + "\n", + "cool0->whip0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "raspberry gelatin\n", + "\n", + "raspberry gelatin\n", + "\n", + "\n", + "\n", + "raspberry gelatin->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whip0->refrigerate2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chocolate pudding\n", + "\n", + "chocolate pudding\n", + "\n", + "\n", + "\n", + "chocolate pudding->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Sito's Lebanese Cabbage Salad\n", + "(5f65fc7fe0)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 small red cabbage'\n", + " * '1 small white cabbage'\n", + " * '2 large tomatoes , seeded and diced'\n", + " * '12 cup mint leaf , fresh , chopped'\n", + " * '1 -3 tablespoon olive oil'\n", + " * '1 -2 lemon , juice of \\( about 5 tablespoons \\)'\n", + " * '12 teaspoon garlic powder \\( to taste \\)'\n", + " * '1 teaspoon salt \\( to taste \\)'\n", + " * 'ground pepper , to taste'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Combine all ingredients in a large bowl .\n", + " * Taste and add more lemon juice and seasonings , if desired ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", "\n", "\n", "olive oil\n", "\n", "olive oil\n", "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "olive oil->mix0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "mince0\n", - "\n", - "mince\n", + "tomato\n", + "\n", + "tomato\n", "\n", - "\n", - "\n", - "mash0\n", - "\n", - "mash\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", "\n", - "\n", - "\n", - "mince0->mash0\n", - "\n", - "\n", + "\n", + "\n", + "tomato->dice0\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", - "stream\n", - "\n", - "stream\n", + "cabbage\n", + "\n", + "cabbage\n", "\n", - "\n", - "\n", - "stream->mix0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "parsley leaf\n", - "\n", - "parsley leaf\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "lemon\n", + "\n", + "lemon\n", + "\n", + "\n", + "\n", + "mint leaf\n", + "\n", + "mint leaf\n", "\n", "\n", "\n", "chop0\n", - "\n", - "chop\n", + "\n", + "chop\n", "\n", - "\n", - "\n", - "parsley leaf->chop0\n", - "\n", - "\n", + "\n", + "\n", + "mint leaf->chop0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "pesto\n", - "\n", - "pesto\n", - "\n", - "\n", - "\n", - "mix5\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pesto->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "drain0\n", - "\n", - "drain\n", - "\n", - "\n", - "\n", - "drain0->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green olive\n", - "\n", - "green olive\n", - "\n", - "\n", - "\n", - "rinse0\n", - "\n", - "rinse\n", - "\n", - "\n", - "\n", - "green olive->rinse0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0->mix0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "garlic clove\n", - "\n", - "garlic clove\n", + "garlic\n", + "\n", + "garlic\n", "\n", - "\n", - "\n", - "garlic clove->mince0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "cracker\n", - "\n", - "cracker\n", + "ground pepper\n", + "\n", + "ground pepper\n", "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "cracker->spread0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->drain0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pasta liquid\n", - "\n", - "pasta liquid\n", - "\n", - "\n", - "\n", - "pasta liquid->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pine nut\n", - "\n", - "pine nut\n", - "\n", - "\n", - "\n", - "pine nut->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rinse0->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mash0->mix0\n", - "\n", - "\n", + "red cabbage\n", + "\n", + "red cabbage\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -32042,8 +14874,8 @@ { "data": { "text/markdown": [ - "## Seitan BBQ\n", - "(5e8ff38459)" + "## mashed potatoes\n", + "(0d43ed1574)" ], "text/plain": [ "" @@ -32067,11 +14899,11 @@ { "data": { "text/markdown": [ - " * '2 teaspoons vegetable oil'\n", - " * '4 ounces seitan'\n", - " * '23 cup spicy barbecue sauce'\n", - " * '2 round sandwich buns'\n", - " * '6 slices dill pickles'" + " * '6 medium yukon gold potatoes'\n", + " * '1 stick Butter'\n", + " * '1/2 pints heavy whipping cream'\n", + " * '1 salt'\n", + " * '1 black pepper'" ], "text/plain": [ "" @@ -32095,16 +14927,36 @@ { "data": { "text/markdown": [ - " * Heat oil to med high heat .\n", - " * Add seitan and cook until brown on both sides .\n", - " * Approx 5 minutes .\n", - " * Then add the BBQ sauce and simmer 10 minutes .\n", - " * Pam a skillet and heat over medium .\n", - " * Toast the sandwich buns on both sides \\[ about a minutes \\] .\n", - " * Spoon a little sauce on bottom bun 's top .\n", - " * \\[ A LITTLE unless you are a messy eater \\]\n", - " * Top with seitan , pickle slices and cap with top bun .\n", - " * Serve Asap ." + " * Turn your oven on to 375F .\n", + " * You do n't really have to preheat for this recipe .\n", + " * Arrange your potatoes on a baking tray .\n", + " * Bake for about 75 -90 minutes , depending on the size of your potatoes .\n", + " * You 'll want to have your mashed potato kit ready when the potatoes come out of the oven .\n", + " * Slice up your stick of butter , get yourself a towel , a good bowl , a strong wooden spoon , a container for the spent tater skins , and a knife .\n", + " * Warm the cream gently on the stove .\n", + " * You know your potatoes are ready when you can poke a toothpick straight through to the center of the largest potato without feeling much resistance at all .\n", + " * Alright , it 's go time !\n", + " * The rest of this recipe is a race .\n", + " * You 're fighting time to get those potatoes whipped , seasoned , and on the table before they cool .\n", + " * Many cooks recommend performing the rest of this recipe over a double boiler in order to maintain temperature .\n", + " * Personally , I do n't like to make things too complicated .\n", + " * Better just move quick .\n", + " * With your knife in your dominant hand , use the towel to pick up a hot potato with the other .\n", + " * Slice a strip of skin off , and scoop the insides into your bowl .\n", + " * Repeat with remaining potatoes .\n", + " * If you have a ricer available , and you like your mashed potatoes silky smooth , pass the potatoes and butter through your ricer .\n", + " * No ricer ?\n", + " * Do n't sweat it , just scatter the sliced butter over your potatoes and move to the next step .\n", + " * Beat those spuds with a wooden spoon .\n", + " * This technique is known to many as the 'dead arm , ' technique \\( very little relation to the 'dead hand ' technique \\) and I guarantee you it is the key to elevating your mashed potato game .\n", + " * Swirl the spoon around in the bowl until the potatoes seem to want to form a dough .\n", + " * Continue beating until it feels like your arm is gon na fall off .\n", + " * Toss in a little salt and pepper , and beat in the cream .\n", + " * Now , just tighten up your seasoning and do n't forget to perform a final mix .\n", + " * Get em on the table and in some bellies .\n", + " * Great mashed potatoes are like a great risotto .\n", + " * They do n't know respect .\n", + " * They 're not gon na wait for anybody , not you , not Grandma , not anybody ." ], "text/plain": [ "" @@ -32122,142 +14974,166 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", + "\n", + "\n", "\n", - "dill pickle\n", - "\n", - "dill pickle\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "dill pickle->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "heat1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "toast\n", - "\n", - "toast\n", - "\n", - "\n", - "\n", - "toast->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice1\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix0->slice1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable oil\n", - "\n", - "vegetable oil\n", + "salt\n", + "\n", + "salt\n", "\n", "\n", - "\n", + "\n", "mix3\n", - "\n", - "mix\n", + "\n", + "mix\n", "\n", - "\n", + "\n", + "\n", + "salt->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whip0\n", + "\n", + "whip\n", + "\n", + "\n", + "\n", + "warm0\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "whip0->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat2\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat2->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", "\n", - "vegetable oil->mix3\n", - "\n", - "\n", + "cream->whip0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mix3->heat1\n", - "\n", - "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", "\n", - "\n", - "\n", - "seitan\n", - "\n", - "seitan\n", - "\n", - "\n", - "\n", - "seitan->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "round sandwich bun\n", - "\n", - "round sandwich bun\n", - "\n", - "\n", + "\n", "\n", - "round sandwich bun->mix0\n", - "\n", - "\n", + "butter->slice0\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "black pepper->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mash0\n", + "\n", + "mash\n", + "\n", + "\n", + "\n", + "bake0->mash0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mash0->mix0\n", + "\n", + "\n", + "\n", + "\n", "\n", - "sauce\n", - "\n", - "sauce\n", + "potato\n", + "\n", + "potato\n", "\n", - "\n", + "\n", + "\n", + "potato->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm0->mix0\n", + "\n", + "\n", + "\n", + "\n", "\n", - "sauce->mix3\n", - "\n", - "\n", + "mix0->beat2\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -32266,8 +15142,8 @@ { "data": { "text/markdown": [ - "## Gluten-Free Cake Doughnuts\n", - "(d12d9dd4de)" + "## Butterscotch Refrigerator Cookies\n", + "(167c142a75)" ], "text/plain": [ "" @@ -32291,13 +15167,14 @@ { "data": { "text/markdown": [ - " * '3-58 ounces , weight Cream Cheese'\n", - " * '2-18 ounces , weight Sugar'\n", - " * '4 Tablespoons Canola Oil'\n", - " * '8 Tablespoons Milk'\n", - " * '1 teaspoon , 1/4 pinches Vanilla'\n", - " * '1/4 teaspoons Salt'\n", - " * '7 ounces , weight Gluten Free Baking Mix'" + " * '1 cup butterscotch-flavored baking chips'\n", + " * '2 3/4 cups all-purpose flour'\n", + " * '1 cup Land O Lakes Butter , softened'\n", + " * '1/2 cup sugar'\n", + " * '1/2 cup firmly packed brown sugar'\n", + " * '1 Land O Lakes Egg'\n", + " * '1/2 teaspoon baking soda'\n", + " * '1/2 cup chopped pecans'" ], "text/plain": [ "" @@ -32321,16 +15198,19 @@ { "data": { "text/markdown": [ - " * Preheat oven to 350 degrees and grease doughnut pan well with oil or butter or margarine .\n", - " * Mix cream cheese , sugar , oil , milk , vanilla and salt together until well blended .\n", - " * Add baking mix and mix until well incorporated .\n", - " * Place mixture into a ziptop bag and snip off one corner .\n", - " * Pipe into the doughnut molds .\n", - " * Bake in the middle section of your oven for approximately 25 minutes .\n", - " * When they are done , the doughnuts will pull away from sides of pan and spring back when touched , just like a cake .\n", - " * Remove from pan and either frost , glaze , or my favorite sprinkle with powdered sugar and serve .\n", - " * I love them warm , but they are just as good cold .\n", - " * Enjoy ." + " * Melt 3-5 minutes butterscotch chips in 1-quart saucepan over low heat , stirring constantly , until melted .\n", + " * Place butterscotch mixture in bowl ; add all remaining ingredients except pecans .\n", + " * Beat at low speed , scraping bowl often , until well mixed .\n", + " * Stir in pecans .\n", + " * Divide dough in half .\n", + " * Shape each half into 8x1 1/2-inch roll .\n", + " * Wrap in plastic food wrap .\n", + " * Refrigerate 2 hours until firm .\n", + " * Heat oven to 400F .\n", + " * Cut rolls into 1/4-inch slices with sharp knife .\n", + " * Place 1-inch apart onto ungreased cookie sheets .\n", + " * Bake 5-7 minutes or until set .\n", + " * Cool 1 minute on cookie sheets ; remove to cooling rack ." ], "text/plain": [ "" @@ -32348,1186 +15228,3580 @@ "\n", "\n", - "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "baking soda\n", + "\n", + "baking soda\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "mix6\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chop0->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix2->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "melt0->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place1\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "place1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "refrigerate0\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "refrigerate0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->place1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baking chip\n", + "\n", + "baking chip\n", + "\n", + "\n", + "\n", + "baking chip->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat2\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat2->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat1\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat1->refrigerate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "butter->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "bake1->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "refrigerate1->heat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat2\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat2->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0->beat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pecan\n", + "\n", + "pecan\n", + "\n", + "\n", + "\n", + "pecan->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "flour\n", + "\n", + "flour\n", + "\n", + "\n", + "\n", + "mix6->beat1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Spring Cabbage and Bacon Miso Soup\n", + "(38d4c5cc82)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1/6 Spring cabbage'\n", + " * '4 slice Bacon'\n", + " * '1/2 Onion'\n", + " * '1 tsp Dashi stock granules'\n", + " * '1 Miso'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Slice the onion thinly .\n", + " * Cut up the bacon into 1 cm wide pieces .\n", + " * Cut up the cabbage into 1 cm wide pieces .\n", + " * Put all the ingredients into a pan and add enough water to cover .\n", + " * Simmer until the cabbage is soft .\n", + " * Dissolve in some miso .\n", + " * Taste and adjust .\n", + " * Add the dashi stock granules at the end .\n", + " * A delicious miso soup with the umami of the bacon and the sweetness of spring cabbage !" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "miso\n", + "\n", + "miso\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "miso->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "simmer0\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "simmer0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cabbage\n", + "\n", + "cabbage\n", + "\n", + "\n", + "\n", + "cut1\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cabbage->cut1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bacon\n", + "\n", + "bacon\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "bacon->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "slice1\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "onion->slice1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dashi stock\n", + "\n", + "dashi stock\n", + "\n", + "\n", + "\n", + "slice0->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut1->simmer0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## X-Lazy Early Riser Crock Pot Breakfast\n", + "(2046ce1b89)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '16 ounces tator tot potatoes , divided in half'\n", + " * '2 tablespoons onions , chopped , divided in half'\n", + " * '8 ounces ham , chopped , divided in half'\n", + " * '1 12 cups sharp cheddar cheese , divided in half'\n", + " * '32 ounces egg substitute'\n", + " * '12 teaspoon salt'\n", + " * '12 teaspoon pepper'\n", + " * '14 teaspoon dried mustard \\( optional \\) or 14 teaspoon thyme \\( optional \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Line the crock pot with slow cooker liner .\n", + " * Set up timer so that it cooks for 6 hours or less on low .\n", + " * Layer half of the following ingredients : potatoes , onion , ham , and cheese .\n", + " * Do n't let cheese touch sides of crockpot or it will burn .\n", + " * Repeat layers .\n", + " * Remove seal from Egg Beater container , dump in salt , pepper , and dried mustard \\( optional \\) or try thyme or Italian if you prefer .\n", + " * Put cap back on , shake well , pour onto layered mixture , and cover the crock pot .\n", + " * Refrigerate until you go to bed -- cold temperature should slow heat a bit .\n", + " * Cook 6 hours or less on low .\n", + " * If you are awake but not your guests , \\( lol \\) lift lid , wipe off water drops that are on the lid , replace lid , unplug , let set , and it should stay warm for quite awhile ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cheese->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "cook0->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat7\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "cook7\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "heat7->cook7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour1\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "pour1->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate3\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "pour7\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "refrigerate3->pour7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat3\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "heat3->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3->pour1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ham\n", + "\n", + "ham\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "ham->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "mix1->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "onion->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour7->heat3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "potato\n", + "\n", + "potato\n", + "\n", + "\n", + "\n", + "potato->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->refrigerate3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix7->heat7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mustard\n", + "\n", + "mustard\n", + "\n", + "\n", + "\n", + "mustard->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Liver Detox\n", + "(2134ba1d1e)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '12-1 cup warm water'\n", + " * '2 tablespoons lemon juice'\n", + " * '1 tablespoon extra virgin olive oil'\n", + " * '1 tablespoon blackstrap molasses'\n", + " * 'cayenne pepper , to taste'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Heat water , but do not boil .\n", + " * Add lemon juice , olive oil , molasses and a dash of cayenne .\n", + " * Drink this mixture first thing in the morning for 10 days continuously ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "warm0\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "water->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cayenne pepper\n", + "\n", + "cayenne pepper\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cayenne pepper->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lemon juice\n", + "\n", + "lemon juice\n", + "\n", + "\n", + "\n", + "lemon juice->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "molasses\n", + "\n", + "molasses\n", + "\n", + "\n", + "\n", + "molasses->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Cabbage and Pasta Soup\n", + "(f2027bb072)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 head cabbage , cut into hunks'\n", + " * '1 tablespoon olive oil'\n", + " * '5 ounces pasta shells \\( any type small pasta \\)'\n", + " * '3 cups chicken stock'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Heat oil in big stock pot .\n", + " * Add cabbage and cook for 2 minutes .\n", + " * Add chicken stock .\n", + " * Simmer for 30 min .\n", + " * With the lid on .\n", + " * Add pasta , continue cooking for 15 minutes until pasta is done ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "chicken stock\n", + "\n", + "chicken stock\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chicken stock->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pasta shell\n", + "\n", + "pasta shell\n", + "\n", + "\n", + "\n", + "pasta shell->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cabbage\n", + "\n", + "cabbage\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cabbage->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix1->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Chilled Peanut Chicken Noodle Salad\n", + "(00e429e0c5)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * 'Kosher salt'\n", + " * '1/2 cup smooth peanut butter'\n", + " * '1 large boneless , skinless chicken breast \\( about 12 ounces \\) , sliced crosswise 1/4 inch thick'\n", + " * '1/4 cup rice vinegar'\n", + " * '2 tablespoons soy sauce'\n", + " * '2 tablespoons Sriracha , or more as needed'\n", + " * '4 scallions , thinly sliced \\( white and green parts \\)'\n", + " * '6 ounces thin rice noodles \\( vermicelli \\)'\n", + " * '1 romaine heart , thinly sliced \\( about 3 cups \\)'\n", + " * '2 Persian cucumbers or 1 regular cucumber , thinly sliced \\( about 2 cups \\)'\n", + " * '1 red bell pepper , thinly sliced'\n", + " * '1 cup loosely packed roughly chopped fresh cilantro \\( from about 1 medium bunch \\)'\n", + " * 'Lime wedges , for serving'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * START THE WATER : Bring a large pot of salted water to a boil .\n", + " * POACH THE CHICKEN : Bring 1 1/2 cups water to a simmer in a medium skillet .\n", + " * Whisk in the peanut butter , then add the chicken .\n", + " * Cook over medium-low heat at a bare simmer until just cooked through , 3 to 5 minutes .\n", + " * Use a slotted spoon to transfer the chicken to a plate ; continue to simmer the sauce until thickened and reduced by about half , about 5 minutes .\n", + " * Take off the heat and whisk in the vinegar , soy sauce , Sriracha , and scallions .\n", + " * Cool slightly .\n", + " * COOK THE NOODLES : Add the rice noodles to the boiling water and cook until almost tender , about 3 minutes .\n", + " * Drain and rinse under cold water to cool .\n", + " * Drain the noodles very well , tossing with tongs to release as much water as possible .\n", + " * Snip the noodles with scissors a few times to cut the long strands .\n", + " * TOSS THE SALAD : Toss the noodles with the romaine , cucumbers , bell pepper , half of the cilantro , and just enough dressing to coat .\n", + " * Season with salt .\n", + " * Divide among 4 bowls and top with the chicken .\n", + " * Drizzle the remaining dressing over the top and garnish with the remaining cilantro .\n", + " * Serve with lime wedges ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice3\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mix1->slice3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice1\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk0\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "whisk0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk1\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "whisk1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "simmer2\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "simmer2->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat1->simmer2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "poach0\n", + "\n", + "poach\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "poach0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "scallion\n", + "\n", + "scallion\n", + "\n", + "\n", + "\n", + "scallion->slice1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "soy sauce\n", + "\n", + "soy sauce\n", + "\n", + "\n", + "\n", + "simmer0\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "soy sauce->simmer0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cucumber\n", + "\n", + "cucumber\n", + "\n", + "\n", + "\n", + "cucumber->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook2\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "cook2->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice3->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk2\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "whisk2->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cilantro\n", + "\n", + "cilantro\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "cilantro->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "cook1->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime\n", + "\n", + "lime\n", + "\n", + "\n", + "\n", + "rice vinegar\n", + "\n", + "rice vinegar\n", + "\n", + "\n", + "\n", + "rice vinegar->whisk0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken breast\n", + "\n", + "chicken breast\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "chicken breast->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0->poach0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "drain0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rice noodle\n", + "\n", + "rice noodle\n", + "\n", + "\n", + "\n", + "rice noodle->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix0->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "simmer0->whisk1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peanut butter\n", + "\n", + "peanut butter\n", + "\n", + "\n", + "\n", + "peanut butter->whisk2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4->cook2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red bell pepper\n", + "\n", + "red bell pepper\n", + "\n", + "\n", + "\n", + "red bell pepper->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Veal Chops With Rosemary Butter\n", + "(9586268f59)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '14 cup unsalted butter , room temperature'\n", + " * '2 12 teaspoons minced fresh rosemary , divided'\n", + " * '1 teaspoon chopped fresh thyme , divided'\n", + " * '1 pinch salt'\n", + " * '4 \\( 12 ounce \\) rib veal chops , each about 1 inch thick'\n", + " * '4 tablespoons olive oil , divided'\n", + " * '4 inches long fresh rosemary sprigs'\n", + " * '1 garlic clove , flattened'\n", + " * '3 tablespoons dry white wine'\n", + " * '3 tablespoons low sodium chicken broth'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Whisk butter , 1 teaspoon rosemary , 1/4 teaspoon thyme , and pinch of salt in small bowl to blend .\n", + " * Wrap rosemary butter in plastic wrap , forming 1 1/2-inch-diameter log .\n", + " * Chill at least 2 hours .\n", + " * \\( Can be made 1 week ahead .\n", + " * Keep refrigerated .\n", + " * \\) .\n", + " * Arrange chops in single layer in large baking dish .\n", + " * Drizzle with 2 tablespoons olive oil .\n", + " * Sprinkle with remaining 1 1/2 teaspoons rosemary and 3/4 teaspoon thyme .\n", + " * Sprinkle with salt and pepper .\n", + " * Rub oil and seasonings into chops .\n", + " * \\( Can be prepared 1 day ahead .\n", + " * Cover with plastic wrap and chill .\n", + " * Let stand at room temperature 1 hour before continuing .\n", + " * \\) .\n", + " * Heat 2 tablespoons olive oil in heavy large skillet over medium-high heat .\n", + " * Add rosemary sprig and garlic .\n", + " * Saute until garlic is fragrant but not brown , about 2 minutes .\n", + " * Discard rosemary sprig and garlic .\n", + " * Increase heat to high .\n", + " * Add chops ; cook until chops are browned and meat thermometer inserted horizontally into center reads 130F , about 2 minutes per side .\n", + " * Transfer chops to plate .\n", + " * Pour off drippings from pan .\n", + " * Reduce heat to medium-high .\n", + " * Add wine to skillet and cook until reduced to about 2 teaspoons , scraping up browned bits , about 30 seconds .\n", + " * Add chicken broth ; cook until reduced to about 2 tablespoons , about 30 seconds .\n", + " * Drizzle over chops .\n", + " * Cut rosemary butter into 4 slices .\n", + " * Place 1 slice atop each chop and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "place5\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "mix2->place5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat2\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "heat2->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "heat3\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "bake1->heat3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill2\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chill2->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop4\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "chop4->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "whisk0\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "butter->whisk0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->chill2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate0\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "refrigerate0->chop4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice4\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "place5->slice4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "saute0\n", + "\n", + "saute\n", + "\n", + "\n", + "\n", + "saute0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thyme\n", + "\n", + "thyme\n", + "\n", + "\n", + "\n", + "chill0\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "whisk0->chill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wine\n", + "\n", + "wine\n", + "\n", + "\n", + "\n", + "wine->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rib veal\n", + "\n", + "rib veal\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "rib veal->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "chop6\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "refrigerate1->chop6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rosemary\n", + "\n", + "rosemary\n", + "\n", + "\n", + "\n", + "mix0->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken broth\n", + "\n", + "chicken broth\n", + "\n", + "\n", + "\n", + "chicken broth->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill1\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "chill1->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat3->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->chill1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop6->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "garlic clove->saute0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0->heat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill0->refrigerate0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Olive Garden Insalata\n", + "(a71bc6febc)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '8 ounces Paul Newman 's Vinegar and Oil Dressing'\n", + " * '1 garlic clove , peeled and minced'\n", + " * '12 teaspoon dried basil'\n", + " * '12 teaspoon dried oregano'\n", + " * '1 tablespoon sugar'\n", + " * '1 \\( 16 ounce \\) bagprepared mixed salad greens \\( American Blend Dole Salad \\)'\n", + " * '5 slices red onions'\n", + " * '6 black olives'\n", + " * '4 banana peppers'\n", + " * '12 cup crouton'\n", + " * '1 small tomatoes , quartered'\n", + " * 'freshly grated parmesan cheese \\( optional \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Put dressing ingredients into a bottle and shake well .\n", + " * Refrigerate 24 hours before using .\n", + " * Chill one salad bowl in freezer for at least 30 minutes .\n", + " * Place bag of salad in bowl .\n", + " * Place on top of lettuce the red onion , black olives , banana peppers , tomatoes , and croutons .\n", + " * Add some freshly grated Parmesan cheese if you like , and add plenty of Olive Garden Insalada Dressing on top , shaking before using ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "red onion\n", + "\n", + "red onion\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "red onion->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place4\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "garlic clove->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tomato\n", + "\n", + "tomato\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "tomato->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "banana pepper\n", + "\n", + "banana pepper\n", + "\n", + "\n", + "\n", + "banana pepper->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salad green\n", + "\n", + "salad green\n", + "\n", + "\n", + "\n", + "blend0\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "salad green->blend0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill0\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "blend0->chill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill0->place4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black olive\n", + "\n", + "black olive\n", + "\n", + "\n", + "\n", + "black olive->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "basil\n", + "\n", + "basil\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "place5\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "mix1->place5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate0\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "refrigerate0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oregano\n", + "\n", + "oregano\n", + "\n", + "\n", + "\n", + "peel0->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "crouton\n", + "\n", + "crouton\n", + "\n", + "\n", + "\n", + "crouton->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place5->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oil dressing\n", + "\n", + "oil dressing\n", + "\n", + "\n", + "\n", + "oil dressing->refrigerate0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Charmoula Chicken\n", + "(a4f595e95f)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 tablespoon vegetable oil'\n", + " * '8 chicken thighs , skinned'\n", + " * '1 onion , chopped'\n", + " * '2 garlic , minced'\n", + " * '1 teaspoon paprika'\n", + " * '12 teaspoon ground cumin'\n", + " * 'salt and pepper'\n", + " * '1 pinch cinnamon'\n", + " * '2 tablespoons all-purpose flour'\n", + " * '1 cup chicken stock'\n", + " * '2 tablespoons minced fresh coriander or 2 tablespoons parsley'\n", + " * '1 tablespoon fresh parsley'\n", + " * '2 teaspoons lemon juice'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In large skillet , heat oil over medium-high heat ; brown chicken all over .\n", + " * Transfer to plate .\n", + " * Drain fat from pan ; fry onion , garlic , paprika , cumin , salt , pepper and cinnamon over medium heat , stirring occasionally , until onion is softened , about 5 minutes .\n", + " * Sprinkle flour over onion mixture ; cook , stirring , for 1 minute .\n", + " * Pour in stock and bring to boil , scraping up brown bits .\n", + " * Return chicken and any juices to skillet ; reduce heat , cover and simmer , turning chicken once , until juices run clear when chicken is pierced , about 20 minutes .\n", + " * Add coriander , parsley and lemon juice .\n", + " * Make-ahead Option : Before adding the coriander , parsley , and lemon , let cool for 30 minutes ; refrigerate until cold .\n", + " * Refrigerate in airtight container for up to 24 hours or freeze for up to 1 month .\n", + " * Slow Cooker Charmoula Chicken : Do not remove skin .\n", + " * After browning chicken , transfer to slow cooker .\n", + " * Continue with recipe , omitting flour and scraping stock mixture into slow cooker .\n", + " * Cover and cook on low for 4 hours .\n", + " * Skim off any fat .\n", + " * Whisk 1/3 cup \\( 75 mL \\) water with 1/4 cup \\( 50 mL \\) all-purpose flour and whisk into slow cooker ; cover and cook on high for about 15 minutes or until thickened .\n", + " * Remove skin if desired .\n", + " * Stir in coriander , parsley and lemon ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "simmer0\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "simmer0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "freeze5\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "freeze5->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "pour0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "brown0->simmer0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cinnamon\n", + "\n", + "cinnamon\n", + "\n", + "\n", + "\n", + "mix5\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cinnamon->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mince0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic\n", + "\n", + "garlic\n", + "\n", + "\n", + "\n", + "garlic->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry0\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "fry0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "onion->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry2\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "mix5->fry2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lemon juice\n", + "\n", + "lemon juice\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "lemon juice->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "paprika\n", + "\n", + "paprika\n", + "\n", + "\n", + "\n", + "paprika->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "freeze4\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "cook8\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "freeze4->cook8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "coriander\n", + "\n", + "coriander\n", + "\n", + "\n", + "\n", + "mince1\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "coriander->mince1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry2->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix4->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "all-purpose flour\n", + "\n", + "all-purpose flour\n", + "\n", + "\n", + "\n", + "all-purpose flour->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken\n", + "\n", + "chicken\n", + "\n", + "\n", + "\n", + "chicken->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate7\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "refrigerate7->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "parsley\n", + "\n", + "parsley\n", + "\n", + "\n", + "\n", + "parsley->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate2\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "refrigerate2->freeze5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->fry0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3->refrigerate7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->refrigerate2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken stock\n", + "\n", + "chicken stock\n", + "\n", + "\n", + "\n", + "chicken stock->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->freeze4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground cumin\n", + "\n", + "ground cumin\n", + "\n", + "\n", + "\n", + "ground cumin->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vegetable oil\n", + "\n", + "vegetable oil\n", + "\n", + "\n", + "\n", + "vegetable oil->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Reuben Dip\n", + "(39ef758dac)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cup Shredded Swiss Cheese'\n", + " * '1 cup Thousand Island Dressing'\n", + " * '1 packages \\( 8oz \\) cream cheese , softened'\n", + " * '2 1/4 oz \\( 1 jar \\) dried beef , finely chopped'\n", + " * '1 can \\( 8oz \\) sauerkraut , rinsed , drained & chopped'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Mix all ingredients in a bowl and microwave on high 4-6 minutes or until cheese is melted and dip is hot .\n", + " * Serve with Cheddar sun-dried tomato baguette chips ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "dressing\n", + "\n", + "dressing\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "beef\n", + "\n", + "beef\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "beef->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "swiss cheese\n", + "\n", + "swiss cheese\n", + "\n", + "\n", + "\n", + "sauerkraut\n", + "\n", + "sauerkraut\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "sauerkraut->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rinse0\n", + "\n", + "rinse\n", + "\n", + "\n", + "\n", + "chop1->rinse0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rinse0->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Grilled Tortilla Pizzas\n", + "(a762db3bc1)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '8 whole Flour Tortillas'\n", + " * '4 cups Mozzarella Cheese , Shredded , Divided'\n", + " * '1 cup Marinara Sauce'\n", + " * '28 whole Turkey Pepperoni'\n", + " * '1/2 cups Sausage , Crumbled'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Heat grill to medium-low temperature .\n", + " * Top 4 tortillas with 1/4 cup of cheese each and top with another tortilla .\n", + " * Place on grill for 2 minutes to make crispy .\n", + " * Remove from grill , flip with grilled side up and top with sauce , cheese and toppings .\n", + " * Return to grill and cook for 2-3 minutes , or until cheese is melted .\n", + " * Adapted from Weight Watchers ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "turkey pepperoni\n", + "\n", + "turkey pepperoni\n", + "\n", + "\n", + "\n", + "grill0\n", + "\n", + "grill\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "grill0->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cheese->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place1\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "mix0->place1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sauce\n", + "\n", + "sauce\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "sauce->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "flour tortillas\n", + "\n", + "flour tortillas\n", + "\n", + "\n", + "\n", + "flour tortillas->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place1->grill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sausage\n", + "\n", + "sausage\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## \" Pumpkin Smoothies \"\n", + "(bf3a871439)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 -15oz . can pumpkin pie filling'\n", + " * '3 cup whole milk'\n", + " * '1 cup vanilla yogurt'\n", + " * '1 couple cinnamon graham crackers \\( crushed \\)'\n", + " * '2 tbsp brown sugar \\( I added this \\)'\n", + " * '1 few dashes of cinnamon'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Place pumpkin pie filling .\n", + " * In a container & place in freezer until frozen .\n", + " * A few hours .\n", + " * Crush graham crackers .\n", + " * Add milk , yogurt to a blender .\n", + " * Drop frozen pumpkin in blender .\n", + " * \\( I broke mine up with a knife \\) Add cinnamon .\n", + " * Blend until it is pulverized .\n", + " * Add more milk or yogurt to get the consistency you like .\n", + " * Pour into indivual glasses .\n", + " * Sprinke with your graham crackers .\n", + " * Serve immediately .\n", + " * ENJOY ... ..." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", "\n", "recipe graph\n", - "\n", + "\n", "\n", "\n", "vanilla\n", "\n", "vanilla\n", "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "vanilla->mix2\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "bake7\n", - "\n", - "bake\n", + "blend1\n", + "\n", + "blend\n", "\n", - "\n", + "\n", "\n", - "place6\n", - "\n", - "place\n", + "pour1\n", + "\n", + "pour\n", "\n", - "\n", - "\n", - "bake7->place6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "doughnut\n", - "\n", - "doughnut\n", - "\n", - "\n", - "\n", - "doughnut->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "sugar->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "glaze\n", - "\n", - "glaze\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "glaze->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm1\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "mix9->warm1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "canola oil\n", - "\n", - "canola oil\n", - "\n", - "\n", - "\n", - "canola oil->mix2\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "mix2->bake7\n", - "\n", - "\n", + "blend1->pour1\n", + "\n", + "\n", "\n", - "\n", + "\n", + "\n", + "cinnamon\n", + "\n", + "cinnamon\n", + "\n", + "\n", + "\n", + "break0\n", + "\n", + "break\n", + "\n", + "\n", + "\n", + "cinnamon->break0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "freeze0\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "place0->freeze0\n", + "\n", + "\n", + "\n", + "\n", "\n", - "cake\n", - "\n", - "cake\n", + "mix2\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "cake->mix9\n", - "\n", - "\n", + "\n", + "\n", + "break0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "freeze0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", "\n", "\n", - "\n", + "\n", "milk\n", - "\n", - "milk\n", + "\n", + "milk\n", "\n", "\n", "\n", "milk->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm5\n", - "\n", - "warm\n", - "\n", - "\n", - "\n", - "place6->warm5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream cheese\n", - "\n", - "cream cheese\n", - "\n", - "\n", - "\n", - "cream cheese->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "butter->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "margarine\n", - "\n", - "margarine\n", - "\n", - "\n", - "\n", - "margarine->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sprinkle\n", - "\n", - "sprinkle\n", - "\n", - "\n", - "\n", - "sprinkle->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "gluten\n", - "\n", - "gluten\n", - "\n", - "\n", - "\n", - "gluten->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "warm5->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Pumpkin Tiramisu\n", - "(07a8fc5ae1)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 12 cups whipping cream'\n", - " * '34 cup sugar'\n", - " * '8 ounces mascarpone cheese'\n", - " * '15 ounces canned pumpkin'\n", - " * '34 teaspoon pumpkin pie spice'\n", - " * '3 ounces ladyfingers'\n", - " * '4 tablespoons rum'\n", - " * '2 ounces amaretti cookies , crushed'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * In a large bowl , whip the cream and sugar together until peaks form .\n", - " * Add the mascarpone , pumpkin and spice and beat just until blended and smooth .\n", - " * Set aside .\n", - " * Cut the ladyfingers in half .\n", - " * Line the bottom of a 9 inch springform pan with half of the ladyfingers .\n", - " * They will be crowded and overlap some .\n", - " * Sprinkle the ladyfingers with 2 T of the rum .\n", - " * spread with half of the cheese/pumpkin filling .\n", - " * Repeat , using the remaining ladyfingers , rum and filling .\n", - " * Smooth the top and cover tightly with plastic wrap and then foil .\n", - " * Place in fridge to chill overnight .\n", - " * To serve : Run a knife around the inside edge of the pan .\n", - " * Release the sides and place tiramisu on a serving plate .\n", - " * Sprinkle the top with the crushed amaretti cookies ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "place3\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "place3->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ladyfinger\n", - "\n", - "ladyfinger\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "ladyfinger->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "whip0\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "sugar->whip0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pumpkin\n", - "\n", - "pumpkin\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pumpkin->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cut0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mascarpone cheese\n", - "\n", - "mascarpone cheese\n", - "\n", - "\n", - "\n", - "mascarpone cheese->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pumpkin pie spice\n", - "\n", - "pumpkin pie spice\n", - "\n", - "\n", - "\n", - "pumpkin pie spice->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "amaretti cooky\n", - "\n", - "amaretti cooky\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "amaretti cooky->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "filling\n", - "\n", - "filling\n", - "\n", - "\n", - "\n", - "filling->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "place5\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "mix2->place5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill2\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "place5->chill2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill2->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chill0\n", - "\n", - "chill\n", - "\n", - "\n", - "\n", - "chill0->place3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "rum\n", - "\n", - "rum\n", - "\n", - "\n", - "\n", - "rum->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "spread0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->chill0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Shepherd's Pie\n", - "(54e9b4a15a)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 small onion'\n", - " * '1 1/2 pounds ground beef'\n", - " * '2 \\( 8-ounce \\) cans tomato sauce'\n", - " * '1 1/2 cups mixed vegetables or niblet corn , prepared'\n", - " * 'Salt and freshly ground black pepper'\n", - " * '8 to 10 medium red new potatoes'\n", - " * '1 1/2 cups milk'\n", - " * '12 tablespoons butter'\n", - " * '1/2 cup sour cream'\n", - " * '2 cups instant biscuit mix'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Beef Layer : Saute onions in 2 tablespoons butter .\n", - " * Add ground beef .\n", - " * After beef is browned , add tomato sauce ; Mix in vegetables .\n", - " * Add salt and pepper , to taste .\n", - " * Potato Layer : Peel and slice potatoes 1/4-inch thick .\n", - " * Cook in boiling water for approximately 15 minutes or until fork-tender .\n", - " * Whip potatoes with electric mixer ; mix until moderately smooth .\n", - " * Do n't over beat them ; a few lumps are nice .\n", - " * Add 1/2 cup heated milk , 1/2 cup butter , and sour cream .\n", - " * Salt and pepper , to taste .\n", - " * Whip until mixed .\n", - " * Adjust thickness by adding more milk , if desired .\n", - " * Biscuit Layer : Combine biscuit mix and 1 cup milk .\n", - " * The mix should be thinner than normal biscuit mix but not runny .\n", - " * Preheat oven to 350 degrees F .\n", - " * Spray a 9 by 9 by 2-inch pan , or any similar casserole dish .\n", - " * Layer half way up with the mashed potatoes .\n", - " * Next , spread a layer of mixed vegetables or niblet corn on top of potatoes .\n", - " * Then add a layer of the meat .\n", - " * Pour biscuit mix over meat .\n", - " * Melt 4 tablespoons of butter and drizzle over top .\n", - " * Bake for approximately 35 to 45 minutes until top is golden brown .\n", - " * Note : Leftovers make this dish easy to put together .\n", - " * So if you have leftover pork roast or beef roast with gravy and mashed potatoes from Sunday dinner then this is an easy mid- week meal that will take only a few minutes ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "peel0\n", - "\n", - "peel\n", - "\n", - "\n", - "\n", - "whip6\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "peel0->whip6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "mix4\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cook0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip3\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "whip3->melt0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix9\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat7\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "whip6->beat7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "water->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "whip8\n", - "\n", - "whip\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "whip8->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake7\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "brown9\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "bake7->brown9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat5\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "mix4->beat5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat5->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "saute0\n", - "\n", - "saute\n", - "\n", - "\n", - "\n", - "saute0->mix4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown9->mix9\n", - "\n", - "\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "brown0\n", - "\n", - "brown\n", + "\n", + "brown\n", "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "brown0->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mash0\n", - "\n", - "mash\n", - "\n", - "\n", + "\n", "\n", - "beat7->mash0\n", - "\n", - "\n", + "brown0->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mix3->whip8\n", - "\n", - "\n", + "\n", + "\n", + "mix2->blend1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", + "\n", + "\n", + "pumpkin pie filling\n", + "\n", + "pumpkin pie filling\n", "\n", - "\n", - "\n", - "brown1->whip3\n", - "\n", - "\n", + "\n", + "\n", + "pumpkin pie filling->place0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "bake12\n", - "\n", - "bake\n", + "\n", + "\n", + "pour1->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mash0->bake12\n", - "\n", - "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat0->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2->bake7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake12->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "bake1->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "mix0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->peel0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "milk\n", - "\n", - "milk\n", - "\n", - "\n", - "\n", - "milk->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "gravy\n", - "\n", - "gravy\n", - "\n", - "\n", - "\n", - "gravy->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tablespoon butter\n", - "\n", - "tablespoon butter\n", - "\n", - "\n", - "\n", - "tablespoon butter->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "black pepper\n", - "\n", - "black pepper\n", - "\n", - "\n", - "\n", - "black pepper->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "tomato sauce\n", - "\n", - "tomato sauce\n", - "\n", - "\n", - "\n", - "tomato sauce->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red\n", - "\n", - "red\n", - "\n", - "\n", - "\n", - "ground beef\n", - "\n", - "ground beef\n", - "\n", - "\n", - "\n", - "ground beef->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "instant biscuit\n", - "\n", - "instant biscuit\n", - "\n", - "\n", - "\n", - "instant biscuit->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "spread0\n", - "\n", - "spread\n", - "\n", - "\n", - "\n", - "spread0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "pour0->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "beat1->bake1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "corn\n", - "\n", - "corn\n", - "\n", - "\n", - "\n", - "corn->spread0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "onion->saute0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable\n", - "\n", - "vegetable\n", - "\n", - "\n", - "\n", - "vegetable->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "meat\n", - "\n", - "meat\n", - "\n", - "\n", - "\n", - "meat->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "any\n", - "\n", - "any\n", - "\n", - "\n", - "\n", - "any->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pork roast\n", - "\n", - "pork roast\n", - "\n", - "\n", - "\n", - "pork roast->mix9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0->mix2\n", - "\n", - "\n", + "\n", + "\n", + "sugar->brown0\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -33536,8 +18810,8 @@ { "data": { "text/markdown": [ - "## Absolutely Sinful Chocolate Chip Cookies\n", - "(e2874cab86)" + "## Three-Apple Applesauce\n", + "(aa2296262f)" ], "text/plain": [ "" @@ -33561,17 +18835,11 @@ { "data": { "text/markdown": [ - " * '2 \\( 1 1/4 ounce \\) unsweetened chocolate squares'\n", - " * '12 cup butter'\n", - " * '2 cups all-purpose flour'\n", - " * '12 teaspoon baking soda'\n", - " * '1 teaspoon baking powder'\n", - " * '14 teaspoon salt'\n", - " * '1 14 cups white sugar'\n", - " * '2 large eggs'\n", - " * '1 teaspoon vanilla extract'\n", - " * '23 cup sour cream'\n", - " * '2 cups semi-sweet chocolate chips'" + " * '2 medium Golden Delicious apples \\( about 14 ounces \\)'\n", + " * '2 medium Granny Smith apples \\( about 14 ounces \\)'\n", + " * '2 medium Fuji apples \\( about 14 ounces \\)'\n", + " * '1/4 cup water'\n", + " * '1 tablespoon sugar'" ], "text/plain": [ "" @@ -33595,16 +18863,16 @@ { "data": { "text/markdown": [ - " * Preheat oven to 375F \\( 190C \\) .\n", - " * In the microwave or over a double-boiler , melt unsweetened chocolate and butter together , stirring occasionally until smooth .\n", - " * Sift together flour , baking soda , baking powder and salt ; set aside .\n", - " * In a medium bowl , beat sugar , eggs , and vanilla until light .\n", - " * Mix in the chocolate mixture until well blended .\n", - " * Stir in the sifted ingredients alternately with sour cream , then mix in chocolate chips .\n", - " * Drop by rounded tablespoonfuls onto ungreased cookie sheets .\n", - " * Bake for 8-10 minutes .\n", - " * Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely .\n", - " * Store in an airtight container ." + " * Peel , core and thinly slice all apples .\n", + " * Place apples in large microwave-safe bowl .\n", + " * Add 1/4 cup water to bowl .\n", + " * Cover with plastic wrap and microwave on high 10 minutes .\n", + " * Stir apples .\n", + " * Continue to microwave , uncovered , until apples are very tender , about 5 minutes longer .\n", + " * Using large fork , coarsely mash apples .\n", + " * Mix in 1 tablespoon sugar .\n", + " * \\( Applesauce can be prepared 2 days ahead .\n", + " * Cover and refrigerate . \\)" ], "text/plain": [ "" @@ -33622,1108 +18890,118 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", - "\n", - "beat1\n", - "\n", - "beat\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "beat1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cream\n", - "\n", - "cream\n", - "\n", - "\n", - "\n", - "baking\n", - "\n", - "baking\n", - "\n", - "\n", - "\n", - "bake7\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "melt1\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "melt1->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "butter->mix3\n", - "\n", - "\n", - "\n", + "\n", "\n", - "\n", + "\n", "sugar\n", - "\n", - "sugar\n", + "\n", + "sugar\n", "\n", "\n", - "\n", + "\n", "mix1\n", - "\n", - "mix\n", + "\n", + "mix\n", "\n", "\n", - "\n", + "\n", "sugar->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vanilla extract\n", - "\n", - "vanilla extract\n", - "\n", - "\n", - "\n", - "vanilla extract->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "salt->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix1->beat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chocolate chip\n", - "\n", - "chocolate chip\n", - "\n", - "\n", - "\n", - "cooky\n", - "\n", - "cooky\n", - "\n", - "\n", - "\n", - "chocolate\n", - "\n", - "chocolate\n", - "\n", - "\n", - "\n", - "chocolate->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3->melt1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "baking soda\n", - "\n", - "baking soda\n", - "\n", - "\n", - "\n", - "baking soda->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0->bake7\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", - "\n", - "\n", - "\n", - "flour->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "egg\n", - "\n", - "egg\n", - "\n", - "\n", - "\n", - "egg->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lightly Glazed Stir Fried Vegetables\n", - "(ae8a0e901e)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '2 tablespoons peanut oil'\n", - " * '2 cups cauliflower florets'\n", - " * '2 cups broccoli florets'\n", - " * '1 cup carrot , sliced diagonally'\n", - " * '1 cup celery , sliced diagonally'\n", - " * '3 green onions , sliced'\n", - " * '1 red pepper \\( small \\)'\n", - " * '1 green pepper , thinly sliced \\( small \\)'\n", - " * '2 chicken bouillon cubes , low sodium is best'\n", - " * '1 cup boiling water'\n", - " * '2 teaspoons garlic powder \\( or 1 clove minced \\)'\n", - " * '1 teaspoon onion powder'\n", - " * '14 teaspoon pepper'\n", - " * '1 tablespoon cornstarch'\n", - " * '2 tablespoons water'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Heat wok or large skillet until very hot .\n", - " * Add oil and continue to heat .\n", - " * Add cauliflower , broccoli , carrot , celery and stir fry 2-3 minutes .\n", - " * Add green onion , red and green pepper and stir fry 2 minutes .\n", - " * Dissolve chicken bouillon granules in boiling water and stir in seasonings .\n", - " * Add broth to wok , cover and steam about 2 minutes or until vegetables are crisp-tender .\n", - " * Combine the water and cornstarch and slowly add to vegetables stirring gently to coat well .\n", - " * Heat through until thickened and serve immediately ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "cauliflower floret\n", - "\n", - "cauliflower floret\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cauliflower floret->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat6\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix1->heat6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "slice1\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "mix2->slice1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "vegetable\n", - "\n", - "vegetable\n", - "\n", - "\n", - "\n", - "steam0\n", - "\n", - "steam\n", - "\n", - "\n", - "\n", - "vegetable->steam0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", - "\n", - "\n", - "\n", - "slice3\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "steam0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "hot\n", - "\n", - "hot\n", - "\n", - "\n", - "\n", - "hot->mix1\n", - "\n", - "\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "water\n", - "\n", - "water\n", + "\n", + "water\n", "\n", - "\n", - "\n", - "boil0\n", - "\n", - "boil\n", - "\n", - "\n", - "\n", - "water->boil0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "garlic\n", - "\n", - "garlic\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "garlic->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broccoli floret\n", - "\n", - "broccoli floret\n", - "\n", - "\n", - "\n", - "broccoli floret->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "seasoning\n", - "\n", - "seasoning\n", - "\n", - "\n", - "\n", - "seasoning->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "broth\n", - "\n", - "broth\n", - "\n", - "\n", - "\n", - "broth->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken bouillon cube\n", - "\n", - "chicken bouillon cube\n", - "\n", - "\n", - "\n", - "chicken bouillon cube->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green pepper\n", - "\n", - "green pepper\n", - "\n", - "\n", - "\n", - "green pepper->slice3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "green onion\n", - "\n", - "green onion\n", - "\n", - "\n", + "\n", "\n", - "green onion->mix2\n", - "\n", - "\n", + "water->mix1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "red pepper\n", - "\n", - "red pepper\n", - "\n", - "\n", - "\n", - "red pepper->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "celery\n", - "\n", - "celery\n", - "\n", - "\n", - "\n", - "celery->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peanut oil\n", - "\n", - "peanut oil\n", - "\n", - "\n", - "\n", - "peanut oil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pepper\n", - "\n", - "pepper\n", - "\n", - "\n", - "\n", - "carrot\n", - "\n", - "carrot\n", - "\n", - "\n", - "\n", - "carrot->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "boil0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Thai Melon Salad\n", - "(253180235f)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '3 garlic cloves , pureed'\n", - " * '2 tablespoons palm sugar or dark brown sugar'\n", - " * '1/4 cup fish sauce'\n", - " * '1/4 cup fresh lime juice'\n", - " * '3 or more serrano chiles to taste , stems removed and thinly sliced with seeds'\n", - " * '1 tablespoon chopped kaffir lime leaves or 1 teaspoon grated lime zest'\n", - " * '1/2 cup dried shrimp'\n", - " * '1/2 cup roasted , unsalted peanuts'\n", - " * '6 cups assorted melon cubes , in 1/2-inch cubes , each variety separated'\n", - " * '1/4 cup fresh cilantro leaves for garnish'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Dressing : Mix garlic , palm or brown sugar , fish sauce , lime juice , chiles , and lime leaves in a bowl .\n", - " * Roughly chop shrimp and peanuts by hand or in a food processor and add to garlic mixture .\n", - " * \\( The dressing can be made in advance and stored up to 3 days in the refrigerator . \\)\n", - " * To serve , arrange each variety of melon cubes in alternating rows on a platter or in individual bowls .\n", - " * Spoon dressing over melon in a strip and garnish with cilantro .\n", - " * Serve chilled ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", + "\n", "\n", - "chill9\n", - "\n", - "chill\n", + "place0\n", + "\n", + "place\n", "\n", - "\n", - "\n", - "mix1->chill9\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "brown1->mix1\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "shrimp\n", - "\n", - "shrimp\n", + "mash0\n", + "\n", + "mash\n", "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", + "\n", + "\n", + "place0->mash0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "shrimp->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "mix0->chop1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melon\n", - "\n", - "melon\n", - "\n", - "\n", - "\n", - "melon->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop0\n", - "\n", - "chop\n", - "\n", - "\n", - "\n", - "leaf lime zest\n", - "\n", - "leaf lime zest\n", - "\n", - "\n", - "\n", - "grate0\n", - "\n", - "grate\n", - "\n", - "\n", - "\n", - "leaf lime zest->grate0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cilantro leave\n", - "\n", - "cilantro leave\n", - "\n", - "\n", - "\n", - "cilantro leave->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mix2->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "serrano chile\n", - "\n", - "serrano chile\n", + "\n", + "\n", + "mash0->mix1\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "slice0\n", - "\n", - "slice\n", + "\n", + "slice\n", "\n", - "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "slice0->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", "\n", - "serrano chile->slice0\n", - "\n", - "\n", + "peel0->place0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "dressing\n", - "\n", - "dressing\n", - "\n", - "\n", - "\n", - "dressing->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "roast\n", - "\n", - "roast\n", - "\n", - "\n", - "\n", - "hand\n", - "\n", - "hand\n", - "\n", - "\n", - "\n", - "hand->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "peanut\n", - "\n", - "peanut\n", - "\n", - "\n", - "\n", - "peanut->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fish sauce\n", - "\n", - "fish sauce\n", - "\n", - "\n", - "\n", - "fish sauce->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "lime juice\n", - "\n", - "lime juice\n", - "\n", - "\n", - "\n", - "lime juice->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sugar\n", - "\n", - "sugar\n", - "\n", - "\n", - "\n", - "garlic clove\n", - "\n", - "garlic clove\n", - "\n", - "\n", - "\n", - "garlic clove->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chop1->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "grate0->chop0\n", - "\n", - "\n", - "\n", - "\n", - "\n" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Parmesan Roasted Potatoes\n", - "(37cc529532)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Ingredients" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * '1 12 lbs small red potatoes , cut into 1/2-inch thick slices'\n", - " * '3 tablespoons olive oil'\n", - " * '12 cup parmesan cheese , shredded'\n", - " * '14 cup breadcrumbs'\n", - " * '14 cup fresh parsley , minced'" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "### Instructions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - " * Preheat oven to 375 .\n", - " * Place a baking sheet in the oven to preheat at the same time .\n", - " * Toss potatoes with oil in a bowl .\n", - " * Combine Parmesan , bread crumbs , and parsley .\n", - " * Add to potatoes and toss gently until potatoes are coated .\n", - " * Arrange potatoes on preheated baking sheet .\n", - " * Bake until potatoes are tender , 30-35 minute ." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "image/svg+xml": [ - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "recipe graph\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "mince0->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cut0\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "cut0->slice0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cheese\n", - "\n", - "cheese\n", - "\n", - "\n", - "\n", - "bake0\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix1->bake0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "red potato\n", - "\n", - "red potato\n", - "\n", - "\n", - "\n", - "red potato->cut0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "olive oil\n", - "\n", - "olive oil\n", - "\n", - "\n", - "\n", - "olive oil->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "parsley\n", - "\n", - "parsley\n", - "\n", - "\n", - "\n", - "parsley->mince0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "slice0->mix1\n", - "\n", - "\n", + "mix1->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple\n", + "\n", + "apple\n", + "\n", + "\n", + "\n", + "apple->slice0\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -34732,8 +19010,8 @@ { "data": { "text/markdown": [ - "## Ladybug Onigiri Bento\n", - "(97688d522c)" + "## Co-Cola Chicken\n", + "(9c39942121)" ], "text/plain": [ "" @@ -34757,10 +19035,9 @@ { "data": { "text/markdown": [ - " * '80 grams warm cooked white rice'\n", - " * '3 imitation crab sticks'\n", - " * '2 sheets toasted nori seaweed \\( 8-sheet pack \\)'\n", - " * '1/8 slice sliced cheese \\( something that wo n't melt easily \\)'" + " * '1 whole Cut Up Fryer'\n", + " * '1 can \\( 12 Oz . \\) Co-Cola \\( I Use Diet \\)'\n", + " * 'Ketchup To Taste'" ], "text/plain": [ "" @@ -34784,12 +19061,16 @@ { "data": { "text/markdown": [ - " * After shaping a round rice ball with some cling film , wrap the rice ball with the red part of the imitation crab sticks and some nori seaweed .\n", - " * Cut 2 small circles out of the sliced cheese to create the eyes .\n", - " * You can either use a skewer to cut them out , or punch them out with a fat straw .\n", - " * Make the pupils and spots with some circles punched out of a sheet of nori seaweed .\n", - " * Stick all of the separate parts on to the ladybird to complete .\n", - " * Try making some smiling ladybugs or packing in some 'friends ' just to have some extra fun making them ." + " * Preheat oven to 400 degrees .\n", + " * Spray casserole/baking dish \\( usually I use a 13 1/2 by 8 1/2 \\) with a nonstick spray .\n", + " * Rinse pieces of an entire cut-up fryer .\n", + " * Place in dish .\n", + " * The next step has two variations .\n", + " * You can drizzle ketchup over the top of the chicken pieces and then pour the can of Co-Cola OR you can mix ketchup \\( usually 1 to 2 cups , depending on how thick you want the sauce to be \\) and Co-Cola then pour the mixture over the chicken .\n", + " * Both ways work well and are delicious .\n", + " * I prefer the first because it makes for a nice variation between parts of the chicken .\n", + " * Bake for 35 to 45 minutes or until juices run clear and the meat of the thickest piece is no longer pink .\n", + " * Serve over white rice ; pour pan juices over top ." ], "text/plain": [ "" @@ -34807,196 +19088,371 @@ "\n", "\n", - "\n", + "\n", "\n", "recipe graph\n", - "\n", - "\n", + "\n", + "\n", "\n", - "crab\n", - "\n", - "crab\n", + "ketchup\n", + "\n", + "ketchup\n", "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "crab->mix0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "circle\n", - "\n", - "circle\n", - "\n", - "\n", - "\n", - "circle->mix0\n", - "\n", - "\n", + "fryer\n", + "\n", + "fryer\n", "\n", "\n", "\n", "cut0\n", - "\n", - "cut\n", + "\n", + "cut\n", "\n", - "\n", - "\n", - "fat\n", - "\n", - "fat\n", - "\n", - "\n", - "\n", - "cut1\n", - "\n", - "cut\n", - "\n", - "\n", - "\n", - "fat->cut1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "toast nori seaweed\n", - "\n", - "toast nori seaweed\n", - "\n", - "\n", + "\n", "\n", - "toast nori seaweed->mix0\n", - "\n", - "\n", + "fryer->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rinse0\n", + "\n", + "rinse\n", + "\n", + "\n", + "\n", + "cut0->rinse0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "rinse0->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Breakfast Pitas\n", + "(d3cd9504e6)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cup cooked ham , cubed'\n", + " * '13 cup onion , chopped'\n", + " * '13 cup green pepper , chopped'\n", + " * '2 tablespoons butter'\n", + " * '3 eggs , lightly beaten'\n", + " * '12 cup cheddar cheese , shredded'\n", + " * '12 teaspoon seasoning salt'\n", + " * '14 teaspoon pepper'\n", + " * '2 pita breads , halved and warmed \\( 6 inches \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a large skillet , saute the ham , onion and green pepper in butter until tender .\n", + " * Add eggs ; cook and stir over medium heat until eggs are almost set .\n", + " * Add the cheese , seasoned salt and pepper .\n", + " * Cook and stir until eggs are completely set .\n", + " * Spoon into pita halves ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook1->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pita bread\n", + "\n", + "pita bread\n", "\n", "\n", "\n", "warm0\n", - "\n", - "warm\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "pita bread->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ham\n", + "\n", + "ham\n", "\n", "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "warm0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pupil\n", - "\n", - "pupil\n", - "\n", - "\n", - "\n", - "pupil->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "extra\n", - "\n", - "extra\n", - "\n", - "\n", - "\n", - "red\n", - "\n", - "red\n", - "\n", - "\n", - "\n", - "red->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "melt0\n", - "\n", - "melt\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "melt0->slice0\n", - "\n", - "\n", - "\n", - "\n", "\n", - "rice\n", - "\n", - "rice\n", + "cook0\n", + "\n", + "cook\n", "\n", - "\n", - "\n", - "rice->warm0\n", - "\n", - "\n", + "\n", + "\n", + "ham->cook0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "spot\n", - "\n", - "spot\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "spot->mix0\n", - "\n", - "\n", + "\n", + "\n", + "saute1\n", + "\n", + "saute\n", "\n", - "\n", - "\n", - "cook0->mix0\n", - "\n", - "\n", + "\n", + "\n", + "mix0->saute1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "slice0->cut0\n", - "\n", - "\n", + "\n", + "\n", + "saute1->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", "\n", "\n", - "\n", + "\n", "cheese\n", - "\n", - "cheese\n", + "\n", + "cheese\n", "\n", - "\n", - "\n", - "cheese->melt0\n", - "\n", - "\n", + "\n", + "\n", + "cheese->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat0->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green pepper\n", + "\n", + "green pepper\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "green pepper->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "onion->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "seasoning salt\n", + "\n", + "seasoning salt\n", + "\n", + "\n", + "\n", + "seasoning salt->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix0\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -35005,8 +19461,8 @@ { "data": { "text/markdown": [ - "## (I Can't Believe It's) Mashed Cauliflower\n", - "(856466a7bc)" + "## Mini Cheesecake Recipe\n", + "(c11517d554)" ], "text/plain": [ "" @@ -35030,14 +19486,14 @@ { "data": { "text/markdown": [ - " * '1 cup water'\n", - " * '10 ounces frozen cauliflower'\n", - " * '2 tablespoons canola oil'\n", - " * '1/2 large onion , sliced'\n", - " * '2 cloves garlic , minced'\n", - " * '2 tablespoons nonfat plain yogurt'\n", - " * '1 tablespoon chopped fresh parsley \\( optional \\)'\n", - " * '1 teaspoon garlic and herb seasoning blend \\( such as Mrs . Dash \\) , or to taste \\( optional \\)'" + " * '1 1/2 c. graham cracker crumbs'\n", + " * '1/4 c. sugar'\n", + " * '1/4 c. butter , melted'\n", + " * '3 \\( 8 ounce . \\) pkg . cream cheese , softened'\n", + " * '1 \\( 14 ounce . \\) can Eagle Brand Sweetened Condensed Lowfat milk'\n", + " * '3 Large eggs'\n", + " * '2 teaspoon vanilla'\n", + " * '1 \\( 21 ounce . \\) filling \\( cherry or possibly blueberry \\)'" ], "text/plain": [ "" @@ -35061,14 +19517,17 @@ { "data": { "text/markdown": [ - " * Bring water to a boil in a saucepan .\n", - " * Add cauliflower , reduce heat to medium-low , place a cover on saucepan , and cook cauliflower until tender , about 10 minutes ; drain .\n", - " * Set cauliflower aside to cool for about 5 minutes ; transfer to a blender .\n", - " * Heat oil in a skillet over medium-high heat .\n", - " * Cook and stir onion and garlic in hot oil until tender , 3 to 5 minutes .\n", - " * Set aside to cool for about 5 minutes ; add to blender .\n", - " * Pour yogurt into blender with cauliflower and onion mixture ; blend until smooth .\n", - " * Season with parsley and garlic and herb seasoning to serve ." + " * Preheat oven to 300 degrees .\n", + " * Combine crumbs , sugar and butter .\n", + " * Press equal portions into bottom of lightly greased or possibly paper c. lined muffin c..\n", + " * In large mixer bowl , beat cheese till fluffy .\n", + " * Gradually beat in sweetened condensed lowfat milk till smooth .\n", + " * Add in Large eggs and vanilla ; mix well .\n", + " * Spoon equal amounts of mix \\( about 3 Tbsp . \\)\n", + " * into prepared c.. Bake 15 to 20 min or possibly till set - cold - chill - top with filling .\n", + " * Chill .\n", + " * Chocolate - heat 1 c. semi-sweet chocolate chips - add in to batter .\n", + " * If greased muffin c. are used , cold in pan ." ], "text/plain": [ "" @@ -35086,262 +19545,410 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", + "\n", + "\n", "\n", - "parsley\n", - "\n", - "parsley\n", + "melt0\n", + "\n", + "melt\n", "\n", - "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "melt0->mix0\n", + "\n", + "\n", + "\n", + "\n", "\n", - "chop0\n", - "\n", - "chop\n", + "vanilla\n", + "\n", + "vanilla\n", "\n", - "\n", + "\n", + "\n", + "vanilla->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cream cheese->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill7\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat1\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat1->mix0\n", + "\n", + "\n", + "\n", + "\n", "\n", - "parsley->chop0\n", - "\n", - "\n", + "mix0->chill7\n", + "\n", + "\n", "\n", + "\n", + "\n", + "filling\n", + "\n", + "filling\n", + "\n", + "\n", + "\n", + "filling->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->beat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sweeten0\n", + "\n", + "sweeten\n", + "\n", + "\n", + "\n", + "sweeten0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "graham cracker crumb\n", + "\n", + "graham cracker crumb\n", + "\n", + "\n", + "\n", + "graham cracker crumb->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "milk->sweeten0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Chocolate Lasagna\n", + "(44a2f3f658)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '3 \\( 3.4 ounce \\) packages fat-free instant white chocolate pudding mix'\n", + " * '3 cups skim milk'\n", + " * '2 \\( 8 ounce \\) tubs fat-free whipped topping \\( such as Cool Whip \\) , divided'\n", + " * '1 \\( 14.4 ounce \\) box chocolate graham crackers'\n", + " * '1 \\( 1.5 ounce \\) milk chocolate candy bar \\( such as Hershey 's \\) , cut into pieces'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Whisk white chocolate pudding and skim milk together in a bowl until thickened and smooth ; fold in 1 tub whipped topping .\n", + " * Line a 9x13-inch casserole dish with 1 layer of graham crackers .\n", + " * Spread 1/2 the pudding mixture over graham cracker layer .\n", + " * Repeat layering with graham crackers and remaining pudding mixture , ending with a layer of graham crackers .\n", + " * Spread 1 tub whipped topping over top graham cracker layer ; sprinkle with candy bar pieces .\n", + " * Chill in refrigerator until set , 2 to 4 hours ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", "\n", - "\n", + "\n", "mix2\n", - "\n", - "mix\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "chop0->mix2\n", - "\n", - "\n", + "\n", + "\n", + "whip1\n", + "\n", + "whip\n", + "\n", + "\n", + "\n", + "mix2->whip1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chocolate graham cracker\n", + "\n", + "chocolate graham cracker\n", + "\n", + "\n", + "\n", + "chocolate graham cracker->mix2\n", + "\n", + "\n", "\n", "\n", "\n", "cool0\n", - "\n", - "cool\n", + "\n", + "cool\n", "\n", - "\n", - "\n", - "pour0\n", - "\n", - "pour\n", - "\n", - "\n", - "\n", - "cool0->pour0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook0->cool0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix0\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "cool3\n", - "\n", - "cool\n", - "\n", - "\n", - "\n", - "mix0->cool3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "pour0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat1\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "place0\n", - "\n", - "place\n", - "\n", - "\n", - "\n", - "heat1->place0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "herb season\n", - "\n", - "herb season\n", - "\n", - "\n", - "\n", - "blend0\n", - "\n", - "blend\n", - "\n", - "\n", - "\n", - "herb season->blend0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", - "\n", - "cook1->heat1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "slice0\n", - "\n", - "slice\n", - "\n", - "\n", - "\n", - "slice0->cook0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "water\n", - "\n", - "water\n", - "\n", - "\n", - "\n", - "water->mix0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mince0\n", - "\n", - "mince\n", - "\n", - "\n", - "\n", - "mince0->mix0\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "clove garlic\n", - "\n", - "clove garlic\n", + "mix1\n", + "\n", + "mix\n", "\n", - "\n", - "\n", - "clove garlic->mince0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "blend0->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cauliflower\n", - "\n", - "cauliflower\n", - "\n", - "\n", - "\n", - "cauliflower->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cool3->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "canola oil\n", - "\n", - "canola oil\n", - "\n", - "\n", - "\n", - "heat0\n", - "\n", - "heat\n", - "\n", - "\n", + "\n", "\n", - "canola oil->heat0\n", - "\n", - "\n", + "whip1->mix1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "onion\n", - "\n", - "onion\n", + "\n", + "\n", + "whisk0\n", + "\n", + "whisk\n", "\n", - "\n", - "\n", - "onion->slice0\n", - "\n", - "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", "\n", - "\n", - "\n", - "place0->mix0\n", - "\n", - "\n", + "\n", + "\n", + "whisk0->spread0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "heat0->mix0\n", - "\n", - "\n", + "\n", + "\n", + "chill0\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "chocolate pudding\n", + "\n", + "chocolate pudding\n", + "\n", + "\n", + "\n", + "chocolate pudding->whisk0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "top\n", + "\n", + "top\n", + "\n", + "\n", + "\n", + "top->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk chocolate candy\n", + "\n", + "milk chocolate candy\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "milk chocolate candy->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "cut0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->chill0\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -35350,8 +19957,8 @@ { "data": { "text/markdown": [ - "## Apple Crisp\n", - "(d529f51243)" + "## Fruitcake Cookies\n", + "(a934b17b2e)" ], "text/plain": [ "" @@ -35375,13 +19982,19 @@ { "data": { "text/markdown": [ - " * '4 cups sliced apples'\n", - " * '1 cup sugar'\n", - " * '34 cup flour'\n", - " * '12 teaspoon cinnamon'\n", - " * '14 teaspoon nutmeg'\n", - " * '1 dash salt'\n", - " * '12 cup butter'" + " * '16 ounces pineapple chopped'\n", + " * '8 ounces cherries red'\n", + " * '2 cups raisins , seedless golden'\n", + " * '4 cups pecans chopped'\n", + " * '3 1/2 cups flour , all-purpose'\n", + " * '1/2 cup butter softened'\n", + " * '1 cup brown sugar firmly'\n", + " * '4 large eggs separated'\n", + " * '1 tablespoon baking soda'\n", + " * '3 tablespoons milk'\n", + " * '1/4 cup brandy'\n", + " * '1 teaspoon cinnamon'\n", + " * '1 teaspoon nutmeg'" ], "text/plain": [ "" @@ -35405,10 +20018,16 @@ { "data": { "text/markdown": [ - " * Spread apples evenly over the base of a 9 '' pie plate .\n", - " * Combine all dry ingredients with butter until it forms a crumbly consistency .\n", - " * Pour mixture evenly over apple slices .\n", - " * Bake at 375F \\( 190C \\) for 45 minutes or until top is brown ." + " * Combine first 5 ingredients ; dredge with 1 cup flour , stirring well .\n", + " * Set aside .\n", + " * Cream butter ; gradually add sugar , beating well at medium speed of an electric mixer .\n", + " * Add egg yolks , mixing well .\n", + " * Dissolve soda in milk ; add to creamed mixture .\n", + " * Add brandy , spices , and remaining 2 1/2 cups flour , mixing well .\n", + " * Beat egg whites \\( at room temperature \\) until stiff ; fold into batter .\n", + " * Fold in fruit mixture .\n", + " * Drop dough by rounded teaspoonfuls onto greased cookie sheets .\n", + " * Bake at 325F \\( 160C \\) for 12 to 15 minutes ." ], "text/plain": [ "" @@ -35426,160 +20045,1591 @@ "\n", "\n", - "\n", - "\n", + "\n", + "\n", "recipe graph\n", - "\n", - "\n", - "\n", - "butter\n", - "\n", - "butter\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "butter->mix1\n", - "\n", - "\n", - "\n", + "\n", "\n", - "\n", + "\n", "cinnamon\n", - "\n", - "cinnamon\n", + "\n", + "cinnamon\n", + "\n", + "\n", + "\n", + "pecan\n", + "\n", + "pecan\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "pecan->chop1\n", + "\n", + "\n", "\n", "\n", "\n", "flour\n", - "\n", - "flour\n", + "\n", + "flour\n", "\n", - "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "flour->mix3\n", + "\n", + "\n", + "\n", + "\n", "\n", - "pie\n", - "\n", - "pie\n", + "chop0\n", + "\n", + "chop\n", "\n", - "\n", - "\n", - "pie->mix1\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "base\n", - "\n", - "base\n", + "nutmeg\n", + "\n", + "nutmeg\n", "\n", - "\n", - "\n", - "base->mix1\n", - "\n", - "\n", + "\n", + "\n", + "raisin\n", + "\n", + "raisin\n", "\n", - "\n", - "\n", - "bake1\n", - "\n", - "bake\n", - "\n", - "\n", - "\n", - "mix1->bake1\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "slice0\n", - "\n", - "slice\n", + "brandy\n", + "\n", + "brandy\n", "\n", - "\n", + "\n", + "\n", + "brandy->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "butter->mix0\n", + "\n", + "\n", + "\n", + "\n", "\n", - "spread0\n", - "\n", - "spread\n", + "soda\n", + "\n", + "soda\n", "\n", - "\n", - "\n", - "slice0->spread0\n", - "\n", - "\n", + "\n", + "\n", + "soda->mix3\n", + "\n", + "\n", "\n", "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", "\n", - "pour0\n", - "\n", - "pour\n", + "brown0\n", + "\n", + "brown\n", "\n", - "\n", - "\n", - "spread0->pour0\n", - "\n", - "\n", + "\n", + "\n", + "brown0->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "pour0->mix1\n", - "\n", - "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", "\n", - "\n", - "\n", - "bake1->brown0\n", - "\n", - "\n", + "\n", + "\n", + "milk->mix3\n", + "\n", + "\n", "\n", - "\n", + "\n", "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "bake6\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "beat0->bake6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake4\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cherry red\n", + "\n", + "cherry red\n", + "\n", + "\n", + "\n", + "mix3->bake4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pineapple\n", + "\n", + "pineapple\n", + "\n", + "\n", + "\n", + "pineapple->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Fettuccini With Gorgonzola Sauce\n", + "(990a8e4666)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 cups milk'\n", + " * '14 cup dry white wine'\n", + " * '14 cup flour'\n", + " * '3 ounces gorgonzola , crumbled'\n", + " * '2 tablespoons butter'\n", + " * '14 teaspoon pepper'\n", + " * '12 ounces fettuccine pasta , cooked , warm'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Whisk milk , wine , and flour in medium saucepan until smooth ; heat to boiling .\n", + " * Whisk until thickened , 1-2 minutes .\n", + " * Reduce heat to low , stir in cheese , butter and pepper ; cook 1-2 minutes .\n", + " * Serve over fettuccini ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "thicken1\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "thicken1->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "gorgonzola\n", + "\n", + "gorgonzola\n", + "\n", + "\n", + "\n", + "warm0\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "flour\n", + "\n", + "flour\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "flour->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pasta\n", + "\n", + "pasta\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "pasta->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wine\n", + "\n", + "wine\n", + "\n", + "\n", + "\n", + "wine->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk2\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "mix1->whisk2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "milk->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk2->thicken1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", + "\n", + "\n", + "\n", + "pepper->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## QBC Snow White Cocktail Drink\n", + "(077135323a)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 cups Vanilla Ice Cream'\n", + " * '1 cup Full Cream Milk'\n", + " * '1 Tablespoon Lemon Juice'\n", + " * '1/2 Tablespoons Cointreau'\n", + " * '1/2 Tablespoons Bailey 's'\n", + " * '6 cubes Ice'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Put all the ingredients in the blender and blend well .\n", + " * You can serve it in any glass you want .\n", + " * We garnished it with a piece of parsley leaf and a strawberry .\n", + " * If you have a better way to make it look pretty , just do it ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "vanilla ice cream\n", + "\n", + "vanilla ice cream\n", + "\n", + "\n", + "\n", + "ice\n", + "\n", + "ice\n", + "\n", + "\n", + "\n", + "cointreau\n", + "\n", + "cointreau\n", + "\n", + "\n", + "\n", + "cream milk\n", + "\n", + "cream milk\n", + "\n", + "\n", + "\n", + "lemon juice\n", + "\n", + "lemon juice\n", + "\n", + "\n", + "\n", + "bailey\n", + "\n", + "bailey\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Carrot Cupcakes with White Chocolate Cream Cheese Icing\n", + "(42ac445285)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * 'Cream Cheese Icing :'\n", + " * '2 ounces white chocolate'\n", + " * '1 \\( 8 ounce \\) package cream cheese , softened'\n", + " * '1/2 cup unsalted butter , softened'\n", + " * '1 teaspoon vanilla extract'\n", + " * '1/2 teaspoon orange extract'\n", + " * '4 cups confectioners ' sugar'\n", + " * '2 tablespoons heavy cream'\n", + " * 'Carrot Cake :'\n", + " * '2 eggs , lightly beaten'\n", + " * '1 1/8 cups white sugar'\n", + " * '1/3 cup brown sugar'\n", + " * '1/2 cup vegetable oil'\n", + " * '1 teaspoon vanilla extract'\n", + " * '2 cups shredded carrots'\n", + " * '1/2 cup crushed pineapple'\n", + " * '1 1/2 cups all-purpose flour'\n", + " * '1 1/4 teaspoons baking soda'\n", + " * '1/2 teaspoon salt'\n", + " * '1 1/2 teaspoons ground cinnamon'\n", + " * '1/2 teaspoon ground nutmeg'\n", + " * '1/4 teaspoon ground ginger'\n", + " * '1 cup chopped walnuts'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat oven to 350 degrees F \\( 175 degrees C \\) .\n", + " * Lightly grease 12 muffin cups .\n", + " * In small saucepan , melt white chocolate over low heat .\n", + " * Stir until smooth , and allow to cool to room temperature .\n", + " * In a bowl , beat together the cream cheese and butter until smooth .\n", + " * Mix in white chocolate , 1 teaspoon vanilla , and orange extract .\n", + " * Gradually beat in the confectioners ' sugar until the mixture is fluffy .\n", + " * Mix in heavy cream .\n", + " * Beat together the eggs , white sugar , and brown sugar in a bowl , and mix in the oil and vanilla .\n", + " * Fold in carrots and pineapple .\n", + " * In a separate bowl , mix the flour , baking soda , salt , cinnamon , nutmeg , and ginger .\n", + " * Mix flour mixture into the carrot mixture until evenly moist .\n", + " * Fold in 1/2 cup walnuts .\n", + " * Transfer to the prepared muffin cups .\n", + " * Bake 25 minutes in the preheated oven , or until a toothpick inserted in the center of a muffin comes out clean .\n", + " * Cool completely on wire racks before topping with the icing and sprinkling with remaining walnuts ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", "salt\n", - "\n", - "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vegetable oil\n", + "\n", + "vegetable oil\n", + "\n", + "\n", + "\n", + "mix8\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "vegetable oil->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cool1->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "brown0->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "carrot\n", + "\n", + "carrot\n", + "\n", + "\n", + "\n", + "flour\n", + "\n", + "flour\n", + "\n", + "\n", + "\n", + "mix9\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "flour->mix9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chocolate\n", + "\n", + "chocolate\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "chocolate->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat2\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat2->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground nutmeg\n", + "\n", + "ground nutmeg\n", + "\n", + "\n", + "\n", + "ground nutmeg->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "melt0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "carrot cake\n", + "\n", + "carrot cake\n", + "\n", + "\n", + "\n", + "carrot cake->mix9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "walnut\n", + "\n", + "walnut\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "walnut->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "orange extract\n", + "\n", + "orange extract\n", + "\n", + "\n", + "\n", + "mix0->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pineapple\n", + "\n", + "pineapple\n", + "\n", + "\n", + "\n", + "pineapple->mix9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese icing\n", + "\n", + "cream cheese icing\n", + "\n", + "\n", + "\n", + "beat1\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "cream cheese icing->beat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "soda\n", + "\n", + "soda\n", + "\n", + "\n", + "\n", + "beat1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla extract\n", + "\n", + "vanilla extract\n", + "\n", + "\n", + "\n", + "vanilla extract->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground ginger\n", + "\n", + "ground ginger\n", + "\n", + "\n", + "\n", + "ground ginger->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->beat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat0->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground cinnamon\n", + "\n", + "ground cinnamon\n", + "\n", + "\n", + "\n", + "ground cinnamon->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix1->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1->mix9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "heavy cream\n", + "\n", + "heavy cream\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Arctic Char Gravlax With Apple-Pecan Salad\n", + "(d3d464abeb)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '3 cups kosher salt'\n", + " * '1 14 cups packed light brown sugar'\n", + " * '12 cup chopped fresh dill'\n", + " * '3 tablespoons juniper berries , crushed'\n", + " * '2 bay leaves'\n", + " * '2 tablespoons black peppercorns'\n", + " * '1 lb arctic char , fillet skin on'\n", + " * '1 cup pecan halves \\( 4 ounces \\)'\n", + " * '2 tablespoons champagne or 2 tablespoons white wine vinegar'\n", + " * '1 tablespoon honey'\n", + " * '1 tablespoon Dijon mustard'\n", + " * '14 cup grapeseed oil'\n", + " * '1 small garlic clove , minced'\n", + " * '1 12 teaspoons finely chopped thyme'\n", + " * 'sea salt & freshly ground black pepper'\n", + " * '2 granny smith apples , cut into matchsticks'\n", + " * '1 large Belgian endive , halved , cored and thinly sliced crosswise'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * GRAVLAX : In a bowl , mix the salt with the brown sugar , dill and juniper berries .\n", + " * In a spice grinder , grind the bay leaves with the peppercorns .\n", + " * Add to the salt cure and mix well .\n", + " * Spread half of the salt in a deep plate .\n", + " * Add the fish fillet , skin side down , and cover with the remaining salt .\n", + " * Cover with plastic and refrigerate for 24 hours .\n", + " * Remove the fish from the salt and soak it in ice water in the refrigerator for 3 hours .\n", + " * Pat dry .\n", + " * Transfer the fish , skin side down , to a rack set on a baking sheet .\n", + " * Refrigerate , uncovered , overnight .\n", + " * \\( wrap tightly in plastic wrap and can be kept in refrigerator up to a week \\) .\n", + " * SALAD : Preheat the oven to 350 .\n", + " * Spread the pecans in a pie plate and toast for 7 minutes , or until fragrant .\n", + " * Let cool .\n", + " * In a large bowl , whisk the vinegar with the honey and mustard .\n", + " * Add the oil and whisk until blended .\n", + " * Whisk in the garlic and thyme and season with sea salt and pepper .\n", + " * Add the apples and endive and toss , then add the pecans and toss again .\n", + " * Using a thin , sharp knife , thinly slice the gravlax on the diagonal off the skin .\n", + " * Mound the salad on plates , surround it with gravlax and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "leaf\n", + "\n", + "leaf\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "leaf->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "black pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread1\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "spread1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "mix3->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "honey\n", + "\n", + "honey\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "honey->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mince0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple\n", + "\n", + "apple\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "apple->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix8\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "grind1\n", + "\n", + "grind\n", + "\n", + "\n", + "\n", + "mix4->grind1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thyme\n", + "\n", + "thyme\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "thyme->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix5\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "mix5->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "char\n", + "\n", + "char\n", "\n", "\n", "\n", "sugar\n", - "\n", - "sugar\n", + "\n", + "sugar\n", "\n", - "\n", + "\n", "\n", - "nutmeg\n", - "\n", - "nutmeg\n", + "slice0\n", + "\n", + "slice\n", "\n", - "\n", - "\n", - "apple\n", - "\n", - "apple\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", "\n", - "\n", + "\n", + "\n", + "slice0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix2->cool1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black peppercorn\n", + "\n", + "black peppercorn\n", + "\n", + "\n", + "\n", + "black peppercorn->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "white wine vinegar\n", + "\n", + "white wine vinegar\n", + "\n", + "\n", + "\n", + "white wine vinegar->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "spread0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk3\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "mix1->whisk3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pecan\n", + "\n", + "pecan\n", + "\n", + "\n", + "\n", + "pecan->spread1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grapeseed oil\n", + "\n", + "grapeseed oil\n", + "\n", + "\n", + "\n", + "grapeseed oil->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk3->mix8\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dill\n", + "\n", + "dill\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "dill->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk2\n", + "\n", + "whisk\n", + "\n", + "\n", + "\n", + "mix0->whisk2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whisk2->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "endive\n", + "\n", + "endive\n", + "\n", + "\n", + "\n", + "endive->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grind1->mix3\n", + "\n", + "\n", + "\n", + "\n", "\n", - "apple->slice0\n", - "\n", - "\n", + "chop0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "juniper berry\n", + "\n", + "juniper berry\n", + "\n", + "\n", + "\n", + "juniper berry->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dijon mustard\n", + "\n", + "dijon mustard\n", + "\n", + "\n", + "\n", + "dijon mustard->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "garlic clove->mince0\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -35588,8 +21638,8 @@ { "data": { "text/markdown": [ - "## Enchilada Sauce\n", - "(61f009cd57)" + "## Cinnamon Oatmeal Pancakes with Honey Apple Compote\n", + "(635ee3e5ba)" ], "text/plain": [ "" @@ -35613,13 +21663,19 @@ { "data": { "text/markdown": [ - " * '1 Tablespoon Flour'\n", - " * '2 Tablespoons Canola Oil'\n", - " * '1/4 cups Chili Powder'\n", - " * '2 cups Chicken Stock'\n", - " * '3 ounces , fluid Tomato Paste'\n", - " * '1 teaspoon Ground Cumin'\n", - " * '1/2 teaspoons Salt'" + " * '1 1/2 cups apple cider'\n", + " * '1 tablespoon honey'\n", + " * '2 Golden Delicious apples , peeled and cut into 1/2-inch chunks'\n", + " * '3/4 cup whole wheat flour'\n", + " * '3/4 cup quick-cooking oats'\n", + " * '2 tablespoons sugar'\n", + " * '1 teaspoon baking powder'\n", + " * '1/2 teaspoon ground cinnamon'\n", + " * '1/4 teaspoon fine salt'\n", + " * '1 cup lowfat \\( 1-percent \\) milk'\n", + " * '3 tablespoons unsalted butter , melted and cooled'\n", + " * '1 large egg'\n", + " * '1 teaspoon canola oil'" ], "text/plain": [ "" @@ -35643,23 +21699,18 @@ { "data": { "text/markdown": [ - " * In a saucepan over medium heat , brown the flour in the oil , stirring with a whisk .\n", - " * Cook for 2-3 mins until the flour begins to brown .\n", - " * \\( Its much like a roux , except not as thick . \\)\n", - " * Add the chili powder and cook for another minute or so until it begins to darken and bubble .\n", - " * Be careful breathing in the fumes from the cooking chili powder its strong !\n", - " * Add stock , tomato paste , and cumin and whisk rapidly until the mixture comes to a boil .\n", - " * Reduce the heat and simmer for 15 minutes .\n", - " * The sauce will thicken and smooth out .\n", - " * When youre done , youll have a little over a pint of sauce .\n", - " * I figure a serving is about 2 T \\( or 35 g \\) .\n", - " * The nutritional info below is based on 25 servings of 35g each .\n", - " * Finally the Nutritional Info : \\( per 2 T serving \\) Calories : 27 .\n", - " * Fat : 1.7g .\n", - " * Sodium : 159mg .\n", - " * Carbs : 2.9g .\n", - " * Fiber : 0.9g .\n", - " * Protein : 0.7g ." + " * Bring the cider to a boil in a small saucepan over high heat ; lower the heat and simmer until reduced by half , 15 to 18 minutes .\n", + " * Stir in the honey and apples , reduce the heat to low and simmer until thick enough to coat the back of a spoon , about 30 minutes .\n", + " * Meanwhile , combine the flour , oats , sugar , baking powder , cinnamon and salt in a blender until the oats are finely ground .\n", + " * Add the milk , butter and egg and blend until smooth , scraping down the sides of the blender occasionally .\n", + " * Heat a nonstick skillet over medium-low heat .\n", + " * With a paper towel , wipe the oil on the surface of the heated skillet .\n", + " * Ladle 1 tablespoon of the batter onto the skillet to make a pancake .\n", + " * Make 4 to 5 more pancakes , taking care to keep them evenly spaced apart .\n", + " * Cook until bubbles break the surface of the pancakes and the undersides are golden brown , about 2 minutes .\n", + " * Flip with a spatula and cook for 1 minute more .\n", + " * Serve immediately with the apple compote , or transfer to a platter and cover loosely with foil to keep warm .\n", + " * Repeat with the remaining batter , wiping the griddle with the oiled paper towel as needed ." ], "text/plain": [ "" @@ -35677,310 +21728,7006 @@ "\n", "\n", - "\n", + "\n", "\n", "recipe graph\n", - "\n", - "\n", - "\n", - "canola oil\n", - "\n", - "canola oil\n", - "\n", - "\n", - "\n", - "brown0\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "canola oil->brown0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "sauce\n", - "\n", - "sauce\n", - "\n", + "\n", "\n", - "\n", + "\n", "mix0\n", - "\n", - "mix\n", + "\n", + "mix\n", "\n", - "\n", + "\n", "\n", - "heat1\n", - "\n", - "heat\n", + "cook4\n", + "\n", + "cook\n", "\n", - "\n", - "\n", - "mix0->heat1\n", - "\n", - "\n", + "\n", + "\n", + "mix0->cook4\n", + "\n", + "\n", "\n", - "\n", - "\n", - "mix2\n", - "\n", - "mix\n", + "\n", + "\n", + "wheat flour\n", + "\n", + "wheat flour\n", "\n", - "\n", - "\n", - "simmer1\n", - "\n", - "simmer\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", "\n", - "\n", + "\n", + "\n", + "wheat flour->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat5\n", + "\n", + "heat\n", + "\n", + "\n", "\n", - "mix2->simmer1\n", - "\n", - "\n", + "heat5->mix0\n", + "\n", + "\n", "\n", - "\n", - "\n", - "flour\n", - "\n", - "flour\n", + "\n", + "\n", + "apple\n", + "\n", + "apple\n", "\n", - "\n", - "\n", - "brown1\n", - "\n", - "brown\n", - "\n", - "\n", - "\n", - "flour->brown1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fluid tomato\n", - "\n", - "fluid tomato\n", - "\n", - "\n", - "\n", - "mix1\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "fluid tomato->mix1\n", - "\n", - "\n", - "\n", - "\n", + "\n", "\n", - "roux\n", - "\n", - "roux\n", + "cut0\n", + "\n", + "cut\n", "\n", - "\n", - "\n", - "roux->mix0\n", - "\n", - "\n", + "\n", + "\n", + "apple->cut0\n", + "\n", + "\n", "\n", "\n", - "\n", + "\n", "heat0\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "mix1->heat0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3\n", - "\n", - "mix\n", - "\n", - "\n", - "\n", - "brown0->mix3\n", - "\n", - "\n", + "\n", + "heat\n", "\n", "\n", - "\n", - "cook1\n", - "\n", - "cook\n", - "\n", - "\n", "\n", - "mix5\n", - "\n", - "mix\n", + "cook1\n", + "\n", + "cook\n", "\n", - "\n", - "\n", - "cook1->mix5\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat2\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "heat2->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "simmer4\n", - "\n", - "simmer\n", - "\n", - "\n", - "\n", - "simmer4->mix3\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix5->simmer4\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "heat6\n", - "\n", - "heat\n", - "\n", - "\n", - "\n", - "brown1->heat6\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "mix3->heat2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook0\n", - "\n", - "cook\n", - "\n", - "\n", + "\n", "\n", - "cook0->mix3\n", - "\n", - "\n", + "heat0->cook1\n", + "\n", + "\n", "\n", - "\n", - "\n", - "cook2\n", - "\n", - "cook\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", "\n", - "\n", - "\n", - "heat6->cook2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "cook2->mix2\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "fat\n", - "\n", - "fat\n", - "\n", - "\n", - "\n", - "salt\n", - "\n", - "salt\n", - "\n", - "\n", - "\n", - "heat1->cook1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "chicken stock\n", - "\n", - "chicken stock\n", - "\n", - "\n", - "\n", - "chicken stock->mix1\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "ground cumin\n", - "\n", - "ground cumin\n", - "\n", - "\n", + "\n", "\n", - "ground cumin->cook0\n", - "\n", - "\n", + "sugar->mix4\n", + "\n", + "\n", "\n", - "\n", - "\n", - "heat0->mix5\n", - "\n", - "\n", + "\n", + "\n", + "honey\n", + "\n", + "honey\n", "\n", - "\n", - "\n", - "chili\n", - "\n", - "chili\n", + "\n", + "\n", + "honey->mix4\n", + "\n", + "\n", "\n", - "\n", - "\n", - "chili->mix0\n", - "\n", - "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", "\n", - "\n", + "\n", + "\n", + "cut0->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix2->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lowfat\n", + "\n", + "lowfat\n", + "\n", + "\n", + "\n", + "fine salt\n", + "\n", + "fine salt\n", + "\n", + "\n", + "\n", + "fine salt->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "bake1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wipe0\n", + "\n", + "wipe\n", + "\n", + "\n", + "\n", + "wipe0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", "\n", - "base\n", - "\n", - "base\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oat\n", + "\n", + "oat\n", + "\n", + "\n", + "\n", + "oat->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cool0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baking\n", + "\n", + "baking\n", + "\n", + "\n", + "\n", + "mix4->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "apple cider\n", + "\n", + "apple cider\n", + "\n", + "\n", + "\n", + "apple cider->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "canola oil\n", + "\n", + "canola oil\n", + "\n", + "\n", + "\n", + "canola oil->wipe0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->heat5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground cinnamon\n", + "\n", + "ground cinnamon\n", + "\n", + "\n", + "\n", + "ground cinnamon->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0->cool0\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Creamy Deviled Eggs Recipe Weight Watchers Cheese\n", + "(d0e150b221)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 oz . Weight Watchers Reduced Fat Cream Cheese Spread , softened'\n", + " * '2 tbsp . Fat-Free Plain Greek Yogurt'\n", + " * '1/2 tsp . Dijon mustard'\n", + " * '3/4 tsp . dried dill weed'\n", + " * '1/4 tsp . celery salt'\n", + " * '1/4 plus 1/8 tsp . onion powder'\n", + " * '1/8 rounded tsp . white pepper'\n", + " * 'Dash of Turmeric , Optional'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Remove egg yolks from eggs , discarding all but 4 halves ; place reserved egg yolk halves in mini food processor .\n", + " * Add cream cheese , mustard , 1/2 tsp .\n", + " * dill weed , celery salt , onion powder , pepper , and turmeric for color , if desired ; process just until smooth , adjust seasonings .\n", + " * Spoon 1-3/4 teaspoon filling into each egg white half .\n", + " * Sprinkle with dill weed or paprika , if desired ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "dijon mustard\n", + "\n", + "dijon mustard\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "dijon mustard->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "celery salt\n", + "\n", + "celery salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "celery salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fat cream cheese\n", + "\n", + "fat cream cheese\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "fat cream cheese->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", + "\n", + "\n", + "\n", + "pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "onion->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dill\n", + "\n", + "dill\n", + "\n", + "\n", + "\n", + "dill->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Chocolate Nut Brownies\n", + "(f8e5447a74)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 oz . unsweetened chocolate'\n", + " * 'No-melt unsweetened chocolate'\n", + " * '1/2 cup shortening'\n", + " * '2 tbsp . liquid sweetener'\n", + " * '2 tsp . vanilla'\n", + " * '2 eggs , beaten'\n", + " * '1 cup all-purpose flour , sifted'\n", + " * '1/2 tsp . baking soda'\n", + " * '1/4 cup nuts , chopped'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Melt shortening and chocolate over low heat .\n", + " * Remove from heat .\n", + " * Add liquid sweetener , vanilla and beaten eggs .\n", + " * Stir until well blended .\n", + " * Add flour and baking soda ; mix well .\n", + " * Stir in nuts .\n", + " * Pour into greased \\( can spray with Pam \\) 8-inch cake pan .\n", + " * Bake at 325F for 20 minutes ; cool .\n", + " * Cut into 30 squares ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cool6\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix4->cool6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "bake0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "blend0\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "cool3\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "blend0->cool3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "nut\n", + "\n", + "nut\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "nut->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix2->blend0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake4\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "cool3->bake4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "soda\n", + "\n", + "soda\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "soda->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chocolate\n", + "\n", + "chocolate\n", + "\n", + "\n", + "\n", + "mix9\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "chocolate->mix9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "blend3\n", + "\n", + "blend\n", + "\n", + "\n", + "\n", + "heat0->blend3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "flour\n", + "\n", + "flour\n", + "\n", + "\n", + "\n", + "flour->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt1\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "mix9->melt1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt1->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut2\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "bake6\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "bake6->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix5\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cut3\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "mix5->cut3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake4->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut3->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla\n", + "\n", + "vanilla\n", + "\n", + "\n", + "\n", + "vanilla->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "blend3->bake6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "shortening\n", + "\n", + "shortening\n", + "\n", + "\n", + "\n", + "shortening->mix9\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool6->cut2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "liquid sweetener\n", + "\n", + "liquid sweetener\n", + "\n", + "\n", + "\n", + "liquid sweetener->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Thai Chicken& Sesame Noodles\n", + "(b016514dce)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cup salad dressing oriental'\n", + " * '1 pound chicken breast halves , boneless , skinless'\n", + " * '2 tablespoons peanut butter'\n", + " * '1 tablespoon honey'\n", + " * '1/2 teaspoon red pepper flakes'\n", + " * '8 ounces spaghetti cooked'\n", + " * '3/4 cup carrots grated'\n", + " * '1/2 cup scallions , spring or green onions'\n", + " * '1/4 cup cilantro chopped'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Pour 13 cup of the dressing over chicken in medium bowl ; toss to coat .\n", + " * Cover .\n", + " * Refrigerate 1 hour to marinate .\n", + " * Mix remaining dressing , peanut butter , honey and pepper ; set aside .\n", + " * Cook chicken and marinade in large skillet on medium-high heat until cooked through .\n", + " * Mix spaghetti , chicken , carrot , onions and cilantro in large bowl .\n", + " * Add peanut butter mixture ; toss to coat .\n", + " * Serve immediately ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cilantro\n", + "\n", + "cilantro\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "cilantro->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red pepper\n", + "\n", + "red pepper\n", + "\n", + "\n", + "\n", + "red pepper->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "marinate1\n", + "\n", + "marinate\n", + "\n", + "\n", + "\n", + "refrigerate1->marinate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "marinate0\n", + "\n", + "marinate\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "marinate0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peanut butter\n", + "\n", + "peanut butter\n", + "\n", + "\n", + "\n", + "peanut butter->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "marinate1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salad dress\n", + "\n", + "salad dress\n", + "\n", + "\n", + "\n", + "salad dress->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "refrigerate0\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "pour0->refrigerate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green onion\n", + "\n", + "green onion\n", + "\n", + "\n", + "\n", + "green onion->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken breast half\n", + "\n", + "chicken breast half\n", + "\n", + "\n", + "\n", + "chicken breast half->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate0->marinate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "grate0\n", + "\n", + "grate\n", + "\n", + "\n", + "\n", + "grate0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "carrot\n", + "\n", + "carrot\n", + "\n", + "\n", + "\n", + "carrot->grate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spaghetti\n", + "\n", + "spaghetti\n", + "\n", + "\n", + "\n", + "spaghetti->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "honey\n", + "\n", + "honey\n", + "\n", + "\n", + "\n", + "honey->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Angel Food Cake - Homemade\n", + "(4a7935861f)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cup cake flour'\n", + " * '34 cup sugar'\n", + " * '2 tablespoons sugar'\n", + " * '12 large egg whites , MUST be room temperature'\n", + " * '1 12 teaspoons cream of tartar'\n", + " * '14 teaspoon salt'\n", + " * '34 cup sugar'\n", + " * '1 12 teaspoons vanilla'\n", + " * '12 teaspoon almond extract'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Note : For those not use to making angel food cakes Do n't get any yoke in the whites , if you do throw out and start over .\n", + " * I always separate the egg in a glass first .\n", + " * Then if no yoke pour into measuring container .\n", + " * DO NOT GREASE PAN .\n", + " * I always use a two piece angelfood cake pan .\n", + " * Heat oven to 375 .\n", + " * Sift the cake flour and 3/4 cup + 2 Tbsp sugar ; set aside .\n", + " * Combine the extracts in a small bowl ; set aside .\n", + " * Beat egg whites , cream of tartar and salt until it forms peaks .\n", + " * Add the other 3/4 cup of sugar slowly , then beat on high until stiff peaks form .\n", + " * If you have a mixing guard for your mixer bowl now would be a good time to attach it .\n", + " * Beating on LOW , add flour mixture and extracts slowly .\n", + " * Make sure you fold in the sides and bottom of your mixing bowl .\n", + " * \\( You can fold in flour mixture by hand but this way is faster . \\)\n", + " * Spoon into an angel food cake pan .\n", + " * Move a knife through batter to remove air pockets .\n", + " * Bake 30-35 minutes or until top springs back when touched lightly with finger .\n", + " * Invert pan onto a tin funnel to cool completely .\n", + " * To remove the cake from your pan run a knife around the rim of the cake pan just to get the 'crust ' away from the pan .\n", + " * Then firmly spank the sides of your pan .\n", + " * You could use a knife but this sometime tears the sides of the cake .\n", + " * Invert onto your serve plate then take the knife to the now top which was the bottom of your pan and gently cut cake away from the pan insert .\n", + " * No need to cut around the center tube as you just give the cake a gently but firm tap or downward shake on to the plate .\n", + " * Or you can pick up plate while holding onto the pan insert with your thumbs and firmly strike the bottom of the plate onto a folded towel .\n", + " * \\( Just give it a slam down on the towel/table \\) ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat1\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla\n", + "\n", + "vanilla\n", + "\n", + "\n", + "\n", + "almond extract\n", + "\n", + "almond extract\n", + "\n", + "\n", + "\n", + "almond extract->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "pour0->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour1\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "pour1->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool3\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cool3->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cake flour\n", + "\n", + "cake flour\n", + "\n", + "\n", + "\n", + "cake flour->pour1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cut0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix1->beat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->cool3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "cream->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Kentucky Bourbon Sweet Potatoes\n", + "(78f4839899)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '6 large sweet potatoes , peeled and sliced'\n", + " * '1 cup sugar'\n", + " * '12 cup butter'\n", + " * '12 cup Bourbon'\n", + " * '12 teaspoon vanilla'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Arrange sweet potatoes in an oblong baking dish .\n", + " * Combine sugar , butter , bourbon , and vanilla in a large saucepan and heat to a boil .\n", + " * As soon as the sauce comes to a boil , pour it over the sweet potatoes .\n", + " * Bake at 350 degrees for 30-40 minutes or until sweet potatoes are soft ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "boil0->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "potato\n", + "\n", + "potato\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "potato->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "peel0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla\n", + "\n", + "vanilla\n", + "\n", + "\n", + "\n", + "vanilla->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour0->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Peach-Gingersnap Crisp\n", + "(e3c57c2706)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '4 tablespoons unsalted butter'\n", + " * '6 large peaches \\( 2 1/2 pounds \\) , peeled and cut into 1/2-inch wedges'\n", + " * '1/4 cup plus 2 tablespoons light brown sugar'\n", + " * '2 tablespoons fresh lemon juice'\n", + " * '1/4 cup plus 2 tablespoons all-purpose flour'\n", + " * 'Pinch of salt'\n", + " * '1 cup coarsely crushed gingersnaps'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat the oven to 400 .\n", + " * In a skillet , melt 2 tablespoons of the butter .\n", + " * Add the peaches and cook over high heat , stirring occasionally , until just softened , 8 minutes .\n", + " * Add 1/4 cup of the brown sugar and the lemon juice and cook until the peaches are lightly caramelized , about 5 minutes ; scrape into a 1 1/2-quart baking dish .\n", + " * Meanwhile , in a food processor , pulse the flour and salt with the remaining 2 tablespoons each of butter and brown sugar until the mixture resembles coarse meal .\n", + " * Add the crushed gingersnaps and pulse 2 or 3 times , just to incorporate the cookies .\n", + " * Press the topping into clumps and sprinkle over the peaches .\n", + " * Bake in the center of the oven for about 15 minutes , until the top is browned and the filling is bubbling .\n", + " * Let cool slightly , then serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "peach\n", + "\n", + "peach\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "peach->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "peel0\n", + "\n", + "peel\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "peel0->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "brown0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "gingersnap\n", + "\n", + "gingersnap\n", + "\n", + "\n", + "\n", + "gingersnap->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "lemon juice\n", + "\n", + "lemon juice\n", + "\n", + "\n", + "\n", + "lemon juice->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "all-purpose flour\n", + "\n", + "all-purpose flour\n", + "\n", + "\n", + "\n", + "all-purpose flour->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut0->peel0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Vegan Aloo Baingan (Potato and Eggplant)\n", + "(5a3de054b4)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * 'oil \\( for deep frying \\)'\n", + " * '2 medium potatoes , cut into 1/2 inch cubes'\n", + " * '1 medium eggplant , cut into 1/2 inch cubes'\n", + " * '1 teaspoon ginger , minced into a paste'\n", + " * '1 green chili pepper , chopped'\n", + " * '1 tablespoon coriander powder'\n", + " * '12 teaspoon turmeric powder'\n", + " * '12 teaspoon paprika'\n", + " * '2 tablespoons water'\n", + " * '1 tablespoon cooking oil'\n", + " * '1 teaspoon cumin seed'\n", + " * '4 medium tomatoes , chopped'\n", + " * '1 teaspoon salt'\n", + " * '2 tablespoons cilantro , chopped'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Heat the oil in a deep fry pan over medium-high heat .\n", + " * There should be at least 1 1/2 inches of oil in the pan .\n", + " * Make sure it is quite hot by dropping in a potato piece .\n", + " * If the potato begins to sizzle immediately then the oil is ready .\n", + " * If you start frying too soon the vegetables will absorb the oil and become greasy and unpleasant .\n", + " * Fry the potatoes until cooked through , turning several times - about 4 minutes .\n", + " * Remove them with a slotted spoon and drain on a paper towel lined platter .\n", + " * In the same manner , fry the eggplant in batches until it is all cooked and draining .\n", + " * In a small bowl mix the ginger , chili , coriander powder , turmeric powder , paprika and water to make a paste .\n", + " * Heat the tablespoon of water in a large fry pan .\n", + " * Test the heat by throwing in one cumin seed .\n", + " * If the seed crack and begins to sizzle right away , the oil is ready .\n", + " * Add the cumin seeds and ginger paste mixture and stir fry until you see the oil beginning to rise to the top of the paste .\n", + " * Add in the chopped tomatoes and cook until they begin to reduce .\n", + " * Add the salt .\n", + " * Return the eggplant and potatoes to the pan , reduce the heat to low and simmer for 3 or 4 minutes .\n", + " * Sprinkle chopped cilantro over all and serve ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cut0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "coriander\n", + "\n", + "coriander\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "coriander->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop1\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "chop1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix3->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green chili pepper\n", + "\n", + "green chili pepper\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "green chili pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "eggplant\n", + "\n", + "eggplant\n", + "\n", + "\n", + "\n", + "eggplant->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "potato\n", + "\n", + "potato\n", + "\n", + "\n", + "\n", + "potato->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cilantro\n", + "\n", + "cilantro\n", + "\n", + "\n", + "\n", + "drain0\n", + "\n", + "drain\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "drain0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ginger\n", + "\n", + "ginger\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "ginger->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cooking oil\n", + "\n", + "cooking oil\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "crack0\n", + "\n", + "crack\n", + "\n", + "\n", + "\n", + "heat0->crack0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cumin seed\n", + "\n", + "cumin seed\n", + "\n", + "\n", + "\n", + "cumin seed->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry2\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "fry2->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix1->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tomato\n", + "\n", + "tomato\n", + "\n", + "\n", + "\n", + "tomato->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->chop1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2->fry2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat1->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oil\n", + "\n", + "oil\n", + "\n", + "\n", + "\n", + "oil->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "crack0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "paprika\n", + "\n", + "paprika\n", + "\n", + "\n", + "\n", + "paprika->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "water->drain0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Ham & Pear Panini With Oven Baked Fries\n", + "(74f00da20a)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '4 medium yukon gold potatoes , cut into fries \\( 1/4-1/2-inch thick \\)'\n", + " * '2 12 teaspoons salt'\n", + " * 'fresh ground pepper \\( to taste \\)'\n", + " * '2 tablespoons olive oil \\( plus more for brushing \\)'\n", + " * '8 slices country bread , each 1/2-inch thick'\n", + " * '8 ham slices \\( thinly sliced \\)'\n", + " * '1 pear , cored and cut into 1/4-inch slices'\n", + " * '4 ounces sharp cheddar cheese , thinly sliced'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat panini press .\n", + " * Preheat oven to 500F .\n", + " * On non-stick baking sheet , stir together potatoes , salt , pepper and oil .\n", + " * Bake for 30 minutes , flipping after 15 minutes .\n", + " * Brush one side of each bread slice with oil .\n", + " * Lay slices , oiled side down , on clean work surface .\n", + " * Place ham , pear and cheese on 4 slices .\n", + " * Top with remaining pieces of bread , oiled side up .\n", + " * Cook in panini maker for 3-5 minutes , ensuring that cheese is melted .\n", + " * Serve with fries ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "mix6\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cheese->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "brush0\n", + "\n", + "brush\n", + "\n", + "\n", + "\n", + "slice0->brush0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "country bread\n", + "\n", + "country bread\n", + "\n", + "\n", + "\n", + "country bread->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice3\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "slice3->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry6\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "fry2\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix2->fry6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut1\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cut1->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "potato\n", + "\n", + "potato\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "potato->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground pepper\n", + "\n", + "ground pepper\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "ground pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0->fry2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "fry1\n", + "\n", + "fry\n", + "\n", + "\n", + "\n", + "bake1->fry1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "brush0->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ham\n", + "\n", + "ham\n", + "\n", + "\n", + "\n", + "ham->mix6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice4\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "slice4->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix6->slice3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fry1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "olive oil->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->slice4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pear\n", + "\n", + "pear\n", + "\n", + "\n", + "\n", + "pear->cut1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Roast Chicken-Bare Minimum.\n", + "(83b6989117)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 \\( 2 -3 lb \\) farm raised whole chickens'\n", + " * 'kosher salt & freshly ground black pepper'\n", + " * '2 teaspoons minced thyme \\( optional \\)'\n", + " * 'unsalted butter , for serving'\n", + " * 'Dijon mustard , for serving \\( also optional \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Preheat the oven to 450F\n", + " * Rinse the chicken and dry it inside and out very well .\n", + " * The idea is to create very dry heat and prevent steam .\n", + " * \\( Strange , I know \\) .\n", + " * Salt and pepper the cavity lightly , then truss the bird .\n", + " * Scatter about 1 tablespoon salt over the skin of the bird , as evenly as you can .\n", + " * Season with pepper .\n", + " * Do n't add any liquid or anything .\n", + " * Place the chicken in a saute pan or roasting pan and in the oven .\n", + " * Roast it until it 's done , 50 to 60 minutes .\n", + " * Remove it from the oven and add the thyme , if using , to the pan .\n", + " * Baste the chicken with the juices and thyme and let it rest for 15 minutes .\n", + " * Remove the twine .\n", + " * Carve into individual portions .\n", + " * The cookbook says to serve with the mustard and butter for `` slathering '' on the bird , but I found this a little excessive and left it out .\n", + " * Anyway , it was still delicious ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "carve0\n", + "\n", + "carve\n", + "\n", + "\n", + "\n", + "mix1->carve0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "mince0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "place0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baste1\n", + "\n", + "baste\n", + "\n", + "\n", + "\n", + "mix3->baste1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dijon mustard\n", + "\n", + "dijon mustard\n", + "\n", + "\n", + "\n", + "dijon mustard->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thyme\n", + "\n", + "thyme\n", + "\n", + "\n", + "\n", + "thyme->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "baste1->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rinse0\n", + "\n", + "rinse\n", + "\n", + "\n", + "\n", + "rinse0->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt black pepper\n", + "\n", + "salt black pepper\n", + "\n", + "\n", + "\n", + "salt black pepper->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken\n", + "\n", + "chicken\n", + "\n", + "\n", + "\n", + "chicken->rinse0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## No-Churn Biscoff Ice Cream\n", + "(ff5d3642f1)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '6 Tablespoons Biscoff Spread'\n", + " * '2 Tablespoons Powdered Sugar'\n", + " * '14 ounces , fluid Sweetened , Condensed Milk'\n", + " * '2 teaspoons Pure Vanilla Extract'\n", + " * '1 Tablespoon Bourbon \\( optional \\)'\n", + " * '2 cups Cold Heavy Cream'\n", + " * '1 cup Broken Biscoff Cookies , Plus Additional For Topping'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Line a dinner plate with plastic wrap .\n", + " * Mix Biscoff spread and powdered sugar in a small mixing bowl until well combined .\n", + " * Pinch off small pieces \\( no more than a teaspoon \\) of the Biscoff mixture and drop them onto the lined dinner plate .\n", + " * Freeze .\n", + " * \\( These can be made in advance and stored in the freezer \\( well-wrapped \\) for up to 1 month .\n", + " * Chill beaters and a large glass or stainless steel mixing bowl in the refrigerator for at least 1 hour .\n", + " * In a large bowl , stir together sweetened condensed milk , vanilla extract , and bourbon .\n", + " * Set aside .\n", + " * In the chilled bowl , whip heavy cream with an electric mixer on high speed until stiff peaks form , about 3 minutes .\n", + " * With a rubber spatula , gently fold about 1/4 of the whipped cream into the sweetened condensed milk mixture until blended .\n", + " * Fold in the remaining whipped cream and mix until combined .\n", + " * Add the 1 cup of Biscoff cookies and the frozen Biscoff patties and stir into the cream mixture until well distributed .\n", + " * Spread the mixture into a 4 1/2-inch by 8 1/2-inch loaf pan .\n", + " * If desired , sprinkle additional broken Biscoff cookies on top of the cream mixture .\n", + " * Cover tightly with plastic wrap and freeze until firm , 6 hours to overnight ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "freeze2\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "spread0->freeze2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fluid\n", + "\n", + "fluid\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "freeze1\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "broken\n", + "\n", + "broken\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "broken->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "whip0\n", + "\n", + "whip\n", + "\n", + "\n", + "\n", + "cream->whip0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sweeten0\n", + "\n", + "sweeten\n", + "\n", + "\n", + "\n", + "freeze3\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "sweeten0->freeze3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla extract\n", + "\n", + "vanilla extract\n", + "\n", + "\n", + "\n", + "vanilla extract->sweeten0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix1->freeze1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whip0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Leftover Roast Turkey Pho\n", + "(20ab1c7f8c)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 leftover turkey carcass , including any leg bones and reserved turkey parts \\( such as the neck , wings , etc . \\) , plus 1 pound leftover turkey meat \\( about 4 cups \\) , shredded into large bite-size pieces'\n", + " * '3 large yellow onions , halved'\n", + " * 'One 6-inch piece fresh ginger root , halved lengthwise'\n", + " * '1 head garlic , halved crosswise'\n", + " * '3 tablespoons vegetable oil'\n", + " * 'Kosher salt'\n", + " * '4 star anise pods'\n", + " * '3 tablespoons whole black peppercorns'\n", + " * '2 cinnamon sticks'\n", + " * '12 cups low-sodium chicken broth'\n", + " * '1/4 to 1/3 cup fish sauce'\n", + " * '1 pound flat rice noodles'\n", + " * '4 cups fresh bean sprouts'\n", + " * '1 large bunch Thai basil'\n", + " * '2 jalapeno peppers , thinly sliced'\n", + " * '1 large red onion , halved and thinly sliced'\n", + " * 'Hoisin sauce and/or sriracha \\( Asian chile sauce \\) , for serving'\n", + " * 'Lime wedges , for serving'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * For the broth : Position a rack in the upper third of the oven and preheat to 450 degrees F. Toss the turkey bones and parts , onions , ginger and garlic with the vegetable oil in a large bowl .\n", + " * Lightly sprinkle with salt and transfer to a rimmed baking sheet , spreading everything out into a somewhat even layer \\( it is okay if some items slightly overlap \\) .\n", + " * Roast turning the bones and vegetables halfway through until the vegetables are slightly charred , about 30 minutes .\n", + " * Meanwhile , add the star anise pods , peppercorns and cinnamon sticks to a large pot .\n", + " * Set over medium heat and toast until very fragrant , shaking the pot occasionally , about 5 minutes .\n", + " * Turn off the heat and add the chicken broth , fish sauce , according to taste , and 8 cups of water .\n", + " * Add the roasted turkey bones and vegetables to the pot , scraping any browned bits off of the baking sheet and adding them in as well .\n", + " * Bring to a boil over high heat , then reduce the heat to medium-low and gently simmer for 1 hour .\n", + " * Remove from the heat and strain the broth through a fine-mesh sieve and into another large pot .\n", + " * \\( The broth can be made to this point up to 2 days in advance ; let cool , then refrigerate in a covered container . \\)\n", + " * Stir the shredded turkey meat into the hot broth .\n", + " * For the soup : Cook the noodles according to the package instructions .\n", + " * Divide the noodles among 6 bowls then top with the broth and shredded meat .\n", + " * Serve with the bean sprouts , Thai basil , jalapenos , red onion , hoisin sauce , sriracha and a lime wedge on the side so that guests can top their pho as they like ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "simmer0\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "mix5\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "simmer0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "red onion\n", + "\n", + "red onion\n", + "\n", + "\n", + "\n", + "slice1\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "red onion->slice1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "turkey meat\n", + "\n", + "turkey meat\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "turkey meat->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime\n", + "\n", + "lime\n", + "\n", + "\n", + "\n", + "lime->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "rice noodle\n", + "\n", + "rice noodle\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "rice noodle->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "pepper->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cinnamon\n", + "\n", + "cinnamon\n", + "\n", + "\n", + "\n", + "cinnamon->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black peppercorn\n", + "\n", + "black peppercorn\n", + "\n", + "\n", + "\n", + "black peppercorn->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil6\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "boil6->simmer0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chicken broth\n", + "\n", + "chicken broth\n", + "\n", + "\n", + "\n", + "chicken broth->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "basil\n", + "\n", + "basil\n", + "\n", + "\n", + "\n", + "basil->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "onion->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bean sprout\n", + "\n", + "bean sprout\n", + "\n", + "\n", + "\n", + "bean sprout->mix5\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "anise\n", + "\n", + "anise\n", + "\n", + "\n", + "\n", + "anise->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat2\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix7->heat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "asian chile sauce\n", + "\n", + "asian chile sauce\n", + "\n", + "\n", + "\n", + "fish sauce\n", + "\n", + "fish sauce\n", + "\n", + "\n", + "\n", + "fish sauce->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat2->boil6\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vegetable oil\n", + "\n", + "vegetable oil\n", + "\n", + "\n", + "\n", + "vegetable oil->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ginger\n", + "\n", + "ginger\n", + "\n", + "\n", + "\n", + "ginger->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic\n", + "\n", + "garlic\n", + "\n", + "\n", + "\n", + "garlic->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Strawberry Shortcake\n", + "(519e7b7463)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1000 g bread flour'\n", + " * '70 g baking powder'\n", + " * '250 g shortening'\n", + " * '220 g sugar'\n", + " * '10 g salt'\n", + " * '60 g eggs'\n", + " * '700 ml milk'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * sift flour and baking powder .\n", + " * Rub shortening through flour .\n", + " * Dissolve salt and sugar in milk and eggs .\n", + " * Add liquid ingredients till dough is formed .\n", + " * Roll out , cut and bake at 450F until golden .\n", + " * Cool and cut in half .\n", + " * Whip cream and add sugar and vanilla to taste .\n", + " * Make a strawberry puree and spread it onto the biscuit halves .\n", + " * Pipe the whipped cream onto biscuits and layer with sliced strawberries ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool2\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix0->cool2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cut2\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "cool2->cut2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "milk->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "shortening\n", + "\n", + "shortening\n", + "\n", + "\n", + "\n", + "shortening->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bread flour\n", + "\n", + "bread flour\n", + "\n", + "\n", + "\n", + "bread flour->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Seared Salmon on Baby Spinach\n", + "(362a1c152e)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 \\( 5 ounce \\) salmon fillets , skin removed'\n", + " * '2 tablespoons butter , divided'\n", + " * '3 large shallots , sliced , divided'\n", + " * '1 12 tablespoons chopped fresh tarragon , divided'\n", + " * '3 ounces baby spinach leaves \\( 1/2 bag \\)'\n", + " * '13 cup dry white wine'\n", + " * '14 cup whipping cream'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Sprinkle salt and pepper on salmon .\n", + " * Melt 1 T butter in medium skillet over medium-high heat .\n", + " * \\( If you use a large skillet , you 'll need to use more butter .\n", + " * For a better finished result , medium is preferred . \\)\n", + " * Add salmon ; saute ' until just opaque in the center , about four minutes per side if thick .\n", + " * Transfer salmon to a plate .\n", + " * Melt 1/2 T butter in same skillet .\n", + " * Add 1/2 the shallots and half the tarragon ; saute ' 30 seconds .\n", + " * Increase the heat to high ; add half the spinach and toss 30 seconds .\n", + " * Add remaining spinach and toss until wilted .\n", + " * Divide the spinach between two plates .\n", + " * Melt remaining 1/2 T butter in same skillet over medium-high heat .\n", + " * Add remaining shallots and tarragon ; saute ' 30 seconds .\n", + " * Add wine first and then cream and boil until the sauce is thick enough to coat a spoon , about 3 minutes \\( or less if using larger skillet \\) .\n", + " * Season with salt and pepper .\n", + " * Return salmon to skillet ; simmer 1 minute .\n", + " * Arrange salmon with sauce atop spinach .\n", + " * Serves two ; can be doubled ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "tarragon\n", + "\n", + "tarragon\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "tarragon->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "shallot\n", + "\n", + "shallot\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "shallot->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix4\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "slice0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "cream->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salmon fillet\n", + "\n", + "salmon fillet\n", + "\n", + "\n", + "\n", + "salmon fillet->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "wine\n", + "\n", + "wine\n", + "\n", + "\n", + "\n", + "wine->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "heat0->mix4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spinach leave\n", + "\n", + "spinach leave\n", + "\n", + "\n", + "\n", + "spinach leave->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Blueberry Wheat Muffins Recipe\n", + "(0595299508)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '3/4 c. all-purpose flour'\n", + " * '3/4 c. whole-wheat flour'\n", + " * '1 tbsp . baking pwdr'\n", + " * '1/2 teaspoon salt'\n", + " * '1 1/2 c. unsweetened blueberries \\( fresh or possibly frzn \\)'\n", + " * '1 egg'\n", + " * '1/2 c. lowfat milk'\n", + " * '1/2 c. butter , melted'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In large bowl , mix flours , sugar , baking pwdr and salt .\n", + " * Add in blueberries ; gently toss to coat .\n", + " * In small bowl , beat egg with fork , beat in lowfat milk and butter .\n", + " * Add in to flour mix , stirring just sufficient to blend .\n", + " * Fill greased pans or possibly paper c. 2/3 full .\n", + " * Bake in preheated 400 degree oven till toothpick inserted in center comes out clean \\( 15-35 min for muffins , 30-35 min for 9 inch square coffee cake \\) .\n", + " * Yield : 12 regular size muffins , 36 miniature size .\n", + " * 181 calories per regular size muffin ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "milk->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "blueberry\n", + "\n", + "blueberry\n", + "\n", + "\n", + "\n", + "blueberry->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "salt->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "beat2\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "beat2->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "egg->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "flour\n", + "\n", + "flour\n", + "\n", + "\n", + "\n", + "flour->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix0->beat2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake0->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "whole-wheat flour\n", + "\n", + "whole-wheat flour\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Caprese Salad\n", + "(78bc4826af)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 cups balsamic vinegar'\n", + " * '3 ripe tomatoes'\n", + " * '12 ounces fresh mozzarella , thickly sliced'\n", + " * 'Large bunch fresh basil leaves'\n", + " * 'Olive oil , for drizzling'\n", + " * 'Large pinch kosher salt'\n", + " * 'Large pinch freshly ground black pepper'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Measure the balsamic vinegar and pour into a saucepan .\n", + " * Bring it to a gentle boil over a low heat .\n", + " * Cook it until the balsamic vinegar has reduced to a nice thick glaze \\( but still pourable \\) , about 15 minutes .\n", + " * Oh and one other thing , your house will stink .\n", + " * But it 's a good kind of stink , it 's a vinegary stink .\n", + " * Allow the reduction to cool to room temperature before you serve it .\n", + " * When you are ready to assemble the salad , cut the tomatoes into thick slices .\n", + " * Arrange them on a platter , alternating them with the mozzarella slices .\n", + " * Tuck the whole basil leaves in between the tomato and cheese slices .\n", + " * Drizzle on the gorgeous , almost black balsamic reduction .\n", + " * Then drizzle olive oil in a thin stream over the top .\n", + " * Finally , sprinkle on salt and pepper .\n", + " * You need this in your life .\n", + " * Make it today my friends ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "olive oil\n", + "\n", + "olive oil\n", + "\n", + "\n", + "\n", + "tomato\n", + "\n", + "tomato\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "tomato->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "basil leaf\n", + "\n", + "basil leaf\n", + "\n", + "\n", + "\n", + "basil leaf->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "slice0\n", + "\n", + "slice\n", + "\n", + "\n", + "\n", + "cut0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "boil0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "heat0->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vinegar\n", + "\n", + "vinegar\n", + "\n", + "\n", + "\n", + "vinegar->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "black pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mozzarella\n", + "\n", + "mozzarella\n", + "\n", + "\n", + "\n", + "mozzarella->slice0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Venison Marinade\n", + "(47c49d4d74)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '12 cup water'\n", + " * '13 cup soy sauce'\n", + " * '14 cup cooking oil'\n", + " * '3 tablespoons lemon pepper seasoning'\n", + " * '2 tablespoons lemon juice'\n", + " * '2 garlic cloves , minced'\n", + " * '6 pork chops , fat removed'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Mix marinade ingredients well and cover chops or steaks .\n", + " * Allow to marinate for at least 45 minutes .\n", + " * \\( I always marinate mine overnight .\n", + " * \\) .\n", + " * Cook on a greased grill over medium heat for about 25 minutes total time .\n", + " * Turn and baste while cooking .\n", + " * \\*Note : I find there 's definitely a difference in the quality of lemon pepper seasonings out there , depending on brand .\n", + " * If the first ingredient in the seasoning blend is salt , decrease the amount used to 2 tablespoons ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "lemon pepper season\n", + "\n", + "lemon pepper season\n", + "\n", + "\n", + "\n", + "cooking oil\n", + "\n", + "cooking oil\n", + "\n", + "\n", + "\n", + "pork\n", + "\n", + "pork\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "pork->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lemon juice\n", + "\n", + "lemon juice\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "soy sauce\n", + "\n", + "soy sauce\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "garlic clove->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Easy Ham and Cheese Stromboli\n", + "(19f532d485)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 \\( 13 7/8 ounce \\) canpillsbury prepared pizza crust'\n", + " * '1 -2 tablespoon honey mustard'\n", + " * '12 lb deli ham'\n", + " * '1 cup swiss cheese , grated'\n", + " * '1 cup broccoli , steamed and chopped \\( fresh or frozen \\)'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Spray oil on a cookie sheet and roll out the pie crust on it .\n", + " * Roll and stretch the pizza crust to approximately 16 '' x 12 '' .\n", + " * Spread mustard over all of the pizza crust .\n", + " * Layer ham , cheese and broccoli all along one long edge of the crust .\n", + " * Starting with the ham edge , roll tightly .\n", + " * Finish with seam side down .\n", + " * Make small slits diagonally across the top of crust every 2-3 '' .\n", + " * Bake 20 minutes at 350F ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "grate0\n", + "\n", + "grate\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "grate0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "steam0\n", + "\n", + "steam\n", + "\n", + "\n", + "\n", + "chop0->steam0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "swiss cheese\n", + "\n", + "swiss cheese\n", + "\n", + "\n", + "\n", + "swiss cheese->grate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "crust\n", + "\n", + "crust\n", + "\n", + "\n", + "\n", + "crust->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake3\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix0->bake3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ham\n", + "\n", + "ham\n", + "\n", + "\n", + "\n", + "ham->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "spread0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "honey mustard\n", + "\n", + "honey mustard\n", + "\n", + "\n", + "\n", + "honey mustard->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "steam0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "broccoli\n", + "\n", + "broccoli\n", + "\n", + "\n", + "\n", + "broccoli->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Bloody Carioca\n", + "(2d5ca4d406)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '8 to 10 ice cubes'\n", + " * '1/4 cup \\( 2 ounces \\) cachaca'\n", + " * '1/2 cup \\( 4 ounces \\) tomato juice'\n", + " * '1 tablespoon \\( 1/2 ounce \\) passion fruit juice'\n", + " * '1 tablespoon \\( 1/2 ounce \\) lemon juice'\n", + " * '1/2 teaspoon lime juice'\n", + " * '1/8 teaspoon freshly ground black pepper'\n", + " * '1/8 teaspoon ground celery salt'\n", + " * '1/8 teaspoon ground nutmeg'\n", + " * '1/8 teaspoon sea salt'\n", + " * '1/4 teaspoon hot sauce , such as Tabasco'\n", + " * '1/4 teaspoon Worcestershire sauce'\n", + " * '1 stick cucumber \\( about 7 inches long and 1/4 inch thick \\)'\n", + " * '2 green olives'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In cocktail shaker , stir together ice , cachaca , tomato juice , passion fruit juice , lemon juice , lime juice , pepper , celery salt , nutmeg , and salt .\n", + " * Add hot sauce and Worcestershire sauces , then stir for five seconds .\n", + " * Pour into highball glass .\n", + " * Thread olives on toothpick , then add olives and cucumber stick to drink and serve immediately ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "ground celery salt\n", + "\n", + "ground celery salt\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "ground celery salt->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "hot sauce\n", + "\n", + "hot sauce\n", + "\n", + "\n", + "\n", + "hot sauce->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green olive\n", + "\n", + "green olive\n", + "\n", + "\n", + "\n", + "mix7\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "green olive->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ice\n", + "\n", + "ice\n", + "\n", + "\n", + "\n", + "ice->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pour4\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "pour4->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cucumber\n", + "\n", + "cucumber\n", + "\n", + "\n", + "\n", + "cucumber->mix7\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime juice\n", + "\n", + "lime juice\n", + "\n", + "\n", + "\n", + "cachaca\n", + "\n", + "cachaca\n", + "\n", + "\n", + "\n", + "cachaca->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lemon juice\n", + "\n", + "lemon juice\n", + "\n", + "\n", + "\n", + "mix3->pour4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tomato juice\n", + "\n", + "tomato juice\n", + "\n", + "\n", + "\n", + "tomato juice->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "fruit juice\n", + "\n", + "fruit juice\n", + "\n", + "\n", + "\n", + "sauce\n", + "\n", + "sauce\n", + "\n", + "\n", + "\n", + "ground nutmeg\n", + "\n", + "ground nutmeg\n", + "\n", + "\n", + "\n", + "ground nutmeg->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "black pepper\n", + "\n", + "black pepper\n", + "\n", + "\n", + "\n", + "black pepper->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Eggs Baked in Corned Beef Hash\n", + "(4ec7823877)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 \\( 9 1/2 ounce \\) can corn beef hash \\( or homemade \\)'\n", + " * '6 eggs'\n", + " * '6 tablespoons milk'\n", + " * 'salt'\n", + " * 'pepper'\n", + " * '6 tablespoons butter'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * spread hash in lightly greased electric fry pan/ or oven proof pan .\n", + " * make 6 deep wells in hash .\n", + " * dot with butter .\n", + " * break an egg in each well .\n", + " * season with salt and pepper , cover each egg with 1 tablespoon of milk .\n", + " * cover and bake at 225 15-20 minute .\n", + " * or until set .\n", + " * serve from pan , keep warm ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "egg\n", + "\n", + "egg\n", + "\n", + "\n", + "\n", + "break0\n", + "\n", + "break\n", + "\n", + "\n", + "\n", + "egg->break0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "warm0\n", + "\n", + "warm\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "milk->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", + "\n", + "\n", + "\n", + "pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bake1\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "mix0->bake1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "break0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "corn beef\n", + "\n", + "corn beef\n", + "\n", + "\n", + "\n", + "bake1->warm0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Granola Snack Mix Recipe\n", + "(e5c061017d)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 c. oats , old fashioned'\n", + " * '1 c. coconut'\n", + " * '1/2 c. wheat germ'\n", + " * '1 1/2 c. pecans or possibly walnuts'\n", + " * '1 teaspoon salt'\n", + " * '1 can sweetened condensed lowfat milk'\n", + " * '1/4 c. vegetable oil'\n", + " * '1 c. raisins'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Mix all ingredients together , except raisins .\n", + " * Spread on cookie sheet .\n", + " * Bake 1 hour at 300 degrees .\n", + " * Turn every 15 min .\n", + " * Add in raisins when cold ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "vegetable oil\n", + "\n", + "vegetable oil\n", + "\n", + "\n", + "\n", + "oat\n", + "\n", + "oat\n", + "\n", + "\n", + "\n", + "bake0\n", + "\n", + "bake\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "raisin\n", + "\n", + "raisin\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "raisin->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "coconut\n", + "\n", + "coconut\n", + "\n", + "\n", + "\n", + "pecan\n", + "\n", + "pecan\n", + "\n", + "\n", + "\n", + "wheat\n", + "\n", + "wheat\n", + "\n", + "\n", + "\n", + "spread0->bake0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "milk\n", + "\n", + "milk\n", + "\n", + "\n", + "\n", + "sweeten0\n", + "\n", + "sweeten\n", + "\n", + "\n", + "\n", + "milk->sweeten0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Chocolate-Pecan Torte\n", + "(f3e73ea7e9)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 cups butter , divided'\n", + " * '2 cups chocolate wafer cookie crumbs'\n", + " * '1 cup chopped PLANTERS Pecans'\n", + " * '1-1/3 cups packed brown sugar , divided'\n", + " * '2 pkg . \\( 8 oz . each \\) PHILADELPHIA Cream Cheese , softened'\n", + " * '1/2 cup powdered sugar'\n", + " * '1 pkg . \\( 4 oz . \\) BAKER 'S Semi-Sweet Chocolate'\n", + " * '1/3 cup whipping cream'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Melt 1/2 cup butter ; mix with cookie crumbs .\n", + " * Press onto bottom of 9-inch springform pan ; top with nuts .\n", + " * Bring remaining butter and 1 cup brown sugar to boil in saucepan on medium heat ; cook 2 to 4 min .\n", + " * or until thickened , stirring constantly .\n", + " * Pour over crust ; cool slightly .\n", + " * Freeze 3 hours .\n", + " * Beat cream cheese , powdered sugar and remaining brown sugar with mixer until light and fluffy ; spread over brown sugar layer in crust .\n", + " * Refrigerate several hours or until chilled .\n", + " * Meanwhile , cook chocolate and cream in small saucepan on very low heat just until chocolate is melted , stirring frequently .\n", + " * Remove from heat ; cool completely .\n", + " * Spread chocolate mixture over dessert .\n", + " * Refrigerate 2 hours ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "pecans\n", + "\n", + "pecans\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "pecans->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill0\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "cook1\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "chill0->cook1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "cream cheese\n", + "\n", + "cream cheese\n", + "\n", + "\n", + "\n", + "beat0\n", + "\n", + "beat\n", + "\n", + "\n", + "\n", + "cream cheese->beat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate0\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "beat0->refrigerate0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix2\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cook1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix2->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "thicken0\n", + "\n", + "thicken\n", + "\n", + "\n", + "\n", + "freeze0\n", + "\n", + "freeze\n", + "\n", + "\n", + "\n", + "thicken0->freeze0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chocolate\n", + "\n", + "chocolate\n", + "\n", + "\n", + "\n", + "refrigerate2\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "freeze0->refrigerate2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill1\n", + "\n", + "chill\n", + "\n", + "\n", + "\n", + "refrigerate2->chill1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool0\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "spread0\n", + "\n", + "spread\n", + "\n", + "\n", + "\n", + "cool0->spread0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "spread0->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "melt0\n", + "\n", + "melt\n", + "\n", + "\n", + "\n", + "butter->melt0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chocolate wafer\n", + "\n", + "chocolate wafer\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "chocolate wafer->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cool2\n", + "\n", + "cool\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "cool2->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cream\n", + "\n", + "cream\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "cook0->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0->cool0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat1->cool2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate0->chill0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chill1->mix2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "melt0->thicken0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Party Popcorn Balls\n", + "(871b6a459f)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cup sugar'\n", + " * '13 cup light corn syrup'\n", + " * '13 cup water'\n", + " * '14 cup butter'\n", + " * '34 teaspoon salt'\n", + " * '3 quarts popped corn'\n", + " * '1 teaspoon vanilla'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Mix sugar , corn syrup , water , butter and salt in saucepan .\n", + " * Cook , stirring until sugar is dissolved .\n", + " * Cook , without stirring to 270 degrees to 290 degrees on a candy thermometer .\n", + " * Add vanilla stir just enough to mix .\n", + " * Place popcorn in a large bowl .\n", + " * Pour syrup over the bowl slowly and mix .\n", + " * Wet hands slightly and shape into popcorn balls ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "place0\n", + "\n", + "place\n", + "\n", + "\n", + "\n", + "pour0\n", + "\n", + "pour\n", + "\n", + "\n", + "\n", + "place0->pour0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "mix3\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "water->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "corn\n", + "\n", + "corn\n", + "\n", + "\n", + "\n", + "corn syrup\n", + "\n", + "corn syrup\n", + "\n", + "\n", + "\n", + "corn syrup->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cook0\n", + "\n", + "cook\n", + "\n", + "\n", + "\n", + "cook0->place0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "vanilla\n", + "\n", + "vanilla\n", + "\n", + "\n", + "\n", + "butter\n", + "\n", + "butter\n", + "\n", + "\n", + "\n", + "butter->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "sugar\n", + "\n", + "sugar\n", + "\n", + "\n", + "\n", + "sugar->mix3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mix3->cook0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Tzatziki\n", + "(c70dbd76f6)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 cup Greek-Style Yogurt'\n", + " * '1/2 large cucumberpeeled , halved lengthwise , seeded and cut into 1/2-inch dice'\n", + " * '2 tablespoons chopped dill'\n", + " * '1 tablespoon fresh lemon juice'\n", + " * '1/2 garlic clove , minced'\n", + " * 'Salt'\n", + " * 'Freshly ground pepper'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Combine all of the ingredients in a medium bowl .\n", + " * Season with salt and pepper ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "seed\n", + "\n", + "seed\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "seed->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic clove\n", + "\n", + "garlic clove\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "garlic clove->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", + "\n", + "\n", + "\n", + "cut0->dice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "chop0\n", + "\n", + "chop\n", + "\n", + "\n", + "\n", + "dill\n", + "\n", + "dill\n", + "\n", + "\n", + "\n", + "dill->chop0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pepper\n", + "\n", + "pepper\n", + "\n", + "\n", + "\n", + "pepper->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lemon juice\n", + "\n", + "lemon juice\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Guacamole\n", + "(a60658a591)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '2 whole Ripe Avocados'\n", + " * '2 whole Roma Tomatoes , Seeded And Finely Chopped'\n", + " * '2 Tablespoons Salt'\n", + " * '1 whole Lime , Juiced'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Mash avocados with a fork .\n", + " * Add tomatoes and salt .\n", + " * Add a little salt at a time and taste .\n", + " * Remember that the chips will be salty , too .\n", + " * Add lime juice and stir .\n", + " * Serve immediately ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "roma tomatoes\n", + "\n", + "roma tomatoes\n", + "\n", + "\n", + "\n", + "roma tomatoes->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "mash0\n", + "\n", + "mash\n", + "\n", + "\n", + "\n", + "mash0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lime\n", + "\n", + "lime\n", + "\n", + "\n", + "\n", + "avocados\n", + "\n", + "avocados\n", + "\n", + "\n", + "\n", + "avocados->mash0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "salt->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Tuna Salad Pita Pockets Recipe\n", + "(bb7d2d506c)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '3-4 cans tuna , canned'\n", + " * '2 diced onions'\n", + " * '2 diced green peppers'\n", + " * '6 tbsp . mayonnaise'\n", + " * 'Seasonings \\( salt , pepper , garlic salt \\)'\n", + " * '2 bags pita bread'\n", + " * '1 head of lettuce'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * Open cans of tuna and empty into bowl .\n", + " * Add in mayonnaise and mix with tuna .\n", + " * Mix into mix diced onions and peppers ; season .\n", + " * Cut pitas in half .\n", + " * Put some lettuce near the side of pocket inside .\n", + " * Layer on top inside then the tuna mix ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "dice0\n", + "\n", + "dice\n", + "\n", + "\n", + "\n", + "onion->dice0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "garlic salt\n", + "\n", + "garlic salt\n", + "\n", + "\n", + "\n", + "open0\n", + "\n", + "open\n", + "\n", + "\n", + "\n", + "mix0\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "open0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "pita bread\n", + "\n", + "pita bread\n", + "\n", + "\n", + "\n", + "cut0\n", + "\n", + "cut\n", + "\n", + "\n", + "\n", + "pita bread->cut0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "lettuce\n", + "\n", + "lettuce\n", + "\n", + "\n", + "\n", + "dice0->mix0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "tuna\n", + "\n", + "tuna\n", + "\n", + "\n", + "\n", + "tuna->open0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "green pepper\n", + "\n", + "green pepper\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "## Brown-Bag Burritos\n", + "(0bbdda5af3)" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Ingredients" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * '1 pound ground beef , lean'\n", + " * '1 can refried beans'\n", + " * '23 cup enchilada sauce'\n", + " * '1/4 cup water'\n", + " * '3 tablespoons onions minced'\n", + " * '1 1/2 tablespoons chili powder'\n", + " * '1 1/2 teaspoons garlic powder'\n", + " * '3/4 teaspoon salt'\n", + " * '1/2 teaspoon oregano dried'\n", + " * '20 each flour tortillas 7 inch'\n", + " * '10 ounces cheddar cheese shredded'" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + "### Instructions" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/markdown": [ + " * In a large skillet , brown ground beef ; drain .\n", + " * Add next eight ingredients ; bring to a boil .\n", + " * Reduce heat ; cover and simmer for 20 minutes .\n", + " * Heat 3 to 4 tortillas in a microwave until warm , about 45 seconds .\n", + " * Spoon 3 to 4 tablespoons of beef mixture down side of each tortilla .\n", + " * Top with 2 to 3 tablespoons cheese .\n", + " * Roll up .\n", + " * Wrap each burrito in paper towel , then in foil .\n", + " * Repeat with remaining ingredients .\n", + " * Refrigerate .\n", + " * Eat burritos cold , or remove foil and heat paper towel-wrapped burrito in a microwave on high for about 1 minute ." + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "recipe graph\n", + "\n", + "\n", + "\n", + "boil0\n", + "\n", + "boil\n", + "\n", + "\n", + "\n", + "heat1\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "boil0->heat1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "heat0\n", + "\n", + "heat\n", + "\n", + "\n", + "\n", + "mix1\n", + "\n", + "mix\n", + "\n", + "\n", + "\n", + "heat0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "oregano\n", + "\n", + "oregano\n", + "\n", + "\n", + "\n", + "chili\n", + "\n", + "chili\n", + "\n", + "\n", + "\n", + "salt\n", + "\n", + "salt\n", + "\n", + "\n", + "\n", + "garlic\n", + "\n", + "garlic\n", + "\n", + "\n", + "\n", + "onion\n", + "\n", + "onion\n", + "\n", + "\n", + "\n", + "mince0\n", + "\n", + "mince\n", + "\n", + "\n", + "\n", + "onion->mince0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "simmer0\n", + "\n", + "simmer\n", + "\n", + "\n", + "\n", + "simmer0->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "water\n", + "\n", + "water\n", + "\n", + "\n", + "\n", + "brown0\n", + "\n", + "brown\n", + "\n", + "\n", + "\n", + "brown0->boil0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "refrigerate1\n", + "\n", + "refrigerate\n", + "\n", + "\n", + "\n", + "mix1->refrigerate1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ground beef\n", + "\n", + "ground beef\n", + "\n", + "\n", + "\n", + "ground beef->brown0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "cheese\n", + "\n", + "cheese\n", + "\n", + "\n", + "\n", + "cheese->mix1\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "bean\n", + "\n", + "bean\n", + "\n", + "\n", + "\n", + "flour tortilla\n", + "\n", + "flour tortilla\n", + "\n", + "\n", + "\n", + "flour tortilla->heat0\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "enchilada sauce\n", + "\n", + "enchilada sauce\n", + "\n", + "\n", + "\n", + "heat1->simmer0\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" ] }, "metadata": {}, @@ -36022,7 +28769,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.3" + "version": "3.7.5" } }, "nbformat": 4, diff --git a/RecipeAnalysis/MatrixGeneration.ipynb b/RecipeAnalysis/MatrixGeneration.ipynb index ce292f1..7f15400 100644 --- a/RecipeAnalysis/MatrixGeneration.ipynb +++ b/RecipeAnalysis/MatrixGeneration.ipynb @@ -75,7 +75,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -101,8 +101,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "CPU times: user 8.68 s, sys: 778 ms, total: 9.46 s\n", - "Wall time: 12.5 s\n" + "CPU times: user 8.52 s, sys: 719 ms, total: 9.24 s\n", + "Wall time: 9.4 s\n" ] } ], @@ -187,7 +187,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "70396063ce4140b48105751d0ece88c9", + "model_id": "fa6557a61875425495f90a61f88115af", "version_major": 2, "version_minor": 0 }, @@ -202,9 +202,15 @@ "name": "stdout", "output_type": "stream", "text": [ - "warning: recipe 0a14762efd has no ingredient! skipping it\n", - "warning: recipe 361b00dc50 has no ingredient! skipping it\n", - "warning: recipe e3b081a317 has no ingredient! skipping it\n", + "warning: recipe 8be34a1b83 has no ingredient! skipping it\n", + "warning: recipe 5f02077e4c has no ingredient! skipping it\n", + "warning: recipe e5c317b3f1 has no ingredient! skipping it\n", + "warning: recipe 56016a1985 has no ingredient! skipping it\n", + "warning: recipe eb77bd6edc has no ingredient! skipping it\n", + "warning: recipe 5ce8c2cedd has no ingredient! skipping it\n", + "warning: recipe d7a9aaba3a has no ingredient! skipping it\n", + "warning: recipe 5d99d73716 has no ingredient! skipping it\n", + "warning: recipe 5a8462b13f has no ingredient! skipping it\n", "an error occured : 'NoneType' object has no attribute 'lower'\n" ] }, @@ -235,30 +241,83 @@ "name": "stdout", "output_type": "stream", "text": [ - "warning: recipe 80dd4d10ab has no ingredient! skipping it\n", - "warning: recipe ac1ab87418 has no ingredient! skipping it\n", - "warning: recipe fa5b33cadc has no ingredient! skipping it\n", - "warning: recipe 80eb0385d0 has no ingredient! skipping it\n", - "warning: recipe 2dfb05c466 has no ingredient! skipping it\n", - "warning: recipe 7b372faa16 has no ingredient! skipping it\n", - "warning: recipe f53fe916f2 has no ingredient! skipping it\n", - "warning: recipe b4ff30e1de has no ingredient! skipping it\n", - "warning: recipe cf2300c7ac has no ingredient! skipping it\n", - "warning: recipe d09e7e82f9 has no ingredient! skipping it\n", - "warning: recipe edbdc9c52f has no ingredient! skipping it\n", - "warning: recipe 4db0dadfce has no ingredient! skipping it\n", - "warning: recipe d9933872c6 has no ingredient! skipping it\n", - "warning: recipe 37af7ba84f has no ingredient! skipping it\n", - "warning: recipe cfc02f6bd7 has no ingredient! skipping it\n", - "warning: recipe fac985c58f has no ingredient! skipping it\n", - "warning: recipe 91308ac1b2 has no ingredient! skipping it\n", - "warning: recipe d3ff2bf3f9 has no ingredient! skipping it\n", - "warning: recipe ed9a0d0d51 has no ingredient! skipping it\n", - "warning: recipe 52f19fe220 has no ingredient! skipping it\n", - "warning: recipe 6fa7839c14 has no ingredient! skipping it\n", + "warning: recipe 99ab771181 has no ingredient! skipping it\n", + "warning: recipe de79b67e1a has no ingredient! skipping it\n", + "warning: recipe ebc64e182c has no ingredient! skipping it\n", + "warning: recipe 7358870155 has no ingredient! skipping it\n", + "warning: recipe 3e06b9bc57 has no ingredient! skipping it\n", + "warning: recipe 7c67cd9da7 has no ingredient! skipping it\n", + "warning: recipe 1e5911a066 has no ingredient! skipping it\n", + "an error occured : 'NoneType' object is not subscriptable\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Traceback (most recent call last):\n", + " File \"\", line 4, in \n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 888, in __init__\n", + " self.annotate_sentences()\n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 981, in annotate_sentences\n", + " self._annotate_sentences(self._sentences, self.predict_labels())\n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 933, in predict_labels\n", + " features = [sent2features(sent) for sent in self._sentences]\n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 933, in \n", + " features = [sent2features(sent) for sent in self._sentences]\n", + " File \"../Tagging/crf_data_generator.py\", line 87, in sent2features\n", + " return [word2features(sent, i) for i in range(len(sent))]\n", + " File \"../Tagging/crf_data_generator.py\", line 87, in \n", + " return [word2features(sent, i) for i in range(len(sent))]\n", + " File \"../Tagging/crf_data_generator.py\", line 19, in word2features\n", + " 'word[-3:]=' + word[-3:],\n", + "TypeError: 'NoneType' object is not subscriptable\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "warning: recipe 56016a1985 has no ingredient! skipping it\n", + "warning: recipe 1d14e148c9 has no ingredient! skipping it\n", + "warning: recipe f96375e11c has no ingredient! skipping it\n", + "warning: recipe 026e9af79d has no ingredient! skipping it\n", + "warning: recipe c884f5d8a0 has no ingredient! skipping it\n", + "warning: recipe 76b02fee35 has no ingredient! skipping it\n", + "an error occured : 'NoneType' object has no attribute 'lower'\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Traceback (most recent call last):\n", + " File \"\", line 4, in \n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 888, in __init__\n", + " self.annotate_sentences()\n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 981, in annotate_sentences\n", + " self._annotate_sentences(self._sentences, self.predict_labels())\n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 933, in predict_labels\n", + " features = [sent2features(sent) for sent in self._sentences]\n", + " File \"/home/jonas/Dokumente/gitRepos/master_thesis/RecipeAnalysis/Recipe.py\", line 933, in \n", + " features = [sent2features(sent) for sent in self._sentences]\n", + " File \"../Tagging/crf_data_generator.py\", line 87, in sent2features\n", + " return [word2features(sent, i) for i in range(len(sent))]\n", + " File \"../Tagging/crf_data_generator.py\", line 87, in \n", + " return [word2features(sent, i) for i in range(len(sent))]\n", + " File \"../Tagging/crf_data_generator.py\", line 54, in word2features\n", + " '+1:word.lower=' + word1.lower(),\n", + "AttributeError: 'NoneType' object has no attribute 'lower'\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "warning: recipe 2fa5b920f4 has no ingredient! skipping it\n", "\n", - "CPU times: user 1h 57min 25s, sys: 36.8 s, total: 1h 58min 2s\n", - "Wall time: 1h 58min 41s\n" + "CPU times: user 2h 2min 39s, sys: 43.4 s, total: 2h 3min 23s\n", + "Wall time: 2h 4min 37s\n" ] } ], @@ -282,7 +341,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -291,7 +350,7 @@ "99999" ] }, - "execution_count": 8, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -302,7 +361,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -318,7 +377,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -330,19 +389,19 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ - "m_act.apply_threshold(5)\n", - "m_mix.apply_threshold(5)\n", - "m_base_act.apply_threshold(10)\n", - "m_base_mix.apply_threshold(10)" + "m_act.apply_threshold(10)\n", + "m_mix.apply_threshold(10)\n", + "m_base_act.apply_threshold(20)\n", + "m_base_mix.apply_threshold(20)" ] }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -354,7 +413,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -373,7 +432,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -385,17 +444,17 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 17, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "(65, 272623) (293753, 293753)\n", - "30381 42885\n", - "(65, 11807) (13603, 13603)\n", - "10725 19775\n" + "(64, 237792) (266772, 266772)\n", + "13170 17041\n", + "(64, 11455) (13528, 13528)\n", + "6083 10775\n" ] } ], @@ -408,15 +467,15 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 18, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "(65, 272623) (293753, 293753)\n", - "30381 42885\n" + "(64, 237792) (266772, 266772)\n", + "13170 17041\n" ] } ], @@ -427,16 +486,16 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 19, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "30381" + "13170" ] }, - "execution_count": 18, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } diff --git a/cooking_vocab.py b/cooking_vocab.py index 7c43405..7d784f2 100644 --- a/cooking_vocab.py +++ b/cooking_vocab.py @@ -289,7 +289,6 @@ old_cooking_verbs2 = ['arrange', cooking_verbs = [ 'add', - 'adjust', 'arrange', 'bake', 'baste', @@ -299,7 +298,6 @@ cooking_verbs = [ 'boil', 'braise', 'break', - 'bread', 'broil', 'brown', 'brush', @@ -322,7 +320,6 @@ cooking_verbs = [ 'cut', 'debone', 'dice', - 'discard', 'drain', 'dress', 'fillet', @@ -349,10 +346,8 @@ cooking_verbs = [ 'parboil', 'peel', 'pickle', - 'place', 'poach', 'pour', - 'prepare', 'pull', 'put', 'reduce', @@ -378,9 +373,6 @@ cooking_verbs = [ 'soak', 'sour', 'spice', - 'spoon', - 'spread', - 'sprinkle', 'squeeze', 'steam', 'steep',