Skip to content

Commit

Permalink
Merge pull request #2704 from kirangumnar-ssk/OCBL273-notebook-fixes
Browse files Browse the repository at this point in the history
OCBL273 - Introduction to Vertex Pipelines
  • Loading branch information
michaelsullivan-sudo authored Dec 3, 2024
2 parents f2227ec + c95693b commit 6f691dc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
"\n",
"### Step 1: Install necessary libraries\n",
"\n",
"To install the setuptools package run the following command:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install setuptools==59.5.0"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To install both services we'll be using in this lab, first set the user flag in a notebook cell:"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
"\n",
"### Step 1: Install necessary libraries\n",
"\n",
"To install the setuptools package run the following command:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install setuptools==59.5.0"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To install both services we'll be using in this lab, first set the user flag in a notebook cell:"
]
},
Expand Down

0 comments on commit 6f691dc

Please sign in to comment.