Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,35 @@
"<p style = 'font-size:16px;font-family:Arial'>Here, we import the required libraries, set environment variables and environment paths (if required).</p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"%%capture\n",
"!pip install teradataml==20.0.0.5 \n",
"!pip install teradatasqlalchemy==20.0.0.5"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<p style = 'font-size:16px;font-family:Arial'>Enterprise Feature Store is new feature added in teradataml 20.0.0.3 so we are upgrading the installed teradataml version"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-info\">\n",
"<p style = 'font-size:16px;font-family:Arial'><b>Note: </b><i>Please restart the kernel after executing the above command to bring the upgraded library into memory. The simplest way to restart the Kernel is by typing zero zero: <b> 0 0</b></i></p>\n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,33 @@
"<p style = 'font-size:16px;font-family:Arial'>Here, we import the required libraries, set environment variables and environment paths (if required).</p>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# %%capture\n",
"!pip install teradataml==20.0.0.5\n",
"!pip install teradatasqlalchemy==20.0.0.5"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<p style = 'font-size:16px;font-family:Arial'>Enterprise Feature Store is new feature added in teradataml 20.0.0.3 so we are upgrading the installed teradataml version"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-info\">\n",
"<p style = 'font-size:16px;font-family:Arial'><b>Note: </b><i>Please restart the kernel after executing the above command to bring the upgraded library into memory. The simplest way to restart the Kernel is by typing zero zero: <b> 0 0</b></i></p>\n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Loading