Skip to content

Commit

Permalink
Fix run variable (#189)
Browse files Browse the repository at this point in the history
Let's set also this to `neptune_run` so it matches the rest of the example.

Signed-off-by: Sabine <sabine.nyholm@neptune.ai>

Signed-off-by: Sabine <sabine.nyholm@neptune.ai>
  • Loading branch information
normandy7 committed Jan 27, 2023
1 parent ae6ba13 commit 2cc5013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"```python\n",
"from getpass import getpass\n",
"\n",
"run = neptune.init_run(\n",
"neptune_run = neptune.init_run(\n",
" api_token=getpass(\"Enter your Neptune API token: \"),\n",
" project=\"workspace-name/project-name\", # replace with your own\n",
")\n",
Expand Down

0 comments on commit 2cc5013

Please sign in to comment.