Skip to content

Commit 09309e1

Browse files
maciejkulaTensorFlow Recommenders Team
authored andcommitted
Add pip install commands in all notebooks.
PiperOrigin-RevId: 332287058
1 parent 4b8cec8 commit 09309e1

File tree

6 files changed

+81
-1
lines changed

6 files changed

+81
-1
lines changed

docs/examples/basic_ranking.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@
8787
"Let's first get our imports out of the way."
8888
]
8989
},
90+
{
91+
"cell_type": "code",
92+
"execution_count": null,
93+
"metadata": {
94+
"colab": {},
95+
"colab_type": "code",
96+
"id": "9gG3jLOGbaUv"
97+
},
98+
"outputs": [],
99+
"source": [
100+
"!pip install -q tensorflow-recommenders"
101+
]
102+
},
90103
{
91104
"cell_type": "code",
92105
"execution_count": null,

docs/examples/basic_retrieval.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,19 @@
123123
"Let's first get our imports out of the way."
124124
]
125125
},
126+
{
127+
"cell_type": "code",
128+
"execution_count": null,
129+
"metadata": {
130+
"colab": {},
131+
"colab_type": "code",
132+
"id": "0vJOdh9WbTpd"
133+
},
134+
"outputs": [],
135+
"source": [
136+
"!pip install -q tensorflow-recommenders"
137+
]
138+
},
126139
{
127140
"cell_type": "code",
128141
"execution_count": null,

docs/examples/context_features.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@
8787
"We first import the necessary packages."
8888
]
8989
},
90+
{
91+
"cell_type": "code",
92+
"execution_count": null,
93+
"metadata": {
94+
"colab": {},
95+
"colab_type": "code",
96+
"id": "2bK2g6_Mbn73"
97+
},
98+
"outputs": [],
99+
"source": [
100+
"!pip install -q tensorflow-recommenders"
101+
]
102+
},
90103
{
91104
"cell_type": "code",
92105
"execution_count": null,

docs/examples/deep_recommenders.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,19 @@
8888
"We first import the necessary packages."
8989
]
9090
},
91+
{
92+
"cell_type": "code",
93+
"execution_count": null,
94+
"metadata": {
95+
"colab": {},
96+
"colab_type": "code",
97+
"id": "dgFBaQZEbw3O"
98+
},
99+
"outputs": [],
100+
"source": [
101+
"!pip install -q tensorflow-recommenders"
102+
]
103+
},
91104
{
92105
"cell_type": "code",
93106
"execution_count": null,

docs/examples/multitask.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@
9090
"Let's first get our imports out of the way.\n"
9191
]
9292
},
93+
{
94+
"cell_type": "code",
95+
"execution_count": null,
96+
"metadata": {
97+
"colab": {},
98+
"colab_type": "code",
99+
"id": "izzoRqkGb2Zc"
100+
},
101+
"outputs": [],
102+
"source": [
103+
"!pip install -q tensorflow-recommenders"
104+
]
105+
},
93106
{
94107
"cell_type": "code",
95108
"execution_count": null,

docs/examples/quickstart.ipynb

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,22 @@
7676
"id": "qA00wBE2Ntdm"
7777
},
7878
"source": [
79-
"### Import TFRS"
79+
"### Import TFRS\n",
80+
"\n",
81+
"First, install and import TFRS:"
82+
]
83+
},
84+
{
85+
"cell_type": "code",
86+
"execution_count": null,
87+
"metadata": {
88+
"colab": {},
89+
"colab_type": "code",
90+
"id": "6yzAaM85Z12D"
91+
},
92+
"outputs": [],
93+
"source": [
94+
"!pip install -q tensorflow-recommenders"
8095
]
8196
},
8297
{

0 commit comments

Comments
 (0)