Skip to content

Commit 622ebc5

Browse files
author
Matt Sokoloff
committed
add --pre flag to rc notebooks
1 parent 88a35eb commit 622ebc5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

examples/annotation_types/basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"metadata": {},
3434
"outputs": [],
3535
"source": [
36-
"!pip install \"labelbox[data]==3.0.0rc2\""
36+
"!pip install \"labelbox[data]\" --pre"
3737
]
3838
},
3939
{

examples/annotation_types/converters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"!pip install \"labelbox[data]==3.0.0rc2\""
28+
"!pip install \"labelbox[data]\" --pre"
2929
]
3030
},
3131
{

examples/annotation_types/label_containers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"!pip install \"labelbox[data]==3.0.0rc2\""
23+
"!pip install \"labelbox[data]\" --pre"
2424
]
2525
},
2626
{

examples/annotation_types/mal_using_annotation_types.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20-
"!pip install \"labelbox[data]==3.0.0rc2\""
20+
"!pip install \"labelbox[data]\" --pre"
2121
]
2222
},
2323
{

examples/model_diagnostics/model_diagnostics_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"outputs": [],
7575
"source": [
76-
"!pip install \"labelbox[data]==3.0.0rc2\" \\\n",
76+
"!pip install \"labelbox[data]\" --pre \\\n",
7777
" scikit-image \\\n",
7878
" tensorflow"
7979
]

examples/model_diagnostics/model_diagnostics_guide.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
},
8989
"outputs": [],
9090
"source": [
91-
"!pip install \"labelbox[data]==3.0.0rc2\""
91+
"!pip install \"labelbox[data]\" --pre"
9292
]
9393
},
9494
{
9595
"cell_type": "code",
96-
"execution_count": 1,
96+
"execution_count": null,
9797
"id": "wooden-worship",
9898
"metadata": {
9999
"id": "wooden-worship"
@@ -116,7 +116,7 @@
116116
},
117117
{
118118
"cell_type": "code",
119-
"execution_count": 7,
119+
"execution_count": null,
120120
"id": "committed-richards",
121121
"metadata": {
122122
"id": "committed-richards"
@@ -159,7 +159,7 @@
159159
},
160160
{
161161
"cell_type": "code",
162-
"execution_count": 5,
162+
"execution_count": null,
163163
"id": "economic-chase",
164164
"metadata": {
165165
"id": "economic-chase"

0 commit comments

Comments
 (0)