Skip to content

Commit f05d908

Browse files
authored
Fix LTR notebook in Google Collab
The `q` param prevent Google collab to detect change in numpy and prompt for a restart. The user experience feels broken.
1 parent 48b197e commit f05d908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/search/08-learning-to-rank.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"outputs": [],
5050
"source": [
51-
"!pip install -qU elasticsearch eland \"eland[scikit-learn]\" xgboost tqdm\n",
51+
"!pip install -U elasticsearch eland \"eland[scikit-learn]\" xgboost tqdm\n",
5252
"\n",
5353
"from tqdm import tqdm\n",
5454
"\n",

0 commit comments

Comments
 (0)