Skip to content

Commit

Permalink
updated notebook with example
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Nov 15, 2024
1 parent c9c9779 commit b77bbe9
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions transforms/universal/web2parquet/web2parquet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
},
Expand All @@ -38,7 +39,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "b6c89ac7-6824-4d99-8120-7d5b150bd683",
"metadata": {},
"outputs": [],
Expand All @@ -64,7 +65,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "c2a12abc-9460-4e45-8961-873b48a9ab19",
"metadata": {},
"outputs": [],
Expand All @@ -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/*\")"
Expand Down

0 comments on commit b77bbe9

Please sign in to comment.