The docs list two different cell tags to use when setting up a Notebook to use external parameters. In one place they say to use injected-parameters but in another they say to use parameters. After some experimentation I think parameters is correct when I'm calling the Notebooks from arcgis.notebook.execute_notebook(), but for now I'm tagging my parameters cell with both and it's working. Are there two completely different mechanisms at work and I'm just misunderstanding what's going on? My (vague) understanding is that this capability comes from Papermill, which suggests that we should not be using injected-parameters because that's what Papermill uses when it injects the parameters.
injected-parameters versions:
https://www.esri.com/arcgis-blog/products/arcgis-online/analytics/use-parameters-in-your-scheduled-notebooks
https://doc.arcgis.com/en/arcgis-online/create-maps/prepare-a-notebook-for-automated-execution.htm#GUID-74ECC731-D8D3-4E63-A22C-38027407A209
parameters version (this is what actually works):
https://developers.arcgis.com/python-2-3/api-reference/arcgis.notebook.html#execute-notebookhttps://papermill.readthedocs.io/en/latest/usage-parameterize.html#how-parameters-work
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.