{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import sys\n", "sys.path.append(\"../\")\n", "from Recipe import Recipe, Ingredient, RecipeGraph\n", "\n", "import settings\n", "import db.db_settings as db_settings\n", "from db.database_connection import DatabaseConnection\n", "\n", "import random\n", "\n", "DatabaseConnection(db_settings.db_host,\n", " db_settings.db_port,\n", " db_settings.db_user,\n", " db_settings.db_pw,\n", " db_settings.db_db,\n", " db_settings.db_charset)\n", "\n", "%time ids = DatabaseConnection.global_single_query(\"select id from recipes\")" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "## Homemade Bacon Smoked with Barley Tea in a Pot\n", "(ae01c70363)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\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", "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", "\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", "\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", "whip0\n", "\n", "whip\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", "garnish->mix1\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", "cut4\n", "\n", "cut\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", "\n", "\n", "\n", "mix0\n", "\n", "mix\n", "\n", "\n", "\n", "freeze3\n", "\n", "freeze\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", "\n", "\n", "\n", "sugar\n", "\n", "sugar\n", "\n", "\n", "\n", "sugar->mix6\n", "\n", "\n", "\n", "\n", "\n", "whip0\n", "\n", "whip\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", "place1->pour2\n", "\n", "\n", "\n", "\n", "\n", "pistachio\n", "\n", "pistachio\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", "bacon->slice0\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", "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", "\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", "onion\n", "\n", "onion\n", "\n", "\n", "\n", "chop0\n", "\n", "chop\n", "\n", "\n", "\n", "onion->chop0\n", "\n", "\n", "\n", "\n", "\n", "green tough rib\n", "\n", "green tough rib\n", "\n", "\n", "\n", "green tough rib->rinse0\n", "\n", "\n", "\n", "\n", "\n", "cook0\n", "\n", "cook\n", "\n", "\n", "\n", "cook0->mix0\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", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Baked Flounder a La Creole\n", "(e9cda2e592)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\n", "\n", "\n", "\n", "\n", "\n", "recipe graph\n", "\n", "\n", "\n", "thyme\n", "\n", "thyme\n", "\n", "\n", "\n", "mix1\n", "\n", "mix\n", "\n", "\n", "\n", "thyme->mix1\n", "\n", "\n", "\n", "\n", "\n", "peel0\n", "\n", "peel\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", "bake2->simmer2\n", "\n", "\n", "\n", "\n", "\n", "pour1\n", "\n", "pour\n", "\n", "\n", "\n", "mix9\n", "\n", "mix\n", "\n", "\n", "\n", "pour1->mix9\n", "\n", "\n", "\n", "\n", "\n", "peel1\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", "cracker->mix9\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", "\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", "mix7\n", "\n", "mix\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", "garlic->mix5\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", "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", "\n", "\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", "\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", "\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", "\n", "\n", "\n", "onion->mix7\n", "\n", "\n", "\n", "\n", "\n", "cloves garlic\n", "\n", "cloves garlic\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", "cilantro\n", "\n", "cilantro\n", "\n", "\n", "\n", "cilantro->wash0\n", "\n", "\n", "\n", "\n", "\n", "sauce\n", "\n", "sauce\n", "\n", "\n", "\n", "sauce->warm0\n", "\n", "\n", "\n", "\n", "\n", "blend1->heat0\n", "\n", "\n", "\n", "\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", "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", "\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", "\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", "heat0->mix0\n", "\n", "\n", "\n", "\n", "\n", "soup\n", "\n", "soup\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Russian Chicken Breasts\n", "(57aef75d51)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "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 .\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 ." ], "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", "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", "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", "\n", "\n", "kosher salt->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", "mix2\n", "\n", "mix\n", "\n", "\n", "\n", "baste0\n", "\n", "baste\n", "\n", "\n", "\n", "mix2->baste0\n", "\n", "\n", "\n", "\n", "\n", "beer\n", "\n", "beer\n", "\n", "\n", "\n", "beer->mix0\n", "\n", "\n", "\n", "\n", "\n", "meat\n", "\n", "meat\n", "\n", "\n", "\n", "meat->mix1\n", "\n", "\n", "\n", "\n", "\n", "heat0\n", "\n", "heat\n", "\n", "\n", "\n", "heat0->mix3\n", "\n", "\n", "\n", "\n", "\n", "mince0->mix1\n", "\n", "\n", "\n", "\n", "\n", "baste0->mix9\n", "\n", "\n", "\n", "\n", "\n", "liquid smoke\n", "\n", "liquid smoke\n", "\n", "\n", "\n", "liquid smoke->mix4\n", "\n", "\n", "\n", "\n", "\n", "cook1\n", "\n", "cook\n", "\n", "\n", "\n", "cook1->heat0\n", "\n", "\n", "\n", "\n", "\n", "chili sauce\n", "\n", "chili sauce\n", "\n", "\n", "\n", "chili sauce->mix2\n", "\n", "\n", "\n", "\n", "\n", "honey\n", "\n", "honey\n", "\n", "\n", "\n", "honey->mix2\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", "chop1\n", "\n", "chop\n", "\n", "\n", "\n", "celery->chop1\n", "\n", "\n", "\n", "\n", "\n", "green\n", "\n", "green\n", "\n", "\n", "\n", "chop3\n", "\n", "chop\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", "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", "\n", "\n", "\n", "cool3\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", "mix1->cool2\n", "\n", "\n", "\n", "\n", "\n", "spinach\n", "\n", "spinach\n", "\n", "\n", "\n", "chop1\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", "\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", "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", "\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", "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", "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", "\n", "\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", "crust->cook2\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", "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", "\n", "\n", "\n", "drain0\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", "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", "\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", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Caramelized Sweet Potatoes\n", "(4aae2dc020)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ " * '4 medium sweet potatoes , scrubbed'\n", " * '1 tablespoon brown sugar'\n", " * '1 tablespoon unsalted butter'" ], "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 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 ." ], "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", "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", "sugar\n", "\n", "sugar\n", "\n", "\n", "\n", "brown0\n", "\n", "brown\n", "\n", "\n", "\n", "sugar->brown0\n", "\n", "\n", "\n", "\n", "\n", "sprinkle\n", "\n", "sprinkle\n", "\n", "\n", "\n", "sprinkle->mix1\n", "\n", "\n", "\n", "\n", "\n", "cool0\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", "\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", "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", "\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", "\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", "\n", "\n", "\n", "noodle\n", "\n", "noodle\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", "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", "\n", "\n", "\n", "butter\n", "\n", "butter\n", "\n", "\n", "\n", "butter->heat0\n", "\n", "\n", "\n", "\n", "\n", "cut2->mix4\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Happy Happy Choy Choy\n", "(31f04e3e48)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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", " * 'salt and pepper'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\n", "\n", "\n", "\n", "\n", "\n", "recipe graph\n", "\n", "\n", "\n", "green leave\n", "\n", "green leave\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", "paprika\n", "\n", "paprika\n", "\n", "\n", "\n", "refrigerate1\n", "\n", "refrigerate\n", "\n", "\n", "\n", "vinaigrette\n", "\n", "vinaigrette\n", "\n", "\n", "\n", "vinaigrette->whisk0\n", "\n", "\n", "\n", "\n", "\n", "vegetable oil\n", "\n", "vegetable oil\n", "\n", "\n", "\n", "pour0\n", "\n", "pour\n", "\n", "\n", "\n", "pour0->refrigerate1\n", "\n", "\n", "\n", "\n", "\n", "white wine vinegar\n", "\n", "white wine vinegar\n", "\n", "\n", "\n", "salt\n", "\n", "salt\n", "\n", "\n", "\n", "green cabbage\n", "\n", "green cabbage\n", "\n", "\n", "\n", "green cabbage->pour0\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Green Olive Pesto\n", "(ed0221d288)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "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", "mince0\n", "\n", "mince\n", "\n", "\n", "\n", "mash0\n", "\n", "mash\n", "\n", "\n", "\n", "mince0->mash0\n", "\n", "\n", "\n", "\n", "\n", "stream\n", "\n", "stream\n", "\n", "\n", "\n", "stream->mix0\n", "\n", "\n", "\n", "\n", "\n", "parsley leaf\n", "\n", "parsley leaf\n", "\n", "\n", "\n", "chop0\n", "\n", "chop\n", "\n", "\n", "\n", "parsley 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", "garlic clove\n", "\n", "garlic clove\n", "\n", "\n", "\n", "garlic clove->mince0\n", "\n", "\n", "\n", "\n", "\n", "cracker\n", "\n", "cracker\n", "\n", "\n", "\n", "spread0\n", "\n", "spread\n", "\n", "\n", "\n", "cracker->spread0\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", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Seitan BBQ\n", "(5e8ff38459)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\n", "\n", "\n", "\n", "\n", "\n", "recipe graph\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", "\n", "\n", "\n", "mix3\n", "\n", "mix\n", "\n", "\n", "\n", "vegetable oil->mix3\n", "\n", "\n", "\n", "\n", "\n", "mix3->heat1\n", "\n", "\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", "round sandwich bun->mix0\n", "\n", "\n", "\n", "\n", "\n", "sauce\n", "\n", "sauce\n", "\n", "\n", "\n", "sauce->mix3\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Gluten-Free Cake Doughnuts\n", "(d12d9dd4de)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "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 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 ." ], "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", "\n", "\n", "\n", "mix2\n", "\n", "mix\n", "\n", "\n", "\n", "vanilla->mix2\n", "\n", "\n", "\n", "\n", "\n", "bake7\n", "\n", "bake\n", "\n", "\n", "\n", "place6\n", "\n", "place\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", "mix2->bake7\n", "\n", "\n", "\n", "\n", "\n", "cake\n", "\n", "cake\n", "\n", "\n", "\n", "cake->mix9\n", "\n", "\n", "\n", "\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", "brown0\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", "beat7->mash0\n", "\n", "\n", "\n", "\n", "\n", "mix3->whip8\n", "\n", "\n", "\n", "\n", "\n", "brown1\n", "\n", "brown\n", "\n", "\n", "\n", "brown1->whip3\n", "\n", "\n", "\n", "\n", "\n", "bake12\n", "\n", "bake\n", "\n", "\n", "\n", "mash0->bake12\n", "\n", "\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", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Absolutely Sinful Chocolate Chip Cookies\n", "(e2874cab86)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\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", "sugar\n", "\n", "sugar\n", "\n", "\n", "\n", "mix1\n", "\n", "mix\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", "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", "green onion->mix2\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", "chill9\n", "\n", "chill\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", "shrimp\n", "\n", "shrimp\n", "\n", "\n", "\n", "mix0\n", "\n", "mix\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", "\n", "slice0\n", "\n", "slice\n", "\n", "\n", "\n", "serrano chile->slice0\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", "slice0->mix1\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Ladybug Onigiri Bento\n", "(97688d522c)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 \\)'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\n", "\n", "\n", "\n", "\n", "\n", "recipe graph\n", "\n", "\n", "\n", "crab\n", "\n", "crab\n", "\n", "\n", "\n", "mix0\n", "\n", "mix\n", "\n", "\n", "\n", "crab->mix0\n", "\n", "\n", "\n", "\n", "\n", "circle\n", "\n", "circle\n", "\n", "\n", "\n", "circle->mix0\n", "\n", "\n", "\n", "\n", "\n", "cut0\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", "toast nori seaweed->mix0\n", "\n", "\n", "\n", "\n", "\n", "warm0\n", "\n", "warm\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", "\n", "\n", "\n", "rice->warm0\n", "\n", "\n", "\n", "\n", "\n", "spot\n", "\n", "spot\n", "\n", "\n", "\n", "spot->mix0\n", "\n", "\n", "\n", "\n", "\n", "cook0->mix0\n", "\n", "\n", "\n", "\n", "\n", "slice0->cut0\n", "\n", "\n", "\n", "\n", "\n", "cheese\n", "\n", "cheese\n", "\n", "\n", "\n", "cheese->melt0\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## (I Can't Believe It's) Mashed Cauliflower\n", "(856466a7bc)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 \\)'" ], "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 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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\n", "\n", "\n", "\n", "\n", "\n", "recipe graph\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", "mix2\n", "\n", "mix\n", "\n", "\n", "\n", "chop0->mix2\n", "\n", "\n", "\n", "\n", "\n", "cool0\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", "clove garlic\n", "\n", "clove garlic\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", "canola oil->heat0\n", "\n", "\n", "\n", "\n", "\n", "onion\n", "\n", "onion\n", "\n", "\n", "\n", "onion->slice0\n", "\n", "\n", "\n", "\n", "\n", "place0->mix0\n", "\n", "\n", "\n", "\n", "\n", "heat0->mix0\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Apple Crisp\n", "(d529f51243)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Instructions" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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 ." ], "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", "mix1\n", "\n", "mix\n", "\n", "\n", "\n", "butter->mix1\n", "\n", "\n", "\n", "\n", "\n", "cinnamon\n", "\n", "cinnamon\n", "\n", "\n", "\n", "flour\n", "\n", "flour\n", "\n", "\n", "\n", "pie\n", "\n", "pie\n", "\n", "\n", "\n", "pie->mix1\n", "\n", "\n", "\n", "\n", "\n", "base\n", "\n", "base\n", "\n", "\n", "\n", "base->mix1\n", "\n", "\n", "\n", "\n", "\n", "bake1\n", "\n", "bake\n", "\n", "\n", "\n", "mix1->bake1\n", "\n", "\n", "\n", "\n", "\n", "slice0\n", "\n", "slice\n", "\n", "\n", "\n", "spread0\n", "\n", "spread\n", "\n", "\n", "\n", "slice0->spread0\n", "\n", "\n", "\n", "\n", "\n", "brown0\n", "\n", "brown\n", "\n", "\n", "\n", "pour0\n", "\n", "pour\n", "\n", "\n", "\n", "spread0->pour0\n", "\n", "\n", "\n", "\n", "\n", "pour0->mix1\n", "\n", "\n", "\n", "\n", "\n", "bake1->brown0\n", "\n", "\n", "\n", "\n", "\n", "salt\n", "\n", "salt\n", "\n", "\n", "\n", "sugar\n", "\n", "sugar\n", "\n", "\n", "\n", "nutmeg\n", "\n", "nutmeg\n", "\n", "\n", "\n", "apple\n", "\n", "apple\n", "\n", "\n", "\n", "apple->slice0\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "## Enchilada Sauce\n", "(61f009cd57)" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "### Ingredients" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "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'" ], "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 , 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 ." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "image/svg+xml": [ "\n", "\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", "mix0\n", "\n", "mix\n", "\n", "\n", "\n", "heat1\n", "\n", "heat\n", "\n", "\n", "\n", "mix0->heat1\n", "\n", "\n", "\n", "\n", "\n", "mix2\n", "\n", "mix\n", "\n", "\n", "\n", "simmer1\n", "\n", "simmer\n", "\n", "\n", "\n", "mix2->simmer1\n", "\n", "\n", "\n", "\n", "\n", "flour\n", "\n", "flour\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", "roux\n", "\n", "roux\n", "\n", "\n", "\n", "roux->mix0\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", "\n", "\n", "cook1\n", "\n", "cook\n", "\n", "\n", "\n", "mix5\n", "\n", "mix\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", "cook0->mix3\n", "\n", "\n", "\n", "\n", "\n", "cook2\n", "\n", "cook\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", "ground cumin->cook0\n", "\n", "\n", "\n", "\n", "\n", "heat0->mix5\n", "\n", "\n", "\n", "\n", "\n", "chili\n", "\n", "chili\n", "\n", "\n", "\n", "chili->mix0\n", "\n", "\n", "\n", "\n", "\n", "base\n", "\n", "base\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "for i in range(100):\n", " rec = Recipe(random.choice(ids)['id'])\n", " rec.display_recipe()\n", " ing = rec.extract_ingredients()\n", " rec.apply_instructions(debug=False)\n", " g = RecipeGraph.fromRecipeState(rec._recipe_state)._dot\n", " display(g.compile_graph(simplify=True))\n", " " ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.3" } }, "nbformat": 4, "nbformat_minor": 4 }