Skip to content

Commit 157e27c

Browse files
committed
made some modifications to template as well
1 parent 5205a22 commit 157e27c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

examples/template.ipynb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@
2727
],
2828
"cell_type": "markdown"
2929
},
30+
{
31+
"metadata": {},
32+
"source": [
33+
"# Labelbox Example SDK Template\n",
34+
"\n",
35+
"This notebook serves as a template to guide develop of Labelbox example notebooks. Review notebook [CONTRIBUTING.md](https://github.com/Labelbox/labelbox-python/blob/develop/examples/CONTRIBUTING.md) for more detailed information."
36+
],
37+
"cell_type": "markdown"
38+
},
39+
{
40+
"metadata": {},
41+
"source": [
42+
"## Set Up"
43+
],
44+
"cell_type": "markdown"
45+
},
3046
{
3147
"metadata": {},
3248
"source": "%pip install -q \"labelbox[data]\"\n# Always install \"labelbox[data]\" over labelbox to ensure dependencies are installed correctly\n# Include other installs in this block with similar format: \"%pip install -q <package name>\"",
@@ -51,7 +67,7 @@
5167
},
5268
{
5369
"metadata": {},
54-
"source": "# Add your API key\nAPI_KEY = None\n# To get your API key go to: Workspace settings -> API -> Create API Key\nclient = lb.Client(api_key=API_KEY)",
70+
"source": "API_KEY = None\nclient = lb.Client(api_key=API_KEY)",
5571
"cell_type": "code",
5672
"outputs": [],
5773
"execution_count": null

0 commit comments

Comments
 (0)