From b77bbe94b51b8b63466fd515c8b92152c3f26695 Mon Sep 17 00:00:00 2001 From: Maroun Touma Date: Fri, 15 Nov 2024 11:34:26 -0500 Subject: [PATCH] updated notebook with example Signed-off-by: Maroun Touma --- .../universal/web2parquet/web2parquet.ipynb | 35 ++++--------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/transforms/universal/web2parquet/web2parquet.ipynb b/transforms/universal/web2parquet/web2parquet.ipynb index 0e58e315e..f31cf926f 100644 --- a/transforms/universal/web2parquet/web2parquet.ipynb +++ b/transforms/universal/web2parquet/web2parquet.ipynb @@ -5,7 +5,7 @@ "id": "afd55886-5f5b-4794-838e-ef8179fb0394", "metadata": {}, "source": [ - "##### **** These pip install need to be adapted to use the appropriate release level. Alternatively, The venv running the jupyter lab could be pre-configured with the right release\n", + "##### **** These pip install need to be adapted to use the appropriate release level. Alternatively, The venv running the jupyter lab could be pre-configured with a requirement file that includes the right release\n", "\n", "##### **** example: \n", "```\n", @@ -17,13 +17,14 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "4c45c3c6-e4d7-4e61-8de6-32d61f2ce695", "metadata": {}, "outputs": [], "source": [ "%%capture\n", "!pip install data-prep-toolkit\n", + "!pip install data-prep-toolkit-transforms\n", "!pip install data-prep-connector" ] }, @@ -38,7 +39,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "b6c89ac7-6824-4d99-8120-7d5b150bd683", "metadata": {}, "outputs": [], @@ -64,7 +65,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "c2a12abc-9460-4e45-8961-873b48a9ab19", "metadata": {}, "outputs": [], @@ -87,32 +88,10 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "7276fe84-6512-4605-ab65-747351e13a7c", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['downloads/thealliance_ai_core-projects-ntia_request_text.html',\n", - " 'downloads/thealliance_ai_focus-areas-advocacy_text.html',\n", - " 'downloads/thealliance_ai_blog-open-source-ai-demo-night-sf-2024_text.html',\n", - " 'downloads/thealliance_ai_contact_text.html',\n", - " 'downloads/thealliance_ai_core-projects-sb1047_text.html',\n", - " 'downloads/thealliance_ai_focus-areas-foundation-models-datasets_text.html',\n", - " 'downloads/thealliance_ai_focus-areas-hardware-enablement_text.html',\n", - " 'downloads/thealliance_ai_core-projects-trusted-evals_text.html',\n", - " 'downloads/thealliance_ai__text.html',\n", - " 'downloads/thealliance_ai_contribute_text.html',\n", - " 'downloads/thealliance_ai_community_text.html',\n", - " 'downloads/thealliance_ai_become-a-collaborator_text.html']" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "import glob\n", "glob.glob(\"downloads/*\")"