Skip to content

Commit

Permalink
Add note for case in which user has never submitted any jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Apr 19, 2024
1 parent 9b2e3f2 commit 71b420f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/run/save-jobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
}
],
"source": [
"# Get ID of last job for demonstration\n",
"# Get ID of last job for demonstration.\n",
"# This will not work if you've never submitted a job.\n",
"job_id = service.jobs()[0].job_id()\n",
"print(job_id)"
]
Expand Down

0 comments on commit 71b420f

Please sign in to comment.