Skip to content

Commit 5c86929

Browse files
Update text.ipynb
1 parent 735a7f2 commit 5c86929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/label_export/text.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"outputs": [],
8282
"source": [
8383
"# Pick a project that has entity tools in the ontology and has completed labels\n",
84-
"PROJECT_ID = \"ckzdefhtd5v3u0z80gyn2gdf3\""
84+
"PROJECT_ID = \"\""
8585
]
8686
},
8787
{
@@ -105,7 +105,7 @@
105105
"outputs": [],
106106
"source": [
107107
"# Add your api key\n",
108-
"API_KEY = \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJja3R1NGZ0N28zeHZxMHk2dDd6NGtoa3R5Iiwib3JnYW5pemF0aW9uSWQiOiJja3R1NGZ0N2UzeHZwMHk2dGd2MjRkOW13IiwiYXBpS2V5SWQiOiJjbDFmNG92aXUxMGpjMTAyYTc0dThldHl5Iiwic2VjcmV0IjoiOWU0MWU2ZDMxOTg4MzIxMTViOTZjNzFhNzAxNzZjZWMiLCJpYXQiOjE2NDg3MzkxMDAsImV4cCI6MjI3OTg5MTEwMH0.z1YpPTUOv9IXGxy5QMKmTdJ1lWhFw13ZQM92AOX6XG0\"\n",
108+
"API_KEY = None\n",
109109
"client = Client(api_key=API_KEY)\n",
110110
"project = client.get_project(PROJECT_ID)"
111111
]
@@ -321,4 +321,4 @@
321321
},
322322
"nbformat": 4,
323323
"nbformat_minor": 5
324-
}
324+
}

0 commit comments

Comments
 (0)