Skip to content

Commit

Permalink
fix: export kili project notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Nov 6, 2023
1 parent e4baa02 commit 7624708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sdk/tutorials/export_a_kili_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ When working on a project with [consensus](https://docs.kili-technology.com/docs
from collections import defaultdict

assets = kili.assets(
"clb54wfkn01zb0kyadscgaf5j",
your_project_id,
fields=[
"externalId",
"labels.author.email",
Expand Down
2 changes: 1 addition & 1 deletion recipes/export_a_kili_project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"from collections import defaultdict\n",
"\n",
"assets = kili.assets(\n",
" \"clb54wfkn01zb0kyadscgaf5j\",\n",
" your_project_id,\n",
" fields=[\n",
" \"externalId\",\n",
" \"labels.author.email\",\n",
Expand Down

0 comments on commit 7624708

Please sign in to comment.