diff --git a/integrations-and-supported-tools/sacred/notebooks/Neptune_Sacred.ipynb b/integrations-and-supported-tools/sacred/notebooks/Neptune_Sacred.ipynb index 77904b0b5..1e8ba65fd 100644 --- a/integrations-and-supported-tools/sacred/notebooks/Neptune_Sacred.ipynb +++ b/integrations-and-supported-tools/sacred/notebooks/Neptune_Sacred.ipynb @@ -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",