Skip to content

Commit

Permalink
matscholar nb: fix apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Apr 19, 2023
1 parent 80c5a54 commit 558d31b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"metadata": {},
"outputs": [],
"source": [
"client = Client(project=\"matscholar\") # apikey=\"your-api-key-here\", "
"client = Client(apikey=\"your-api-key-here\", project=\"matscholar\")"
]
},
{
Expand Down

0 comments on commit 558d31b

Please sign in to comment.