Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/functions-get-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
"\n",
" <span id=\"save-account\"></span>**If you are working in a trusted Python environment (such as on a personal laptop or workstation),** use the `save_account()` method to save your credentials locally. ([Skip to the next step](#functions-untrusted) if you are not using a trusted environment, such as a shared or public computer, to authenticate to IBM Quantum Platform.)\n",
"\n",
" The instance you authenticate with must have Qiskit Functions access enabled. To configure it on an existing instance, see [Configure Qiskit Functions access on an instance](/docs/guides/access-instances-platform-apis#configure-qiskit-functions-access-on-an-instance).\n",
"\n",
" To use `save_account()`, run `python` in your shell, then enter the following:\n",
"\n",
" ```python\n",
Expand Down
Loading